/*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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 230px;
	padding: 10px;
	position: relative;
}
#ui-datepicker-div, .ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	width: 230px;
	height:170px;
	display: block;
	background:url(CalendarBackground_Oakengates.jpg) no-repeat;
	margin:0px;
}

.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	top:6px;
}
.ui-datepicker-next {
	left: 196px;
	background: transparent url(next.gif) no-repeat center center;
}
.ui-datepicker-prev {
	left: 6px;
	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: 16px;
	height: 13px;
	display: block;
	font-size: 10px;
	cursor: pointer;
	margin:0;
}
.ui-datepicker-next a {
	background: url(next_CAL16x13.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a {
	background: url(previous_CAL16x13.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(previous_CAL16x13.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(next_CAL16x13.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(previous_CAL16x13.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(next_CAL16x13.gif) 50% 50% no-repeat;
}
.ui-datepicker-header {
	line-height: 16px;
	position: absolute;
	top: 5px;
	margin: 0!important;
	width:160px;
	left:30px;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	color:#fff;
}
.ui-datepicker-header span span.month{}

table.ui-datepicker {
	width: 230px;
	text-align: center;
	position:absolute;
	top:31px;
	left:1px;
}

table td.ui-datepicker-days-cell
{
	background: url(calDay.gif) no-repeat center center;
	text-align:center;
	font-size:12px;
	height:20px;
	line-height:20px;
	width:26px;
	color:#fff;
	padding:1px 0;
	cursor:pointer;
}
table td.ui-datepicker-today{background: #FFF no-repeat center center; color:#434343;}
table td.ui-datepicker-unselectable {/*background: url(calEmpty.gif) no-repeat center center;*/}
table tr.ui-datepicker-title-row td {margin-top:7px;text-align:center;padding-bottom:6px;color:#332560;font-size:11px;font-weight:bold;}
