



/*SilverLight skin. default*/

.dhtmlxcalendar{
	background: url(imgs/cal_bg_single.png) no-repeat;
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:178px;
	padding:16px;
	width:146px;	
}

.dhtmlxcalendar_minimized{
	background: url(imgs/cal_bg_single_mini.png) no-repeat;
	height:25px;
	padding:0;
	width:178px;
}

.dhtmlxcalendar_ifr {
	height:172px;
	width:172px;
}

.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:145px;
	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: 18px;
	height: 18px;
	color: #7e7e7e;
}


.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	cursor: pointer;
}
.dhtmlxcalendar .dxcaldays_ie td{
	height:16px;
}
.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;
}

.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;
}

.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	color: #ffffff;
	padding:0px;
}

.dhtmlxcalendar td.holiday{ 
	font-weight:bold;
	color:#a70000;
}

/* end: silverlight */

/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
	background: url(imgs/cal_bg_double.png) no-repeat;
	padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
	background-image: url(imgs/blank.gif);
}
/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: absolute;
	background-color:#ffffff;
	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;
}
/* end: dhtmlxRichSelector */



/*======================================================================================*/

/***
*	yahoolike style
*/
.dhtmlxcalendar_yahoolike {
	background: url(imgs/__dhxCal_skin_Yahoolike/cal_bg_single.gif) no-repeat;
	border: 1px solid gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #f7f9fb;
	width:178px;
	height:172px;
	padding:5px;
	z-index:99;
}

.dhtmlxcalendar_yahoolike_minimized{
	height:25px;
	padding:0;
	width:178px;
}

.dhtmlxcalendar_yahoolike_ifr {
	height:172px;
	width:188px;
}

.dhtmlxcalendar_yahoolike .dhtmlxcalendarHeader {
	text-align:right;
	width:178;
}

.dhtmlxcalendar_yahoolike_minimized .dhtmlxcalendarHeader{
  	margin-left:16px;
  	padding-top:4px;
	width:155;
}


.dhtmlxcalendar_yahoolike .winTitle {
	color:black;
	font-size:12px;
	float:left;
	cursor: move;	
}

.dhtmlxcalendar_yahoolike .entbox{
	margin:3px 3px 3px 3px;
	width:172px;
}

.dhtmlxcalendar_yahoolike td {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.dhtmlxcalendar_yahoolike .dxcalmonth {
	background-color: #f7f9fb;
	border: 0px solid #e0e0e0;
}

.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/callt.gif) center center no-repeat; 
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/calrt.gif) center center no-repeat;
	
}

.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar_yahoolike .dxcaldlabel {
	border-width: 0px;
}
.dhtmlxcalendar_yahoolike .dxcaldlabel td,
.dhtmlxcalendar_yahoolike .dxcaldays td,
.dhtmlxcalendar_yahoolike .dxcaldays_ie td{
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	width: 20px;
	height: 21px;
	color: #666;
}
.dhtmlxcalendar_yahoolike .dxcaldays_ie td{
	height: 18px;
}
.dhtmlxcalendar_yahoolike .dxcaldays td,
.dhtmlxcalendar_yahoolike .dxcaldays_ie td{
	border: 1px solid #e0e0e0;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar_yahoolike td.comma{
	visibility:hidden;
}
.dhtmlxcalendar_yahoolike div.planeMonth,
.dhtmlxcalendar_yahoolike div.planeYear {
	height: auto;
	overflow: auto;
	font-size:12px;
	font-weight: bold;
}
/* begin: days colors */
.dhtmlxcalendar_yahoolike td.thismonth{
	color:#003db8;
}

.dhtmlxcalendar_yahoolike td.othermonth{
	color:#999;
	background-color:#eee;
	visibility: visible;
}

.dhtmlxcalendar_yahoolike td.weekend{
	color:#003db8;
}

.dhtmlxcalendar_yahoolike td.unsensitive{
	color:#ccc;
	font-style:italic;
	cursor: default;
}

.dhtmlxcalendar_yahoolike td.selected{
	border:1px solid white;
	background-color: lightblue;
	color: #ffffff;
}


.dhtmlxcalendar_yahoolike td.current{
	color: #00c;
	font-weight:bold !important;
}

.dhtmlxcalendar_yahoolike td.hover{
	border:1px solid #426FD9;
	background-color: #426FD9;
	color: white;
}

