#divCalendar {
	margin:0px; padding:0px; 
	height:183px; width:150px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	
	/*background:url('../images/header_calendario.jpg');
	background-position:top;
	background-repeat:repeat-x;*/
}
#clLoading{
	display:none;
	position:absolute;
	right:3px;
	width:20px;
	height:20px;
}
#clHeader{
	padding:5px;
	background-color: #CC0200;
	color:#FFFFFF;
	font-weight:bold;
}

.clMonthBar{
	width:150px;
	height:13px;
	padding:6px 0px;
	text-align:center;
}
.clMonthBar a{
	display:block;
	float:left;
	width:20px;
	height:13px;
}
.clMonthBar img{
	border:0px;
}
.clMonthName{
	display:block;
	float:left;
	width:110px;
	height:13px;
	font-weight:bold;
	font-size:11px;
	color:#C60100;
}

.clMonthTable{
	width:150px;
	/*height:130px;*/
	margin-top:8px;
}
.clMonthTable th{
	width:14%;
	height:15px;
	text-align:center;
}
.clMonthTable td{
	height:18px;
	text-align:center;
	vertical-align:middle;
	font-size:9px;
}
.clMonthTable a{
	display:block;
	width:15px;
	padding:2px;
	margin:1px;
	text-align:center;
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:none;
}
.clMonthTable a:hover{
	background-color:#CC0200;
}

#ctToday{
	border:1px solid #CC0200;
}