/* CALENDARIO */
#tbl_calendario {
	border-left: 1px solid #10555f;
	border-top: 1px solid #10555f;
}
#tbl_calendario td, #tbl_calendario th {
	padding: 10px;
	border-right: 1px solid #136571;
	border-bottom: 1px solid #136571;
}

th, td.semclasse {
	color:#FFF;
}
#tbl_cal_boxmes {
	border-left: 1px solid #1b2614;
	border-top: 1px solid #1b2614;
	border-spacing: 10px;
}
#tbl_cal_boxmes td {
	text-align:center;
}
.links_meses {
	background:#004551 url(../images/fundo_input2.gif) repeat-x;
	color: #FFF;
	line-height: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#datasLi li {
	color:#FF0;
/*	background:#004551 url(../images/fundo_input2.gif) repeat-x;	*/
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.diatual {
	background: #00262b;
	color:#fff;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.domingo,.sabado {
	color:#E5E5E5;
	font-weight:bold;
	background: #095863;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.segsexta {
	background: #0b616e;
	color:#FFf;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.segsexta A:LINK {color: #FFf;text-decoration: none;}
.segsexta A:VISITED {color: #FFf;text-decoration: none;}
.segsexta A:ACTIVE {color: #FFf;text-decoration: none;}
.segsexta A:HOVER {color: #0b616e;text-decoration: none;}


.feriado {
	color: #FF0;
	font-weight:bold;
	background:#004551 url(../images/fundo_input2.gif) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.calendario {
	clear:both;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* FIM CALENDARIO */
