div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 20999;
	margin: -2px;
	/*border: 1px solid #bdbdbd;
	-webkit-box-shadow:2px 3px 3px #B5B5B5;
	-moz-box-shadow: 2px 3px 3px #B5B5B5;
	box-shadow: 2px 3px 3px #B5B5B5;
	behavior: url(/public/PIE.php);*/
}
.datepickerContainer {
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: #ffffff;
}
.datepickerBorderT {
	position: absolute;
	left: 3px;
	top: 0;
	right: 8px;
	height: 3px;
	background: url(../images/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 3px;
	bottom: 0;
	right: 8px;
	height: 8px;
	background: url(../images/datepicker_b.png)  0px 0px; 
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 3px;
	top: 3px;
	width: 3px;
	background: url(../images/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 8px;
	top: 3px;
	width: 8px;
	background: url(../images/datepicker_r.png) 0px 0px;
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
	background: url(../images/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 3px;
	background: url(../images/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 8px;
	background: url(../images/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
	background: url(../images/datepicker_br.png) ;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font-family: Arial;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays {
	
	text-align: center;
}
.datepickerDays a {
	font-size:11px;
	height:19px;
	line-height:19px;
	padding:0 7px;
	text-align:center;
	width:11px;
}
.datepickerDays a:hover {
	background: url(../images/day_hover.png) center center no-repeat;
	color: #ffffff;
} 
.datepickerYears a,
.datepickerMonths a{
	width:46px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #cccccc;
	
	
}
tbody.datepickerDays td.datepickerSelected{
	/*background: #136A9F;*/
}
tbody.datepickerDays td.datepickerSelected a{
	background: url(../images/day_selected.png) center center no-repeat;
	color: #ffffff;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	/*background: #17384d;*/
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	/*background: #17384d;*/
	background: url(../images/month_selected.png) center center no-repeat;
	color: #ffffff;
}
tbody.datepickerYears a:hover,
tbody.datepickerMonths a:hover{
	background: url(../images/month_hover.png) center center no-repeat;
	color: #ffffff;
}
/*div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}*/
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerMonth {
	height: 26px;
	background: url(../images/header_bg.png) ;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 26px;
	line-height: 26px;
	color: #ffffff !important;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.datepickerMonth a:hover {
	background: url(../images/header_bg_hover.png) ;
}

.datepickerGoNext,
.datepickerGoPrev {
	width: 27px;
}

.datepickerGoNext {
	float: right;
	width: 27px;
}
.datepickerGoNext a {
	display: block;
	background: url(../images/arr_right.png) ;
}
.datepickerGoNext a:hover {
	display: block;
	background: url(../images/arr_right_hover.png) ;
}
.datepickerGoPrev {
	float: left;
	width: 27px;
}
.datepickerGoPrev a {
	display: block;
	background: url(../images/arr_left.png) ;
}
.datepickerGoPrev a:hover {
	background: url(../images/arr_left_hover.png) ;
}

table.datepickerViewDays {
	width: 184px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}/*
td.datepickerDisabled a:hover {
	color: #333;
}*/
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
td.datepickerTime {
	padding: 3px;
}

table.datepickerViewDays td.datepickerTime div {
	float: right;
	margin:0 3px;
}
table.datepickerViewDays td.datepickerTime div.time-select { 
	border-right:1px solid #E2E3EA;
	clear:none;
	height:24px;
	overflow:hidden;
	width:40px;
}
table.datepickerViewDays td.datepickerTime div.pipe {
	padding-top: 3px;
} 
table.datepickerViewDays td.datepickerTime select { 
	background:url("/images/themes/cpac/triangle-down.png") no-repeat scroll 27px 6px transparent;
	border-color:#ABADB3 #E2E3EA #E2E3EA;
	border-right:1px solid #E2E3EA;
	border-style:solid;
	border-width:1px;
	color:#787878;
	height:22px;
	padding:1px;
	width:60px !important;
}
th.datepickerWeek { display: none;}

.datepickerDoW th {
	color: #999999;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 27px;
	padding: 0px 5px 0px 7px;
	border-bottom: 1px solid #eeeeee;
}
