td {
	font-family: Arial;

}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 270px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #CFD7EF;
	width: 100%;
	font-size: 12px;  
}

.calhead {
	background: #2E6AB1;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 20px;
	background: ;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {

	background: #FFF;
	height: 20px;
}

.dayrow td {
	text-align: center;
	color: #000;
	font-size: 11px;
	font-face: arial;
}

.day {
	color: #000; font-size: 12px;

}

.dayeventos {
	color: #000; font-size: 12px; text-decoration:underline; font-weight:bold;

}

.dayhoje {
	background: #E8F0F8; font-size: 12px;
	color: #000;
	height: 18px;

}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}