/* CSS Document */
#tbagenda{font-size:10px; border: 1px solid #CCCCCC;}
#tbagenda td{margin:0;padding:2px;vertical-align: top;}
#tbagenda thead{color:#FFFFFF;text-align: center;font-weight: bold; background-color: #006699;}
#tbagenda tbody td{border:1px solid #CCCCCC;}

/* Calendário */
#tbcalendario{
	color: #006699;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin:0px;
	width: 100%;
	background-color: #E7EBF1;
	border-top: 2px solid #A3B2CC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #A3B2CC;
	border-left: 2px solid #FFFFFF;
}
#tbcalendario thead tr{
	background-color: #A3B2CC;
}
#tbcalendario thead td{
	color: #FFFFFF;
	padding:1px 0px;
	font-weight: bolder;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#tbcalendario span{
	color: #CC0000;
	font-weight: bolder;
}

/*Painel*/
#painelagenda{
	margin: 0 0 20px;
	background-color: #EBEBEB;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #CCCCCC;
}
#displayagenda{
	margin: 0 5px 0 10px;
	width: 200px;
}
#displayagenda strong{
	font-size: 14px;
	color: #006699;	
}
#tbcalendario{margin-bottom: 5px;}

#painelmesano{
	width: 180px;
	float: right;
}
#painelmesano p, #painelmesano div{
	margin: 2px 5px 10px;
	text-align: center;
}
#painelmesano p{
	margin-top: 20px;
	padding: 2px;
	background-color: #FFFFFF;
}
#painelmesano a{color:#999999;}
#painelmesano a:hover{
	text-decoration: underline;
}
#painelmesano strong{
	font-size: 14px;
	color: #666666;
}