/* Estilos que aparecem nas páginas do 1º ao 5º ano */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.pai {
	width: 780px;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	/*position:absolute;
	left:50%;
	margin-left:-388px;*/

}
body {
	background-image: url(../images/padrao/bg_layout.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
}
.publicidade {
	margin: 0px;
	height: 97px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	text-align: left;
	vertical-align: middle;
}
.publicidade .bannerGrande {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.publicidade .bannerPequeno {
	margin: 0px;
	padding: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.divisao {
	background-image: url(../images/padrao/divisao.jpg);
	background-repeat: repeat-x;
	height: 14px;
	background-color: #EEEEEE;
	text-align: right;
	color: #777777;
	padding-right: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.divisao a {
	color: #666666;
	text-decoration: none;
	float: left;
	padding-left: 10px;
}
.divisao a:hover {
	color: #999999;
	float: left;
}
/*início  Menu do topo*/
.menuFundo .menuFundoEsq {
	background-image: url(../images/padrao/menuFundoEsq.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 5px;
}
.menuFundo .menuFundoDir {
	background-image: url(../images/padrao/menuFundoDir.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 5px;
}

.menuFundo {
	background-image: url(../images/padrao/menuFundo.jpg);
	background-repeat: repeat-x;
	height: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.menuFundo .menu {
	width: 760px;
	float: left;
	height: 20px;
}
.menuFundo .menu img {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menuFundo .menu .menuDivisao {
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.esconder {
	display: none;
}

/*fim  Menu do topo*/


/*Início - Rodapé*/
.rodape {
	background-image: url(../images/1ao5/rodapeFundo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 48px;
	text-align: center;
	vertical-align: bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.rodape p {
	text-align: center;
	float: left;
	display: block;
	width: 726px;
	padding: 0px;
	height: 30px;
	vertical-align: middle;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
.rodape strong {
	color: #FFFFFF;
}


.rodape img {
	float: right;
}
/*fim - Rodapé*/

/*Início - Área Central do site*/
.centro {
	background-image: url(../images/1ao5/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	vertical-align: top;
}

/*Início - Topo da área central*/

.centro .topo {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 162px;
}
.centro .topo img {
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centro .tabCentral {
	margin: 0px;
	padding: 0px;
	clear: left;
}

/*fim - Topo da área central*/

/*Início - coluna esquerda da tabela central do site*/
.centro .colunaEsquerda {
	background-color: #CCD7E6;
	margin: 0px;
	padding: 0px;
	width: 187px;
	vertical-align: top;
}
/*Fim - coluna esquerda da tabela central do site*/

/*Início - coluna direita da tabela central do site*/
.centro .colunaDireita {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 565px;
	vertical-align: top;
	background-image: url(../images/1ao5/loginFundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.centro .tabCentral .colunaDireita .titulo {
	padding: 0px;
	margin-top: 92px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centro .tabCentral .colunaDireita .login {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	height: 115px;
}

.centro .tabCentral .colunaDireita .login .nome {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	width: 220px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.centro .tabCentral .colunaDireita .login .foto {
	width: 100px;
	text-align: right;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.centro .tabCentral .colunaDireita .login .foto img {
	margin: 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}

.centro .tabCentral .colunaDireita .login .formLogin {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
.centro .tabCentral .colunaDireita .login form {
	width: 115px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.centro .tabCentral .colunaDireita .login form label {
	font-weight: bold;
	color: #526074;
	clear: both;
	display: block;
}
.centro .tabCentral .colunaDireita .login form input {
	color: #526074;
	border: 1px solid #526074;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.centro .tabCentral .colunaDireita .login form .botao {
	font-weight: bold;
}
.centro .tabCentral .colunaDireita .login .formLogin #ajuda {
	background-color: #E8E7DD;
	height: 85px;
	width: 150px;
	border: 1px solid #BDB99E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -75px;
	position: absolute;
	left: 620px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 1;
	top: 450px;
}
.centro .tabCentral .colunaDireita .login .formLogin #ajuda .fechar {
	text-align: right;
	display: block;
	float: right;
	cursor: hand;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centro .tabCentral .colunaDireita .login .formLogin #ajuda p {
	margin: 0px;
	padding: 0px;
	color: #767654;
}
.centro .tabCentral .colunaDireita .login .formLogin #ajuda strong {
	font-weight: bold;
	color: #676749;
	display: block;
	padding-top: 4px;
	margin: 0px;
}




/*Fim - coluna direita da tabela central do site*/

/*fim - Área Central do site*/
.centro .tabCentral .colunaDireita .conteudo {
	margin: 0px;
	padding: 15px;
	width: 535px;
	clear: both;
}

.conteudo h4 {
    color: #000;
 font-size: 8pt;
}

.horarioEsportiva td, .horarioEsportiva th {
        border: 1px solid #CCC;
}