/* Main Style Sheet for jQuery Calendar */
#datepicker_div, .calendar_inline {
	font-size: 11px;
	padding: 0;
	margin: 0;
	
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; /*must have*/
}
#datepicker_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 175px;
}
.datepicker_inline {
	display: block;
	border: 0;
	width:173px;
	
	margin:0 auto;
}
.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 {
	width: 175px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	
}
.datepicker_control {
	background: #400;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 1px;
	width:173px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
}
.datepicker_clear, .datepicker_prev {
	float: left;
}
.datepicker_current {
	float: left;
	width:76%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
}
.datepicker_header {
float:none;
	text-align: center;
	text-transform:uppercase;

}
.datepicker_header select {

	color: #fff;
	border: 0px;

}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
	margin-top:5px;
	width:173px;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #A4A6A6;
	font-weight:bold;
	color:#FFF;
}
.datepicker .datepicker_titleRow td {	border-right: 1px solid #6b696a;
	border-bottom: 1px solid #6b696a;  }
.datepicker .datepicker_daysRow {
	background: #eee;
	color: #FFF;

}
.datepicker .datepicker_daysRow a:hover { text-decoration:none }
.datepicker .datepicker_daysCell {
	border-right: 1px solid #6b696a;
	border-bottom: 1px solid #6b696a;
	width: 20px;
	font:10px/14px;
	height: 16px;
	text-align: center;
	background-color: #a4a6a6;
	color:#FFF;
}
#datepicker .datepicker_daysCell a{
	display: block;
	width: 20px;
	font:10px/14px;
	height: 16px;
	text-align: center;
	font-weight:bold;
}

.datepicker .datepicker_unselectable {
	background-color:#999999;
}
.datepicker_today {
	background: #fcc !important;
}
.datepicker_currentDay {
	color:#FFF;
	background: #999 !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: #666;
}

.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
	color:#000;
}

.datepicker_currentDay a { color:#FFF; font-weight:bold; }

.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
}
.datepicker_titleRow a {
	color: #FFF !important;
}
.datepicker_control a:hover {
	color: #FFF !important;
	text-decoration:none;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	color: #D93490 !important;
	text-decoration:none;
}

/* ___________ 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*/
}
