/* CSS Document */

/* GERAL */
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.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*color: #003366;*/
}

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;
}
/* GERAL END */

/* DIVS PRINCIPAIS */
#backgroundDN2 {
	position: fixed;
	z-index: 0;
	bottom: 0px;
	left: 0px;
}

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

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

#popup{
	position: absolute;
	top: 7%;
	left: 30%;
	width: 300px;
	height: 200px;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	background-image: url(../images/carasBgPopUp.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
	display: none;
}
/* DIVS PRINCIPAIS END */

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

	/* HEADER */
	#header {
		background-image: url(../images/headerBack.png);
		background-repeat: no-repeat;
		width: 741px;
		height: 145px;
		text-align: left;
		position: relative;
		text-align: left;
	}
	
	#header .btnComunity {
		position: absolute;
		left: 340px;
		top: 5px;
	}
	
	#header .btnGrupos {
		position: absolute;
		left: 520px;
		top: 40px;
	}
	
	#header .btnRegista {
		position: absolute;
		left: 525px;
		top: 88px;
	}
	
	#header .btnOk {
		position: absolute;
		left: 712px;
		top: 125px;
		cursor: pointer;
	}
	
	#header .logged {
		position: absolute;
		font-weight: bold;
		font-size: 10px;
		width: 158px;
		text-align: right;
		left: 570px;
		top: 85px;
	}
	
	#header .formLogin {
		position: absolute;
		left: 640px;
		top: 90px;
	}
	
	#header .recoverPW {
		position: absolute;
		font-size:10px;
		left: 595px;
		top: 130px;
	}
	
	#header .formLoginUser{
		position: absolute;
		left: 593px;
		top: 98px;
	}
	
	#header .formLoginPass{
		position: absolute;
		left: 593px;
		top: 115px;
	}
	
	#formLogin .boxFormUser {
		width: 65px;
		height: 13px;
		font-size: 10px;
	
	
	}
	
	#formLogin .boxFormPass {
		width: 65px;
		height: 12px;
		font-size: 8px;
	
	}
	/* HEADER END */
	
	/* MENU */
	#menu {
		background-image: url(../images/menuBack.png);
		background-repeat: no-repeat;
		width: 741px;
		height: 42px;
		padding-top: 1px;
		position: relative;
		text-align: left;
		vertical-align: top;
	}
	/* MENU END */
	
	/* MAIN */
	#main {
		background-image: url(../images/mainBack.png);
		background-repeat: repeat-y;
		width: 706px;
		position: relative;
		padding-left: 20px;
		padding-right: 15px;
		padding-bottom: 10px;
		text-align: left;
		vertical-align: top;
	}
	/* MAIN END */
	
	/* FOOTER */
	#footer {
	
		width: 741px;
		height: 20px;
		position: relative;
		padding-top: 10px;
		text-align: center;
		vertical-align: top;
	}
	/* FOOTER END */
/* LAYOUT */

/* TEXTOS */
	/* TITULOSMED */
	.tituloMed {
		/*color: #00A9EA;*/
		color: #FF7800;
		font-weight: bold;
		font-size: 14px;
	}
	
	.textosMed {
		/*color: #003366;*/
		color: #333333;
		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;
	}
	/* TITULOSMED END*/

	/* TITULOSPEQ */
	.tituloPeq {
		/*color: #00A9EA;*/
		color: #FF7800;
		font-weight: bold;
		font-size: 10px;
	}
	
	.textosPeq {
		/*color: #003366;*/
		color: #333333;
		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;
	}
	/* TITULOSPEQ END*/
/* TEXTOS END */	
	
/* FORM REGISTER */
.campRegister {
	text-align: right;
	color: #EB592A;
	font-weight: bold;
	text-shadow: #FFFF00;
}

.comboEscola {
	width: 430px;
	height: 20px;
}

.comboDistrito {
	width: 200px;
	height: 20px;
}

.boxName {
	width: 485px;
	height: 15px;
}

.boxEmail {
	width: 200px;
	height: 15px;
}

.boxTelemovel {
	width: 180px;
	height: 15px;
}

.comboProfAluno {
	width: 130px;
	height: 20px;
}

.comboAno {
	width: 50px;
	height: 20px;
}
.boxLogin {
	width: 150px;
	height: 15px;
}

.boxPassword {
	width: 160px;
	height: 15px;
}
/* FORM REGISTER END */

/* MOLD */
.moldUpLeft {
	width: 14px;
	height: 40px;
	background-image: url(../images/moldUpLeft.png);
	background-repeat: no-repeat;
}

.moldUpMidle {
	height: 40px;
	background-image: url(../images/moldUpMidle.png);
	background-repeat: repeat-x;
}

.moldUpRight {
	width: 14px;
	height: 40px;
	background-image: url(../images/moldUpRight.png);
	background-repeat: no-repeat;
}

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

.moldMidleMidle {
	background-color: #F4F3D7;
	/*background-image: url(../images/moldMidleMidle.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	vertical-align: top;
}

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

.moldDownLeft {
	width: 14px;
	height: 20px;
	background-image: url(../images/moldDownLeft.png);
	background-repeat: no-repeat;
}

.moldDownMidle {
	height: 20px;
	background-image: url(../images/moldDownMidle.png);
	background-repeat: repeat-x;
}

.moldDownRight {
	width: 14px;
	height: 20px;
	background-image: url(../images/moldDownRight.png);
	background-repeat: no-repeat;
}
/* MOLD END */

/* DESAFIOS */
	/* DESAFIO 1_1 */
	.d1TdImg {
		vertical-align: top;
		text-align: left;
		width: 130px;
		height: 173px;
		/*padding-left: 5px;*/
		/*padding-top: 5px;*/
	}
	
	.d1TdDesc {
		vertical-align: top;
		text-align: left;
		padding-top: 40px;
		font-size: 10px;
	}
	
	.d1TdDesc2 {
		height: 20px;
		vertical-align: bottom;
		text-align: left;
		/*padding-top: 5px;
		padding-left: 5px;*/
	}
	
	.d1TdDesc3 {
		vertical-align: top;
		text-align: left;
		/*padding-left: 5px;*/
	}
	/* DESAFIO 1_1 END*/
	
	/* DESAFIO 2_1 */
	.d2_1Td {
		background-image: url(../images/desafios/d2_1/mold.png);
		background-repeat: no-repeat;
		vertical-align: top;
		text-align: left;
		width: 221px;
		height: 398px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
	}
	/* DESAFIO 2_1 END*/
	
	/* DESAFIO 2_2 */
	.d2_2Titulo {
		width:520px;
		height:50px;
		font-weight:bold;
	}
	.d2_2Led {
		width:250px;
		height:130px;
		font-weight:bold;
	}
	.d2_2Msg {
		width:250px;
		height:300px;
		font-weight:bold;
	}
	/* DESAFIO 2_2 END*/
/* DESAFIOS END */

#videoHome{
	position: absolute;
	top: 32px;;
	left: 7px;
	width: 385px;
	height: 360px;
	background-color: #FFFFFF;
	z-index: 3;
}

#DivSepareted {
		background-image: url(../images/_separeted.png);
		background-repeat: repeat-x;
		width: 95%;
		height: 10px;
	}
	
#galleryFotos
{
	width: 313px;
	height: 237px;
	z-index:5;
	border: 1px solid #000;
}

#galleryFotosHome
{
	width: 150px;
	height: 113px;
	z-index:5;
	border: 1px solid #000;
}