.dhtmlxcalendar_yahoolike td.holiday{ 
	font-weight:bold;
	color:#00c;
	text-decoration:underline;
}

/* end: days colors */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar_yahoolike textarea.dhtmlxRichSelector,
.dhtmlxcalendar_yahoolike select.dhtmlxRichSelector {
	font-family: Arial;
	font-size: 10pt;
	overflow: hidden;
}
.dhtmlxcalendar_yahoolike select.dhtmlxRichSelector {
	border: 1px solid #7b9ebd;
}
/* end: dhtmlxRichSelector */

/* =============================================================================*/


/***
*	simplegrey style
*/
.dhtmlxcalendar_simplegrey {
	background: url(imgs/__dhxCal_skin_simplegrey/cal_bg_single.png) no-repeat;
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:174px;
	width:160px;
	padding:16px;
}

.dhtmlxcalendar_simplegrey_ifr {
	height:195px;
	width:189px;
}

.dhtmlxcalendar_simplegrey .entbox{
	width:161px;
	height:174px;
}

.dhtmlxcalendar_simplegrey td {
	font-size: 10px;
	font-family: Tahoma;
	text-align:center;
}

.dhtmlxcalendar_simplegrey .dxcalmonth{

}

.dhtmlxcalendar_simplegrey .dxcalmonth td{
  	font-weight:bold;	
	font-size: 12px;
}

.dhtmlxcalendar_simplegrey .dxcalmonth .planeYear{
	margin-left:4px;
}


.dhtmlxcalendar_simplegrey .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_simplegrey .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_simplegrey/bwd_arrow.png) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar_simplegrey .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_simplegrey/fwd_arrow.png) center center no-repeat;
}

.dhtmlxcalendar_simplegrey .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar_simplegrey .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar_simplegrey .dxcaldlabel {
  	margin-top: 10px;
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
}
.dhtmlxcalendar_simplegrey .dxcaldlabel td,
.dhtmlxcalendar_simplegrey .dxcaldays td,
.dhtmlxcalendar_simplegrey .dxcaldays_ie td{
	font-size: 11px;
	font-family: Tahoma;
	font-weight:normal;		
	text-align: center;
	vertical-align: middle;
	width: 24px;
	height: 21px;
	color: #7e7e7e;
}

.dhtmlxcalendar_simplegrey .dxcaldlabel{
	border-top: 0px;
}

.dhtmlxcalendar_simplegrey .dxcaldlabel td{
	color: black;
}

.dhtmlxcalendar_simplegrey .dxcaldays td,
.dhtmlxcalendar_simplegrey .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar_simplegrey .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar_simplegrey td.comma{
	visibility:visible;
}
.dhtmlxcalendar_simplegrey div.planeMonth,
.dhtmlxcalendar_simplegrey div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar_simplegrey div.planeYear{
	display:inline;
	width:auto;
}

/* begin: days colors */
.dhtmlxcalendar_simplegrey td.thismonth{
	color:black;
	padding:1px;
	width: 24px;
	height: 21px	
}

.dhtmlxcalendar_simplegrey td.othermonth{
	visibility: visible;
}

.dhtmlxcalendar_simplegrey td.weekend{
	color:black;
	padding:1px;
}

.dhtmlxcalendar_simplegrey td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar_simplegrey td.selected{
	background: url(imgs/__dhxCal_skin_simplegrey/cell_select.png) center center no-repeat;
	color:black !important;
}


.dhtmlxcalendar_simplegrey td.current{
	color:black;
	font-weight:bold !important

}

.dhtmlxcalendar_simplegrey td.hover{
	border:1px solid #b5b5b5;
	color: #ffffff;
	padding:0px;
}

