﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url('../../Imagens/Dunas/MasterPage/bg.jpg');
	font-family:Arial;
}
#geral 
{
	width: 914px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
	min-height:100%;
	/*background-color:#FFFFFF;*/
}
#topo 
{
	background-image: url('../../Imagens/Dunas/MasterPage/topo.gif');
	background-repeat: no-repeat;
	height:124px;
	margin:0;
}
#conteudo 
{
	margin:30px 30px 5px 30px;
	min-height:700px;
}
#divTitulo
{
	border-bottom: solid 3px #24174d;
}
.divsModalidades
{
	background-color:#f4eedf;
	float:left;
	clear:none;
	height:324px;
	width:75%;
	margin-left:3%;
	margin-right:4%;
	padding:20px 10px 20px 10px;
}
.divsAbaInativa
{
	width:100%;
	font-size: 12px;
	font-weight: bold;
	color: #bababa;
	text-align:center;	
	}
.divsAbaAtiva
{
	background-color:#24174d;
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;	
	padding:5px;
	border-bottom:solid 3px #24174d;
	}	
#rodape 
{
	background-image: url('../../Imagens/Dunas/MasterPage/rodape.gif');
	background-repeat: no-repeat;
	height:33px;
	width: 914px;
}
input, select
{
	font-size:10px;
}
.textboxs
{
	background-color:#F9E5AA;
	border-color:#523B19;	
	border-bottom-style:outset;
	border-width:1px;
	font-size:10px;
}
.labelCadastro
{
	font-size:10px;
	font-weight:bold;
}
.labelConteudo
{
	font-size:10px;
}
.labelTitulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
}
.loggoff
{
	color: #FF740F;
	float: right;
	margin-top: 270px;
}
.btnPerfil
{
	font-family:Arial;
	font-size: 13px;
	background-color: #24174d;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
	height: 26px;
}
.divLoading 
{
	height:100px;
	width:100px;
	margin-left:-50px;
	margin-top:-50px;
	left:50%;
	top:50%;
	position:absolute;
}
.Modal {
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:500px;
	margin-left:-250px;
	margin-top:-250px;
	background-color: #FFFFFF;
	filter:Alpha(Opacity=40);/*Para ficar transparente no IÊ*/
	-moz-opacity : 0.4; /*Para ficar transparente no FF*/
}
.tituloInsc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
}