﻿html, body, a, address, div, form, h1, h2, h3, img, li, ul
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	vertical-align: top;
}
html
{
	scrollbar-face-color: #c59414;
	scrollbar-highlight-color: #4a1d03;
	scrollbar-3dlight-color: #4a1d03;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #4a1d03;
	scrollbar-arrow-color: #4a1d03;
	scrollbar-track-color: #000000;
}
body
{
	background-color: Black;
	color: #996600;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
}

a
{
	color: #FFFFFF;
}

a:active, a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#Main
{
	width: 959px;
	text-align: left;
	margin: 0px auto;
}
#Site
{
	width: 959px;
}
#Topo
{
	background-image: url(  '../../images/layout/Topo.jpg' );
}
#Boxes
{
	width: 959px;
}


#Box1
{
	float: left;
	width: 446px;
	text-align: left;
}
#Box2
{
	float: left;
	width: 500px;
	text-align: left;
}
#Colunas
{
	width: 959px;
}
#ColunaEsquerda
{
	float: left;
	width: 420px;
	text-align: Center;
	padding-left: 150px;
	padding-right: 50px;
}
#ColunaDireita
{
	float: left;
	width: 191px;
	text-align: Center;
	padding-right: 125px;
}
#Corpo
{
	background-image: url(  '../../images/layout/Miolo.jpg' );
	background-repeat: repeat-y;
	float: left;
}
#Ajuste
{
	margin-left: 130px;
	margin-right: 130px;
	text-align: left;
}
#TextoLeft
{
	text-align: justify;
	width: 420px; 
}
#BannerTopo
{
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#DivCadastro
{
	
	width: 400px;
	height: 571px;
	background-image: url('../../images/conteudo/fundo-cadastro.jpg');
	background-repeat: no-repeat;
	padding-top: 29px;
}

#DivForm
{	
	width: 370px;
	height: 350px;
	background-image: url('../../images/conteudo/baseformulario.jpg');
	background-repeat: no-repeat;
	padding-top: 29px;
}
.WhiteText
{
	Color:White;
	
	}

.DivLinha
{
	float: left;
	width: 370px;
	color:#000000;
	font-weight: bold;
}
.divLinha p
{
	padding: 4px:
	
	
	}
.DivCellRight
{
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 4px;
	vertical-align: text-bottom;
	height: 29px;
}
.DivCellLeft
{
	float: left;
	width: 140px;
	height: 29px;
	text-align: right;
	padding-right: 4px;
	padding-top: 4px;
	color: #000000;
	font-weight: bold;
	vertical-align: text-bottom;
}

.linkEscuro a
{
	color:#4a1d03;
	cursor:hand;
}

#Counter
{
	background-image:url(../../images/jogo/ampulheta.jpg);
	width:81px; 
	height:65px; 
	padding-top:37px; 
	font-size:xx-large; 
	font-weight:bold;
	
	}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #c59414;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../images/galeria/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/galeria/voltar.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/galeria/avancar.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #c59414;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color:#4a1d03;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#4a1d03;	}			
#imageData #bottomNavClose{ width: 89px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 1000px;
	background-color: #4a1d03;
	filter:alpha(opacity=100);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/**************************************************************************************************************/
#Site
{
	width:680px;	
}