/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;*/
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 230px !important;
}
#datepicker_div {
	display: none;
/*	border: 1px solid #777;*/
	z-index: 10005; /*must have*/
}
.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;
	margin-bottom: 3px; /* modified for pca OB */
	cursor: pointer;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control {
/*	clear: both;
	float: left;*/
	width: 100%;
/*	color: #fff;*/
	position: relative;
	border: solid 1px #666;
	border-top: none;
	text-align: left;
}
.datepicker_control {
/*	background: #400;
	padding: 2px 0px;*/
	height: 24px;
}



.datepicker_links {
	clear: both;
/*	float: left;*/
	width: 100%;
	height: 24px;
	position: relative;
/*	color: #fff;*/
	background: #bbb;
	padding: 0px;
/*	position: absolute;
	top: 0;
	left: 0;
	width: 70px;*/
	border: solid 1px #666;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
}
.datepicker_control, .datepicker_links {
/*	font-weight: bold;*/
/*	font-size: 80%;*/
/*	letter-spacing: 1px;*/
}

.datepicker_close {
/*	float: left;
	width: 34%;*/
	text-align: left;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
}
.datepicker_close a {
/*	float: left;
	width: 34%;*/
	display: block;
	width: 24px;
	height: 0px;
	padding: 24px 0 0 0;
	overflow: hidden;
	background: #ccf url(../library/close.gif);
}

#datepicker_div .datepicker_close a:hover {
	background-color: #fff;
}

.datepicker_clear {
/*	float: left;
	width: 34%;*/
	text-align: left;
	width: 50%;
	padding-left: 10px;
	line-height: 24px;
}


#datepicker_div .datepicker_clear a:hover {
	background: transparent !important;
	color: #39f;
	text-decoration: underline;
}



.datepicker_current {
/*	float: left;
	width: 30%;
	text-align: center;*/
	display: none;
}
.datepicker_next, .datepicker_prev {
/*	float: left;*/
	width: 25px;
	height: 24px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.datepicker_next {
	left: 25px;
}

.datepicker_header {
/*	clear: both;
	float: left;
	width: 100%;
	color: #fff;*/
	padding: 5px 6px 0 0;
/*	background: #333;*/
	text-align: right;
/*	font-weight: bold;*/
	height: 1.3em;
	position: absolute;
	right: 0;
	top: 0;
}
.datepicker_header select {
/*	background: #333;
	color: #fff;*/
	border: 0px;
	margin-right: 5px;
/*	font-weight: bold;*/
}
.datepicker {
	clear: both;
/*	float: left;*/
	width: 100%;
/*	color: #fff;*/
/*	background: #ccc;*/
/*	text-align: center;*/
	font-size: 100%;
	border-collapse: collapse;
/*	margin-top: 2em;*/
}
.datepicker a {
	display: block;
	width: 100%;
	line-height: 2;
}
/* override snippets css */
.datepicker td {padding: 0;}

.datepicker_titleRow {
/*	background: #777;*/
}
.datepicker_titleRow td {
	text-align: center;
}
.datepicker_daysRow {
	background: #fff;
	color: #666;
}
.datepicker_weekCol {
	background: #777;
	color: #fff;
}
.datepicker_daysCell {
	color: #000;
	border: 1px solid #ddd;
	text-align: center;
}
.datepicker_daysCell a{
	display: block;
}
.datepicker_weekEndCell {
	background: #eee;
}
.datepicker_daysCellOver {
/*	background: #369;*/
/*	border: 1px solid #777;*/
}


.datepicker_unselectable {
	color: #888;
	background-color: #ccc !important;
	line-height: 2;
}
.datepicker_today {
/*	background: #fcc !important;*/
	font-weight: bold;
}
.datepicker_currentDay {
	background-color: #000;
}
.datepicker_currentDay a {
	color: #fff !important;
}

.datepicker_status {
	background: #ddd;
	width: 100%;
/*	font-size: 80%;*/
	text-align: center;
}

/* ________ 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: #369;
}
#datepicker_div a:link {
	color: #369;
}
#datepicker_div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #369;
}


.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}

.datepicker_control a {
/*	padding: 2px 5px !important;
	color: #eee !important;*/
} 

.datepicker_links a {
	padding: 24px 0 0 0 !important;
	height: 0;
	width: 25px;
	display: block;
	background: #ccf url(../library/prev-next.gif);
/*	color: #eee !important;*/
}
.datepicker_links label { /* disabled links */
	padding: 24px 0 0 0;
	height: 0;
	width: 25px;
	display: block;
	background: url(../library/prev-next.gif);
	overflow: hidden;
}

.datepicker_next a {
	background-position: 24px 0;
}
.datepicker_prev label {
	background-position: 0 -24px;
}
.datepicker_next label {
	background-position: 24px -24px;
}

.datepicker_titleRow a {
	color: #000 !important;
}
.datepicker_control a:hover {
/*	background: #fdd !important;
	color: #333 !important;*/
}
.datepicker_links a:hover {
/*	background-color: #fff !important;*/
	background-color: #fff !important;
}
.datepicker_titleRow a:hover {
	background-color: #fff !important;
	color: #333 !important;
}

div.filterbar input.hasDatepicker {
	background-color: #ebebeb;
	}
div.filterbar input.changed,
div.filterbar input.focus {
	background-color: #fff;
	}



/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: solid 1px #777;
}
.datepicker_oneMonth {
/*	float: left;*/
	width: 210px;
	padding: 10px;
	border: solid 1px #666;
	border-left: solid 1px #999;
	border-bottom: none;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ 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: 22em; /*must have*/
    height: 21em; /*must have*/
}
