/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	font-size: 1.1em;
	width: 233px;
	padding: 10px;
	position: relative;
}
#ui-datepicker-div, .ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #ffffff;
}
.ui-datepicker-inline {
	width:233px;
	height:170px;
	display: block;
	background: #fff url(CalendarBackfill.gif) no-repeat top left;
	.background: #fff url(CalendarBackfillIE.gif) no-repeat top left;
	padding-bottom:5px;
	margin:0px;
}

.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	top:2px;
}
.ui-datepicker-next {
	left: 210px;
	background: transparent url(next.gif) no-repeat center center;
}
.ui-datepicker-prev {
	left: 10px;
	background: transparent url(prev.gif) no-repeat center center;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	border:solid 1px #aaa;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 12px;
	height: 16px;
	display: block;
	font-size: 10px;
	cursor: pointer;
	margin:0;
}
/*
.ui-datepicker-next a {
	background: url(888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}*/
.ui-datepicker-header {
	line-height: 16px;
	position: absolute;
	top: 5px;
	margin: 0!important;
	width:160px;
	left:35px;
	text-align:center;
	font-size:10px;
}
.ui-datepicker-header span span.month{font-weight:bold;text-transform:uppercase;}

table.ui-datepicker {
	width: 220px;
	text-align: center;
	position:absolute;
	top:23px;
	.top:26px;
}


table td.ui-datepicker-days-cell
{
	background: #fff url(calDay.gif) no-repeat center center;
	text-align:center;
	font-size:13px;
	height:20px;
	line-height:20px;
	width:26px;
	color:#02A1E3;
	padding:1px 0;
	cursor:pointer;
}
table td.ui-datepicker-today
{
background: #fff url(calToday.gif) no-repeat center center;
color:white;
}
table td.ui-datepicker-unselectable
{
background: #fff url(calEmpty.gif) no-repeat center center;
}
table tr.ui-datepicker-title-row td
{
margin-top:0;
text-align:center;
padding-bottom:6px;
font-size:12px;
}