.dhtmlxcalendar_cte {
	background: url(../imgs/__dhxCal_skin_CTE/cal_bg_single.png) no-repeat;
	font-family: Arial;
	z-index:99;
	height:175px;
	padding: 8px 10px 0px 8px;
	width:170px;	
}

.dhtmlxcalendar_cte_mini {
	background: url(../imgs/__dhxCal_skin_CTE/cal_bg_single_mini.gif) no-repeat;
	height:25px;
	padding-top: 14px;
  width:161px;;
}

.dhtmlxcalendar_cte_maxi {
  background: url(../imgs/__dhxCal_skin_CTE/cal_bg_single_maxi.gif) no-repeat;
  height:185px;
}

.dhtmlxcalendar_cte_ifr,
.dhtmlxcalendar_cte_mini_ifr,
.dhtmlxcalendar_cte_maxi_ifr {
	height:173px;
	width:179px;
}

.dhtmlxcalendar_cte_mini_ifr {
  height:25px;
}

.dhtmlxcalendar_cte_maxi_ifr {
  height:185px;
}

.dhtmlxcalendar_cte_mini .winHeader{
  -moz-user-select: none;
}

.dhtmlxcalendar_cte .winHeader {
	height: 13px;
  margin: -7px 0 7px;
  -moz-user-select:none;
  width: 161px;
}

.dhtmlxcalendar_cte .winTitle {
	color:#b2b2b2;
	font-size:12px;
	float:left;
	cursor: move;	
  margin-top: -2px;
  overflow: hidden;
}

.dhtmlxcalendar_cte .btn_maxi,
.dhtmlxcalendar_cte .btn_mini,
.dhtmlxcalendar_cte .btn_close,
.dhtmlxcalendar_cte .btn_today,
.dhtmlxcalendar_cte .btn_clear {
  background: url(../imgs/__dhxCal_skin_CTE/btns.gif) no-repeat;
	float:right;
	height:12px;
	width:12px;	
  margin-left:1px;
}

.dhtmlxcalendar_cte .btn_close {
    background-position:0 0;
}
.dhtmlxcalendar_cte .btn_today {
    background-position:-12px 0;
}
.dhtmlxcalendar_cte .btn_clear {
    background-position:-24px 0;
}
.dhtmlxcalendar_cte .btn_maxi {
  	background-position:-36px 0;
}

.dhtmlxcalendar_cte .btn_mini {
  	background-position:-48px 0;
}

.dhtmlxcalendar_cte .entbox{
	width:161px;
	clear:both;
}

.dhtmlxcalendar_cte td {
	font-size: 11px;
	font-family: Tahoma;
	text-align:center;
}
.dhtmlxcalendar_cte .dxcalmonth{
	padding-bottom:5px;
}

.dhtmlxcalendar_cte .dxcalmonth td{
	color: #ffffff;
	font-weight: bold;
}

.dhtmlxcalendar_cte .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_cte .dxcalmonth td.month_btn_right {
	cursor:pointer;
	background: url(../imgs/__dhxCal_skin_CTE/cal_arrow_bwd.gif) no-repeat 0px 4px;
	width: 6px;
}

.dhtmlxcalendar_cte .dxcalmonth td.month_btn_right {
	background: url(../imgs/__dhxCal_skin_CTE/cal_arrow_fwd.gif) no-repeat 0px 4px;
}

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

.dhtmlxcalendar_cte .dxcalmonth table {
  margin: auto;
}

.dhtmlxcalendar_cte .dxcaldlabel {
	border-bottom: 1px solid #fff;
	border-top: 0px;
	padding-left:2px;
	margin-top: 4px;
}

.dhtmlxcalendar_cte .dxcaldays{
  margin-top:5px;
}

.dhtmlxcalendar_cte .dxcaldays_ie{
  width: 161px;
  margin-top:13px;
  height: 102px;
}

.dhtmlxcalendar_cte .dxcaldlabel td,
.dhtmlxcalendar_cte .dxcaldays td,
.dhtmlxcalendar_cte .dxcaldays_ie td{
	color:#fff;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 18px;
}

.dhtmlxcalendar_cte .dxcaldays td,
.dhtmlxcalendar_cte .dxcaldays_ie td{
	border: 0px;
	cursor: pointer;
	color: #fff;
}

.dhtmlxcalendar_cte .dxcaldays_ie td{
	height:15px;
}

.dhtmlxcalendar_cte td.comma{
	visibility:visible;
	padding-right: 3px;
}

.dhtmlxcalendar_cte div.planeMonth,
.dhtmlxcalendar_cte div.planeYear {
	height: auto;
	overflow: auto;
	padding:2px 15px 2px 2px;
	/*border:1px solid #ffffff;
	width:60px;*/
	text-align:left;
	text-decoration:underline;
	/*background:transparent url(../imgs/__dhxCal_skin_CTE/cal_arrow_dwn.gif) no-repeat 65px 5px;*/
}


div.dhtmlxcalendar_cte div.planeYear{
	/*background:transparent url(../imgs/__dhxCal_skin_CTE/cal_arrow_dwn.gif) no-repeat 35px 5px;*/
	width:30px;
}

.dhtmlxcalendar_cte td.thismonth{
	color: #fff;
	padding:0px 1px 1px 1px;
}

.dhtmlxcalendar_cte td.othermonth{
	visibility: visible;
	color: #fedb2f;
}

.dhtmlxcalendar_cte td.weekend{
	color:#b1b1b1;
	padding:0px 1px 1px 1px;
}

.dhtmlxcalendar_cte td.insensitive{
	color:#333;
	cursor: default;
	padding:padding:0px 1px 1px 1px;
}

.dhtmlxcalendar_cte td.selected{
	background: url(../imgs/__dhxCal_skin_CTE/cell_select.png) center center no-repeat;
	color:white !important;
}

.dhtmlxcalendar_cte td.current{
	font-weight:bold  !important;
	color:#fff;
}

.dhtmlxcalendar_cte td.hover{
	background: url(../imgs/__dhxCal_skin_CTE/cell_select.png) center center no-repeat;
}

.dhtmlxcalendar_cte td.holiday{ 
	font-weight:bold;
	color:#FF00D4;
}



/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar_cte {
	background: url(_cte/cal_bg_double.png) no-repeat;
	padding: 0px;
}
.dhtmlxdblcalendar_cte .dhtmlxcalendar {
	background-image: url(../imgs/blank.gif);
}
/* end: dhtmlxDblCalendarObject */

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