/* Main Style Sheet for jQuery UI date picker */
img.datepicker_trigger {
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	background: #ddd;
	
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	float: left;
	color: #fff;
	margin:0px;
	padding:0px;
}

.datepicker_links {
	dislay:none;
	visibility:hidden;
	height:0px;
	background: #975022;
}

.datepicker_clear, .datepicker_prev {
display:inline;
text-align:left;
}
.datepicker_current {
display:inline;

}
.datepicker_close, .datepicker_next {
display:inline;
text-align:right;
}
.datepicker_header {
	font-weight: bold;
	height: 1.3em;
}

#page_appointment #frm_appointment .datepicker_header select,
#page_join #frm_join .datepicker_header select {
	width:88.5px;
	float:left;
}

.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
	margin:10px 0 10px;
}

.datepicker_titleRow {background: #D7752C; clear:both; text-align:center !important;}
.datepicker_daysRow {background: #eee; color: #666;}
.datepicker_weekCol {background: #777;color: #fff;}

.datepicker_daysCell	{color: #000; padding:2px; text-align:center; border: 1px solid #ddd;}
.datepicker_daysCell a	{text-decoration:none; cursor:pointer;}

.datepicker_weekEndCell	{background: #ddd;}
.datepicker_daysCellOver	{background: #fff; border: 1px solid #777;}
.datepicker_unselectable	{color: #888;}

.datepicker_today	{background: #fcc !important;}
.datepicker_currentDay	{background: #999 !important;}
.datepicker_currentDay a {color:#fff;}

.datepicker_oneMonth {margin:0px; padding:0px;}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */

.datepicker_control a, .datepicker_links a	{color: #eee !important; text-decoration:none;}
.datepicker_titleRow a {color: #eee !important; text-decoration:none;}
.datepicker_control a:hover	{background: #fdd !important; color: #333 !important; text-decoration:none;}
.datepicker_links a:hover, .datepicker_titleRow a:hover	{background: #ddd !important; color: #333 !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: 200px; /*must have*/
    height: 200px; /*must have*/
}


