/* CSS Document */

body {
	background: #ffffff url(../img/layout1/fundo1.jpg) bottom  repeat-x;
}

.outer {
	border: 1px solid #043362;
	margin: 10px;
	margin-top: 20px;
	background: #FFFFFF;
	text-align: left;
	width: 780px;
}

.header {
	background: #1D3C87 url(../img/layout1/header.jpg) repeat-x top;
	margin-bottom: 15px;
}

.bandeira {
	float: right;
	margin: 10px;
	margin-left: 0px;
}

#conteudo {
	background: #FFFFFF url(../img/layout1/fundo2.jpg) bottom repeat-x;
	width: 100%;
	min-height: 400px;
	padding-bottom: 30px;
}
.interno {
	padding: 20px;
	padding-left: 40px;
	display: block;
}

#menu {
	width: 140px;
	float: left;
	border-right: 2px solid #1D3C87;
	background: #FFFFFF;
	margin: 10px;
	margin-top: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.menu {
	color: #1D3C87;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #ADBCE7;
	margin: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
}
 a.menu:hover {
 	background: #CCCFFF;
 }

.footer {
	background: #1D3C87 url(../img/layout1/footer.jpg) top repeat-x;
	height: 30px;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #EAEAEA;
	text-align: center;
	font-weight: bold;
}

h1 {
	color: #1D3C87;
	border-bottom: 2px double #1D3C87;
}

label {
	width: 150px;
	margin-bottom: 5px;
	text-align: right;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
}

input, textarea, button {
	border: 1px solid #1D3C87;
}

input[type=radio] {
	/*border-width: expression(this.type=="radio"? '0px' : '1px') !important;*/
	border: 0px !important;
	background: none;
}

#tabela {
	border: 1px solid;
	border-collapse: collapse;
}
 #tabela th {
 	background: #1D3C87;
	color: #FFFFFF;
	line-height: 15px;
 	border: 1px solid #7D8CC7;
 }
 #tabela td {
 	border: 1px solid #7D8CC7;
 }

.negativo {
	background: #1D3C87;
	color: #FFFFFF;
}

div.item {
	margin: 1px;
	padding: 0px 0px 10px 0px;
	border: 1px solid #006;
	background: #B9D0FF;
	float: left;
}
 h3.item {
	margin: 0px;
	padding: 3px 5px;
	border: none;
	background: #99A5F7;
 }
 p.item {
	padding: 0px 5px;
 }
 span.item {
	 clear: none;
	 display: block;
	 width: 49%;
	 padding-left: 5px;
	 float: left;
 }
 big.item {
	 color: #F00;
	 font-weight: bold;
 }
div.inscrito {
	background-color: #6C6;
}
 h3.inscrito {
	 background-color: #063;
	 color: #FFF;
 }

.forma_pagamento {
	display: inline-block;
	width: 100px;
	text-align: left;
	padding-left: 5px;
}

