/** 
 *
 * FOLHA DE ESTILO
 * SITE
 *
 * @author http://www.ciadobit.com
 * @version 1.0 - 12/10/2007
 *
 */ 

/**
 ********************************************************************************
 * TAGS HTML - PADRÃO
 ********************************************************************************
 */

/**
 * Corpo da página
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	font-size: 11px;
}

/**
 * Âncoras e Hyperlinks
 */

a {
	color: #D17300;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

/**
 * Parágrafos e Títulos
 */

p {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
	font-size: 20px;
	color: #333333;
}

h2 {
	font-size: 16px;
	color: #D17300;
}

h3 {
	font-size: 14px;
	color: #666666;
}

h4 {
	font-size: 14px;
	color: #990000;
}

/**
 * Formulários e objetos de formulário
 */

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	color: #333333;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 2px;
}

/**
 * Imagens
 */

img {
}

/**
 * Outros
 */

hr {
	margin-top: 3px;
	margin-bottom: 3px;
}

/**
 ********************************************************************************
 * CLASSES ESPECIAIS
 ********************************************************************************
 */

/**
 * Formulários e objetos de formulário
 */

.txt {
	background-color: #FFFFFF;
	width: 200px;
}

.btn {
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px;
}

/**
 * Estilos de Textos
 */

.red {
	color: #990000;
}

.green {
	color: #D17300;
}

.info {
	color: #990000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}

.barra {
	padding-top: 15px;
}

/**
 * Alinhamento
 */

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/**
 * Modo de exibição
 */

.block {
	display:block;
}

.inline {
	display:inline;
}

/**
 * Comportamento de Divs
 */

.floatClear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.vsbltHidden {
	visibility:hidden;
	height: auto;
}

.vsbltVisible {
	visibility:visible;
	overflow: auto;
}

.div50 {
	float: left;
	width: 50%;
}

/**
 * Resultado Consulta
 */

/**
 * Resultado Consulta
 */

.result {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.result p {
	margin-top: 3px;
	margin-bottom: 0px;
}

.result_left {
	width: 8%;
	float: left;
	text-align: center;
}

.result_right {
	width: 92%;
	float: right;
}

.upper {
	text-transform: uppercase;
}

/**
 * Rede Consulta
 */

.selecaoRede {
	background-color: #ffffff;
	font:10px verdana, arial, helvetica, sans-serif;
	color: #333333;
	width:200px;
	height: 18px;
}

.flatRede {
	border: 1px solid  #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 195px;
	height: 15px;
}

/**
 ********************************************************************************
 * SELETORES DE LAYOUT
 ********************************************************************************
 */

#tela {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#cab {
	height: 380px;
	width: 770px;
	background-color: #FFFFFF;
}

#cont {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background-repeat: repeat-y;
	background-image: url(images/cont_bg.png);
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-color: #FFFFFF;
}

#cont #menu {
	width: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#cont #menu #ans {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

#cont #miolo {
	width: 495px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#cont #miolo #manchetes {
	width: 495px;
	line-height: 16px;
	font-size: 11px;
}
#cont #miolo #manchetes #noticias {
	width: 235px;
}

#cont #miolo #manchetes #noticias h1 {
	color: #D17300;
	font-size: 14px;
	height: 30px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bolder;
}

#cont #miolo #manchetes #noticias a {
	color: #333333;
}

#cont #miolo #manchetes #noticias a:hover {
	color: #990000;
}

#cont #miolo #manchetes #hpMissao {
	margin-top: 15px;
	color: #666666;

}

#cont #miolo #manchetes #hpMissao h1 {
	font-size: 12px;
	color: #666666;
}

#cont #miolo #missao {
	float: right;
	width: 135px;
	color: #666666;
	text-align: center;
}

#cont #miolo #missao #buscaRede {
	text-align: center;
}

#cont #miolo #missao #buscaRede h1 {
	font-size: 12px;
}

#cont #miolo #missao #buscaRede input, #cont #miolo #missao #buscaRede select, #cont #miolo #missao #buscaRede label {
	font-size: 9px;
	color: #666666;
}

#cont #miolo #missao #buscaRede .iptP {
	width: 80px;
}

#cont #miolo #missao #buscaRede .iptG {
	width: 125px;
}

#cont #miolo #noticia #noticiaImg {
	float: right;
	text-align: right;
	width: 215px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 4px;
}

#cont #miolo #noticia .imgBorda {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px outset #666666;
}

#cont #miolo #noticia .infoItalico {
	font-size: 9px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cont #miolo #banner {
	text-align: center;
	clear: both;
	margin-top: 40px;
	margin-bottom: 30px;
}

#cont #miolo #strd {
}

#cont #miolo #strd p {
	margin-bottom: 15px;
}

#cont #miolo #strd h2 {
	padding-top: 8px;
}

#cont #miolo #strd img {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#cont #miolo #strd ul li {
	margin-bottom: 10px;
}

#cont #miolo #setor_top {
	background-image: url(images/index_setor_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 495px;
	height: 18px;
	margin-top: 30px;
}

#cont #miolo #setor {
	font-size: 10px;
	color: #D17300;
	border-right-color: #D2B39D;
	border-left-color: #D2B39D;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	width: 491px;
}

#cont #miolo #setor input, #cont #miolo #setor select, #cont #miolo #setor label {
	font-size: 9px;
	color: #666666;
}

#cont #miolo #setor .iptP {
	width: 80px;
}

#cont #miolo #setor .iptG {
	width: 125px;
}

#cont #miolo #setor_bottom {
	background-image: url(images/index_setor_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 495px;
	height: 18px;
	margin-bottom: 30px;
}

#cont #miolo #hpCont {
}

#pe {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D17300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 10px;
	line-height: 18px;
}

