/*form*/

html,body {
	width: 100%;
	height: 100%;
	font-family: Verdana;
}

.layoutContent {
	padding: 15px;
	min-height: 465px;
}

.layoutMenu {
	padding: 0px;
	background: url(img/_bg_menu_vertical.theme-silver.jpg) repeat-y right;
}

.layoutMenu div#leftMenu {
	position: fixed;
	top: 151px;
}

.layoutTop {
	background: url(../images/fundoAtivo.png) repeat-x;
	padding: 0px;
	border: 0px;
    overflow: hidden;
	margin: 0px;
    margin-left: -10px;
	*position: fixed;
}

.layoutTop div {
	*height: 205px;
}

.span
{
	font-family:'Verdana';
	font-weight:600;	
	letter-spacing:-2px;
}

.msgInscricao 
{
	padding: 6px;
	text-align: center;
	width: 70%;
	*margin-top:-690px; 
}

.version 
{
	font-size: 10px;
	font-weight: normal;
	color: silver;
	float: right;
}

#divCabecalho1
{
	background: rgb(0,51,153);
	visibility: visible;
	display: block;
	position: absolute;
	margin: 0px;
	z-index: 2;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: 0px;
	width: auto;
	height: 40px;
}

#divCabecalho2
{
	float: left; 
	margin-top:100px; 
	position:relative; 
	margin-left:200px;
	font-size:26px
}

#divCabecalho3
{
	float: right;
	margin-top: 40px;
	position:relative; 
	margin-right: 40px;
	height: 160px;
}

#divCabecalho4
{
	float: left;
	margin-top: 40px;
	position:relative; 
	margin-left:10px;
	height: 160px;
}

#divToolbarTopo
{
	visibility: visible;
	display: block;
	position: absolute;
	margin: 0px;
	top: 205px;
	bottom: auto;
	left: -5px;
	right: 0px;
	width: auto;
	height: auto;
}

.tdToolbarTopo 
{
	border: 1px solid;
	border-color: #C4C0B9;
	padding: 2;
	background-color: #D2B48C;
	background-position: top left;
	background-repeat: repeat-x;
}

#divCenter
 {
	background: url(../images/fundoAtivo.png) repeat-x;
	z-index: 1;
	position: absolute;
	padding: 0px;
	border: 0px;
	top: 220px;
	left: 0px;
	width: 100%;
}

#divCenterInf1
{
	width: 65%;
	display: inline;
	z-index: 2;
	float: left;
	margin: 15px 0px 20px 15px;
	text-align: center;
	font: bold 18px;
	color: #195596;
}

#divInscricao
{
	visibility: visible;	
}

#divFormInscricao
{
	visibility: visible;
	display: inline;
	z-index: 3;
	float: left;
	width: 200px;
	height: 250px;
	margin-left: 30px;
}

#divEsquerda
{
	visibility: visible;
	display: inline;
	z-index: 3;
	float: left;
	width: 200px;
	height: 250px;
	margin-left: 10px;
}

#divFicha
{
	visibility: visible;
	display: inline;
	z-index: 3;
	float: left;
	width: 70%;
	margin-left: 10px;
}

#btnCep
{
	background-color: #fc0;
	width: 200px;
	height: 30px;
	padding:3px 3px 3px 3px;
	font: 0.8125em Verdana; 
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-radius: 5px;
}

#btnCep:focus
{
	outline: none;
	background-color: #5F9EA0;
	box-shadow: 0px 0px 5px #61C5FA;
	border:1px solid #5AB0DB;
}

#btnCep:hover
{
	background-color: #5F9EA0;
	border: 1px solid #999;
	border-radius: 5px;
}

#btnCep:focus:hover
{
	outline: none;
	background-color: #5F9EA0;
	box-shadow: 0px 0px 5px #61C5FA;
	border:1px solid #5AB0DB;
	border-radius:0;
}

.tdTabAtiva
{
	background: url(../images/fundoAtivo.png) repeat-x;
	font: bold 12px Verdana;
	text-align:center;
	text-decoration:none;
	color: black;
	width: 30%;
}
	
.tdTabInativa
{
	background: url(../images/fundoInativo.jpg) repeat-x;
	font: bold 12px Verdana;
	text-align:center;
	text-decoration:none;
	color: black;	
	width: 30%;
}
	
.tdTabInativa a 
{
	color: #676767;
	text-decoration:none;
}

.tdTabInativa a:hover 
{
	color: #CD8200; 
	text-decoration:underline;
}

.tbSubmenu
{
	border: 1px solid;
	border-color: #C4C0B9;
	background-color: #04557f;
	background-position: top left;
	background-repeat: repeat-x;
	font: bold 12px Verdana;
	color: white;
}

.tdSubmenu
{
	border: 1px solid;
	border-color: #C4C0B9;
	padding: 2;
	background-color: #04557f;
	background-position: top left;
	background-repeat: repeat-x;
	font: bold 12px Verdana;
	color: white;
}

.tdSubmenuAtivo
{
	border: 1px solid;
	border-color: #red;
	padding: 2;
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;
	font: bold 12px Verdana;
	color: white;
}