/*SilverLight skin. default*/
/* Appearance calendar standart view */
.dhtmlxcalendar{
	background: url(dhtmlxcalendar_imgs/fondo_col.jpg) no-repeat;
	border: 0px solid green;
	font-family:"Trebuchet MS";
	z-index:99;
	height:165px;
  	padding:5px 0px 0px 25px;
	*padding:5px 0px 0px 0px;
}
/* Style for iframe (must have same values as real dimensions of calendar) */
.dhtmlxcalendar_ifr,
.dhtmlxcalendar_mini_ifr,
.dhtmlxcalendar_maxi_ifr,
.dhtmlxcalendar_long_ifr {
  height:173px;
  width:0px;
}
                                                                                                                                                                     
.dhtmlxcalendar_maxi_ifr {
  height: 176px;
}
/* Appearance for calendar with time */
.dhtmlxcalendar_long {
  background: url(dhtmlxcalendar_imgs/cal_bg_single_long.gif) no-repeat;
  height: 190px;
}
.dhtmlxcalendar_long_ifr{
  height: 190px;
}
/* Appearance minimized maximized */
.dhtmlxcalendar_mini{
	background: url(dhtmlxcalendar_imgs/cal_bg_single_mini.gif) no-repeat;
	height:25px;
	width:146px;
}
.dhtmlxcalendar_mini_ifr{
  height: 25px;
}
/* Appearance header of calendar in minimized view */
.dhtmlxcalendar_mini .winHeader{
  margin-top:0px;
  -moz-user-select:none;
}
/* Appearance header of calendar in standard view */
.dhtmlxcalendar .winHeader {
	height: 13px;
	width:146px;
  -moz-user-select:none;
  border: 0;
  margin-top:-11px;
  margin-bottom: 12px;
}
/* Appearance header title */
.dhtmlxcalendar .winTitle {
	color:black;
	font-size:11px;
	float:left;
	cursor: move;	
	width: 100px;
}
/* Common appearance headers buttons */
.dhtmlxcalendar .btn_maxi, 
.dhtmlxcalendar .btn_mini,
.dhtmlxcalendar .btn_close,
.dhtmlxcalendar .btn_today,
.dhtmlxcalendar .btn_clear {
  background: url(dhtmlxcalendar_imgs/btns.gif);
  float:right;
  height:12px;
  width:0px;	
  margin-left: 1px;
  font-size: 0;
}
/* Button close*/
.dhtmlxcalendar .btn_close {
  background-position: 0 0;
}
/* Button today */
.dhtmlxcalendar .btn_today {
  background-position: -12px 0;
}
/* Button clear */
.dhtmlxcalendar .btn_clear {
  background-position: -24px 0;
}
/* Button mini in minimized view */
.dhtmlxcalendar .btn_maxi {
  background-position: -36px 0;
}
/* Button mini */
.dhtmlxcalendar .btn_mini {
  background-position: -48px 0;
}
/* Calendar body */
.dhtmlxcalendar .entbox{
	width:200px;
	clear:both;
}
/* Common style for each cell of calendar */
.dhtmlxcalendar td {
	font-size: 13px;
	font-family:Arial;
	text-align:center;
}

/* Month left button */
.dhtmlxcalendar .dxcalmonth td.month_btn_left {
	background: url(dhtmlxcalendar_imgs/flecha_izd.jpg) no-repeat;
	width:13px;
}
/* Month right button */
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: url(dhtmlxcalendar_imgs/flecha_dch.jpg) no-repeat;
	width:13px;
}

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

.dhtmlxcalendar .dxcalmonth table {
	color:#808080;
	font-weight:bold;
	margin: auto;
}

/* Common styles for months and days labels */
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 13px;
	font-family:"Trebuchet MS";
	text-align: center;
	vertical-align: middle;
	width: 28px;
	height: 13px;
	color: #000000;
}

.dhtmlxcalendar .dxcaldlabel td{
	font-size:10px;
	width:40px;
}

/* Appearance days */
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	cursor: pointer;
}
/* Appearance days for IE */
.dhtmlxcalendar .dxcaldays_ie td{
	height:16px;
}
/* Comma between month and year */
.dhtmlxcalendar td.comma{
	visibility:hidden;
}
/* Common style for month and year labels */
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: hidden;
}
/* Appearance year */
div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:28px;
}

/* begin: days colors */
/* Days of this month */
.dhtmlxcalendar td.thismonth{
	color:#ff3c3c;
	width:40px;
}
/* Days of other months */
.dhtmlxcalendar td.othermonth{
	visibility:hidden;
	
}
/* Weekend */
.dhtmlxcalendar td.weekend{
	color:#ff3c3c;
}
/* Insensitive days*/
.dhtmlxcalendar td.insensitive{
	color:#000000;
	cursor: default;
	font-weight:normal;
}
/* Selected day */
.dhtmlxcalendar td.selected{

}
/* Current day */
.dhtmlxcalendar td.current{
	color:#ff3c3c;
}
/* Hovered day */
.dhtmlxcalendar td.hover{
	color: #ff3c3c;
}
/* Holidays */
.dhtmlxcalendar td.holiday{ 
	font-weight:bold;
	color:#ff3c3c;
}

/* end: silverlight */

/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
	background: url(dhtmlxcalendar_imgs/cal_bg_double.gif) no-repeat;
  	z-index:100;
	padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
	background-image: url(dhtmlxcalendar_imgs/blank.gif);
}
/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: relative;
	background-color:#ffffff;
	display: block;
	width: 1px;
	height: 1px;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
	font-family:"Trebuchet MS";
	position: absolute;
	font-size: 10px;
	overflow: hidden;
	border-width: 0px;
	z-index:100;
	left: 0px;
	top: 0px;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
	border: 1px solid #555555;
}

