#principal{
	position:absolute;
	left:-500px;
	margin-left:50%;
	top:0px;
	height:auto;
	min-height:100%;
	width:1000px;
	background-image:url(../img/fundo.png);
	background-repeat:repeat-y;
}
#topo{
	background-color: #fff;
	margin-left:0px;
	top:0px;
	width:1000px;
	height:auto;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}

#menu{
	float:left;
	width:200px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#336699;
	color:#FFF;
	/*border-right-style:solid;
	border-right-color:#CCC;*/
}

#menu * {padding-left: 5px; padding-right:5px;}

#conteudo{
	left:200px;
	width:795px;
	height:auto;
	background-color:#fff;
	float:right;
}


.titulo_pagina{
	font-family:"Palatino Linotype";
	font-size:16px;
	color:#336699;
	text-align:center;
	font-weight:bold;
}

.titulo_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-shadow:#0C9;
	border-bottom:#fff 1px dotted;
}

.TITULO_TABELAS{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#B5C2CA;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

.campo_left {
	margin-left:10px;
	padding-top:6px;
	width:110px;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;	
}

.campo_mid {
	margin-left:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.exemplo
{
	font-size:11px;
	color:#336699;
}

.botao
{
	font-size:11px;
	background-color:#CCC;
	width: 200px;
	padding:3px;
	margin-top:8px;
	text-decoration:none;
}

.bloco 
			{
				width:auto;
				border:1px solid #036;
				padding:0; /* Eliminar espaçamento no Firefox */
			}
			
.titulo 
{
				width:150px;
				height:20px;
				position:absolute;
				margin-top:-12px;
				margin-left:30px;
				font-weight:bold;
				letter-spacing:1px;
				text-align:center;
				background-color:#B5C2CA;
				border:1px solid #036;
				color:#666;
}

#mensagemFase
{
	 height:auto;
	 border-bottom:solid #CCC;
	 padding:20px;
}

#menu a
{
	color:#FFF;
	text-decoration:none;
}

input, select
{
	font-size:11px;
}

.transparente
		{
			/*background:red;*/
			height:1200px;
        	filter:alpha(opacity=30, finishopacity=30, style=1);
        	opacity:.3;
       		-moz-opacity:.3;
           	-khtml-opacity:.3;
		}
		
		
div#sair {
	width: 100%;
	height: 30px;
}

#sair a {
	float: right;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #09C;
}

.botao_salvar {
	width: 208px;
	height: 47px;
	border: none;
	background: url(../img/btn-salvar.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.botao_salvar2 {
	width: 100px;
	height: 25px;
	border: 1px solid #ccc;
	color: #333;
	padding: 2px 10px;
	cursor: pointer;
}


div.box-inscricao {
	width: 250px;
	border:1px solid #CCC;
}

div.box-inscricao p, div.box-inscricao-acompanhar p {
	font-size: 11px;
	color: #333;
}

div.box-inscricao-acompanhar {
	width: 250px;
	border:1px solid #CCC;
}

span.box-inscricao-titulo {
	width: 240px;
	display: block;
	background: #DDD;
	padding: 2px 0 2px 10px;
}

.fonte-titulo-inscricao {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.margemEsquerda10 {
	margin-left: 10px;
}

.alinharDireita {
	float: right;
	margin-right: 20px;
}

input.inputTextInscricao {
	width: 150px;
	height: 18px;
	font-size: 11px;
	color: #333;
	border: 1px solid #CCC;
}

input.botao_submit {
	width: 50px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #333;
}

input.botao_submit_acompanhar {
	width: 50px;
	padding: 2px 5px;
	margin-left: 10px;
	background: #fff;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #333;
}
