/* Seletores gerais */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url(../imagens/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e6eef4;
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}

p {
	margin-bottom: 10px;
}

form ul {
	list-style: none;
}

form ul li {
	clear: both;
	margin-bottom: 16px;
}

form ul li label {
	float: left;
	display: block;
	font-weight: bold;
	width: 140px;
	margin-right: 10px;
}

form ul li label.formulario_opcao,.formulario_multipla_escolha {
	float: none;
	display: inline;
	font-weight: normal;
	width: auto;
	padding-right: 15px;
}

form ul li input.formulario_texto{
	border: 1px solid gray;
}

form ul li input.btn_submit {
	padding: 4px;
	background-color: #EEE;
	border: 1px solid gray;
	margin-left: 150px;
}

form ul li input.btn_confirmacao {
	padding: 4px;
	background-color: #EEE;
	border: 1px solid gray;
	margin-left: 15px;
}

form ul li textarea.formulario_texto_longo {
	border: 1px solid gray;
	width: 400px;
	height: 100px;
}

hr {
	border-bottom: 1px solid gray;
}

ul {
	margin-left: 20px;	
}


/* Container */
#container {
	position: relative;
	width: 779px; /*Era 770*/
	/*left: 50%;*/
	/*margin-left: -385px;*/
	margin: 25px auto 0 auto;
	text-align: left;
	background-color: white;
	background-image: url(../imagens/container_bg.gif);
}


/* Topo */
#topo {
	height: 229px;
	width: 779px;
	background-image: url(../imagens/topov3.jpg);
}

#topo h1 a {
	position: absolute;
	float: left;
	/*width: 153px;*/
	width: 205px;
	height: 0px;
	padding-top: 143px;
	font-size: 10px;
	overflow: hidden;
	margin-top: 28px;
	margin-left: 37px;
}

#menu_principal {
	float: left;
	padding-top: 200px;
	padding-left: 5px; /*155px;*/
	width: 770px;
	height: 27px;
}


/* Corpo */
#corpo {
	clear: both;
	background-image: url(../imagens/corpo_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 347px;
	_height: 347px;
	/*margin-top: -14px !important;*/
	/*background-color: red;*/
	_padding-left: 1px;
}

#corpo h2 {
	font-size: 22px;
	color: #0d74b5;
	font-weight: normal;
	margin-bottom: 14px;
}

#menu_lateral {
	float: left;
	background-color: #118cd9;
	width: 155px;
	background-image: url(../imagens/menu_curva.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 14px;
	margin-left: 5px;
	_margin-left:2px;
}

#menu_lateral ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	list-style: none;
}

#menu_lateral ul li a {
	display: block;
	line-height: 30px;
	height: 30px;
	border-top: 1px solid #41a3e1;
	padding-left: 8px;
	margin-left: 2px;
	margin-right: 2px;
	
	cursor: pointer;
	
			font-family: "Georgia";
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#menu_lateral ul li.primeiro a {
	border-top: none;
}

#menu_lateral ul li.ativo a {
	color: #fbef35;
}

#conteudo {
	float: left;
	width: 587px;
	margin-left: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
}

#conteudo.sem_menu {
	float: left;
	width: 742px;
}

#rodape {
	clear: both;
	text-align: left;
	background-image: url(../imagens/rodape_bg.gif);
	font-family: "Tahoma";
	font-size: 11px;
	color: white;
	line-height: 20px;
	height: 27px;
	padding-right: 15px;
	padding-left: 5px;
}

#rodape span {
	margin-left: 11px;
}

#rodape span a {
	color: white;
}


/* Feedback */
#feedback {
	border: 2px solid;
	padding: 10px 10px 10px 36px;
	font-weight: bold;
	margin-bottom: 16px;
}

#feedback.ok {
	background-image: url(../imagens/feedback_ok.gif);
	background-repeat: no-repeat;
	background-position: 11px center;
	border-color: #006400;
	color: #006400;
	background-color: #d1ffd8;
}

#feedback.alerta {
	background-image: url(../imagens/feedback_alerta.gif);
	background-repeat: no-repeat;
	background-position: 11px center;
	border-color: #7b6d00;
	color: #7b6d00;
	background-color: #fdfbc2;
}

#feedback.erro {
	background-image: url(../imagens/feedback_erro.gif);
	background-repeat: no-repeat;
	background-position: 11px center;
	border-color: #730000;
	color: #730000;
	background-color: #ffcdce;
}
.mensagem_texto_ok {
	font-weight: bold;
	color: #006400;
}

.mensagem_texto_alerta {
	font-weight: bold;
	color: #7b6d00;
}

.mensagem_texto_erro {
	font-weight: bold;
	color: #d60000;
}


/* Classes em geral */
.margin-right-zero {
	margin-left: 0;
}