/* Main Style Sheet for jQuery datepicker */

/* adjusted for ww styles */
#datepicker_div, .datepicker_inline
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	background: #ddd;
}
#datepicker_div
{
	display: none;
	border: 1px solid #777;
	z-index: 10; /*must have*/
}
#datepicker_div, .datepicker_control, .datepicker_links, .datepicker_header, .datepicker
{
	width: 185px;
}
.datepicker_control, .datepicker_links
{
	width: 179px;
	padding: 3px;
}
.datepicker_inline
{
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog
{
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger
{
	width: 25px;
}
img.datepicker_trigger
{
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt
{
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt
{
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker
{
	clear: both;
	float: left;
	color: #000000;
}
.datepicker_control
{
	background: #AAAAAA;
}
.datepicker_links
{
	background: #D8D8D8;
}
.datepicker_control, .datepicker_links
{
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 1px;
}
.datepicker_links label
{
	/* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev
{
	float: left;
}
.datepicker_current
{
	float: left;
	width: 35%;
	text-align: center;
}
.datepicker_close, .datepicker_next
{
	float: right;
}
.datepicker_header
{
	background: #272766;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}
.datepicker_header select
{
	background: white;
	color: black;
	border: 0px;
	font-weight: normal;
	margin-right: 10px;
}
.datepicker
{
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a
{
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow
{
	background: #777;
}
.datepicker .datepicker_daysRow
{
	background: #eee;
	color: #666;
}
.datepicker .datepicker_daysCell
{
	color: #000;
	border: 1px solid #ddd;
}
#datepicker .datepicker_daysCell a
{
	display: block;
}
.datepicker .datepicker_weekEndCell
{
	background: #B5C7D6;
}
.datepicker .datepicker_daysCellOver
{
	background: #B5C7D6;
	border: 1px solid #777;
}
.datepicker .datepicker_unselectable
{
	color: #888;
}
.datepicker_today
{
	background: #fcc;
}
.datepicker_currentDay
{
	background-color: #ADD8E6 !important;
}

/* ________ datepicker LINKS _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a
{
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000000;
}
.datepicker_inline .datepicker_links a
{
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a
{
	padding: 2px 5px !important;
	color: #eee;
}
.datepicker_titleRow a
{
	color: #eee !important;
}
.datepicker_control a:hover
{
	background-color: #B5C7D6 !important;
	color: #000000 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover
{
	background: #B5C7D6;
	color: #333 !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover
{
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 193px; /*must have to match width and borders*/
	height: 200px; /*must have to match maximum height*/
}
