/** 
 *
 * 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:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background:url(img/bg_body.jpg) top left repeat-x;
}

/**
 * Âncoras e Hyperlinks
 */


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

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

h1, h2, h3, h4, h5, h6, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#474747;
}



/**
 * 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
 */

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



.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 {
	position: relative;
	width:980px;
	margin:0 auto;
	background:url(img/bg_cont.jpg) top left repeat-x;

}


#header {
	width:980px;
	height:166px;
	margin:0 auto;
	position:relative;
}

#header img.logo {
	float:left;
}

#header img.contato {
	float:right;
}

#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 {
	width:100%;
	background:url(img/bg_menu.jpg) top left repeat-x;
	height:36px;
	position:absolute;
	top:130px;
	left:0;


}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display:inline;
	width:100%;
}

#menu ul li {
	margin:0;
	padding:0;
	float:left;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size:9px;
	line-height:36px;
	margin:0 15px 0 5px;
	

}

#menu ul li a {
	color:#1d1d1d;
	height:36px;
	display:block;
	padding:0 5px;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#fff;
	background:url(img/bg_menu_odd.jpg) top left repeat-x;
	height:36px;
}


#conteudo {
	width: 756px;
	float:right;
	height:404px;
	overflow:auto;
	margin-bottom:15px;
}




#cont p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4b4b4b;
	text-decoration:none;
	font-size:11px;
	line-height:24px;
}

#cont {
	padding:0 20px 0 0;
}

#cont a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4b4b4b;
	text-decoration:none;
	font-size:11px;
	line-height:20px;
}

#cont a:hover {
	text-decoration:underline;
}

#cont img {
	float:right;
	padding:0 0 0 5px;
}

#cont a:hover {
	color:#000;
}



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


#noticias {
	width: 739px;
	height:145px;
	background:url(img/bg_noticias.png) top left no-repeat;
	position:relative;
	float:right;
	padding:10px;
}

#noticias a {
	font-size:10px;
	color:#474747;
	text-align:justify;
	padding:0;
	margin:0;
	text-decoration:none;
}
#noticias a:hover {
	color:#000;
}

#noticias h2 {
	font-size:11px;
	color:#000;
}


#noticia1 {
	width:320px;
	float:left;
	text-align:justify;
	margin:0 48px 0 0;
}

#noticia2 {
	width:320px;
	float:left;
	margin:0 0 0 0;
	text-align:justify;

}






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


#banner {
	width:100%;
	height:225px;
}

#lateral {
	width:210px;
	background:url(img/bg_lateral.png) top left no-repeat;
	float:left;
	margin-top:5px;
	margin-left:3px;
	text-align:center;
}

#lateral ul {
	list-style:none;
}

#lateral ul li {
	color:#d83135;
	font-size:14px;
	text-align:left;

}


#lateral ul li.title {
	color:#d83135;
	font-size:14px;
	background:url(img/list_seta_amarela.png) center left no-repeat;
	padding:0 0 0 15px;
	line-height:24px;
}

#lateral ul li a {
	color:#d83135;
	font-size:11px;
	color:#808080;
	text-decoration:none;
	background:url(img/list_seta_preta.png) center left no-repeat;
	padding:0 0 0 15px;
	line-height:24px;
	border-bottom:1px solid #e8e8e8;
	display:inherit;
}

#lateral ul li a:hover {
	background:url(img/list_seta_odd.png) center left no-repeat;
	color:#000;
}

#lateral img {
	margin-top:15px;
}


#rodape {
	background-color:#999999;
	clear: both;
	height:63px;
	width:100%;
}

#rodape p {
	font-size:11px;
	color:#484848;
	text-align:center;
	padding:0 20px 0 0;
	line-height:63px;
}

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