
/* =============================================================================*/

/***
*	simplecolordark style
*/
.dhtmlxcalendar {
	background:url(simplecolor-dark_bg_single.png) repeat-x;
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:164px;
	width:160px;
	padding:10px;
}

.dhtmlxcalendar_ifr {
	height:189px;
	width:180px;
}

.dhtmlxcalendar .entbox{
	width:161px;
	height:164px;
}

.dhtmlxcalendar td {
	font-size: 10px;
	font-family: Tahoma;
	font-weight:bold;	
	text-align:center;
}

.dhtmlxcalendar .dxcalmonth{

}

.dhtmlxcalendar .dxcalmonth td{
	font-size: 12px;
	color:#b2b405;
}


.dhtmlxcalendar .dxcalmonth .planeYear{
	margin-left:4px;
}


.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(bwd_arrow.png) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(fwd_arrow.png) center center no-repeat;
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar .dxcaldlabel {
  	margin-top: 10px;  
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
}
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 11px;
	font-family: Tahoma;
	font-weight:normal;	
	text-align: center;
	vertical-align: middle;
	width: 24px;
	height: 21px;
	color: #7e7e7e;
}

.dhtmlxcalendar .dxcaldlabel{
	border-top: 0px;
}

.dhtmlxcalendar .dxcaldlabel td{
	color: #a5a5a5;
}

.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar td.comma{
	visibility:visible;
}
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:auto;
}

/* begin: days colors */
.dhtmlxcalendar td.thismonth{
	color:#717171;
	padding:1px;
	width: 24px;
	height: 21px	
}

.dhtmlxcalendar td.othermonth{
	visibility: visible;
	color:#3b3b3b;
}

.dhtmlxcalendar td.weekend{
	color:#717171;
	padding:1px;
}

.dhtmlxcalendar td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar td.selected{
	background-color: #404040;
	color:white !important;
}


.dhtmlxcalendar td.current{
  	color:#717171;
	font-weight:bold !important
}

.dhtmlxcalendar td.hover{
  	border: 1px solid white;
	padding:0px;
}

.dhtmlxcalendar td.holiday{ 
	font-weight:bold;
	text-decoration:underline;
	color:#b2b405;
}

/* end: simplecolordark */



