/** 
 *
 * FOLHA DE ESTILO
 * Site Pra Votar
 *
 * @author www.ciadobit.com
 *
 */ 

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

/**
 * Corpo da página
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

/**
 * Âncoras e Hyperlinks
 */

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

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

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

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

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

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

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

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

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

strong {
	color: #333333;
}

/**
 ********************************************************************************
 * 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;
	text-align: left;
}

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

#tela {
	width: 100%;
}

#top {
	position: relative;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 169px;
}

#top #logo {
	width: 293px;
	top: 15px;
	position: absolute;
	height: 93px;
}

#top #login {
	position: absolute;
	height: 75px;
	width: 170px;
	top: 16px;
	right: 15px;
	color: #FFFFFF;
}

#top #login h1 {
	font-size: 15px;
	margin-bottom: 5px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#top #login form label {
	width: 42px;
	display: block;
	float: left;
	line-height: 20px;
}

#top #login form .ipt {
	width: 90px;
	margin-bottom: 2px;
}

#top #menu {
	position: absolute;
	width: 100%;
	top: 109px;
}

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

#top #menu ul li {
	padding: 0px;
	display: inline;
	margin: 0px;
}

#top #menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	display: block;
	float: left;
	padding-right: 16px;
	padding-left: 17px;
	padding-top: 25px;
	height: 34px;
	width: auto;
}

#top #menu ul li a:hover {
	background-color: #F5F5F5;
	color: #333333;
}

#miolo {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #F5F5F5;
}

#miolo #creditos {
	bottom: 5px;
	position: relative;
	text-align: right;
	width: 760px;
	padding-right: 10px;
}

#miolo #left {
	background-image: url(img/miolo_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 776px;
	width: 264px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	position: relative;
}

#miolo #left #box {
	background-image: url(img/miolo_left_box.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 147px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

#miolo #right {
	float: right;
	width: 466px;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#miolo #right ul {
}

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

#miolo #right #noticias {
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}

#miolo #right #noticias h1 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#miolo #right #noticias p {
	margin-top: 10px;
}

#miolo #right #noticias #notLeft {
	float: left;
	width: 200px;
	text-align: left;
}

#miolo #right #noticias #notRight {
	float: right;
	width: 200px;
	text-align: left;
}

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

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

#miolo #right form .ipt {
	width: 280px;
	margin-bottom: 10px;
}

#miolo #right #alerta {
	color: #CC0000;
	text-align: center;
	background-color: #FFE7C1;
	padding: 5px;
	margin-top: 10px;
	font-size: 11px;
}

#miolo #right #cont {
	margin-top: 20px;
	margin-bottom: 20px;
}

#miolo #right .divDominio {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 208px;
	text-align: left;
	margin-left: 15px;
}


#miolo #right #quadro {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #FFFFFF;
	width: 400px;
	border: 1px dashed #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#miolo #right .cliente {
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
}

#miolo #right .cliente h1 {
	font-size: 14px;
	margin-bottom: 3px;
}

#miolo #right .cliente h2 {
	font-size: 14px;
}

#rodape {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
