/*
 *  configurações gerais
 */

BODY {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt; 
	background-color: #fff;
	background-image: url('../img/back.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

BODY.print {
	background-image: url();
}

IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

IMG.capa_blog {
	margin: 5px 5px 5px 0px;
	padding: 0px;
	float: left;
}

IMG.banner_blog {
	margin: 0px 0px 10px 0px;
}

H1 {
	font-size: 9pt;
	font-weight: bold;
	background-color: #ccc;
	padding: 2px 5px;
	margin: 0px;
	color: #000;
	background-image: url();
	background-repeat: no-repeat;
	background-position: bottom right;
}

H1.noticias { background-color: #ccc; }
H1.opinioes { background-color: #ccc; }
H1.enquete { background-color: #ccc; background-image: url(); }

H1.iblog, H1.imagazine {
	font-family: Georgia, Arial, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	background-color: white;
	color: black;
	padding: 0px 0px 4px 0px;
}

H1.iblog B, H1.imagazine B {
	font-weight: bold;
	font-style: normal;;
	color: rgb(27,72,110);
}

H1.imagazine {
	border-bottom: 1px dashed #eee;
}

H1.sent { background-color: #6AC335; background-image: url(); font-size: 8pt; }

H2 {
	font-size: 14pt;
	font-weight: normal;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

H2.opinioes {
	font-size: 9pt;
	font-weight: bold;
	color: rgb(185,146,75);
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 4px 0px;
	background-image: url('../img/rodape.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

H2.post_title {
	font-family: Georgia, Arial, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 4px 0px;
}

H3.opinioes A { color: #EB3D00; }

H4 {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

H5 {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	padding: 2px 5px;
	margin: 5px 0px 10px 0px;
	background-color: #ddd;
}

A {
	color: black;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.link_alt {
	font-family: Georgia, Arial, Verdana, Helvetica;
}

.conteudo H2 A {
	color: rgb(27,72,110);
}

.conteudo H3 A {
	color: rgb(27,72,110);
}

.conteudo H3 A.link_alt {
	color: black;
}

/*
 *  configurações do layout
 */

#container {
	position: relative;
	width: 760px;
	left:50%;
	margin-left: -380px;
	padding: 0px;
	background-image: url('../img/body.gif');
	background-repeat: repeat-y;
	background-position: top;
}

#container_print {
	width: 600px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}

#topo {
	position: relative;
	height: 110px;
	background-color: #fff;
}

#topo IMG.logo {
	position: absolute;
	margin: 10px;
	bottom:0;
	left:0;
}

#topo .publicidade {
	float: right;
	margin: 10px;
	padding: 0px;
}

UL.menu, UL.submenu {
	padding:0px;
	margin:0px;
	width: 100%;
	list-style:none;
	background-color: #fff;
}

UL.menu {
	/* background-image: url('../img/canto.gif');
	background-repeat: no-repeat;
	background-position: bottom right; */
	background-color: rgb(27,72,110);
}

UL.submenu {
	background-image: url('../img/rodape.gif');
	background-repeat: repeat-x;
	background-position: top;
}

UL.menu LI, UL.submenu LI { display: inline; }

UL.menu LI A, UL.submenu LI A { float:left;	text-decoration: none; }

UL.menu LI A { padding: 8px 10px 4px 10px; color: #fff; border-right: 1px solid white; }

UL.menu LI A.menu_destaque_1 { background-color: rgb(27,72,110); color: #fff; }
UL.menu LI A.menu_destaque_2 { background-color: rgb(27,72,110); color: #fff; }

UL.submenu LI A { padding: 2px 10px; color: rgb(27,72,110); }

UL.menu LI A:hover {
	background-color: rgb(71,126,165);
	color: #fff;
	text-decoration: none;
}

UL.submenu LI A:hover {
	background-color: rgb(27,72,110);
	color: #fff;
	text-decoration: none;
}

UL.menu .data {
	float:right;
	color: #fff;
	padding: 8px 6px 4px 0px;
	font-weight: bold;
}

#main_print {
	float: left;
}

#col_esq, #col_dir {
	float: left;
	width: 150px;
	overflow: hidden;
}

#col_centro {
	float: left;
	width: 460px;
	overflow: hidden;
}

#col_centro_print {
	float: left;
	width: 600px;
	overflow: hidden;
}

#col_centro_print H2 {
	margin-top: 20px;
	color: rgb(27,72,110);
}

#col_esq P, #col_dir P {
	margin-bottom: 15px;
}

#col_esq .publicidade {
	margin: 15px 0px;
	padding: 0px;
}
	
#col_centro .publicidade {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#col_centro P, #col_centro_print P {
	margin-top: 5px;
	font-size: 10pt;
}

#col_centro P.preview_capa, #col_centro_print P.preview_capa {
	font-size: 8pt;
}

#col_centro P.preview, #col_centro_print P.preview {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #777;
	margin: 0px 0px 10px 0px;
}

#col_centro .img_box, #col_centro_print .img_box {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 210px;
}