.dhtmlxcalendar_simplegrey td.holiday{ 
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar_simplegrey textarea.dhtmlxRichSelector,
.dhtmlxcalendar_simplegrey select.dhtmlxRichSelector {
	font-family: Arial;
	font-size: 10pt;
	overflow: hidden;
}
.dhtmlxcalendar_simplegrey select.dhtmlxRichSelector {
	border: 1px solid #7b9ebd;
}
/* end: dhtmlxRichSelector */
/* end: simplegrey */

/* =============================================================================*/


/***
*	simpleblue style
*/
.dhtmlxcalendar_simpleblue {
	background: url(imgs/__dhxCal_skin_SimpleBlue/cal_bg_single.png) no-repeat;
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:174px;
	width:160px;
	padding:16px;
}

.dhtmlxcalendar_simpleblue_ifr {
	height:195px;
	width:189px;
}

.dhtmlxcalendar_simpleblue .entbox{
	width:161px;
	height:174px;
}

.dhtmlxcalendar_simpleblue td {
	font-size: 10px;
	font-family: Tahoma;
	
	text-align:center;
}

.dhtmlxcalendar_simpleblue .dxcalmonth{

}

.dhtmlxcalendar_simpleblue .dxcalmonth td{
	font-size: 12px;
	font-weight:bold;		
}

.dhtmlxcalendar_simpleblue .dxcalmonth .planeYear{
	margin-left:4px;
}


.dhtmlxcalendar_simpleblue .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_simpleblue .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_SimpleBlue/bwd_arrow.png) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar_simpleblue .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_SimpleBlue/fwd_arrow.png) center center no-repeat;
}

.dhtmlxcalendar_simpleblue .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar_simpleblue .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar_simpleblue .dxcaldlabel {
	border-bottom: 1px solid #7e7e7e;
  	margin-top: 10px;	
	color:#7e7e7e;
}
.dhtmlxcalendar_simpleblue .dxcaldlabel td,
.dhtmlxcalendar_simpleblue .dxcaldays td,
.dhtmlxcalendar_simpleblue .dxcaldays_ie td{
	font-size: 11px;
	font-family: Tahoma;
	font-weight:normal;	
	text-align: center;
	vertical-align: middle;
	width: 24px;
	height: 21px;
	color: #7e7e7e;
}

.dhtmlxcalendar_simpleblue .dxcaldlabel{
	border-top: 0px;
}

.dhtmlxcalendar_simpleblue .dxcaldlabel td{
	color: black;
}

.dhtmlxcalendar_simpleblue .dxcaldays td,
.dhtmlxcalendar_simpleblue .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar_simpleblue .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar_simpleblue td.comma{
	visibility:visible;
}
.dhtmlxcalendar_simpleblue div.planeMonth,
.dhtmlxcalendar_simpleblue div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar_simpleblue div.planeYear{
	display:inline;
	width:auto;
}

/* begin: days colors */
.dhtmlxcalendar_simpleblue td.thismonth{
	color:black;
	padding:1px;
	width: 24px;
	height: 21px	
}

.dhtmlxcalendar_simpleblue td.othermonth{
	visibility: visible;
}

.dhtmlxcalendar_simpleblue td.weekend{
	color:black;
	padding:1px;
}

.dhtmlxcalendar_simpleblue td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar_simpleblue td.selected{
	background-color: #6fdcfa;
	color:black !important;
}


.dhtmlxcalendar_simpleblue td.current{
  	color:black;
	font-weight:bold !important
}

.dhtmlxcalendar_simpleblue td.hover{
	border:1px solid #6fdcfa;
	color: #ffffff;
	padding:0px;
}

.dhtmlxcalendar_simpleblue td.holiday{ 
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
/* end: simpleblue */



/*===================================================================================================*/

/***
*	vista style
*/
.dhtmlxcalendar_vista {
	background: url(imgs/__dhxCal_skin_vista/cal_bg_single.png) no-repeat;
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:174px;
	width:178px;
	padding:16px;
}

.dhtmlxcalendar_vista_ifr {
	height:195px;
	width:189px;
}

.dhtmlxcalendar_vista .entbox{
	height:174px;
	width:161px;
}

.dhtmlxcalendar_vista td {
	font-size: 10px;
	font-family: Tahoma;
	text-align:center;
}

.dhtmlxcalendar_vista .dxcalmonth{
	color:#018ad1;
}

.dhtmlxcalendar_vista .dxcalmonth td{
	font-size: 12px;
	font-weight:bold;		
}

.dhtmlxcalendar_vista .dxcalmonth .planeYear{
	margin-left:4px;
}


.dhtmlxcalendar_vista .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_vista .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_vista/bwd_arrow.png) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar_vista .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_vista/fwd_arrow.png) center center no-repeat;
}

