body{
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#calendario {
	margin:0;
	padding:0;
	font-size:xx-small;
	text-decoration:none;
	width:170px
}
#calendario a{
	text-decoration:none;
}
.setas{
	color:#17A2DF;
	background:#E4E4E4;
}
.setas img{
	border:0;
}
.setas a, .setas a:visited, .setas a:active{
background:none;
	color:#17A2DF;
}
.setas a:hover{
	color:#000000;
}
.inativos{
	background:#F4F4F4;
	color:#E4E4E4;
}
.hoje{
	background:#CCCCCC;
	font-weight:bold;
}
.dias{
	background:#e4e4e4;
}
.compr{
	background:#058CD1;
		color:#FFFFFF;
}
.compr a:link, .compr a:active, .compr a:visited{
	color:#FFFFFF;
}


.semanas{
	background:#eeeeee;
	font-weight:bold;
}
#agenda{
	padding:2px;
	border: solid 1px #999999;
}
#agenda td{
	border: solid 1px #E4E4E4;
}
#agenda th{
	background:#E4E4E4;
	border-bottom: solid 1px #999999;
}
.select{
	background:#EEEEEE;
	font-size:xx-small;
	font-weight:bold;
}
