
.cal_down, .cal_up{ width: 11px; height: 8px; background-image: url(../images/cal_arrow_dwn.gif); cursor: pointer; float: right; margin-top: 5px; margin-left: 5px; }
.cal_up{ background-image: url(../images/cal_arrow_up.gif); }
#cal_close, #cal_close2{ position: absolute; cursor: pointer; width: 16px; height: 14px; background-image: url(../images/cal_close.gif); margin-left: 151px; margin-top: 9px; }

/*SilverLight skin. default*/
#dhtmlxCalendar, #dhtmlxCalendar2{ position: absolute; width: 200px; z-index: 1000; margin-left: 5px; margin-top: 25px; background: url(../images/cal_bg.png) no-repeat; }

.dhtmlxcalendar { 
	border: 0px solid green;
	font-family: "Trebuchet MS" Verdana;
	height:200px;
	padding:6px 14px;
	padding-top: 10px; 
}
.dhtmlxcalendar .entbox{
}

.dhtmlxcalendar td {
	font-size: 12px;
	font-family: "Trebuchet MS" Verdana;
	text-align:center;
}
#uitgebreid .dhtmlxcalendar td{ padding-top: 1px; }
.dhtmlxcalendar .dxcalmonth {
font-weight: bold; color: #555; overflow: hidden; 
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(../images/cal_prev.png) center center no-repeat;
	background-repeat: no-repeat;
	width: 15px;
	cursor: pointer;
}
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(../images/cal_next.png) 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{
	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:16px;
}
.dhtmlxcalendar td.comma{
	visibility:visible;
}
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: hidden;
}
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;
}

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

.dhtmlxcalendar td.selected{
	background-color: #3a6990;
	color:white !important;
}


.dhtmlxcalendar td.current{
	font-weight:bold  !important;
	color:black;
}
#uitgebreid .dhtmlxcalendar td.hover{ padding: 0px; }
.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	color: #ffff;
	padding:0px;
}
/* end: silverlight */

/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
	background: url(../images/calendar_bg.png) no-repeat;
	padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
	background-image: url() !important;
}
/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: absolute;
	background-color:#ffff;
	display: block;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
	font-family: verdana;
	position: absolute;
	overflow: hidden;
	border-width: 0px;
	z-index:100;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
	border: 1px solid #555;
}
/* end: dhtmlxRichSelector */


