/** 
 *
 * 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: #993300;
	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: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

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

h2 {
	font-size: 14px;
	color: #333333;
}

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

h4 {
	font-size: 12px;
	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: #CCCCCC;
	color: #333333;
	padding: 2px;
}

/**
 * Estilos de Textos
 */

.red {
	color: #990000;
}

.green {
	color: #1F886A;
}

.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;
}

.tabBg1 {
	background-color: #FFFFFF;
	cursor: pointer;
}

.tabBg1:hover {
	background-color: #FFD2D2;
}

.tabBg2 {
	background-color: #EEEEEE;
	cursor: pointer;
}

.tabBg2:hover {
	background-color: #FFD2D2;
}


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

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

#cab {
	min-height: 150px;
	margin-bottom: 1px;
}

#barra {
	background-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#barra a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

#barra h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	text-transform: uppercase;
}

#cont {
	background-color: #FFFFFF;
	background-image: url(images/cont_bg.jpg);
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding-bottom: 10px;
	background-repeat: repeat-y;
}

#cont #menu {
	width: 164px;
	float: left;
	padding: 3px;
}

#cont #menu #espec {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}

#cont #menu #espec h1 {
	font-size: 12px;
	color: #993300;
}

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

#cont #menu #creditos a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #993300;
}

#cont #menu #creditos a:hover {
	color: #990000;
}

#cont #miolo {
	width: 570px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#cont #miolo #manchetes {
	float: left;
	width: 410px;
}

#cont #miolo #manchetes #noticia {
	background-image: url(images/seta.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 5px;
	margin-top: 10px;
}

#cont #miolo #manchetes #noticia a {
	color: #666666;
}

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

#cont #miolo #manchetes #noticia p {
	padding: 0px;
	margin: 0px;
}

#cont #miolo #manchetes #noticia h1 {
	font-size: 12px;
	color: #993300;
}

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

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

#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;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#cont #miolo #strd {
}

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

#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;
}

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