/*CSS PARA EL CONTENEDOR DE FUERA */
.cal_Theme1 .ajax__calendar_container   {
    background-color: #bebebe;
    border:solid 1px #cccccc;
	padding:0px;
	position:absolute;
	cursor:default;
	width:170px;
	font-size:11px;
	text-align:center;
	font-family:tahoma,verdana,helvetica;
}

/*CSS PARA MENSAJE DE MES-AÑO ARRIBA */
.cal_Theme1 .ajax__calendar_header  {
    background-color: #929292; 
    color: #ffffff;
    margin-bottom: 4px;
}

/*CSS para el titulo y los siguientes*/
.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: #ffffff; 
    padding-top: 3px;
}

/* CSS CUERPO PRINCIPAL DEL CALENDARIO*/
.cal_Theme1 .ajax__calendar_body    { 
    background-color: #cccac9;
	border-collapse: 0px;
	padding: 0px;
	height:131px;
	width:170px;
	position:relative;
	overflow:hidden;
	margin:auto;
}

/* CSS DE LOS NOMBRE DE DIAS  */
.cal_Theme1 .ajax__calendar_dayname { 
    text-align:center; 
    font-weight:bold; 
    color:#929292;
}

/* CSS DE TODOS LOS DIAS DEL MES  */
.cal_Theme1 .ajax__calendar_day { 
    text-align:center;
	border:#dedede 1px solid;
	text-decoration: underline;
	background-color:#ececeb;
	color:#666666;
}

/* CSS PARA LA SELECCION DE DIA*/
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_weekend,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year
{
    color: #000000; 
}

/* CSS PARA EL DIA ACTIVO*/
.cal_Theme1 .ajax__calendar_active .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_active .ajax__calendar_weekend,
.cal_Theme1 .ajax__calendar_active .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_active .ajax__calendar_year
{
    color: #000000; 
    font-weight:bold;
}

/*CSS PARA EL DIA DESCRITO ABAJO */
.cal_Theme1 .ajax__calendar_today   {
    color: #ffffff; 
    font-weight:bold;
    
}

/*CSS para cuando pasen el cursor por sobre el titulo y el Hoy */
.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #ffffff;
}

/*CSS para los Fines de Semana*/
.cal_Theme1 .ajax__calendar_weekend{
    background-color: #e3e3e2;
    color: #929292; 
    border-color:#929292;
    border-collapse:0PX;
	border:#FFDAB5 1px solid;
	text-decoration: underline;
	background-color:#ececeb;
}

/*
	LAS IMAGENES QUE VAN EN LAS PROPIEDADES DE ajax__calendar_prev
	Y ajax__calendar_next DEBEN SER VISIBLES DESDE UNA DIRECCIÓN DE
	LOS CSS.
*/

/* CSS para la Imagen del Botón mes Previo*/
.cal_Theme1 .ajax__calendar_prev {
	background-image: url(../img/arrow-left_blanco.gif);
}

/* CSS para la Imagen del Botón mes Siguiente*/
.cal_Theme1 .ajax__calendar_next {
	background-image: url(../img/arrow-right_blanco.gif);
}