/* Default style sheet for jQuery date picker v3.6.1. */
td.active_day {color:#2383BF;font-weight:bold;}
td.weekend_day {color:#CC0000;}

.datepick-header select.datepick-new-month, .datepick-header select.datepick-new-year{
background-color:#fff;
border:solid 1px #000;
}

.datepick_spacer{clear:both}

#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 85%;
	padding: 0;
	margin: 0;
	background: #F3F0E9;
	color: #000;
	width:180px;
	/*width: 185px;*/
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.datepick-inline {
	/*float: left;*/
	display: block;
	border: 0;
	clear:both;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt {
	width:180px;
	/*width: 185px;*/
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick{
	width:160px;
	margin:10px;
	margin-bottom:0px;
}

*html .datepick{
	width:150px;
	margin:10px;
}

}
/*.datepick{
padding-left:10px;
padding-right:10px;
width:180px;
}
*/

.datepick-control {
	background: #F3F0E9;
	padding: 2px 0px;
}
.datepick-links {
	width:180px;
	background: #F3F0E9;
	padding-top:5px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	text-align: right;
	width: 33%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	text-align: right;
}
.datepick-current {
	text-align: center;
}
.datepick-close, .datepick-next {
	/*float: right;*/
	width: 33%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	text-align: right;
}
.datepick-header {
	background: #F3F0E9;
	text-align: center;
	font-weight: bold;
	height: 1.6em;
}
.datepick-header select {
	background: #F3F0E9;
	color: #000;
	border: 0px;
	font-size:85%;
	font-weight: bold;
	margin-right:10px;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #F3F0E9;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row {
	background: #F3F0E9;
	color: #7EAB6A;
}
.datepick-title-row th {
	text-align: center;
	font-weight: bold;
}
.datepick-days-row {
	background: #F3F0E9;
	color: #666;
}
.datepick-week-col {
	background: #F3F0E9;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	padding: 1px 2px;
	/*border: 1px solid #ddd;*/
}
.datepick-other-month {
	background: #F3F0E9;
}
.datepick-week-end-cell {
	background: #F3F0E9;
	color:#CC0000;
}
.datepick-title-row .datepick-week-end-cell {
	background: #F3F0E9;
}
.datepick-week-over {
	background: #F3F0E9;
}
.datepick-unselectable {
	color: #000;
}
.datepick-inline .datepick-today {
	color:#fff;
	background:#49ACCC;
}
.datepick-inline .datepick-days-cell .datepick-today a{
color:#fff;
}

.datepick-current-day {
	background: #F3F0E9;
	color: #fff;
}
.datepick-days-cell-over {
	background: #F3F0E9;
	color: #000;
	/*border: 1px solid #777;*/
}
.datepick-status {
	background: #F3F0E9;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	/*color: #eee;*/
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #F3F0E9;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #F3F0E9;
	color: #333;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	/*float: left;
	
	padding-left:10px;
	padding-right:10px;
	*/
	width:180px;
	/*width: 185px;*/
}
.onemonthtd{background: #F3F0E9;}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-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: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 162px; /*must have*/
    height: 162px; /*must have*/
}
