#calendar td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
}

#calback {
	background: #FFF url('http://www.portaldoeconomista.org.br/novosite/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 135px;
}

#calendar {
	/*width: 100%;*/
	/*height: 100%;*/
}

.cal {
	background: #E3DED8;
	/*width: 100%; */
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #2E5368;
	font-size: 10px;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 15px;
	background: #E3DED8;
}

.dayhead td {
    width: 200px;
	text-align: center;
	color: #000;
}

.dayrow {
	background: #E3DED8;
	height: 15px;
}

.dayrow td {
	width: 50px;
	color: #CBC3B8;
	font-size: 9px;
}

.day {
	float: right;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #E3DED8;
}