form .form_disabled {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
}

form .form {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.form {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	clear: right;
}
form fieldset {
	margin: 3px;
	padding: 3px;
	border: 1px dotted #BBD7DF;
}
form {
	width: 80%;
	margin: 0px auto;
	text-align: center;
}

form legend {
	font-size: 11px;
	color: #64A0BD;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
form label {
	color: #333333;
	font-size: 11px;
	float: left;
	clear: left;
	display: block;
	text-decoration: none;
}
label {
	display: block;
	float: left;
	width: auto;
	clear: left;
	margin: 1px;
}
label.float {
	clear: none;
	float: left;
	display: block;
	width: auto;
}
label.float .pre_form {
	width: auto;
	margin-left: 5px;
}
form label.interno{
	float: left;
	clear: none;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
form .pre_form {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 1px;
	vertical-align: middle;
	height: 16px;
	padding: 0px;
	clear: none;
	font-weight: bold;
}


.confirmacao {
	display: block;
	width: 50%;
	clear: left;
	padding: 10px;
	background-color: #CAF2A6;
	border: 1px dashed #668B41;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.confirmacao p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.alerta {
	display: block;
	width: 50%;
	clear: left;
	padding: 10px;
	background-color: #FFFF99;
	border: 1px dashed #FFCC00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.alerta p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
* {
	font-size: 11px;
	font-weight: normal;
}
h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
#conteudo table .borda_geral {
	border: solid 1px #000000;
}
#conteudo table td{
	margin: 3px;
	padding: 0px;
}
#conteudo table .linha_esq {
	border-left: solid 1px #000000;
}
#conteudo table .linha_dir {
	border-right: solid 1px #000000;
}
#conteudo table .linha_inferior {
	border-bottom: solid 1px #000000;
}
#conteudo table .linha_superiror {
	border-top: solid 1px #000000;
}
.buttons {
	margin: 0px auto;
	text-align: right;
	margin-right: 25px;
}
.button {
	text-align: center;
	width: auto;
	background-color: #900;
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	margin: 3px;
	padding: 3px;
	border: solid 1px #CCC;
	text-decoration: none;
}


#conteudo table th * {
	color: #FFF;
}
#conteudo table tr th.tipo2{
	background-color: #2E706D;
	color: #333;
}
#conteudo table tr th {
	background-color: #007a88;
	color: #FFF;
}
#conteudo table td{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#conteudo table .linha_par {
	background-color: #d6dfe2;
}
#conteudo table .linha_impar {
 background-color: #e6f0fc;
}
#conteudo table .linha_esq {
	border-left: solid 1px #000000;
}
#conteudo table .linha_dir {
	border-right: solid 1px #000000;
}
#conteudo table .linha_inferior {
	border-bottom: solid 1px #000000;
}
#conteudo table .linha_superiror {
	border-top: solid 1px #000000;
}