/*SilverLight skin. default*/
/* Appearance calendar standart view */

/* end: dhtmlxRichSelector */

.dhtmlxcalendar{
	background:  url(imgs/__dhxCal_skin_Black/cal_bg_single.png) transparent no-repeat;
	font-family: Arial;
	z-index:99;
	height:200px;
	padding: 14px 10px 0px 8px;
	width:161px; 
}

.dhtmlxcalendar_minimized{
	background: url(imgs/cal_bg_single_mini.png) no-repeat;
	height:25px;
	padding:0;
	width:179px;
}

/* Style for iframe (must have same values as real dimensions of calendar) */
.dhtmlxcalendar_ifr {
	height:172px;
	width:177px;
}
/* Appearance header of calendar in minimized view */
.dhtmlxcalendar_minimized .dhtmlxcalendarHeader{
  	margin-left:16px;
  	padding-top:4px;
}
/* Appearance header of calendar in standard view */
.dhtmlxcalendar .dhtmlxcalendarHeader {
	text-align:right;
	width:144;
	height: 13px;
}
/* Appearance header title */
.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;
}

/* Calendar body */
.dhtmlxcalendar .entbox{
	width:145px;
	clear:both;
}
/* Common style for each cell of calendar */
.dhtmlxcalendar td {
	font-size: 10px;
	font-family: Tahoma;
	text-align:center;
}

.dhtmlxcalendar .dxcalmonth td{
	color: #ffd028;
	font-weight: bold;
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_Black/cal_arrow_bwd.gif) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}

.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_Black/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 #fff;
	border-top: 0px;
	padding-left:2px;
	margin-top: 4px;
}

.dhtmlxcalendar .dxcaldays{
  margin-top:10px;
}

.dhtmlxcalendar .dxcaldays_ie{
  width: 161px;
  margin-top:13px;
}

.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	color: #7e7e7e;
}

.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	cursor: pointer;
	color: #fff;
}

.dhtmlxcalendar .dxcaldays_ie td{
	height:15px;
}

.dhtmlxcalendar td.comma{
	visibility:visible;
	padding-right: 3px;
}

.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: auto;
}

div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:28px;
}

.dhtmlxcalendar td.thismonth{
	color: #fff;
	padding:1px;
}

.dhtmlxcalendar td.othermonth{
	visibility:hidden;
	
}
.dhtmlxcalendar td.weekend{
	color:#b1b1b1;
	padding:1px;
}

.dhtmlxcalendar td.insensitive{
	color:#333;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar td.selected{
	background: url(imgs/__dhxCal_skin_Black/cell_select.png) center center no-repeat;
	color:white !important;
}

.dhtmlxcalendar td.current{
	font-weight:bold  !important;
	color:#fff;
}

.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	padding:0px;
}

.dhtmlxcalendar td.holiday{ 
	font-weight:bold;
	color:#FF00D4;
}



/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar_dhx_black {
	background: url(_dhx_black/cal_bg_double.png) no-repeat;
	padding: 0px;
}

/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: absolute;
	
	display: block;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
	font-family: verdana;
	position: absolute;
	font-size: 9px;
	overflow: hidden;
	border-width: 0px;
	z-index:100;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
	border: 1px solid #555555;
}

/*======================================================================================*/
