﻿
#datepicker 
{
	overflow:hidden;
	z-index:2000;
	position:absolute;
}


.calMesCabecera
{
	float:left;
}


.calContenedorCabecera
{
	background-color: #FFD499;
	height:24px;
	width: 182px;
}

.calCabeceraIzq
{
	clear:right;
	overflow:hidden;
	background-color:#FF6600;
	padding:2px;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	width: 155px;
	font-weight: bold; 
	height: 17px;
	width: 177px;

}

.calCabecera
{
	clear:right;
	overflow:hidden;
	background-color:#FF6600;
	padding:2px;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	width: 155px;
	font-weight: bold; 
	height: 17px;
	width: 177px;

}

.lineaCalendarioTop
{
	width: 534px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #FF6600;
	margin-top: 20px;
	margin-left: 4px;
}

.lineaCalendarioBot
{
	width: 534px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #FF8A3C;
	margin-bottom: 5px;
	margin-left: 4px;
}


.tituloMes 
{
	clear:none;
}

.tituloMesRight
{
	float:left;
	width: 155px;
}

.selector_calendario 
{
	height: 16px;
	font-size: 10px;
}
.calMonth
{
	margin:2px 3px;
}

.calPrevMonth
{
	float:left;
}

.calNextMonth
{
	float: right;
	width: 30px;
	clear: right;
}

.calMonthTitleLeft
{
	text-align:right;
	margin-right:24px;
}

.calMonthTitleRight
{
	text-align:left;
	margin-left:24px;
}




/* Formato del dia de hoy... */
.spanFechaHoy { font-weight:bold; text-decoration: underline; color: #FF6600; }
/* additional style information for the text that indicates the month and year */
.calTitleText { margin-top:1px; font-size: 12px; color: #666666; }
/* the table (within the div) that holds the date picker calendar */
.calTable {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        color: #505050;
        width:173px;
        background-color: #ffffff;
        border: 1px none #000000;
        height:150px;
}

.buttonDivToday
{
	text-align: left;
	margin-left: 4px;
	float:left;
	width:40px;
}

.buttonDivCerrar
{
	text-align: right;
	margin-right: 8px;
	float: right;
	width:50px;
}

/* the "This Month" and "Close" buttons at the bottom */
.calTodayButtonToday,.calTodayButtonClose {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF6600;
    background-color: #FCE9BA;
    border:1px solid #F5AF33;
    width:45px;
    cursor:pointer;
    font-weight: bold;
    
}

.calTodayButtonClose {  }
/* a table cell that holds a date number (either blank or 1-31) */
.calTDFestivo { background: #cc0000; color:white; font-weight: bold; }

#divCampoFecha, #divCampoCalendario 
{
	float:left;
	overflow:hidden;
}
#divCampoFecha { padding-top:1px; }
#divCampoCalendario  { padding-left:4px; }

.ctlCampoFecha {
    border: solid 1px #999999;
    font-size:11px;
    font-family:arial;
    width:80px;
    float:left;
}
.ctlBotonCalendar {
    width:22px;
    height:19px;
    cursor:pointer;
    vertical-align: middle;
    background:url(/calendar/calendar.gif) no-repeat left 3px ;
    float: left;
    margin: 0px 0 0 0px;
    display: block;
}

/* the div that holds the date picker calendar */

/* a table row that holds date numbers (either blank or 1-31) */
.calTR { }

/* the top table row that holds the month, year, and forward/backward buttons */
.calTitleTR {    }

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.calDayTR {   }



/* a table cell that holds a date number (either blank or 1-31) */
.calTD {
    border: 1px solid #F5AF33;
    background-color: #FCE9BA;
    color: #FF6600;
    width: 20px;
    height: 15px;
    text-align:right;
    font-weight: bold;
    font-size: 10px;
    padding-right: 2px;
    
}
/* a table cell that holds a date number (Disabled Day) */
.calTDNS {
    border: 1px solid #FFE6B0;
	color:#F5AF33;
	width: 20px;
    height: 15px;
    text-align: right;
    font-size: 10px;
    padding-right: 2px;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.calDayHighlightTD 
{
    border: 1px solid #F5AF33;
    background-color: #F5AF33;
    color: #FFFFFF;
    width: 20px;
    height: 15px;
    text-align:right;
    font-weight: bold;
    font-size: 10px;
    padding-right: 2px;
    cursor: pointer;

}
/* a table cell that holds a highlighted day (Disabled Day) */
.calDayHighlightTDNS {
    border: 1px solid #FFE6B0;
	color:#F5AF33;
	width: 20px;
    height: 15px;
    text-align: right;
    font-size: 10px;
    padding-right: 2px;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.calTDHover {
    border: 1px solid #FF6600;
    background-color: #FFFFFF;
    color: #FF6600;
    width: 20px;
    height: 15px;
    text-align:right;
    font-weight: bold;
    font-size: 10px;
    padding-right: 2px;
    cursor: pointer;
}

/* the table cell that holds the name of the month and the year */
.calTitleTD {    }

/* a table cell that holds one of the forward/backward buttons */
.calButtonTD {   }

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.calDayTD {
    color: black;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    height: 24px;
    cursor: pointer;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.calDayHighlight {
    font-weight: bold;
}

/* the forward/backward buttons at the top */
.calButtonRig {
    cursor: pointer;
    width: 17px;
    height: 15px;
    float: right;
}

/* the forward/backward buttons at the top */
.calButtonLef {
    cursor: pointer;
    width: 17px;
    height: 15px;
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.calTodayButtonTR {      }

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.calTodayButtonTD {      }


.calmesDiv 
{
}

.calendario
{
	background-color:#FFFFFF;
	overflow:hidden;
	min-height:1%;
	z-index:1000px;
	border: solid 1px #FF6600;
	padding: 3px;
	
}


.calendario iframe
{
	background-color:transparent;
	position:absolute;
	z-index:-1;

}



.datepickerDiv 
{
  position:relative; 
}





