/* CSS Document */

/* GERAL */
* {
	margin: 0px;
}
img {
	margin: 0px;
}

form {
	margin: 0px;
}

table {
	margin: 0px;
}

BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/backgroundGradient.png);
	background-repeat: repeat-x;
	font-family: "Franklin Gothic Book", "Comic Sans MS", Verdana;
	font-size: 12px;
}

a:link {
	color: #F28E1E;
	text-decoration: none;
}
a:visited {
	color: #F28E1E;
	text-decoration: none;
}
a:hover {
	color: #BDD939;
	text-decoration: none;
}
a:active {
	color: #F28E1E;
	text-decoration: none;
}
/* END GERAL */

/* DIVS INDEX */
/*#backgroundDN {
	position: fixed;
	z-index: 2;
	top: 0px;
	right: 0px;
}*/

#backgroundDN2 {
	position: fixed;
	z-index: 0;
	bottom: 0px;
	left: 0px;
}

#backgroundDN3 {
	position: fixed;
	z-index: 1;
	right: 0px;
	bottom: 0px;
}

/*#conteudo {
	position: absolute;
	z-index: 3;
}*/



#conteudo {
	position: absolute;
	width: 100%;
	vertical-align:top;
	text-align: left;
	z-index: 2;
}
/* END DIVS INDEX */

/* INDEX */
#tblIndexIndex {
	width: 100%;
	height: 100%;
	border: none;
}

.tblIndex {
	width: 800px;
	height: 500px;
	border: none;
}
/* END INDEX */

/* HEADER */
.tblHeader {
	margin: 0px;
	width: 100%;
	height: 157px;
	background-image: url(../images/header.png);
}

.tdHeader {
	padding-bottom: 0px;
	vertical-align: bottom;
}

.tdTdHeader {
	padding-bottom: 0px;
}

.tblHeaderMenu {
	width: 100%;
	height: 49px;
	background-image: url(../images/headermenu.png);
	background-repeat: no-repeat;
	margin: 0px;
	
}
/* END HEADER */

/* MAIN */
.tblMain {
	width: 100%;
	border-color: #000000;
	background-image: url(../images/backmain.png);
}

.tdMain {
	height: 350px;
	border: none;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 18px;
	padding-bottom: 5px
}
/* END MAIN */

/* FOOTER */
.tblFooter {
	width: 100%;
	height: 25px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	border: none;
}

.tdFooter {
	font-size: 10px;
	color: #808080;
	padding: 2;
}

.txtFooter {
	color: #808080;
	font-size: 10px;
}

a.txtFooter:link {
	color: #808080;
	text-decoration: none;
}
a.txtFooter:visited {
	text-decoration: none;
	color: #808080;
}
a.txtFooter:hover {
	text-decoration: none;
	color: #E81C24;
}
a.txtFooter:active {
	text-decoration: none;
	color: #808080;
}
/* END FOOTER */

/* TEXTO LOGIN */
.txtTit {
	color: #5D3D16;
	font-size: 11px;
	height: 20px;
}

a.txtTit:link {
	color: #5D3D16;
	text-decoration: none;
}
a.txtTit:visited {
	text-decoration: none;
	color: #5D3D16;
}
a.txtTit:hover {
	text-decoration: none;
	color: #E81C24;
}
a.txtTit:active {
	text-decoration: none;
	color: #5D3D16;
}
/* END TEXTO LOGIN */

/* FORMS */
	/* LOGIN */
	.boxForm {
		width: 75px;
		height: 10px;
		font-size: 11px;
	}
	/* END LOGIN */

	/* REGISTER */
	.campRegister {
		text-align: right;
		color: #EB592A;
		font-weight: bold;
	}
	
	.comboDistrito {
		width: 150px;
	}
	
	.escola {
		width: 550px;
	}
	
	.comboAno {
		width: 80px;
	}
	
	.comboProfAluno {
		width: 100px;
	}
	
	.boxName {
		width: 300px;
	}
	
	.boxEmail {
		width: 200px;
	}

	.boxTelemovel {
		width: 150px;
	}
	
	.boxLogin {
		width: 150px;
	}

	.boxPassword {
		width: 150px;
	}

	/* END REGISTER */
/* END FORMS */

/* MOLDURA */
.cornerLeft {
	width: 30px;
	height: 25px;
	background-image: url(../images/cornerLeft.png);
	background-repeat: no-repeat;
}

