
body{
	font-family: "Verdana";	
	color:gray;
	width:965px;
}

a{
	text-decoration: none;
	color:gray;
	cursor: pointer;
}

a:hover{
	color:#0000FF;
}

img{
	border:none;
}


#tabela th {
  font-weight: bold;
  
}

#ordenar{
	 width: 100%; 
	 text-align: right;	
}

#tabela tr.even {
  background-color: #FFDBA4;
}
#tabela tr.odd {
  
  background-color: #fff;
}


.mostraInstrumento{
	width:565px;
	text-align: left;
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 13px;
	
}

.mostraInstrumento:hover{
	color:blue;
	cursor:pointer;
	
}

.mostraInstrumento h1{
	font-size: 15px;
	text-decoration: underline;
}

.mostraInstrumento img{
	float:left;
	padding-right: 15px;
}

#rodape{
	padding-top:10px;
	width:800px;
	float:left;	
}
#corpo{
	width:800px;
	border: 1px solid black;
	float:left;	
}

#adsenseTopo{
	display: block;
	background-color: white;
	margin-bottom: 1px;
	text-align: left;
	margin-left:40px;
}


#publicidade{
	width:800px;
	height: 80px;
	display: block;
	background-color: white;
}


#topo{
	width:800px;
	height: 100px;
	display: block;	
	background: #000 url(../img/topo.jpg) no-repeat;
	margin-top:2px;
	
}

#menu{
 	float: left;
	width:800px;
	height: 23px;
	display: block;
	background: #fff url(../img/fundo_menu.gif) repeat-X;	
	font-weight: bold;
	font-size: 12px;
	text-align: center;	
	padding-top: 7px;
}



#menu a{
	
  background: url(../img/divisao_menu.gif) repeat-Y ;
  padding-left: 20px;
  padding-right: 20px;
  margin-top:3px;
  color: #fff;
}
#menu a:hover{
	color: #000;;
}




#menuRodape{
 	float: left;
	width:800px;
	height: 20px;
	display: block;	
	font-size: 12px;
	text-align: center;	
	padding-top: 7px;
	background: #F8F8F8;
	border: 1px solid black;	
	border-top: none;
}



#menuRodape a{
	
  padding-left: 15px;
  padding-right: 15px;
  margin-top:3px;
  color: gray;
}
#menuRodape a:hover{
	color: #000;;
}


#publicidadeLateral{
	width:150px;
	height: auto;
	background-color: #FFF;
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


#caixaPublicidadeLateral{
	background: url(../img/caixa_publicidade_lateral.gif) no-repeat;	
	width:150px;
	height:200px;
	display:block;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 3px;
	
}

#caixaPublicidadeLateral img{
	margin-top: 15px;
	margin-bottom: 5px;	
}




#lateral{
	width:170px;
	display: block;
	background-color: #EEEEEE;
	float:left;	
}

#lateral h1{
	border-bottom: 1px solid gray;
	font-weight: bold;	
	font-size: 14px;
	text-align: center;
	color: #000033;
}

#lateral h2{
	font-size: 12px;
	text-align: left;
	padding:0px;
	margin:0px;
	padding-left: 10px;
	border-bottom: 1px solid white;
	width: 160px;
	height: 25px;
	padding-top: 5px;
	background: #EEEEEE;
}

#lateral h2:hover{
	background:#F8F8F8;
	color:blue;
}

#login{
	background: url(../img/fundo_login.gif) repeat-X ;
  	width: 630px;
	float:left;
	font-size: 12px;
	color: #000;
	height: 30px;
	padding-top: 3px;
	
}
#login a{
	color:#fff;
	font-size: 10px;
}

#login a:hover{
	color:#000;
	
}

#conteudo{
	width: 600px;
	float:right;
	text-align: justify;
	font-size: 12px;
	padding: 15px;
}

#conteudo h1{
	color:#FD990A;
	font-size: 16px;
}

#conteudo h2{
	color:#FD990A;
	font-size: 16px;
	color:gray;
	text-decoration: underline;
}


#termosDeUso{

	height: 50px; 
	width: 500px; 
	overflow-y:auto; 
	font-size: 10px;
	border: 1px solid gray;
}



#mensagemRetorno{
	color:red; background:#FFF1A8; font-weight:bold; width: 700px;
}



#gallery a img{
	margin-top:15px;
} 