.dhtmlxcalendar_vista .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar_vista .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar_vista .dxcaldlabel {
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
  	margin-top: 10px;	
}
.dhtmlxcalendar_vista .dxcaldlabel td,
.dhtmlxcalendar_vista .dxcaldays td,
.dhtmlxcalendar_vista .dxcaldays_ie td{
	font-size: 11px;
	font-family: Tahoma;
	font-weight:normal;	
	text-align: center;
	vertical-align: middle;
	width: 24px;
	height: 21px;
	color: #7e7e7e;
}

.dhtmlxcalendar_vista .dxcaldlabel{
	border-top: 0px;
}

.dhtmlxcalendar_vista .dxcaldlabel td{
	color: black;
}

.dhtmlxcalendar_vista .dxcaldays td,
.dhtmlxcalendar_vista .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar_vista .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar_vista td.comma{
	visibility:visible;
}
.dhtmlxcalendar_vista div.planeMonth,
.dhtmlxcalendar_vista div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar_vista div.planeYear{
	display:inline;
	width:auto;
}

/* begin: days colors */
.dhtmlxcalendar_vista td.thismonth{
	color:black;
	padding:1px;
	width: 24px;
	height: 21px	
}

.dhtmlxcalendar_vista td.othermonth{
	visibility: visible;
}

.dhtmlxcalendar_vista td.weekend{
	color:black;
	padding:1px;
}

.dhtmlxcalendar_vista td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar_vista td.selected{
	background: url(imgs/__dhxCal_skin_vista/cell_select.png) center center no-repeat;
	color:black !important;
}


.dhtmlxcalendar_vista td.current{
	color:black;
	font-weight:bold  !important;
}

.dhtmlxcalendar_vista td.hover{
	background: url(imgs/__dhxCal_skin_vista/cell_hover.png) center center no-repeat;
	color: #ffffff;
	padding:0px;
}

.dhtmlxcalendar_vista td.holiday{ 
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar_vista textarea.dhtmlxRichSelector,
.dhtmlxcalendar_vista select.dhtmlxRichSelector {
	font-family: Arial;
	font-size: 10pt;
	overflow: hidden;
}
.dhtmlxcalendar_vista select.dhtmlxRichSelector {
	border: 1px solid #7b9ebd;
}
/* end: dhtmlxRichSelector */
/* end: vista */


/* =============================================================================*/

/***
*	simplecolordark style
*/
.dhtmlxcalendar_simplecolordark {
	background: url(imgs/__dhxCal_skin_simplecolordark/cal_bg_single.png) repeat-x;
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:164px;
	width:160px;
	padding:10px;
}

.dhtmlxcalendar_simplecolordark_ifr {
	height:189px;
	width:180px;
}

.dhtmlxcalendar_simplecolordark .entbox{
	width:161px;
	height:164px;
}

.dhtmlxcalendar_simplecolordark td {
	font-size: 10px;
	font-family: Tahoma;
	font-weight:bold;	
	text-align:center;
}

.dhtmlxcalendar_simplecolordark .dxcalmonth{

}

.dhtmlxcalendar_simplecolordark .dxcalmonth td{
	font-size: 12px;
	color:#b2b405;
}


.dhtmlxcalendar_simplecolordark .dxcalmonth .planeYear{
	margin-left:4px;
}


.dhtmlxcalendar_simplecolordark .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_simplecolordark .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_simplecolordark/bwd_arrow.png) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar_simplecolordark .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_simplecolordark/fwd_arrow.png) center center no-repeat;
}

.dhtmlxcalendar_simplecolordark .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar_simplecolordark .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar_simplecolordark .dxcaldlabel {
  	margin-top: 10px;  
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
}
.dhtmlxcalendar_simplecolordark .dxcaldlabel td,
.dhtmlxcalendar_simplecolordark .dxcaldays td,
.dhtmlxcalendar_simplecolordark .dxcaldays_ie td{
	font-size: 11px;
	font-family: Tahoma;
	font-weight:normal;	
	text-align: center;
	vertical-align: middle;
	width: 24px;
	height: 21px;
	color: #7e7e7e;
}

.dhtmlxcalendar_simplecolordark .dxcaldlabel{
	border-top: 0px;
}

.dhtmlxcalendar_simplecolordark .dxcaldlabel td{
	color: #a5a5a5;
}

