/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo **** */
#ContentPane {
	width: 515px;
	margin-right: 10px; /* IE 6 BUG */	}
#Content > #ContentPane {
	margin-right: 15px;	}

#ContentPane a {
	text-decoration: underline;	}

#ContentPane h2.Titulo {
	margin-top: 0;
	padding: 0;
	color: #539102;	}

#RightPane {
	float: left;
	width: 235px; }


.A1, .A2,
.B1, .B2 { margin-bottom: 10px;}

.A1 {
	position: relative;
	float: left;
	width: 510px;
	height: 170px;
	padding: 9px 5px 14px 0;
	background: url(../../imgs/bg_box-A1-green.png) 0 0 repeat-y;	}

.A2 { /* CLASSE USADA P/ BUSCA */
	position: relative;
	float: left;
	left: -5px;
	width: 225px;
	height: 170px;
	padding: 9px 5px 14px 0;
	background: url(../../imgs/bg_box-A2-blue.png) 0 0 repeat-y;	}

* > .A1, 
* > .A2 {
	height: auto !important;
	min-height: 170px;	}

.B1 {
	position: relative;
	float: left;
	width: 250px;
	height: 410px;
	padding: 7px 5px 10px 0; 
	background: url(../../imgs/bg_box-B1-beige.png) 0 0 repeat-y;	}

* > .B1 {
	height: auto !important;
	min-height: 410px;	}

.B2 { /* CLASSE USADA P/ ADs */
	position: relative;
	float: left;
	width: 235px; }

/* *** Cantos Arredondados c/ Sombra *** */
.corner_sup {	top: 0;	}
.corner_inf {	bottom: -1px;	}
.corner_sup, 
.corner_inf {
	position: absolute;
	left: 0;
	font-size: 0;
	line-height: 1em;
	white-space: nowrap;	}

.A1 .corner_sup {
	width: 515px;
	height: 9px;
	background: url(../../imgs/bg_box-A1-green_sup.png) 0 0 no-repeat;	}

.A1 .corner_inf {
	width: 515px;
	height: 14px;
	background: url(../../imgs/bg_box-A1-green_inf.png) 0 0 no-repeat;	}

.A2 .corner_sup {
	width: 230px;
	height: 9px;
	background: url(../../imgs/bg_box-A2-blue_sup.png) 0 0 no-repeat;	}

.A2 .corner_inf {
	width: 230px;
	height: 14px;
	background: url(../../imgs/bg_box-A2-blue_inf.png) 0 0 no-repeat;	}

.B1 .corner_sup {
	width: 255px;
	height: 7px;
	background: url(../../imgs/bg_box-B1-beige_sup.png) 0 0 no-repeat;	}

.B1 .corner_inf {
	width: 255px;
	height: 10px;
	background: url(../../imgs/bg_box-B1-beige_inf.png) 0 0 no-repeat;	}
/* *** FIM Cantos Arredondados c/ Sombra *** */

/* *** Titulos dos Blocos *** */
.A1 h2, .A2 h2, 
.B1 h2, .B2 h2 {
	width: auto;
	margin: 0 0 8px 0;
	padding: 0 10px;
	font-size: 18pt;
	font-weight: lighter;
	letter-spacing: -1px;
	position: relative;	}
.A1#Temas h2 {
	background-color: #d4d4d3;	}
.A2#Busca h2 {
	background-color: #d4d4d3;	}
.B1#Destaques h2 {
	background-color: #D4D4D3;	}
.B1#Ultimos h2 {
	background-color: #D4D4D3;
	color: white;	}
/* *** FIM Titulos dos Blocos *** */

/* *** Lista Temas *** */
.A1 ul {
	margin: 0 15px;
	padding: 0;
	list-style: none;	}
	
.A1 ul li {
	float: left;
	width: 145px;
	height: 20px;
	margin: 5px 5px 0 0;
	padding: 0 0 0 10px;
	font-size: 0.95em;
	line-height: 1em;
	background: url(../../imgs/bullet_green.png) 0 2px no-repeat;	}

.A1 ul li a:link, 
.A1 ul li a:visited {
	text-decoration: none !important;}

.A1 ul li a:hover,
.A1 ul li a:active {
	text-decoration: underline !important;}
/* *** FIM Lista Temas *** */

/* *** Form Busca *** */
.A2 .busca {
	margin: 15px;	}
.A2 .busca * {
	margin: 0 0 10px;
	max-width: 140px;	}
.A2 label {
	width: 50px;
	float: left;	}
.A2 .busca .button {
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: transparent;
	border: none;
	width: 47px;
	height: 18px;
	padding: 0;
	float: right;
	cursor: hand;}
/* *** FIM Form Busca  *** */

/* *** Lista Artigos *** */
.B1 p {
	margin: 15px 15px 0;
	padding: 0;
	clear: both;
	font-size: 0.95em;
	line-height: 1.12em;	}

.B1 p a:link, 
.B1 p a:visited {
	text-decoration: none !important;}

.B1 p a:hover, 
.B1 p a:active {
	text-decoration: underline !important;}


.B1 p a .ImgMin {
	width: 70px; height: 53px;
	margin: 0 5px 0 0;
	background-color: lightgrey;	}

.B1 p a .Titulo {
	display: block;
		}
.B1 p a .Chamada {
	display: block;	}

.B1 .VejaMais {
	position: absolute;
	 bottom: 15px;
	 right: 15px;	}
/* *** FIM Lista Artigos *** */

.B1#Ultimos { margin-left: 5px;}

.B2#Ads  { margin-left: -7px;}

/* **** Estrutura do Conteudo - Página de Detalhes **** */
#ContentPane .Detalhes .Titulo {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #636363;	}

#ContentPane .Detalhes .Chamada {
	margin-top: 6px;
	display: none;	}

#ContentPane .Detalhes .Data {
	font-size: 0.85em;
	font-style: italic;
	color: dimgray;	}

#ContentPane .Detalhes a.VejaMais {
	color: #da251c;
	margin: 12px 6px;	}

.ImgDetalhe { 
	margin:0 0 10px 10px;
	float:right;
	text-align:right;
	width:1px;	}

.ImgDetalhe td {font-size:10px;color:#999999;}

