  /*SilverLight skin. default*/

table.dhtmlxdblcalendar td{
    padding: 5px 5px 0px 0px;     
}
  
.dhtmlxcalendar{
	background: url(imgs/cal_bg_single1q.png) no-repeat;
	border: 1px solid #000;
	font-family: Arial;
	z-index:99;
	height:160px;
	padding:16px;
	width:130px;
    background-color: #dbeede;	
}

.dhtmlxcalendar_minimized{
	background: url(imgs/cal_bg_single_miniq.png) no-repeat;
	height:25px;
	padding:0;
	width:158px;
}

.dhtmlxcalendar_ifr {
	height:172px;
	width:152px;
}

.dhtmlxcalendar_minimized .dhtmlxcalendarHeader{
  	margin-left:16px;
  	padding-top:4px;
}
.dhtmlxcalendar .dhtmlxcalendarHeader {
	text-align:right;
	width:144;
}

.dhtmlxcalendar .winTitle {
	color:black;
	font-size:11px;
	float:left;
	cursor: move;	
}

.dhtmlxcalendar .btn, .btn_mini, .btn_close, .btn_today, .btn_clr {
	float:right;
	height:12px;
	width:13px;	
}

.dhtmlxcalendar .btn_mini {
  	background: url(imgs/btn_mini.gif) no-repeat;
}

.dhtmlxcalendar_minimized .btn_mini {
  	background: url(imgs/btn_maxi.gif) no-repeat;
}

.dhtmlxcalendar .btn_close {
  	background: url(imgs/btn_close.gif) no-repeat;
}

.dhtmlxcalendar .btn_today {
  	background: url(imgs/btn_today.gif) no-repeat;

}

.dhtmlxcalendar .btn_clr {
  	background: url(imgs/btn_clr.gif) no-repeat;
}

.dhtmlxcalendar .entbox{
	width:135px;
	clear:both;
}

.dhtmlxcalendar td {
	font-size: 10px;
	font-family: Tahoma;
	text-align:center;
}

.dhtmlxcalendar .dxcalmonth {

}

.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_bwd.gif) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_fwd.gif) center center no-repeat;
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar .dxcaldlabel {
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
	border-top: 0px;
	padding-left:2px;

}
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
	width: 10px;
	height: 18px;
	color: #7e7e7e;
    padding: 0px;
}


.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	cursor: pointer;
}
.dhtmlxcalendar .dxcaldays_ie td{
	height:10px;
}
.dhtmlxcalendar td.comma{
	visibility:visible;
}
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:18px;
}

/* begin: days colors */
.dhtmlxcalendar td.thismonth{
	color:black;
	padding:1px;
}

.dhtmlxcalendar td.othermonth{
	visibility:hidden;
	
}

.dhtmlxcalendar td.weekend{
	color:#a70000;
	padding:1px;
}

.dhtmlxcalendar td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar td.selected{
	background-color: #36b1df;
	color:white !important;
}


.dhtmlxcalendar td.current{
	font-weight:bold  !important;
	color:black;
    width: -2px;
}

.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	color: #ffffff;
	padding:0px;
}

.dhtmlxcalendar td.holiday{ 
	font-weight:bold;
	color:#a70000;
}

/* end: silverlight */


