/** 
 *
 * FOLHA DE ESTILO
 * SITE - Pra Votar - Candidatos
 *
 * @author www.ciadobit.com
 * @version 1.0 - 01/05/2008
 *
 */ 

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

/**
 * Corpo da página
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	background-image: url(img/portal_bg.gif);
}

/**
 * Âncoras e Hyperlinks
 */

a {
	color: #0000CC;
	text-decoration: none;
}

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

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

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

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

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

h4, h5, h6 {
	font-size: 12px;
	color: #999999;
}

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

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

input, select, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}

/**
 * Imagens
 */

img {
	border: none;
}

.imgBorda {
	border: 1px dashed #CCCCCC;
}

/**
 * Outros
 */

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

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

/**
 * Formulários e objetos de formulário
 */
.frm {
	border: 1px dotted #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.frmTxtPeq {
	width: 100px;
}

.frmTxtMed {
	width: 200px;
}

.frmTxtGrd {
	width: 300px;
}


/**
 * Estilos Diversos: Textos, tabelas
 */

.tab {
	border: 1px solid #CCCCCC;
}

.tabBg1 {
	background-color: #FFFFFF;
}

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

.tabBg2 {
	background-color: #EEEEEE;
}

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

.tabCelBg1 {
	background-color: #CCFFCC;
}

.tabCelBg2 {
	background-color: #FFCCCC;
}

.txtDestaque {
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.txtInfo {
	color: #999999;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.txtRed {
	color: #CC0000;
}

/**
 * Alinhamento
 */

.algCenter {
	text-align: center;
}

.algLeft {
	text-align: left;
}

.algRight {
	text-align: right;
}

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

.dspBlock {
	display:block;
}

.dspInline {
	display:inline;
}

/**
 * Comportamento de Divs
 */

.floatClear {
	clear: both;
	height: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.vsbltHidden {
	visibility:hidden;
	margin-top: auto;
	height: 10px;
}

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

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

.divRight {
	float: right;
	width: 50%;
}

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

#cab {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/cab_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 217px;
	position: relative;
}

#cab #flash {
	width: 233px;
	height: 204px;
	position: absolute;
}

#cab #cabNome {
	height: 35px;
	width: 515px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	position: relative;
	left: 245px;
	top: 3px;
	font-weight: bold;
	color: #000000;
}

#cab #cabSlogan {
	height: 28px;
	width: 515px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	position: relative;
	left: 245px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#cab #cabNumero {
	height: 38px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 10px;
	text-align: center;
	position: relative;
	left: 250px;
}

#cab #cabEmail {
	position: relative;
	left: 255px;
	overflow: hidden;
	width: 300px;
	height: 20px;
	top: 30px;
}

#cab #cabTelefone {
	left: 255px;
	width: 250px;
	height: 20px;
	position: relative;
	top: 35px;
}

#cab #cabColigacao {
	position: relative;
	width: 180px;
	height: 20px;
	text-align: center;
	top: 25px;
	left: 510px;
}

#cab #cabPartido {
	width: 190px;
	text-align: center;
	height: 95px;
	float: right;
	margin-right: 10px;
	top: -15px;
	position: relative;
}

#miolo {
	background-image: url(img/miolo_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#mioloPe {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/miolo_pe_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu {
	float: left;
	width: 225px;
	padding: 10px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#menu ul li a {
	display: block;
	color: #333333;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#menu ul li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

#conteudo {
	float: left;
	margin-bottom: 15px;
}

#cont {
	width: 474px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	min-height:350px;
	height:auto !important;
	height:350px;
}

#cont p.setor {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 9px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#cont p.setor a {
	color: #666666;
}

#cont p.setor a:hover {
	color: #990000;
}

#cont #alerta {
	color: #CC0000;
	text-align: center;
	background-color: #FFE7C1;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cont #noticias {
	width: 474px;
	margin-left: auto;
	margin-right: auto;
	line-height: 15px;
}

#cont #noticias h1 {
	font-size: 18px;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#cont #noticias h2 {
	font-size: 12px;
	color: #666666;
}

#cont #noticias p {
}

#cont #noticias #notLeft {
	float: left;
	width: 220px;
	text-align: left;
}

#cont #noticias #notRight {
	float: right;
	width: 220px;
	text-align: left;
}

#cont #formContato form {
	border: 1px none #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
}

#cont #formContato form label {
	width: 90px;
	display: block;
	float: left;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #333333;
}

#cont #formContato form .ipt {
	width: 280px;
	margin-bottom: 10px;
}

#cont #formContato form .btn {
	margin-left: 90px;
}

#contPe {
	background-image: url(img/cont_pe_bg.png);
	height: 12px;
	width: 506px;
	background-repeat: no-repeat;
	background-position: center top;
}

#rodape {
	background-color: #FE0000;
	color: #000000;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 15px;
}

#pravotar {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

