/*
body{
	background-color: #FFFFFF;
	background-image: url(../images/cal/bg.gif);
	background-repeat: repeat-x;
	background-position: top ;
}

*/

.dhtmlxcalendar1 {
	background: url(../images/cal/cal_bg_single.png) no-repeat;
	border: 0px solid green;
	z-index:99;
	height:175px;
	padding:10px;
	margin:3px;
	#margin:3px;
	#height:178px;
	#width:180px;
}



/*SilverLight skin. default*/

.dhtmlxcalendar {
	
	font-family: Arial;
	z-index:99;
	/*height:178px;
	padding:16px;
	#height:178px;*/
	#width:165px;
	

}
.dhtmlxcalendar .entbox{
	width:145px;
}

.dhtmlxcalendar td {
	font-size: 10px;
	font-family: Arial;
	text-align:center;
	#text-align:center;
}

.dhtmlxcalendar .dxcalmonth {

}

.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(../images/cal/cal_arrow_bwd.gif) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
	
}

.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(../images/cal/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;
}
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	color: #7e7e7e;
}

.dhtmlxcalendar .dxcaldlabel{
	border-top: 0px;
}
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
		
}
.dhtmlxcalendar .dxcaldays_ie td{
	height:18px;
}
.dhtmlxcalendar td.comma{
	visibility:visible;
}
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:28px;
}

/* begin: days colors */
.dhtmlxcalendar td.thismonth{
	color:black;
	padding:1px;
}

.dhtmlxcalendar td.othermonth{
	visibility:hidden;

}

.dhtmlxcalendar td.weekend{
	color:#a70000;
	padding:1px;
	border-bottom: 1px solid #7e7e7e;
	
}

.dhtmlxcalendar td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar td.selected{
	background-color: #FF0000;
	/*color:white !important;*/
	color:white;
	
}

.dhtmlxcalendar td.content{
	background-color: #cccccc;
	/*color:white !important;*/
	color:white;
}

.dhtmlxcalendar td.current{
	/*font-weight:bold  !important;*/
	font-weight:bold;
	color:black;
}

.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	color: #fff;
	padding:0px;
}

a.t{
	color: #333;
	text-decoration: none;	
}
a.t:hover
{
	
	border:1px solid #b5b5b5;
	color: #333;
	padding:0px;
	width: 18px;
	height: 18px;
	
	/*color: #ccc;
	text-decoration: underline;	*/
}

/* end: silverlight */


