html
{
	height: 100%
}

body 
{
	background-color: #515151;
	margin: 0px;
	height: 100%
}


#divPrincipal
{
	margin: 0 auto;
	width: 831px;
	height: auto;
	min-height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#divColEsquerda
{
	background-color:#020202;
	height: auto;
	min-height: 860px;
	width: 220px;
	left: 0px;
	float: left;
}

#divCabecalho
{
	height: 100px;
	width: 611px;
	float: left;
	margin-left: 0px;
	background-image:url(../../imagens/fundoCinzaEscuro.png);
	background-position:left;
	background-repeat:repeat-y;
	background-color: #515151;
	text-align:right;
}

#divInterna
{
	margin-left: -198px;
	background-image:url(../../imagens/fundoDivInterna.png);
	background-position:top;
	background-repeat:repeat-y;
	float:left;
	width: 809px;
	height: 717px;
	z-index: 1;
}

#divMenu
{
	background-color: #1B1B1B;
	width: 175px;
	height: 250px;
	margin-left: 195px;
	margin-top: 20px;
	float:left;
	z-index: 2;
	position: relative
}

#divImagemMenu
{
	height: 310px;
	width: 460px;
	margin-left: 350px;
	margin-top: -275px;
	z-index: 3;
	position: relative;
	float: right;
	/*
	background-image: url(../../imagens/fundoImagemMenu.png);
	background-repeat: repeat-y;
	*/
}

#divBanner
{
	margin-top: 40px;
	height: 130px;
	width: 195px;
	left: 12px;
	background-image: url(../../imagens/bannerFundo.jpg);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
	position: relative
}

.divMsgBanner
{
	height: 110px;
	width: 175px;
	margin-top: 10px;
	text-align: center;
   font-size: 12px;
   font-family: verdana, arial; 
   color: #FFFFFF;
	font-weight: bolder;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.divMsgBanner.comTexto
{
	background-image:url(../../imagens/bannerFundoMensagem.jpg);
	background-color: none;
}

#imgProximosEventos
{
	padding-top: 4px;
	cursor: pointer;
}

#divRodape
{	
	background-color: #515151;
	margin-left: 0px;
	margin-top: -8px;
	float: left;
	height:50px;
	width: 600px;
	z-index: -1;
	position: relative;
	background-image:url(../../imagens/rodapeFundo.png);
	background-position:left;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	vertical-align: middle
}

#divNovidadesTitulo
{
	margin-top: 20px;
	left: 12px;
	height: 20px;
	width: 195px;
	background-image:url(../../imagens/novidadesTitulo.jpg);
	background-position:left;
	background-repeat:repeat-y;
	z-index: 4;
	position: relative
}

#divNovidades
{
	margin-top: 5px;
	height: 372px;
	width: 196px;
	left: 12px;
	background-image: url(../../imagens/fundoNovidades.png);
	background-position: left;
	background-repeat: repeat-y;
	z-index: 5;
	position: relative;
}

#divParceirosTitulo
{
	margin-top: 20px;
	left: 12px;
	height: 20px;
	width: 195px;
	background-image:url(../../imagens/parceirosTitulo.jpg);
	background-position:left;
	background-repeat:repeat-y;
	z-index: 4;
	position: relative
}

#divParceiros
{
	margin-top: 5px;
	height: 120px;
	width: 196px;
	left: 12px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../../imagens/fundoNovidades.png);
	background-position: left;
	background-repeat: repeat-y;
	z-index: 5;
	position: relative;
}

#imgParceiros
{
	border: 0px;
}

#divConteudo
{
	height: 386px;
	width: 626px;
	margin-left: 190px;
	float: left;
	background-image: url(../../imagens/fundoConteudo.png);
	background-position: left;
	background-repeat: no-repeat;
	z-index: 6;
	position: relative
}

#divConteudoInterno
{
	height: 90%;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	border: 1px solid #1B1B1B;
}

.divConteudoNovidades
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	height: 50px;
}

.divTituloEvento
{
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	top: 2px;
	left: 0px;
	float: left;
	padding-bottom: 10px;
}