.dhtmlxcalendar_simplecolordark .dxcaldays td,
.dhtmlxcalendar_simplecolordark .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar_simplecolordark .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar_simplecolordark td.comma{
	visibility:visible;
}
.dhtmlxcalendar_simplecolordark div.planeMonth,
.dhtmlxcalendar_simplecolordark div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar_simplecolordark div.planeYear{
	display:inline;
	width:auto;
}

/* begin: days colors */
.dhtmlxcalendar_simplecolordark td.thismonth{
	color:#717171;
	padding:1px;
	width: 24px;
	height: 21px	
}

.dhtmlxcalendar_simplecolordark td.othermonth{
	visibility: visible;
	color:#3b3b3b;
}

.dhtmlxcalendar_simplecolordark td.weekend{
	color:#717171;
	padding:1px;
}

.dhtmlxcalendar_simplecolordark td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar_simplecolordark td.selected{
	background-color: #404040;
	color:white !important;
}


.dhtmlxcalendar_simplecolordark td.current{
  	color:#717171;
	font-weight:bold !important
}

.dhtmlxcalendar_simplecolordark td.hover{
  	border: 1px solid white;
	padding:0px;
}

.dhtmlxcalendar_simplecolordark td.holiday{ 
	font-weight:bold;
	text-decoration:underline;
	color:#b2b405;
}

/* end: simplecolordark */



/* =============================================================================*/

/***
*	simplecolor sand style
*/
.dhtmlxcalendar_simplecolorsand {
	background: url(imgs/__dhxCal_skin_simplecolorsand/cal_bg_single.png) repeat-x;
	border: 1px solid #c3c9aa;
	font-family: Arial;
	z-index:99;
	height:164px;
	width:160px;
	padding:10px;
}

.dhtmlxcalendar_simplecolorsand_ifr {
	height:189px;
	width:180px;
}

.dhtmlxcalendar_simplecolorsand .entbox{
	width:161px;
	height:164px;
}

.dhtmlxcalendar_simplecolorsand td {
	font-size: 10px;
	font-family: Tahoma;
	font-weight:bold;
	text-align:center;
	
}

.dhtmlxcalendar_simplecolorsand .dxcalmonth .planeYear{
	margin-left:4px;
}

.dhtmlxcalendar_simplecolorsand .dxcalmonth td{
	font-size: 12px;
	color:#575757;	
}

.dhtmlxcalendar_simplecolorsand .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_simplecolorsand .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_simplecolorsand/bwd_arrow.png) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar_simplecolorsand .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/__dhxCal_skin_simplecolorsand/fwd_arrow.png) center center no-repeat;
}

.dhtmlxcalendar_simplecolorsand .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar_simplecolorsand .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar_simplecolorsand .dxcaldlabel {
  	margin-top: 10px;  
	border-bottom: 1px solid #7e7e7e;
	color:#717171;
}
.dhtmlxcalendar_simplecolorsand .dxcaldlabel td,
.dhtmlxcalendar_simplecolorsand .dxcaldays td,
.dhtmlxcalendar_simplecolorsand .dxcaldays_ie td{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;	
	text-align: center;
	vertical-align: middle;
	width: 24px;
	height: 21px;
	color: #7e7e7e;
}

.dhtmlxcalendar_simplecolorsand .dxcaldlabel{
	border-top: 0px;
}

.dhtmlxcalendar_simplecolorsand .dxcaldlabel td{
	color: #3b3b3b;
}

.dhtmlxcalendar_simplecolorsand .dxcaldays td,
.dhtmlxcalendar_simplecolorsand .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar_simplecolorsand .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar_simplecolorsand td.comma{
	visibility:visible;
}
.dhtmlxcalendar_simplecolorsand div.planeMonth,
.dhtmlxcalendar_simplecolorsand div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar_simplecolorsand div.planeYear{
	display:inline;
	width:auto;
}

/* begin: days colors */
.dhtmlxcalendar_simplecolorsand td.thismonth{
	color:#3b3b3b;
	padding:1px;
	width: 24px;
	height: 21px	
}

.dhtmlxcalendar_simplecolorsand td.othermonth{
	visibility: visible;
	color:#a5a5a5;
}

