.datepicker_dashboard {
	position: absolute;
	font-size: 12px;
	font-family: Verdana;
	color: #fff;
	line-height: normal;
	width: 172px;
	height: 135px;
	padding: 14px;
    	z-index: 300;
	
}

/* header
********************************************************/
.datepicker_dashboard .header {
	position: relative;
	height: 15px;
	margin-bottom: 15px;
	padding-top: 1px;
}

.datepicker_dashboard .header .title {
	text-align: left;
	margin: 2px 18px 0 5px;
	
}

.datepicker_dashboard .header .titleText {
	font-family: Georgia;
	font-size: 22px;
	color: #c30000;
}

.datepicker_dashboard .header .previous,
.datepicker_dashboard .header .next,
.datepicker_dashboard .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 11px;
	height: 21px;
	top: 2px;
	/*background-image: url(buttons.png);
	background-position: left top;
	background-repeat: no-repeat;*/
}

.datepicker_dashboard .header .previous {
	right: 20px;
	background: url(../../img/cb_l.gif) 0 0 no-repeat;
}
/*
.datepicker_dashboard .header .previous:hover {
	background-position: left bottom;
}
.datepicker_dashboard .header .next:hover {
	background-position: -13px bottom;
}
*/
.datepicker_dashboard .header .next {
	right: 4px;
	background: url(../../img/cb_r.gif) 0 0 no-repeat;
}

.datepicker_dashboard .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.datepicker_dashboard .header .closeButton:hover {
	background-position: right bottom;
}

.title{
	font-weight:normal !important;
}
/* body
********************************************************/
.datepicker_dashboard .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 168px;
	height: 142px;
	overflow: hidden;
}

/* time
********************************************************/

/* days-grid
********************************************************/
.datepicker_dashboard .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 23px;
	padding-top: 1px;
	height: 14px;
	margin: 0 0 8px 0;
	font-weight:bold;
}
.datepicker_dashboard .days .titles {
	height: 15px;
	margin: 5px 0 15px 0;
	text-transform: uppercase;
	color: #aaa;
}
.datepicker_dashboard .days .day0 {
	margin-right: 0;
}

.datepicker_dashboard .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_dashboard .days .week .day {
	cursor: pointer;
	color: #3d3d3d;
}
.datepicker_dashboard .days .week .day:hover {
	color: #000;
}

.datepicker_dashboard .days .otherMonth {
	color: #444444; visibility: hidden;
}

.datepicker_dashboard .days .selected {
	color: #ccff00;
}

/* months-grid
********************************************************/
.datepicker_dashboard .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 55px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_dashboard .months .month3,
.datepicker_dashboard .months .month6,
.datepicker_dashboard .months .month9,
.datepicker_dashboard .months .month12 {
	margin-right: 0;
}

.datepicker_dashboard .months .month10,
.datepicker_dashboard .months .month11,
.datepicker_dashboard .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_dashboard .months .month:hover {
	color: #ccff00;
}

.datepicker_dashboard .months .selected {
	color: #ccff00;
}

/* years-grid
********************************************************/
.datepicker_dashboard .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 32px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_dashboard .years .year4,
.datepicker_dashboard .years .year9,
.datepicker_dashboard .years .year14,
.datepicker_dashboard .years .year19 {
	margin-right: 0;
}

.datepicker_dashboard .years .year15,
.datepicker_dashboard .years .year16,
.datepicker_dashboard .years .year17,
.datepicker_dashboard .years .year18,
.datepicker_dashboard .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_dashboard .years .year:hover {
	color: #ccff00;
}

.datepicker_dashboard .years .selected {
	color: #ccff00
}

/* global
********************************************************/
.datepicker_dashboard .unavailable {
	color: #87807b !important;
	cursor: default !important;
}

.datepicker_dashboard .cursel{
	background: #87807b !important;
}

.startDay{background: url(../../img/cc_sd.gif) 50% 50% no-repeat; color: #fff !important; font-weight: bold !important;}
.endDay{background: url(../../img/cc_ed.gif) 50% 50% no-repeat; color: #fff !important; font-weight: bold !important;}
.lineDay{background: #beb8aa; color: #fff !important; font-weight: bold !important;}
