@charset "utf-8";
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#topoPag {
	height:70px;
	background-image: url(../img/topoBackground.jpg);
	background-repeat: repeat-x;
}
#logoTop {
	float:left;
	margin-left:100px;
	
}
#topoData {
	width:300px;
	float:right;
	margin-top:25px;
	margin-right:20px;
	font-size:12px;
	text-align:right;
}
#mioloPag {
	width:900px;
	/*background-color:#CCCCCC;*/
	margin:0px auto;
}
#barraDireita {
	float:left;
	width:270px;
	padding:35px;
	font-family:Trebuchet MS;
	font-size:15px;
	text-align:justify;
}
#statusLogin {
	float:left;
	width:50px;
}
#processaLogin {
	float:left;
	width:140px;
	
}
#menuOpcoes {
clear:both;
list-style:none;
width:200px;
margin:0px;
padding:0px;
}
#menuOpcoes li {
width:202px;
height:32px;
background:url(../img/botaoMenuBg.jpg);
margin:0px;
padding:0px;
margin-top:5px;
}
#menuOpcoes li a {
width:167px;
height:27px;
padding-top:5px;
padding-right:35px;
text-align:right;
display:block;
}

li#opFrequencia a {
	background-image: url(../img/menuFrequencia.gif);
	background-repeat: no-repeat;
	background-position: 175px;
}
li#opNotas a {
	background-image: url(../img/menuNotas.gif);
	background-repeat: no-repeat;
	background-position: 175px;
}

li#opOcorrencias a {
	background-image: url(../img/menuOcorrencias.gif);
	background-repeat: no-repeat;
	background-position: 175px;
}

li#opFinanceiro a {
	background-image: url(../img/menuFinanceiro.gif);
	background-repeat: no-repeat;
	background-position: 175px;
}

#menuOpcoes li a, #menuOpcoes li a:hover, #menuOpcoes li a:visited {
text-decoration:none;
color:#699699;
}
#menuOpcoes li:hover {
background:url(../img/botaoMenuBgOver.jpg);
font-weight:bold;
}
#menuOpcoes li.selecionado {
background:url(../img/botaoMenuBgOver.jpg);
font-weight:bold;
text-decoration:none;
color:#699699;
}
#rodapePagina {
	width:100%;
	clear:both;
	margin-top:70px;
	padding-top:5px;
	background-image: url(../img/rodapeBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size:12px;
	text-align:center;
color:#999999;
font-size:12px;
}

#rodapePagina a {
text-decoration:none;
color:#999999;
font-size:12px;
}
#rodapePagina a:hover {
color:#FF0000;
}