.dhtmlxcalendar_simplecolorsand td.weekend{
	color:#3b3b3b;
	padding:1px;
}

.dhtmlxcalendar_simplecolorsand td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar_simplecolorsand td.selected{
  	background-color: #f5c453;
	color:black !important;
}


.dhtmlxcalendar_simplecolorsand td.current{
  	color:#3b3b3b;
	font-weight:bold !important
}

.dhtmlxcalendar_simplecolorsand td.hover{
  	border: 1px solid #f5c453;
	padding:0px;
}

.dhtmlxcalendar_simplecolorsand td.holiday{ 
	font-weight:bold;
	text-decoration:underline;
	color:#3b3b3b;
}

/* end: simplecolorsand */

/*===================================================================================================*/

/*Classic*/

.dhtmlxcalendar_classic {
	background: url(imgs/__dhxCal_skin_Classic/cal_bg_single.gif) no-repeat;
	background-color:white;
	border: 1px solid gray;
	font-family: Arial;
	z-index:99;
	height:auto;
	width:145px;
	padding:5 10 5 10;
}

.dhtmlxcalendar_classic_ifr {
	height:147px;
	width:167px;
}

.dhtmlxcalendar_classic .entbox{
	width:145px;
}

.dhtmlxcalendar_classic td {
	font-size: 11px;
	font-family: Tahoma;
	text-align:center;
	font-weight: bold;	
}

.dhtmlxcalendar_classic .dxcalmonth div.planeYear{
	margin-left:4px;
	
}

.dhtmlxcalendar_classic .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_classic .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_bwd.gif) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar_classic .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_fwd.gif) center center no-repeat;
}

.dhtmlxcalendar_classic .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar_classic .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar_classic .dxcaldlabel {
	border-bottom: 0px solid #7e7e7e;
	color:#7e7e7e;
	background-color: #eeeeee;
	margin-top: 5px;
}
.dhtmlxcalendar_classic .dxcaldlabel td,
.dhtmlxcalendar_classic .dxcaldays td,
.dhtmlxcalendar_classic .dxcaldays_ie td{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;	
	text-align: left;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	color: black;
}

.dhtmlxcalendar_classic .dxcaldlabel{

  	border-top: 1px solid #7e7e7e;
}
.dhtmlxcalendar_classic .dxcaldays td,
.dhtmlxcalendar_classic .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar_classic .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar_classic td.comma{
	visibility:visible;
}
.dhtmlxcalendar_classic div.planeMonth,
.dhtmlxcalendar_classic div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar_classic div.planeYear{
	display:inline;
	width:28px;
}

/* begin: days colors */
.dhtmlxcalendar_classic td.thismonth{
    border-top: 1px solid #7e7e7e;
	color:#0052ab;
	text-decoration:underline;
	padding:1px;
}

.dhtmlxcalendar_classic td.othermonth{
   	border-top: 1px solid #7e7e7e;
	visibility:visible;
	color:#0052ab;
}

.dhtmlxcalendar_classic td.weekend{
  	border-top: 1px solid #7e7e7e;  
	color:#0052ab;
	text-decoration:underline;
	padding:1px;
}

.dhtmlxcalendar_classic td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar_classic td.selected{
  	border-top: 1px solid #7e7e7e;
  	background-color: #f5c453;
	color:#0052ab !important;
}


.dhtmlxcalendar_classic td.current{
  	border-top: 1px solid #7e7e7e;
  	color:#0052ab;
	font-weight:bold !important
}

.dhtmlxcalendar_classic td.hover{
  	border: 1px solid #f5c453;
	padding:0px;
}

.dhtmlxcalendar_classic td.holiday{ 
	font-weight:bold;
	color:#0052ab;
}

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar_classic div.dhtmlxRichSelector {
	position: absolute;
	background-color:#ffffff;
	display: block;

}
.dhtmlxcalendar_classic textarea.dhtmlxRichSelector,
.dhtmlxcalendar_classic select.dhtmlxRichSelector {
	font-family: verdana;
	position: absolute;
	font-size: 9px;
	overflow: hidden;
	border-width: 0px;
	z-index:100;

}
.dhtmlxcalendar_classic select.dhtmlxRichSelector {
	border: 1px solid #555555;
}
/* end: dhtmlxRichSelector */
/* end: classic style*/
/*======================================================================================*/