.midle {
	height: 20px;
	background-image: url(../images/titleMidle.png);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: bottom;
	padding-bottom: 2px;
	text-align: left;
}

.cornerRight {
	width: 30px;
	height: 25px;
	background-image: url(../images/cornerRight.png);
	background-repeat: no-repeat;
}

.cornerLeft2 {
	width: 30px;
	height: 10px;
	background-image: url(../images/cornerLeft2.png);
	background-repeat: no-repeat;
}

.midle2 {
	height: 10px;
	background-image: url(../images/titleMidle2.png);
	background-repeat: repeat-x;
}

.cornerRight2 {
	width: 30px;
	height: 10px;
	background-image: url(../images/cornerRight2.png);
	background-repeat: no-repeat;
}

.contLeft {
	width: 30px;
	height: 100px;
	background-image: url(../images/contLeft.png);
	background-repeat: repeat-Y;
}

.contMidle {
	background-image: url(../images/contMidle.png);
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

.contRight {
	width: 30px;
	height: 100px;
	background-image: url(../images/contRight.png);
	background-repeat: repeat-y;
}

.cornerLeftB {
	width: 30px;
	height: 15px;
	background-image: url(../images/cornerLeftB.png);
	background-repeat: no-repeat;
}

.midleB {
	height: 15px;
	background-image: url(../images/titleMidleB.png);
	background-repeat: repeat-x;
}

.cornerRightB {
	width: 30px;
	height: 15px;
	background-image: url(../images/cornerRightB.png);
	background-repeat: no-repeat;
}
/* END MOLDURAS */

/* TABELA DAS CARAS */
.tableCaras {
	background-image: url(../images/carasbg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* END TABELA DAS CARAS */

/* MOLDURA DAS CAPAS */
.tableCapas {
	background-image: url(../images/molduracapas.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.tableCapas75{
	background-image: url(../images/molduracapas75.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.tableCapas80{
	background-image: url(../images/molduracapas80.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* END MOLDURA DAS CAPAS */

/* VIDEO HOME */
.videohome {
	width: 425px;
	height: 419px;
	background-image: url(../images/videohome.png);
	background-repeat: no-repeat;
}

.tdVideoHome {
	padding-top: 80px;
	padding-left: 50px;
}
/* END VIDEO HOME */

/* PASSATEMPO HOME */
.passatempohome {
	width: 330px;
	height: 296px;
	background-image: url(../images/passatempohome.png);
	background-repeat: no-repeat;
}
/* END PASSATEMPO HOME */

/* NOTICIAS HOME */
.noticiashome {
	width: 330px;
	height: 410px;
	background-image: url(../images/noticiashome.png);
	background-repeat: no-repeat;
}
/* END NOTICIAS HOME */

/* FOTO HOME */
.fotohome {
	width: 210px;
	height: 286px;
	background-image: url(../images/fotohome.png);
	background-repeat: no-repeat;
}
/* END FOTO HOME */

/* POSTO HOME */
.postohome {
	width: 210px;
	height: 286px;
	background-image: url(../images/postohome.png);
	background-repeat: no-repeat;
}
/* END FOTO HOME */

/* TITULOSMED */
.tituloMed {
	color: #00A9EA;
	font-weight: bold;
	font-size: 14px;
}

.textosMed {
	/*color: #365f91;*/
	/*color: #0d72d9;*/
	color: #003366;
	font-size: 12px;
}

a.tituloMed:link, a.tituloMed:visited, a.tituloMed:active {
	color: #00A9EA;
	text-decoration: underline;
}

a.tituloMed:hover {
	text-decoration: none;
	color: #bdd939;
}
/* END TITULOSMED */

/* TITULOSPEQ */
.tituloPeq {
	color: #00A9EA;
	font-weight: bold;
	font-size: 10px;
}

.textosPeq {
	/*color: #365f91;*/
	color: #003366;
	font-size: 10px;
}

a.tituloPeq:link, a.tituloPeq:visited, a.tituloPeq:active {
	color: #00A9EA;
	text-decoration: none;
}

a.tituloPeq:hover {
	text-decoration: none;
	color: #bdd939;
}
/* END TITULOSPEQ */

/* textoPassatempo */
.textoPassatempo {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

a.textoPassatempo:link, a.textoPassatempo:visited, a.textoPassatempo:active {
	color: #00A9EA;
	text-decoration: underline;
}

a.textoPassatempo:hover {
	text-decoration: none;
	color: #bdd939;
}
/* END textoPassatempo */
