@charset "iso-8859-2";
body{
	font-family:Arial;
	background-color:black;
}
a:link, a:visited{
	text-decoration:none;
	color:#707070;
}
a:hover, a:active{
	text-decoration:none;
	color:#A6A6A6;
}

input, textarea{
	background-color:rgb(255,255,255);
	border: solid 1px #ed952e;
	color:#707070;
	padding-left:5px;
}
input:FOCUS, textarea:FOCUS{
	background-color:#F7F7F7;
	border: solid 1px #ed952e;
	color:#707070;
	padding-left:5px;
}

#principal{
	margin: 0px auto;
	width: 990px;
	background-color:black;
}
#topo{
	background-repeat:no-repeat;
	background-image:url(../imagens/topo.jpg);
	height:244px;
	border-bottom: rgb(244,177,58) solid 2px;
	border-top-color:rgb(244,177,58);
	border-top-style: solid;
	border-top-width:2px;
	clear:both;
}
#rodape{
	height:20px;
	background-color:rgb(37,37,37);
	color: rgb(254,214,141);
	text-align:center;
	font-size:11px;
	font-weight:bolder;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
#menu{
	margin-left:12px;
	width:980px;
}
.botoesMenu{
	float:left;
	margin-right: 3px;
	margin-left: 3px;
	width: 186px;
	text-align:center;
	border: solid 1px rgb(239,169,48);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: rgb(239,169,48);
	letter-spacing: 1px;
}
.botoesMenu a:link, .botoesMenu a:visited{
	text-decoration:none;
	color:white;
}
.botoesMenu a:hover, .botoesMenu a:active, .ativoSempre{
	text-decoration:none;
	color:white;
	background-color:#D68B10;
}
.botoesMenu a{
	float:left;
	width:100%;
}
#conteudo{
	color:#707070;
	padding: 10px;
	font-family:Tahoma;
	font-size:12px;
	background-color:white;
	float:left;
	width: 970px;
	min-height:232px;
}
.formularioPadrao{
	color:#ed952e;
	font-family:Tahoma;
	font-size:12px;
	background-image:url(../imagens/bordas_form_area.gif);
	background-repeat:no-repeat;
	padding: 10px;
}
.formularioPadrao form{
	margin: 0px auto;
}
.formularioPadrao div{
	margin-bottom: 3px;
}
.tituloSessoes{
	color: rgb(239,169,48);
	font-size: 14px;
	font-family:Tahoma;
	font-weight:bold;
	background-color:#F0EFEF;
	padding-left:30px;
	background-image:url(../imagens/logo.png);
	background-position:right;
	background-repeat:no-repeat;
	border:dotted 1.1px #F4C779;
	padding:3px;
}
.corpoSessoes{
	margin-top: 8px;
	font-family:Arial;
}
.estiloTabela {
	margin-top: 2px;
}
.estiloTabela div:FIRST-CHILD {
	float: left;
	width: 130px;
	padding-left: 3px;
	text-align: right;
	padding-right: 5px;
	color:#ed952e;
	font-family:Tahoma;
	font-size:12px;
}
.equipes{
	border: 1px dotted #FADFB4;
	background-color:#FDF2E1;
	padding:8px;
	clear:both;
	margin:4px;
	height:120px;
}
.equipes #titulo{
	font-size:14px;
	color:#F0A01C;
	font-weight:bolder;
	background-color: #FADFB4;
	border:#F0A01C dotted 1px;
	padding:3px;
}
.equipes #imagem{
	float:left;
	padding:3px;
	width:100px;
	margin-right:10px;
}
.equipes #descricao{
	border-bottom:#F0A01C dotted 1px;
	border-left:#F0A01C dotted 1px;
	border-right:#F0A01C dotted 1px;
	height:100px;
}
table {
	font-size:10px;
	border-collapse:collapse;
	border-spacing:1px;
	speak-header: always;
	empty-cells: show;
}
table TH{
	font-weight:bolder;
	font-size:12px;
	border:1px solid gray;
	padding:3px;
}
table TD{
	text-align:center;
	border: 1px dotted gray;
	padding:5px;
}