#col_centro H3 {
	float: left;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 5px;
	width: 210px;
}

#col_centro H3.subdestaques_esq {
	float: left;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px;
	width: 215px;
}

#col_centro H3.subdestaques_dir {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px;
	width: 215px;
}

#col_centro H3.imagazine {
	width: 210px;
	float: right;
	padding: 0px;
	margin: 5px 10px 5px 0px;
}

#col_centro H3.imagazine A {
	color: #000;
}

#col_centro H3.imagazine_img {
	width: 210px;
	float: right;
	padding: 0px;
	margin: 5px 10px 5px 0px;
	overflow: hidden;
}

#col_centro .subdestaques_sep {
	background-image: url('../img/rodape.gif');
	background-repeat: repeat-x;
	background-position: center;
	padding: 1px 0px;
	clear:both;
}

#col_centro .subdestaques {
	background-image: url('../img/rodape.gif');
	background-repeat: repeat-x;
	background-position: top;
	padding: 4px 0px;
}

#col_centro .iblog_box {
	background-color: rgb(222,206,174); 
	padding: 4px;
	margin-bottom: 10px;
}

#col_centro .imagazine_box {
	background-color: #fff; 
	padding: 0px;
	background-image: url();
}

#col_centro H3.blog_desc {
	width: 185px;
	height: 130px;
	background-color: rgb(240,230,200);
	padding: 4px;
}

#col_centro P.blog_desc {
	width: 180px;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#col_centro P.blog_desc B {
	color: rgb(27,72,110);
}

#col_centro H3.blog_post {
	float: right;
	width: 220px;
	height: 130px;
	margin: 4px;
	padding: 4px;
	background-color: white;
}

#col_centro H3.blog_post A {
	font-family: Georgia, Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#col_dir H3 {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 2px 0px;
}

#rodape {
	clear: both;
	color: #777;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	background-image: url('../img/rodape.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

.conteudo {
	padding: 5px;
}

.conteudo P {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.conteudo A {
	color: black;
	text-decoration: none;
}

.conteudo A:hover {
	text-decoration: underline;
}

.conteudo IMG {
}

.enquete_box {
	background-color: #ddd;
	padding: 4px;
	background-image: url('../img/canto.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.enquete_box .barra {
	background-color: #777;
	height: 10px; 
}

.enquete_box .legenda {
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 0px;
}

.legenda {
	font-size: 7pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 2px 0px 4px 0px;
	margin: 0px;
	color: #000;
}

.legenda_foto_blog_post {
	font-size: 7pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
	color: #000;	
}

.legenda_destaques {
	font-size: 7pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: rgb(185,146,75);
}

.legenda_subdestaques {
	font-size: 7pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #183884;
}

.legenda_iblog {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: rgb(185,146,75);
}

.legenda_iblog_data {
	font-family: Georgia, Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: rgb(185,146,75);
}

.legenda_iblog_post {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #777;
}

.legenda_iblog_comment {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #000;
}

.legenda_iblog_comment A {
	color: #F48000;
	text-decoration: none;
}

.legenda_iblog_comment A:hover {
	color: #F48000;
	text-decoration: underline;
}

.legenda_imagazine {
	font-size: 8pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: rgb(27,72,110);
}

.destaque {
	font-weight: bold;
}

.leiamais {
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin-top: 4px;
	font-size: 8pt;
}

.img_left {
	float: left;
	margin: 0px 5px 5px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 5px 5px;
}

.img_left, .img_right {
	width: 220px;
	padding: 0px;
}

.img_left_notext {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.img_full {
	margin: 0px;
	padding: 0px;
}

.publicidade {
	background-color: #ddd;
	color: #000;
	text-align: center;
}

IMG.publicidade {
	border: 0px;
}

.list {
	padding: 0px;
	margin: 4px 0px;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
}


.list A {
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}

.list A:hover {
	text-decoration: underline;
}

#iblog_box_right {
	float: right;
	width: 125px;
}

#iblog_box_right .iblog_info {
	float: right;
	border: 1px dashed black;
	width: 110px;
	padding: 4px;
	margin: 0px 0px 5px 5px;
}

#iblog_box_right .iblog_meses {
	float: right;
	border: 1px solid white;
	width: 110px;
	background-color: #ccc;
	padding: 4px;
	margin: 0px 0px 5px 5px;
	text-align: right;
}

#iblog_box_right .iblog_meses H2 {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	color: #EB3D00;
}

#iblog_box_right .iblog_meses P {
	padding: 0px;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

/*
 *  formulários
 */
 
FORM.enquete {
	font-weight: bold;
	font-size: 8pt;
}

FORM.enquete INPUT {
}

FORM.contato {
	margin: 0px;
}

FORM.contato UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

FORM.contato UL LI {
	padding: 0px;
	margin: 0px;
}

FORM.contato LABEL {
	display: block;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 9pt;
	font-weight: bold;
}

FORM.contato UL LI INPUT, FORM.contato UL LI TEXTAREA, FORM.contato UL LI SELECT {
	padding: 1px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	border: 2px solid #ccc;
}

