/* CSS Document */
#unidade {
border: 3px solid #EFEBEF;
float: left;
width: 200px;
background: #FFFFFF;
display: table;

}

a {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
 }
 a:hover {
text-decoration: bold;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
 }
#cursos a: {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
 }
#cursos a:hover {
text-decoration: bold;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
 }


#tit_box {
text-align: center;
font-weight: bold;
background:#EFEBEF;
margin: 0px; }

#curso {
position: relative;
left: 3px;
border: 3px solid #EFEBEF;
float: left;
width: 260px;
background: #FFFFFF;
display: table;

}
#turma {
position: relative;
left: 5px;
border: 3px solid #EFEBEF;
float: left;
width: 200px;
background: #FFFFFF;
display: table;

}
#horario {
border: 3px solid #EFEBEF;
float: left;
width: 95% !important;
width: 100%;
margin-left: 5px;
background: #FFFFFF;
}
* { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666; }

table {
margin: 0px;
padding: 0px;
}

.thead td {
height: 40px;
vertical-align:middle; }

.thead {
height: 40px;
width: 100%; }

.tdhead1 {
width: 200px;
height: 40px;
 }
 
.tdhead1 {
width: 80%;
height: 40px;
 }

.tsub {
background: #ffffff; }

td {
height: 100px;
display:table-cell;
margin: 0px;
padding: 0px;
vertical-align: top;
width: 14%;
}


.diasemana { 
background:  #EFEBEF;
font-weight: bold;
height: 20px;
vertical-align: middle;
display:table-cell;
text-align: center;
border: 1px solid #343434; 
}

.mesnome {
background:  #EFEBEF; 
font-size: 15px;
font-weight: bold;
height: 20px;
vertical-align: middle;
display:table-cell;
text-align: center;
border: 1px solid #343434; 
}

.diasout {
visibility: hidden;
 }

.diatual {
background:  #EFEBEF; 
font-weight: bold;
border: 1px solid #343434;  }

.dianormal {
border: 1px solid #343434; 
}


th  {
	background-color: #E9E9E9;
	text-align:center;
	height: 30px;
}

.mes {
	 background-color: #A6A6A6;
	 height: 25px;
	 text-align: left;
}

div.margem {
	padding-top: 10px;
	padding-bottom: 5px;

}

div.dicas {
	/* apenas para não mostrar na impressão */
}

#texto a:hover {
	background: none;
}



@media print {
	body {width: 100%; background-color: white; background-image: none;}
	#textoTop, #textoBottom, #menu, div.dicas, #unidade, #curso, #turma {display: none;}
	#texto { background-image: none; width:100%; background-color: white; margin: auto}
	.horario_titulo_mes, .horario_titulo, .erro, .corpo_azul_bold {color: black;}
	th, .mes { background-color: white;}
	.novapagina { page-break-after: always;}
	#semana {margin: auto; width: 90%}
	* {color: black}
}

