body, html{
	height: 100%;
	margin: 0;
}

body, td, div, input, textarea, select{
	font-family: Verdana;
	color: #5a6e83;
	font-size: 10px;
}

form { margin:0px; padding:0px; }

input{
	background: #9aabbb;
	border: 3px solid #9aabbb;
	color: #FFF;
}
input.radio-turma { background-color:#ced7de; border:0px; }
input[type="image"]{
	border:0;
}
select{
	background: #9aabbb;
	border: 3px solid #9aabbb;
	color: #FFF;
}
.selectHeader{
	background: #FFF;
	border: 1px solid #9aabbb;
	color: #5a6e83;
}

a{
	color:#5a6e83;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color: #bfcedb;
}

a.sub { text-decoration:underline; }

.inverse{
	color: #ffffff;
	background-color: #5a6e83;
}

#top{
	background: url(../_img/top_repeat.gif) repeat-x;
	text-align: left;
	vertical-align: top;
	height: 77px;
}

#main{
	background: url(../_img/bg_repeat.jpg) repeat-x;
	text-align: left;
	vertical-align: top;
	padding-left: 11px;
}

#menu{
	margin-top: 10px;
	height:20px;
}

.menuBtn{
	cursor: pointer;
}

#content_left{
	/*background: url(../_img/content_bg_left.jpg) repeat-x;*/
}
#content{
	background: url(../_img/content_bg_left.jpg) repeat-x;
	padding-top: 14px;
}

.submenu{
	position:absolute;
}

.submenuItem, .submenuItemOver, .submenuItemDiv{
	color: #FFF;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 10px;
	line-height:16px;
	cursor: pointer;
}

.submenuItem{
	background: #8aa0b2 url(../_img/menu/submenu_bg.gif) no-repeat right bottom;
}
.submenuItemOver{
	background: #738b9f url(../_img/menu/submenu_bg.gif) no-repeat right bottom;
}
.submenuItemDiv{
	background: #c4cfd8;
}

.titulo{
	font-family: verdana;
	font-size: 20px;
	color: #5a6e83;
	line-height: 20px;
}

.subtitulo{
	font-weight: bold;
	font-family: verdana;
	font-size: 16px;
	color: #5a6e83;
}

.subtitulo2{
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #5a6e83;
	padding-left:20px;
}

.itensNivel1{
	font-size: 12px;
}

.itensNivel2{
	font-size: 12px;
	padding-left:20px;
}

.itensNivel3{
	padding-left:40px;
}


#homeContent{
	width: 507px;
	height: 605px;
	text-align: justify;
	display:table;
}

.noticiaTit{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.mancheteTit{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

.assunto{ font-weight:bold; }
.destaqueTit {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.onibusRodape { 	
	display:block;
	width:490px;
	border-bottom:#FFCC00 solid 1px;
	margin-bottom:15px;
}

.noticiaDestaque{ 
	display:block; 
	width:490px; 
}

.lista { display:table; width:490px; margin-top:10px; padding:10px; float:none; border:#5a6e83 solid 1px; }
.lista ul { display:block; width:460px; margin:0px; padding:0px; }
.lista ul li { display:block; width:460px; margin-bottom:5px; }

.infoTit{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
}

.infoText{
	margin:0 0 15px 0;
	padding: 10px 10 10px 10px;
	text-align: justify;
	background-color: #f8fafb;
	/*border: 1px solid #215ab2;*/
}
.infoText a, .infoText a:hover { font-weight:bold; text-decoration:underline; color: #5a6e83; }

.infoText img{ display:block; float:left; padding-right:5px; padding-bottom:5px;}

.table0{
	border-right: 1px solid #3c5394;
	border-bottom: 1px solid #3c5394;
}

.table1{
	border-top: 1px solid #3c5394;
	border-left: 1px solid #3c5394;
	border-right: 1px solid #3c5394;
	border-bottom: 1px solid #3c5394;
}

.table2{
	border-top: 1px solid #3c5394;
	border-right: 1px solid #3c5394;
	border-bottom: 1px solid #3c5394;
}

.table3{
	border-left: 1px solid #3c5394;
	border-right: 1px solid #3c5394;
	border-bottom: 1px solid #3c5394;
}

.table4{
	border-right: 1px solid #3c5394;
	border-bottom: 1px solid #3c5394;
}

.td1{
	border-top: 1px solid #3c5394;
	border-left: 1px solid #3c5394;
	border-right-width: 0;
	border-bottom-width: 0;
}

div.pre-requisitos a { text-decoration:underline; }