FORM.contato UL LI INPUT {
	width: 300px;
	background-image: url('../img/form_input_back.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

FORM.contato UL LI TEXTAREA {
	width: 300px;
	height: 200px;
	background-image: url('../img/form_textarea_back.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

FORM.contato .error {
	font-size: 8pt;
	color: red;
}

FORM.contato IMG {
	margin: 10px 0px 5px 0px;
}

FORM.comment {
	margin: 0px;
}

FORM.comment UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

FORM.comment UL LI {
	padding: 0px;
	margin: 0px;
}

FORM.comment LABEL {
	display: block;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
}

FORM.comment UL LI INPUT, FORM.comment UL LI TEXTAREA {
	padding: 1px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	border: 2px solid #ccc;
}

FORM.comment UL LI INPUT {
	width: 300px;
	background-image: url('../img/form_input_back.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

FORM.comment UL LI TEXTAREA {
	width: 300px;
	height: 70px;
	background-image: url('../img/form_textarea_back.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

FORM.comment .error {
	font-style: italic;
	font-size: 7pt;
	color: red;
	font-weight: bold;
}

FORM.filtro {
	margin: 0px;
	padding: 0px;
}

FORM.filtro SELECT {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}

.button {
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica; 
	cursor: pointer;
	width: 120px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	color: #fff;
	background-color: #999;
}

.button_2 {
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica; 
	cursor: pointer;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	color: #fff;
	background-color: #999;
}

.form_error {
	color: #EB3D00;
	font-weight: bold;
	font-size: 8pt;
	margin: 0px 0px 10px 0px;
	padding: 2px 6px;
	border: 2px dashed #EB3D00;
	background-color: #fde6de;
}

#comment .comment_by {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#comment P.comment {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	width: 430px;
	font-size: 8pt;
	color: #000;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#comment P.comment_date {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #ccc;
	color: #777;
}

#comment .aviso {
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	margin: 0px 0px 10px 0px;
	padding: 2px 6px;
	border: 2px dashed #aaa;
	background-color: #eee;
}

#comment .aviso P {
	margin: 0px;
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
}

#comment H1 {
	color: #fff;
}

TABLE.stats {
	font-size: 8pt;
	background-color: #F2F2F2;
	width: 350px;
	margin-bottom: 10px;
}

TABLE.stats CAPTION {
	background-color:#5A666E;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #000;
}

TABLE.stats THEAD TH {
	background-color:#444;
	color:#fff;
	padding:2px;
	text-transform:uppercase;
}

TABLE.stats TFOOT TH {
	background-color:#444;
	color:#fff;
	padding:2px;
	text-transform:uppercase;
}

TABLE.stats TFOOT TD {
	background-color:#FC0;
	color:#724809;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 5px;
}

TABLE.stats TBODY TD {
	background-color:#D7DBDD;
	color:#5A666E;
	padding:2px;
	text-align:center;
}

TABLE.stats TBODY TH {
	background-color:#5A666E;
	color:#D7DBDD;
	padding:2px;
	text-align:center;
}

TABLE.stats TBODY TD A {
	color:#724809;
	text-decoration:none;
	font-weight:bold;
}

TABLE.stats TBODY TD A:hover {
	background-color:#F5B348;
	color:#FFF;
}

TABLE.stats TBODY TH A {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

TABLE.stats TBODY TH A:hover {
	color:#FC0;
	text-decoration:underline;
}

TABLE.valores {
	font-size: 8pt;
	background-color: #F2F2F2;
	width: 450px;
	margin-bottom: 10px;
}

TABLE.valores CAPTION {
	background-color:#5A666E;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #000;
}

TABLE.valores THEAD TH {
	background-color:#777;
	color:#fff;
	padding:2px;
	text-transform:uppercase;
}

TABLE.valores TBODY TD {
	background-color:#ddd;
	color:#000;
	padding:2px;
	text-align:center;
}

TABLE.valores TBODY TH {
	background-color:#bbb;
	color:#000;
	padding:2px;
	text-align:center;
}

TABLE.valores TBODY TH INPUT {
	width: auto;
	margin-right: 5px;
	border: 0px;
	background-color: #bbb;
}

TABLE.valores .radio {
	background-image: url('');
}

.warning {
	font-size: 8pt;
	color: #555;
	font-style: italic;
}

.logo_impressao {
	float: right;
	margin: 10px 0px 10px 10px;
}

#optionBox {
	float: right;
	text-align: right;
	margin-right: 5px;
}

#optionBox IMG {
	cursor: pointer;
}

.slide_left {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	width: 220px;
	background-color: #555;
}

#slideshow {
	height: 160px;
	overflow: hidden;
}

#slideshow_legend {
	height: 30px;
	background-color: #555;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	overflow: hidden;
	padding: 4px;
}

#slideshow_legend A {
	color: white;
}

#slideshow_control {
	background-color: #ccc;
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 0px 2px;
}

#slideshow_control IMG {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

UL.regras LI {
	font-size: 9pt;
	margin: 10px 0px;
}
