/* Reset */.ui-datepicker-multi {width:100% !important}.ui-icon {	width: inherit  !important;	height: inherit  !important;}.ui-widget-header .ui-icon {	background-image: none  !important;}.ui-datepicker-month,.ui-datepicker-year {width:60px  !important;border:0px #333 solid;margin-top:4px;background-color:#333;color:#fff;outline:none;padding:8px 4px;}/* DatePicker Container */.ui-datepicker {	min-width:280px;	width: auto;	min-height: 250px;	margin: 0 auto;	padding: 0 !important;	font: 9pt Arial, sans-serif;}.ui-datepicker a {	text-decoration: none;}/* DatePicker Table */.ui-datepicker table {	width: 100% !important;}.ui-datepicker-header {	background:#333;	color: #e0e0e0;	font-weight: bold;	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);	text-shadow: 1px -1px 0px #000;	filter: dropshadow(color=#000, offx=1, offy=-1);	height:40px !important;	line-height:40px !important;	padding:0  !important;	border-width: 1px 0 0 0;	border-style: solid;	border-color: #111;}.ui-datepicker-title {	text-align: center;	line-height:40px !important;}.ui-datepicker-prev, .ui-datepicker-next,.ui-widget-header .ui-state-hover .ui-datepicker-prev,.ui-widget-header .ui-state-hover .ui-datepicker-next {	display: inline-block;	width: 36px !important;	height: 36px !important;	text-align: center;	cursor: pointer;	margin:0  !important;	background-image: url('/images/datepicker_arrow.png') !important;	background-color:#222 !important;	border:none !important;	background-repeat: no-repeat;	overflow: hidden;}.ui-datepicker-prev,.ui-widget-header .ui-state-hover .ui-datepicker-prev {	float: left;	background-position: center -27px  !important;}.ui-datepicker-next,.ui-widget-header .ui-state-hover .ui-datepicker-next  {	float: right;	background-position: center 3px  !important;}.ui-datepicker thead {	background-color: #f7f7f7;	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );	border-bottom: 1px solid #bbb;}.ui-datepicker th {	text-transform: uppercase;	font-size: 8pt;	padding: 5px 0;	color: #666666;	text-shadow: 1px 0px 0px #fff;	filter: dropshadow(color=#fff, offx=1, offy=0);}.ui-datepicker tbody td {	padding: 0 !important;	width:14.28571428%;	height: 31px !important;	border-right: 1px solid #bbb !important;}.ui-datepicker tbody td:first-child {	border-left: 1px solid #bbb !important;}.ui-datepicker tbody td:last-child {	border-right: 0px solid #bbb !important;}.ui-datepicker tbody tr {	border-bottom: 1px solid #bbb !important;}.ui-datepicker td span, .ui-datepicker td a {	display: inline-block;	font-weight: bold;	text-align: center;	padding:0 !important;	border: none  !important;	width: 100%;	height: 30px  !important;	line-height: 30px;	color: #666666 !important;	text-shadow: 1px 1px 0px #fff;	filter: dropshadow(color=#fff, offx=1, offy=1);}.ui-datepicker-calendar .ui-state-default {	background: #ededed;	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);	background: linear-gradient(top,  #ededed 0%,#dedede 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	border: none  !important;	color: #666666 !important;}.ui-datepicker-calendar .ui-state-hover,.ui-datepicker-calendar .ui-state-active {	background: #f7f7f7;	border: none  !important;}.dp-highlight .ui-state-default {	background: #6eafbf !important;	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	color: #e0e0e0  !important;	text-shadow: 0px 1px 0px #4d7a85;	filter: dropshadow(color=#4d7a85, offx=0, offy=1);	border: 1px solid #55838f  !important;	position: relative;}.ui-datepicker-unselectable .ui-state-default {	background: #f4f4f4;	color: #b4b3b3;}.ui-datepicker-calendar td:first-child .ui-state-active {	width: 100%;	margin-left: 0;}.ui-datepicker-calendar td:last-child .ui-state-active {	width: 100%;	margin-right: 0;}.ui-datepicker-calendar tr:last-child .ui-state-active {	height: 29px;	margin-bottom: 0;}