.divTituloEvento A:link{color: #FFFFFF; text-decoration: none;}
.divTituloEvento A:active{color: #CCCCCC; text-decoration: none;}
.divTituloEvento A:visited{color: #FFFFFF; text-decoration: none;}
.divTituloEvento A:hover{color: #FF0000; text-decoration: none;}

.divTituloEvento.big
{
	width: 500px;
	font-size: 12px;
}

.divTituloEvento.proximo
{
	width: 100%;
	font-size: 20px;
	color: #FFFF00;

}

.divCategoriaEvento
{
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana;
	color: #FFFF00;
	font-weight: bolder;
	width: 240px;
	float: left
}


.divFotoMiniatura
{
	width: 70px;
	height: 46px;
	position: relative;
	z-index: 0;
	margin-top: 10px;
	margin-right: 13px;
	float: left
}

.divFotoMiniatura.mouseOver
{
	z-index: 1;
	margin-top: 10px;
}


.divMembroEquipe
{
	height: 92px;
	margin-bottom: 15px;
}

.divMembroEquipeAjax
{

	width: 100%;
	height: 181px;
	overflow: auto;
	position: relative;
	scrollbar-face-color: #1B1B1B;
	scrollbar-highlight-color: #1B1B1B;
	scrollbar-shadow-color: #1B1B1B;
	scrollbar-3dlight-color: #1B1B1B;
	scrollbar-arrow-color:  #FF0000;
	scrollbar-track-color: #1B1B1B;
	scrollbar-darkshadow-color: #1B1B1B;	

}

#divConteudoMembroEquipe
{
	left: 30px;
	top: 80px;
	display: none;
	border: 3px solid #FF0000;
	background-color: #1B1B1B;
	position: absolute;
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);
	-moz-opacity:1; /* para o FireFox */
	opacity:1; /* para o outros Navegadores */

}

.divFecharConteudoMembroEquipe
{
	display:none;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	left: 451px;
	cursor: pointer;
	top: 62px;
	border-top: 3px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
	background-color: #1B1B1B;
}

.divFecharConteudoMembroEquipe.fecharOver
{
	background-color: #FF0000;
}

.imagemEquipe
{
	width: 70px;
	height: 92px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}


#divFormInscricao
{
	left: -240px;
	top: -180px;
	display: none;
	border: 3px solid #FF0000;
	background-color: #1B1B1B;
	position: absolute;
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);
	-moz-opacity:1; /* para o FireFox */
	opacity:1; /* para o outros Navegadores */
	overflow: auto;
	scrollbar-face-color: #1B1B1B;
	scrollbar-highlight-color: #1B1B1B;
	scrollbar-shadow-color: #1B1B1B;
	scrollbar-3dlight-color: #1B1B1B;
	scrollbar-arrow-color:  #FF0000;
	scrollbar-track-color: #1B1B1B;
	scrollbar-darkshadow-color: #1B1B1B;	
}

.frmFormInscricao
{
	background-color: #1B1B1B;
	text-align: left;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	padding-top: 5px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
}


.imagemMiniatura
{
	width: 70px;
	height: 46px;
	cursor: pointer;
	position: relative;
	border: 1px solid #FFFFFF;
	filter: Alpha(Opacity=30, FinishOpacity=30, Style=1);
}

.imagemMiniatura.miniMouseOver
{
	width: 100px;
	height: 67px;
	cursor: pointer;
	position: relative;
	border: 1px solid #FF0000;
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);
	margin-left: -10px;
	margin-top: -10px;
}

.imagemMiniatura.novidade
{
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);
	float: left;
}


.imagemLogomarca
{
	cursor: pointer;
	padding: 3px;
}

.divLogomarcas
{
	text-align: left;
	vertical-align: middle;
	height: 250px;
	overflow: auto;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #c1c1c1;
	scrollbar-3dlight-color: #c1c1c1;
	scrollbar-arrow-color:  #cc3333;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
}

.divLogomarcas.equipe
{
	width: 580px;
	height: 270px;
	text-align: left;
}

.divEvento
{
	text-align: left;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	padding-top: 5px;
}

.divDadosCliente
{
	position:relative;
	display:none;
	width:350px;
	border:#FFFFFF 1px solid;
	margin-top: 0px;
	left:-10px;
	background-color:#CC3333;
	filter: Alpha(Opacity=100, FinishOpacity=10, Style=1);
}

.eventoData
{
	text-align: left;
	font-size: 10px;
	font-family: arial;
	color: #FFFFFF;
}

.eventoTitulo
{
	text-align: left;
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bolder
}

.eventoTexto
{
	text-align: left;
	font-size: 10px;
	font-family: arial;
	color: #FFFFFF;
}

.eventoTexto A:link{color: #FFFFFF; text-decoration: none;}
.eventoTexto A:active{color: #CCCCCC; text-decoration: none;}
.eventoTexto A:visited{color: #CC3333; text-decoration: none;}
.eventoTexto A:hover{color: #FF0000; text-decoration: none;}


.fecharPrevia
{
	text-align: right;
	font-size: 10px;
	font-family: arial;
	color: #FFFFFF;
}

.fecharPrevia A:link{color: #FFFFFF; text-decoration: none;}
.fecharPrevia A:active{color: #CCCCCC; text-decoration: none;}
.fecharPrevia A:visited{color: #CC3333; text-decoration: none;}
.fecharPrevia A:hover{color: #FF0000; text-decoration: none;}

.divLinkEvento
{
	text-align: left;
	font-size: 12px;
	font-family: verdana, arial;
	color: #FFFF00;
	font-weight: bolder
}

.divLinkEvento A:link{color: #FFFF00; text-decoration: none;}
.divLinkEvento A:active{color: #FFFF00; text-decoration: none;}
.divLinkEvento A:visited{color: #CCCCCC; text-decoration: none;}
.divLinkEvento A:hover{color: #FF0000; text-decoration: none;}

.tituloEvento
{
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana;
	color: #FFFF00;
	font-weight: bolder;
	width: 280px;
	float: left
}

.tituloEvento.Grande
{
	font-size: 14px;
	color: #FFFF00;
	font-weight: bolder;
	width: 580px;
}

.tituloEvento.Data
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}





.campoEntrada
{ 
   font-size: 10px;
   font-family: verdana, arial; 
   color: #FF0000;
   background-color: #E6DCF2; 
   border-style: solid;
   border-color: #666666;
   border-width: 1px;  
   letter-spacing :1px;
}

.campoEntrada.requerido
{ 
}


.campoEntrada.selecionado
{
   background-color: #CC3333;
   color: #FFFFFF 
}

.campoRadio
{ 
	cursor: pointer;
}

.campoRadio.requerido
{ 

}

.botao
{ 
   font-size: 10px;
   font-family: verdana, arial; 
   color: #FFFFFF;
   background-color: #FF0000; 
   border-style: solid;
   border-color: #FFFFFF;
   border-width: 1px;  
   letter-spacing :1px;
   cursor: pointer
}

.botao.over
{ 
   font-size: 10px;
   font-family: verdana, arial; 
   color: #000000;
   background-color: #CCCCCC; 
}


.tblTextoBranco
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align: right;
	font-weight: bold;
}