#datepicker_div, .datepicker_inline {
	padding: 0;
	margin: 0;
	background: #fff;
}

#datepicker_div {
	display: none;
	border: 1px solid #b0b0b0;
	border-width: 0 2px 2px 0;
	height: 255px;
	font-size: 0.7em;
}

#datepicker_div table a:hover{
	color: #000;
}

#datepicker_div table{
	font-size: 100%;
}

.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}

.datepicker_dialog {
	border: 4px ridge #DDD !important;
}

button.datepicker_trigger {
	width: 25px;
}

img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
	cursor: hand;
}

img.datepicker_trigger:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	cursor: hand;
}

.datepicker_prompt {
	float: left;
	padding: 0px;
	background: #DDD;
	color: #000;
}

*html .datepicker_prompt {
}

.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
}

.datepicker_control {
	background: #A31018 url(../images/cal-control-bek.jpg) repeat-x;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #6E0911;
}

.datepicker_links {
	background: #A2a2a2 url(../images/cal-links-bek.jpg) repeat-x;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #dadada;
}

.datepicker_control, .datepicker_links {
	font-weight: normal;
}

.datepicker_links label {
	color: #888;
}

.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
	font-weight: bold;
}

.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.datepicker_header {
	background: #dadada url(../images/cal-header-bek.jpg) repeat-x;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	color: #000;
	border-bottom: 1px solid #FFF;
}

.datepicker_header select {
	background: #f2f2f2;
	color: #000;
	border: 2px solid #ccc;
	font-weight: normal;
	margin: 2px 0 0 0;
}

.datepicker {
	text-align: center;
}

.datepicker td{
	width: 25px;
	height: 25px;
	cursor: hand;
}

.datepicker a {
}

.datepicker .datepicker_titleRow {
	background: #d8d8d8 url(../images/cal-daterow.jpg) repeat-x;
	color: #fff;
}

.datepicker .datepicker_daysRow {
	background: #FFF;
	color: #5c5c5c;
}

.datepicker_weekCol {
	color: #fff;
}

.datepicker .datepicker_daysCell {
	border: 1px solid #f2f2f2;
	padding: 0px;
}

#datepicker .datepicker_daysCell a {
	display: block;
}

.datepicker .datepicker_weekEndCell {
	background: #ececec url(../images/cal-weekEndCell.jpg)repeat-x;
}

.datepicker .datepicker_daysCellOver {
	background: #989898 url(../images/cal-dayscell.jpg);
	color: #fff;
}

.datepicker .datepicker_unselectable {
	color: #888;
	background: none;
}

.datepicker_today {
	width: 25px;
	color: #fff;
	height: 25px;
	background: #32cb00 url(../images/cal-today.jpg) repeat-x;
}

.datepicker_currentDay {
	background: #a31018 url(../images/cal-currentday.jpg) repeat-x ;
	color: #fff;
	width: 25px;
	height: 25px;
}

#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
}

.datepicker_inline .datepicker_links a {
}

.datepicker_control a, .datepicker_links a {
	color: #FFF;
}

.datepicker_titleRow a {
	color: #5c5c5c !important;
	font-weight: bold;
}

.datepicker_control a:hover {
	background: #FFF !important;
}

.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #FFF !important;
	color: #000 !important;
}

.datepicker_multi .datepicker {
	border-right: 1px solid #888;
}

.datepicker_oneMonth {
	float: left;
	width: 185px;
}

.datepicker_newRow {
	clear: left;
}

.datepicker_cover {
	display: none;
/**/
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

.datepicker_control a{
	color: #fff;
}

