@charset "utf-8";
/* CSS Document */
h1			{ color:#FFF; font-size:24px; margin-top:0px; font-weight:bold; background-color:#0066FF; border-radius:0px 20px 20px 0px; width:230px; padding:7px 12px 7px 40px; margin-left:-50px; }
strong		{ font-weight:bold; }
.Question	{ font-weight:bold; }
.Required	{ color:#FF0000; }

a			{ color:#00A3D8; text-decoration:none; }
a:hover		{ color:#EC358F; text-decoration:underline; }

div.datepicker-container span.date-text			{ font-size:30px; }
div.datepicker-calendar div.datepicker-controls	{ margin-top:10px; }
div.datepicker-calendar div.select-year,
div.datepicker-calendar div.select-month		{ border-radius:6px; border:1px solid #CCC; padding:0px 12px; }
div.datepicker-calendar div.select-year:hover,
div.datepicker-calendar div.select-month:hover,
div.datepicker-calendar button.month-prev:hover,
div.datepicker-calendar button.month-next:hover,
div.datepicker-calendar td:not(.is-selected) button.datepicker-day-button:hover	{ background-color:#FFFFBF; }
div.datepicker-calendar div.select-month		{ margin-left:10px; }

