/*  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	CSS GERAL para o site Balada In - v. 2
	
	versao com colunas mais finas (3 colunas)
	
	=> Modificacoes em 17/09/2009
		. merge com o arquivo reset.css
		. merge com o arquivo unitip.css
	
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* RESET CSS =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
	@charset "iso-8859-2";
	/* CSS Document */
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 13px; /* * * 100% -> modificado neste caso * * */
		/* vertical-align: baseline; */
		/* background: transparent;*/ /* problemas nos IEs */
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		/*border-spacing: 0;*/
	}

/* UNITIP CSS =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
	/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #ffffff;
	font: normal normal 15px Arial, Helvetica, sans-serif;
	display: none;
	font-weight:bold;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
	a.tip { text-decoration:none; color:#8f8d8d; cursor:pointer; }


/* TAGS = = = = = = = = = = = = = = = = = = = = = = // inicio */

a:hover {
	text-decoration:blink !important;
}
a .foto {
	cursor:pointer;
	}
	a:hover .foto {
		border:1px solid #95cbe8;
	}

.invisivel {
	height:0 !important;
	margin:0 !important;
	padding:0 !important;
	visibility:hidden !important;
	width:0 !important;
}


a#ListaConvidados {
	background:#006EA8;
	color:#fff !important;
	float:right;
	padding:4px 5px;
	margin:10px 0;
	text-align:center;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	text-decoration:none !important;
}

body {
	background:#000 url(../images/bg_topo.jpg) center top no-repeat;
	font-family:Arial, Tahoma, Verdana, sans-serif;
}

#topo h1 {
	float:left;
	height:84px;
	margin:39px 0 0 0;
	text-indent:-9999px;
	width:311px;
}

h2.titSecao {
	font-size:36px !important;
	font-weight:normal !important;
	margin:0 0 0 27px;
}

h3#anunciar {
	border-bottom:1px solid #053047;
	color:#053047;
	font-size:20px;
	font-weight:normal;
	margin:0pt 0pt 10px;
	text-align:left !important;
	
	display:block;
	text-indent:-9999px;
	height:38px;
	background:transparent url(../images/h2_gerais.png) no-repeat scroll -10px -339px;
}
p#anunciar {
	color:#053047;
	line-height:140%;
	margin:0pt 0pt 8px;
}

span.mailing {
	display:block;
	height:82px;
	margin:25px 0;
	width:218px;
}
/* TAGS = = = = = = = = = = = = = = = = = = = = = = // fim */



/* IDS = = = = = = = = = = = = = = = = = = = = = = // inicio */

/* agenda de eventos - - - - - - - - - - - - - - - */
#agendaContainer a.backTopo {
	background:url(../images/backTopo.gif) left 0 no-repeat;
	font-size:11px !important;
	padding:0 0 0 16px;
	}
	#agendaContainer a.backTopo:hover {
		background:url(../images/backTopo.gif) left -20px no-repeat;
	}

.agendaHoje {
	background:url(../images/bg-transp.png) repeat;
	border:1px solid #f1faff;
	margin:0pt 0pt 24px;
	padding:20px 0 0 0;
	width:560px;
	}
	.agendaHoje div {
		padding:0pt 14px 16px 14px;
		width:532px;
	}
	.agendaHoje h2 {
		font-size:13px !important;
	}
	.agendaHoje h3 {
		font-weight:normal !important;
	}
	.agendaHoje img.left,
	.agendaHoje img.right {
		clear:both !important;
	}
	.agendaHoje ul {
		border-bottom:1px solid #2a5267;
		margin-bottom:27px;
	}
	.agendaHoje ul li {
		clear:both;
		margin:14px 0;
	}
/* agenda de eventos - - - - - - - - - - - - - - - */


/* listagem da semana - - - - - - - - - - - - - - - */
#agendaSemana {
	overflow:auto;
	margin:0 0 25px 0;
	width:100%;
}
#agendaSemana a {font-size:11px; text-decoration:none !important;}
#agendaSemana a:hover .agendaData,
#agendaSemana a:focus .agendaData {color:#053047 !important;}

#agendaSemana li {
	background:url(../images/bg-transp_azul.png) repeat;
	cursor:pointer;
	display:block;
	float:left;
	height:60px;
	margin:0pt 6px 0pt 7px;
	_margin:0 5px 0 4px;
	padding:4px;
	text-align:center;
	width:60px;
	}
	#agendaSemana li.diaAtual {
		background:#fff;
	}
	
	#agendaSemana .agendaDia {
		background-image:url(../images/dias-semana.gif);
		background-repeat:no-repeat;
		display:block;
		height:28px;
		text-indent:-9999px;
	}
	#d1.agendaDia {background-position:4px -2px;}
	#d2.agendaDia {background-position:3px -48px;}
	#d3.agendaDia {background-position:4px -94px;}
	#d4.agendaDia {background-position:2px -140px;}
	#d5.agendaDia {background-position:4px -186px;}
	#d6.agendaDia {background-position:4px -234px;}
	#d7.agendaDia {background-position:4px -278px;}
	
	#agendaSemana .agendaData {
		color:#0179BA;
		display:block;
		font-size:11px;
		padding-top:7px;
	}
	#agendaSemana a:hover li {color:#053047 !important;}
/* listagem da semana - - - - - - - - - - - - - - - */


/* coluna no DN - - - - - - - - - - - - - - - - - - */

#colunaDNContainer { 
	color:#053047;
	line-height:140%;
	margin:0;
	}
	.colunasDN {
		margin:20px 0 0;
		}
		.colunasDN li {
			margin:0 0 0 10px;
		}


/* formulario para anuncio - - - - - - - - - - - - - - - */
#anuncieContainer label {
	clear:both;
	display:block;
	float:left;
	margin:5px 0;
	width:130px;
}
#anuncieContainer input,
#anuncieContainer textarea,
#anuncieContainer select {
	display:block;
	float:left;
	margin:5px 0;
	width:260px;
}
#anuncieContainer select {
	width:264px !important;
}
#anuncieContainer button {
	clear:both;
	display:block;
	margin:0 0 0 130px;
}

form#anuncie {
	width:220px;
}
form#anuncie fieldset {
	display:block;
	float:left;
	margin:4px 4px 0 0;
}
form#anuncie label {
	color:#053047;
	display:block;
	margin:0 0 3px 0;
}
form#anuncie input,
form#anuncie textarea {
	background:#006EA8 none repeat scroll 0%;
	color:#FFFFFF;
	display:block;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:14px;
	margin:2px 0 8px 0;
	padding:2px 0 2px 3px;
}
form#anuncie input:focus,
form#anuncie textarea:focus {
	background:#1487C3 none repeat-x scroll center top;
	color:#fff;
}
form#anuncie textarea {
	width:210px;
}
form#anuncie button {
	background:#006EA8 none repeat scroll 0%;
	color:#FFFFFF;
	float:right;
	height:26px;
	margin:14px 0pt 0pt 0;
}
form#anuncieUF {
	text-transform:uppercase;
}
/* formulario para anuncio - - - - - - - - - - - - - - - */


/* banners - - - - - - - - - - - - - - - */
#ad01 {
	float:right;
	height:60px;
	margin:51px 0 0 0;
	text-align:right;
	width:468px;
}
#ad02 {
	float:left;
	height:60px;
	margin:25px 0pt 40px 3px;
	width:468px;
	
}
#ad03 {
	margin:0 auto;
	width:217px;
}
#adSB {
	margin:0 0 20px 0;
	width:670px;
	/*height:130px;*/
}
#adFloat {
	background:#fff;
	height:250px;
	position:absolute;
	right:252px;
	top:341px;
	width:300px;
	padding:18px;
}
#adFloat .fechar {
	color:#053047;
	font-size:11px;
	cursor:pointer;
	position:absolute;
	right:16px;
	top:3px;
	}
	#adFloat .fechar:hover {
		text-decoration:underline;
	}
/*#adFloat .fechar {
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:22px;
	height:22px;
	background:url(../images/lightview/close_small.png) center no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
   -moz-opacity:.65;
	}
	#adFloat .fechar:hover {
		-moz-opacity:.99;
	}*/
/* banners - - - - - - - - - - - - - - - */


#assinatura {
	background:url(../images/bg_base.jpg) center bottom no-repeat;
	margin:0 auto;
	padding:8px 0 250px 0;
	text-align:left;
	width:940px;
	}
	#assinatura span {
		display:block;
		text-indent:-9999px;
		height:1px;
		width:1px;
	}
	#assinatura a:link,
	#assinatura a:visited {
		color:#32506b;
	}
	#assinatura a:hover,
	#assinatura a:focus {
		color:#85a3bd;
	}


/* buscas - resultados - - - - - - - - - - - - - - - */
#buscaContainer hr.clear {
	clear:both;
	height:1px;
	visibility:hidden;
}
#buscaContainer .resultados {
	margin:0 0 30px 0;
	}
	#buscaContainer .resultados p {
		margin:2px 0 !important;
	}
	#buscaContainer .fotos {
		margin-top:5px;
	}

#buscaContainer h3 {
	font-size:14px !important;
	font-weight:bold !important;
	margin:0 0 4px 0;
	}
	#buscaContainer h3 a:link,
	#buscaContainer h3 a:visited { text-decoration:none; }
	#buscaContainer h3 a:hover, #buscaContainer h3 a:focus { text-decoration:underline; }
	
#buscaContainer .secao {
	color:#739BAF;
	font-size:11px;
	}
	#buscaContainer .secao strong {
		font-size:13px;
		font-weight:bold;
		text-transform:uppercase;
	}
#buscaContainer .data {
	color:#739BAF;
	font-size:11px;
}
#buscaContainer .clipwrapper {
	border:1px solid #95CBE8;
	
	height:94px;
	position:relative;
	width:93px;
}
#buscaContainer .imgCont {
	float:left;
	margin:0 14px 0 0;
	width:93px;
}
#buscaContainer .imgCont span {
	color:#053047;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:140%;
	margin:3px 0pt 0 0;
}

#buscaContainer .clip {
	left:-62px;
	position:absolute;
	top:-25px;
	clip:rect(25px, 155px, 119px, 62px);
	clip:rect(25px  155px  119px  62px);
}
.termoBuscado {
	color:#053047;
	font-size:16px;
	margin:0pt 0pt 0pt 27px;
}
/* buscas - resultados - - - - - - - - - - - - - - - */



/* balada vip - - - - - - - - - - - - - - - */
#vipPrincipal {
	background:url(../images/bg-transp.png) repeat;
	border:1px solid #f1faff;
	color:#053047;
	padding-top:15px;
	}
	#vipPrincipal .base {
		padding:0 18px 15px 18px;
		overflow:auto;
	}
	#vipPrincipal #vip01 {
		float:left;
		height:190px;
		width:190px;
	}
	#vipPrincipal .vipTxt {
		float:left;
		margin:0pt 0pt 0pt 20px;
		width:315px;
	}
	#vipPrincipal .share {
		margin:10px 0 0 0;
		width:530px !important;
	}
	#vipPrincipal .share ul {
		width:505px !important;
	}
/* balada vip - - - - - - - - - - - - - - - */


/* busca no topo - - - - - - - - - - - - - - - */
/*#BuscaGoogle {
	position:absolute;
	top:11px;
	right:0;
	width:500px;
	text-align:right;
	}
	#BuscaGoogle input {
		border:2px solid #7C94A2;
	}*/
/* busca no topo - - - - - - - - - - - - - - - */


/* busca ao lado do menu */
#cse-search-box { 
	height:35px;
	background:url(../images/bg_busca.gif) center no-repeat;
	padding:4px 0;
	margin:0 auto 15px;
	width:222px;
	text-align:center;
}
#cse-search-box input.buscaBt {
	background:#006EA8;
	color:#fff;
	width:1px;
	height:1px;
	visibility:hidden;
}
#cse-search-box input.inputBusca {
	/*width:215px;*/
	width:200px;
	margin:6px auto;
	text-align:left;
	/*float:right;*/
}

/* busca ao lado do menu */


/* calendario - - - - - - - - - - - - - - - */
#calendario {
	border:1px dotted #993300;
	height:220px;
}
/* calendario - - - - - - - - - - - - - - - */



/* coberturas - - - - - - - - - - - - - - - */
#coberturaPrincipal {
	background:url(../images/bg-transp.png) repeat;
	border:1px solid #f1faff;
	color:#053047;
	padding-top:15px;
	}
	#coberturaPrincipal .base {
		padding:0 18px 15px 18px;
		overflow:auto;
	}
	#coberturaPrincipal #destaque01 {
		float:left;
		height:190px;
		width:190px;
	}
	#coberturaPrincipal .destaqueTxt {
		float:left;
		margin:0pt 0pt 0pt 20px;
		width:315px;
	}
	#coberturasContainer .autoria {
		color:#739baf;
		display:block;
		margin:2px 0 13px 2px;
	}
	#fotosCoberturas {
		margin:26px 0 0 0;
	}
	#fotosCoberturas .foto {
		height:120px;
		width:120px;
	}
	#fotosCoberturas li {
		float:left;
		margin:0 10px 15px 10px;
		position:relative;
		width:120px;
	}
	#fotosCoberturas li p {
		font-size:11px;
		font-weight:bold;
		line-height:122%;
		height:68px;
		margin:5px 0;
		width:110px;
	}
/* coberturas - - - - - - - - - - - - - - - */


/* coberturas - com separacao de linhas */

/* coberturas - com separacao de linhas */


/* coluna direita - - - - - - - - - - - - - - - */
#colDir {
	float:right;
	margin:0 18px 0 0;
	width:220px;
}
#colDirInt {
	float:right;
	margin:0 18px 0 25px;
	width:240px;
	}
	#colDirInt #maisCoberturas {
		float:none;
		margin:0pt 0pt 0pt 12px;
		width:210px;
	}
	#colDirInt .cabecalho {
		border:none !important;
	}
	#colDirInt .coluna {
		margin:0 !important;
		width:180px !important;
	}


/* coluna esquerda - - - - - - - - - - - - - - - */
#colEsq {
	float:left;
	margin:0 0 35px 18px;
	width:670px;
}
#colEsqInt {
	float:left;
	margin:0 0 0 18px;
	width:630px;
	}
	#colEsqInt a:link {
		color:#0179BA;
		text-decoration:underline;
		}
		#colEsqInt a:visited {
			color:#0e5276;
		}
		#colEsqInt a:hover,
		#colEsqInt a:focus {
			text-decoration:none;
		}
	
	#colEsqInt a:link h3,
	#colEsqInt a:visited h3 {
		text-decoration:none !important;
		}
		#colEsqInt a:hover h3 {
			text-decoration:underline !important;
		}
		#colEsqInt h2 {
			color:#053047;
			font-size:22px;
			font-weight:normal;
		}
		#colEsqInt h3 {
			color:#053047;
			font-size:18px;
			font-weight:normal;
			padding:0;
		}
		#colEsqInt h3 a:link,
		#colEsqInt h3 a:visited {
			color:#053047 !important;
		}
		#colEsqInt h3 a:hover,
		#colEsqInt h3 a:focus {
			text-decoration:underline;
		}
	#colEsqInt h4 {
		color:#053047;
		font-size:16px;
		font-weight:bold;
		padding:14px 0 0 0;
	}
	#colEsqInt p {
		color:#053047;
		line-height:140%;
		margin:12px 0;
	}
/* coluna esquerda - - - - - - - - - - - - - - - */


/* comentarios para a balada - - - - - - - - - - - - - - - */
#comentar {
	width:220px;
	}
	#comentar h3 {
		border-bottom:1px solid #053047;
		color:#053047;
		font-size:20px;
		font-weight:normal;
		margin:0pt 0pt 10px;
		text-align:left !important;
		
		display:block;
		text-indent:-9999px;
		height:38px;
		background:transparent url(../images/h2_gerais.png) no-repeat scroll -10px -192px;
	}
	#comentar fieldset {
		display:block;
		float:left;
		margin:4px 4px 0 0;
	}
	#comentar label {
		color:#053047;
		display:block;
		margin:0 0 3px 0;
	}
	#comentar input,
	#comentar textarea {
		background:#006EA8 none repeat scroll 0%;
		color:#FFFFFF;
		display:block;
		font-family:Arial, Tahoma, Verdana, sans-serif;
		font-size:14px;
		margin:2px 0 8px 0;
		padding:2px 0 2px 3px;
	}
	#comentar input:focus,
	#comentar textarea:focus {
		background:#1487C3 none repeat-x scroll center top;
		color:#fff;
	}
	#comentar textarea {
		width:210px;
	}
	#comentar button {
		background:#006EA8 none repeat scroll 0%;
		color:#FFFFFF;
		float:right;
		height:26px;
		margin:14px 0pt 0pt 0;
	}
	#comentarUf {
		text-transform:uppercase;
	}
/* comentarios para a balada - - - - - - - - - - - - - - - */



/* destaques - - - - - - - - - - - - - - - */
#destaques {
	background:url(../images/bg-transp.png) repeat;
	border:1px solid #f1faff;
	color:#053047;
	float:left;
	padding-top:11px;
	width:460px;
	}
	#destaques .autoria {
		color:#739baf;
		display:block;
		margin:2px 0 13px 2px;
	}
	#destaques .base {
		padding:0 18px 11px 18px;
	}
	#destaques .cabecalho {
		border-bottom:1px solid #8cabba;
		height:40px;
		margin:0 0 0 18px;
		position:relative;
		top:-10px;
		width:425px;
	}
	#destaques a:link,
	#destaques a:visited {
		color:#053047;
		text-decoration:none;
	}
	#destaques a:hover,
	#destaques a:focus {
		text-decoration:underline;
	}
	#destaques a:hover h3 {
		text-decoration:underline;
	}
	#destaques .explicacao a {
		color:#053047;
		float:right;
		position:relative;
		top:21px;
		text-decoration:none;
	}
	#destaques .explicacao a:hover {
		text-decoration:underline;
	}
	#destaques h2 {
		background:url(../images/h2_destaques.gif) no-repeat;
		float:left;
		height:42px;
		width:127px;
		text-indent:-9999px;	
		position:relative;
		top:6px;
	}
	#destaques hr {
		clear:both;
	}
	#destaques p {
		line-height:140%;
	}
	#destaques strong, #destaques b {
		color:#0179ba;
		font-weight:bold;
	}
/* destaques - - - - - - - - - - - - - - - */


/* divulgar um evento - - - - - - - - - - - - - - - */
#evento {
	width:220px;
	margin-top:70px;
	}
	#evento h3 {
		background:transparent url(../images/h2_gerais.png) no-repeat scroll -10px -98px;
		border-bottom:1px solid #053047;
		display:block;
		text-indent:-9999px;
		height:43px;
		margin:0pt 0pt 10px;
		width:212px;
	}
	#evento fieldset {
		display:block;
		float:left;
		margin:4px 4px 0 0;
	}
	#evento label {
		color:#053047;
		display:block;
		margin:0 0 3px 0;
	}
	#evento input,
	#evento textarea {
		background:#006EA8 none repeat scroll 0%;
		color:#FFFFFF;
		display:block;
		font-family:Arial, Tahoma, Verdana, sans-serif;
		font-size:14px;
		margin:2px 0 8px 0;
		padding:2px 0 2px 3px;
	}
	#evento input:focus,
	#evento textarea:focus {
		background:#1487C3 none repeat-x scroll center top;
		color:#fff;
	}
	#evento textarea {
		width:210px;
	}
	#evento button {
		background:#006EA8 none repeat scroll 0%;
		color:#FFFFFF;
		float:right;
		height:26px;
		margin:14px 0pt 0pt 0;
	}
	#eventoUf {
		text-transform:uppercase;
	}
/* divulgar um evento - - - - - - - - - - - - - - - */


/* foto do dia - - - - - - - - - - - - - - - */
#fotoDia {
	background:url(../images/bg-fotoDia_top.gif) top center no-repeat;
	margin:30px 0;
	padding-top:6px;
	}
	#fotoDia h2 {
		background:url(../images/h2_gerais.png) -11px -294px no-repeat;
		height:38px;
		margin:0 0 -30px 0;
		width:129px;
		text-indent:-9999px;
		position:relative;
		top:-39px;
	}
	#fotoDia h3 {
		color:#fff;
		font-size:18px;
		font-weight:normal;
		line-height:140%;
		margin:6px 0 0 0;
	}
	#fotoDia .autoria {
		color:#d1d2d4;
		display:block;
		margin:12px 0 0 0;
		letter-spacing:-0.06em;
	}
	#fotoDia .base {
		background:url(../images/bg-fotoDia_bottom.gif) bottom center no-repeat;
		padding:0 14px 10px 14px;
	}
	#fotoDia .foto {
		height:190px;
		width:190px;
	}
/* foto do dia - - - - - - - - - - - - - - - */


#formMailing {
	background:url(../images/bg-transp.png);
	float:right;
	margin:0pt 18px 0pt 0pt;
	padding:15px 20px;
	width:412px;
	}
	#formMailing h3 {
		margin:25px 0 6px 0;
	}
	
	label.labelFotoMailing {
		width:40px !important;
	}
	
	.fotoMailingThumb {
		float:left;
		margin-right:14px;
	}


#geral {
	margin:0 auto;
	text-align:left;
	width:940px;
	position:relative;
}


/* mailing - - - - - - - - - - - - - - - */
#mailingContainer { 
	width:870px;
}
#mailingContainer h2.titSecao {
	margin:0 !important;
	}
	#mailingContainer #maisCoberturas {
		margin:-25px -12px 0pt 0px;
		width:210px;
	}	
	#mailingExplica {
		color:#053047;
		margin:0;
		width:195px;
		float:left;
	}
	#mailingExplica p {
		font-size:16px !important;
		line-height:140%;
	}
	
table.mailing td {
	padding:6px !important;
}


/* mais coberturas - - - - - - - - - - - - - - - */
#maisCoberturas {
	float:right;
	width:180px;
	}
	#maisCoberturas a:link,
	#maisCoberturas a:visited {
		color:#053047;
		text-decoration:none;
	}
	#maisCoberturas a:hover {
		text-decoration:underline;
	}
	#maisCoberturas h2 {
		background:transparent url(../images/h2_gerais.png) no-repeat scroll -10px -6px;
		float:left;
		width:168px;
		height:39px;
		text-indent:-9999px;
		position:relative;
		top:14px;
	}
	#maisCoberturas h3 {
		color:#053047;
		font-size:13px;
		font-weight:bold;
		margin:0 0 4px 0;
	}
	#maisCoberturas .autoria {
		color:#739baf;
		display:block;
		line-height:140%;
		margin:0 0 22px 0;
	}
	#maisCoberturas .cabecalho {
		border-bottom:1px solid #8cabba;
		height:40px;
		position:relative;
		top:-10px;
	}
	#maisCoberturas .explicacao {
		border-top:1px solid #8CABBA;
		float:left;
		padding:4px 0 0 0;
		text-align:center;
	}
	#maisCoberturas .coluna {
		float:left;
		width:180px;
	}
	#maisCoberturas .foto {
		margin:0 0 7px 0;
		height:90px;
		width:90px;
	}
/* mais coberturas - - - - - - - - - - - - - - - */


/* menu principal - - - - - - - - - - - - - - - */
#menuPrincipal {
	float:left;
	padding:0 0 0 1px;
	margin:0 10px 0 0;
	}
	#menuPrincipal li {
		display:block;
		float:left;
		}
		#menuPrincipal li a {
			background-image:url(../images/menu_completo.gif);
			display:block;
			text-indent:-9999px;
			height:27px;
		}

#mHome a 															{background-position:0 0;width:75px;}
#mHome a:hover, #mHome a:focus 								{background-position:0 -37px;}
#mHome a:active 													{background-position:0 0;}

#mNotas a 															{background-position:-75px 0;width:72px;}
#mNotas a:hover, #mNotas a:focus								{background-position:-75px -37px;}
#mNotas a:active													{background-position:-75px 0;}

#mCoberturas a 													{background-position:-147px 0;width:115px;}
#mCoberturas a:hover, #mCoberturas a:focus 				{background-position:-147px -37px;}
#mCoberturas a:active 											{background-position:-147px 0 !important;}

#mBaladaVIP a 														{background-position:-261px 0;width:105px;}
#mBaladaVIP a:hover, #mBaladaVIP a:focus 					{background-position:-261px -37px;}
#mBaladaVIP a:active 											{background-position:-261px 0 !important;}

#mJornal a 															{background-position:-273px 0;width:134px;}
#mJornal a:hover, #mJornal a:focus 							{background-position:-273px -37px;}
#mJornal a:active 												{background-position:-273px 0;}

#mModa a 															{background-position:-1055px 0;width:74px;}
#mModa a:hover, #mModa a:focus 								{background-position:-1055px -37px;}
#mModa a:active 													{background-position:-1055px 0;}

#mAgenda a 															{background-position:-438px 0;width:92px;}
#mAgenda a:hover, #mAgenda a:focus 							{background-position:-438px -37px;}
#mAgenda a:active 												{background-position:-438px 0;}

#mAnuncie a 														{background-position:-530px 0;width:91px;}
#mAnuncie a:hover, #mAnuncie a:focus 						{background-position:-530px -37px;}
#mAnuncie a:active 												{background-position:-530px 0;}

#mMural a 															{background-position:-621px 0;width:74px;}
#mMural a:hover, #mMural a:focus 							{background-position:-621px -37px;}
#mMural a:active 													{background-position:-621px 0;}

#mMailing a															{background-position:-695px 0; width:126px; }
#mMailing a:hover, #mMailing a:focus						{background-position:-695px -37px;}
#mMailing a:active 												{background-position:-695px 0;}

#mHome a.ativo					{background-position:-1px 	 -73px !important;}
#mNotas a.ativo				{background-position:-75px  -73px !important;}
#mCoberturas a.ativo 		{background-position:-147px -73px !important;}
#mBaladaVIP a.ativo 			{background-position:-261px -73px !important;}
#mJornal a.ativo			 	{background-position:-273px -73px !important;}
#mModa a.ativo					{background-position:-1055px -73px !important;}
#mAgenda a.ativo				{background-position:-438px -73px !important;}
#mAnuncie a.ativo				{background-position:-530px -73px !important;}
#mMural a.ativo				{background-position:-621px -73px !important;}
#mMailing a.ativo				{background-position:-695px -73px !important;}

.ativo {cursor:default}

/* menu principal - - - - - - - - - - - - - - - */


/* menu utilitario - - - - - - - - - - - - - - - */
#menuUtilit {
	display:block;
	margin:0 0 26px 0;
	overflow:auto;
}
#menuUtilit li {
	list-style:none;
	display:inline;
	}
	#menuUtilit li a {
		text-indent:-9999px;
		display:block;
		float:left;
		margin:0 12px 25px 0;
	}

/* PRINT */
#menuUtilit li.ut-print a:link,
#menuUtilit li.ut-print a:visited {
	width:40px;
	height:40px;
	background:url(../images/ico-print.png) 0 -55px no-repeat;
}
#menuUtilit li.ut-print a:hover,
#menuUtilit li.ut-print a:focus {
	background:url(../images/ico-print.png) 0 -7px no-repeat;
	outline:none;
}

/* MAIL */
#menuUtilit li.ut-mail a:link,
#menuUtilit li.ut-mail a:visited {
	width:35px;
	height:35px;
	background:url(../images/ico-mail.png) 0 -49px no-repeat;
}
#menuUtilit li.ut-mail a:hover,
#menuUtilit li.ut-mail a:focus {
	background:url(../images/ico-mail.png) 1px -3px no-repeat;
	outline:none;
}

/* MENOS */
#menuUtilit li.ut-menos a:link,
#menuUtilit li.ut-menos a:visited {
	width:35px;
	height:35px;
	background:url(../images/ico-menos.png) 0 -47px no-repeat;
}
#menuUtilit li.ut-menos a:hover,
#menuUtilit li.ut-menos a:focus {
	background:url(../images/ico-menos.png) 0px -1px no-repeat;
	outline:none;
}

/* MAIS */
#menuUtilit li.ut-mais a:link,
#menuUtilit li.ut-mais a:visited {
	width:35px;
	height:35px;
	background:url(../images/ico-mais.png) 0 -47px no-repeat;
}
#menuUtilit li.ut-mais a:hover,
#menuUtilit li.ut-mais a:focus {
	background:url(../images/ico-mais.png) 0 -2px no-repeat;
	outline:none;
}
/* menu utilitario - - - - - - - - - - - - - - - */




/* notinhas - - - - - - - - - - - - - - - */
#notas {
	background:url(../images/bg-noticias_top.gif) top center no-repeat;
	color:#fff;
	padding-top:7px;
	width:219px;
	margin:60px 0 25px 0;
	}
	#notas h2 {
		background:url(../images/h2_gerais.png) no-repeat scroll -5px -243px;
		height:43px;
		width:84px;
		text-indent:-9999px;
	}
	#notas p {
		line-height:140%;
		border-bottom:5px solid #7c94a2;
		padding:8px;
		}
		#notas p a {
			color:#fff;
			text-decoration:none !important;
			line-height:140%;
		}
		#notas p a:visited {
			color:#b1ccdb;
		}
		#notas p a:hover,
		#notas p a:focus {
			color:#053047;
		}
	#notas .autoria {
		display:block;
		margin:4px 0 2px 0;
		color: #d1d2d4;
		line-height:110%;
	}
	#notas .base {
		background:url(../images/bg-noticias_bottom.gif) bottom center no-repeat;
		padding:0 6px 2px 6px;
	}
	#notas .cabecalho {
		height:50px;
		position:relative;
		top:-43px;
		margin:0 0 -52px 0;
	}
	#notas .explicacao {
		float:right;
		position:relative;
		top:-24px;
	}
	#notas .leiaMais a:link,
	#notas .leiaMais a:visited {
		color:#b4d4e4;
		font-size:9px;
		text-decoration:none;
	}
	#notas .leiaMais a:hover,
	#notas .leiaMais a:focus {
		text-decoration:underline;
	}
	
	#notas .leiaMais a:active {
		background:#b4d4e4;
		color:#617e8e;
	}
	
	.twitter-msg {
		background:url(../images/bg-transp.png);
		border:1px solid #6B9FBF;
		padding:8px;
		margin-bottom:25px;
		height:auto;
		overflow:auto;
		width:570px;
	}
	.twitter-msg p {
		width:500px;
		float:left;
		margin:0 !important;
	}
	.twitter-msg .data {
		color:#739BAF;
		display:block;
		font-size:10px;
	}
	.twitter-msg img.profileImg {
		border:1px solid #6B9FBF;
		float:left;
		width:45px;
		margin-right:15px;
	}
/* notinhas - - - - - - - - - - - - - - - */



/* paginacao ---------------- */
#paginacao {
	clear:both;
	margin:40px auto 20px auto;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	}
	#paginacao span a {
		background:#f6f6f6;
		padding:4px 8px;
		text-decoration:none !important;
		color:#5f5f5f;
	}
	#paginacao span a:link{
		background:#f6f6f6;
	}
	#paginacao span a:hover {
		background:#96c3d8;
		color:#fff;
	}
	#paginacao span.pagAtual {
		padding:4px 8px;
		background:#6d6e71;
		color:#fff;
	}
	#paginacao span.pagBtn a {
		padding:5px 6px;
		background:url(../images/pag_btn.gif) 1px 2px no-repeat;
		color:#a709bc !important;
	}
	#paginacao span.pagBtn a:hover {
		background:url(../images/pag_btn.gif) 1px -28px no-repeat;
	}
/* paginacao ---------------- */

/* paginacaoComents ---------------- */
#paginacaoComents {
	clear:both;
	margin:20px auto 20px auto;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	}
	#paginacaoComents span a {
		background:#96C3D8;
		padding:2px 6px;
		text-decoration:none !important;
		color:#006EA8;
	}
	#paginacaoComents span a:link{
		background:#96c3d8;
	}
	#paginacaoComents span a:hover {
		background:#006EA8;
		color:#fff;
	}
	#paginacaoComents span.pagAtual {
		padding:2px 6px;
		background:#fff;
		color:#006EA8;
	}
	#paginacaoComents span.pagBtn a {
		padding:5px 6px;
		background:url(../images/pag_btn.gif) 1px 2px no-repeat;
		color:#a709bc !important;
	}
	#paginacaoComents span.pagBtn a:hover {
		background:url(../images/pag_btn.gif) 1px -28px no-repeat;
	}
/* paginacaoComents ---------------- */


/* patrocinio - - - - - - - - - - - - - - - */
#patrocinio {
	background:#fff;
	clear:both;
	margin:0 auto;
	padding:0 6px 12px 6px;
	width:885px;
	}
	#patrocinio img {
		margin:15px 21px;
		vertical-align:middle;
		width:80px;
	}
	#patrocinio span {
		display:block;
		position:relative;
		top:-17px;
	}
/* patrocinio - - - - - - - - - - - - - - - */

#principalBGtopo {
	background:url(../images/fundo_principal-topo.jpg) top center no-repeat;
	clear:both;
	padding:20px 0 0 0;
	width:940px;
}
#principalBGbase {
	background:url(../images/fundo_principal-base.jpg) bottom center no-repeat;
	padding:0 0 20px 0;
	width:940px;
}

#principalIndex {
	background:#ccc url(../images/fundo_principal.gif) center repeat-y;
	clear:both;
	width:940px;
}

/* rss - - - - - - - - - - - - - - - */
#rss {
	float:right;
	margin:8px 0 0 0;
	}
	#rss li {
		display:block;
		float:left;
		margin:0 0 0 3px;
	}
	#rss li a {
		display:block;
		float:left;
		height:14px;
		text-indent:-9999px;
		width:14px;
	}
	
	#rss li.contato {
		margin:0 7px 0 0;
	}
	#rss li.contato a {
		background:url(../images/ico_top.gif) -2px top no-repeat;
		width:20px !important;
	}
	#rss li.contato a:hover,
	#rss li.contato a:focus {
		background:url(../images/ico_top.gif) -2px bottom no-repeat;
	}
	
	#rss li.rssAssine a {
		background:url(../images/ico_top.gif) -62px -2px no-repeat;
	}
	#rss li.rssAssine a:hover,
	#rss li.rssAssine a:focus {
		background:url(../images/ico_top.gif) -62px -19px no-repeat;
	}
	
	#rss li.rssAjuda a {
		background:url(../images/ico_top.gif) -35px -2px no-repeat;
	}
	#rss li.rssAjuda a:hover,
	#rss li.rssAjuda a:focus {
		background:url(../images/ico_top.gif) -35px -18px no-repeat;
	}

/* rss - - - - - - - - - - - - - - - */

#topo {
	height:152px;
	position:relative;
}

/* containeres de secao - - - - - - - - - - - - - - - */
#agendaContainer, 		#anuncieContainer, 
#baladaVIPContainer, 	#baladaVIPContainer,
#coberturasContainer, 	#mailingContainer,
#modaContainer, 			#muralContainer,
#notaContainer,			#buscaContainer,
#colunaDNContainer
{ padding:19px 30px 0; overflow:hidden; }

/* IDS = = = = = = = = = = = = = = = = = = = = = = // fim */





/* CLASSES = = = = = = = = = = = = = = = = = = = = = = // inicio */

.autoria {
	font-size:10px;
	line-height:140%;
}

.clear { clear:both; }

.clr { display:block; clear:both; width:0; height:0; }

.coberturaSecundaria {
	overflow:auto;
	margin:28px 0 10px 0;
	padding:0 16px;
	}
	.coberturaSecundaria .foto {
		float:left;
		height:190px;
		margin:0 20px 0 0;
		width:190px;
	}
	.coberturaSecundaria .coberturaTxt {
		float:left;
		width:320px;
	}
	.coberturaSecundaria .fotoContainer p {
		font-size:11px;
		font-weight:bold;
		margin:2px 0 !important;
		width:185px;
	}


/* comentarios - - - - - - - - - - - - - - - - - - - - - - - - */
.comentarios {
	margin:0 0 40px 0;
}
.comentarios h3 {
	border-bottom:1px solid #053047;
	color:#053047;
	font-size:20px;
	font-weight:normal;
	text-align:left !important;
	display:block;
	background:transparent url(../images/h2_gerais.png) no-repeat scroll -10px -145px;
	text-indent:-9999px;
	height:43px;
	}
	.comentarios p {
		color:#053047;
		font-size:13px;
		line-height:140%;
	}
	.comentarios li {
		color:#053047;
		font-size:13px;
		font-weight:bold;
		line-height:140%;
		list-style-image:url(../images/bullet-list.gif);
		list-style-position:outside;
		margin:12px 0 12px 14px;
	}
	.comentarios .autoria,
	.comentarios .data {
		color:#17506e;
		margin:4px 0 2px 0;
		font-size:11px;
		font-weight:normal;
	}
	.comentarios a:link,
	.comentarios a:visited {
		color:#0179BA;
		font-weight:normal;
	}
	.comentarios a:hover {
		text-decoration:none;
	}

a.origem:link,
a.origem:visited {
	color:#0179BA;
	font-size:11px;
	text-decoration:underline;
}
a.origem:hover,
a.origem:focus {
	text-decoration:none;
}
/* comentarios - - - - - - - - - - - - - - - - - - - - - - - - */


/* destaques da home - - - - - - - - - - - - - - - */
.destaquePrincipal {
	clear:both;
	overflow:auto;
	}
	.destaquePrincipal div.foto {
		float:left;
		height:190px;
		width:190px;
	}
	.destaquePrincipal .destaqueTxt {
		float:left;
		margin:0 0 0 18px;
		width:200px;
	}
	.destaquePrincipal h3 {
		font-size:24px;
		font-weight:bold;
		line-height:140%;
	}
	
	.destaqueSecundario {
		clear:both;
		overflow:auto;
		margin:28px 0 10px 0;
	}
	.destaqueSecundario h3 {
		padding:0 !important;
	}
	.destaqueSecundario div.foto {
		float:left;
		height:90px;
		width:90px;
	}
	.destaqueSecundario .destaqueTxt {
		float:left;
		margin:0 0 0 18px;
		width:310px;
	}
.altaResolucao {
	display:block;
	font-size:11px;
	margin:5px 0 0 0;
}
.destaqueSecundario h3 {
	font-size:18px;
	font-weight:bold;
	line-height:140%;
	margin-bottom: 3px;
}
/* destaques da home - - - - - - - - - - - - - - - */


.explicacao {
	font-size:12px;
	}
	.explicacao a:link,
	.explicacao a:visited{
		color:#053047;
		text-decoration:none;
	}
	.explicacao a:hover{
		color: #fff;
	}

/* fotos e icones de ampliar - - - - - - - - - - - - - - - */
.foto {
	border:1px solid #1982bb;
	position:relative;
	}
	.foto .ampliar {
		position:absolute;
		bottom:0;
		right:0;
	}
/* fotos e icones de ampliar - - - - - - - - - - - - - - - */


/* pequenos utilitaios para as fotos das coberturas  - - - - - - - - - - - - - - - */
.fotoUtilit {
	background:url(../images/bg-transp_azul.png) repeat;
	bottom:79px;
	height:24px;
	margin:0 0 0 1px;
	position:absolute;
	width:120px;
	z-index:10;
}
.fotoUtilit img {
	cursor:pointer;
}
.fotoUtilit a {
	display:block;
	float:left;
	margin:-3px 4px 0 1px;
	height:28px;
	text-indent:-9999px;
	width:20px;
}
.fotoUtilit a.corrigir 			{background:url(../images/fotoUtilit-icons.gif) -3px 0 no-repeat;}
.fotoUtilit a.corrigir:hover 	{background:url(../images/fotoUtilit-icons.gif) -3px -47px no-repeat;}

.fotoUtilit a.baixar 			{background:url(../images/fotoUtilit-icons.gif) -36px 2px no-repeat;}
.fotoUtilit a.baixar:hover		{background:url(../images/fotoUtilit-icons.gif) -36px -45px no-repeat;}


.fotoUtilit .ampliar {
	float:right;
	margin:3px 0 0 0;
}
/* pequenos utilitaios para as fotos das coberturas  - - - - - - - - - - - - - - - */


.leiaMais {
	white-space:nowrap;
}
/* votação - - - - - - - - - - - - - - - - - - - - - - - - */


/* noticias ou notas relacionadas - - - - - - - - - - - - - - - - - - - - - - - - */
.maisNoticias {
	background:url(../images/bg-transp.png) repeat;
	clear:both;
	margin:40px 0 0 0;
	padding:12px 0 0 0;
	width:558px;
}
.maisNoticias ul {
	padding:0 20px 10px;
	width:518px;
	}
	.maisNoticias li {
		color:#053047;
		font-size:12px;
		list-style:url(../images/bullet-relacionados.gif);
		list-style-position:outside;
		margin:12px 0 12px 14px;
	}
	.maisNoticias li a:link, .maisNoticias li a:visited {
		text-decoration:none !important;
		color:#0179BA;
	}
	.maisNoticias li a:hover, .maisNoticias li a:focus, .maisNoticias li a:active {
		text-decoration:underline !important;
		color:#0179BA;
	}
.maisNoticias h4 {
	padding:6px 0 0 16px !important;
}
/* noticias ou notas relacionadas - - - - - - - - - - - - - - - - - - - - - - - - */


/* separacao dos meses da agenda - - - - - - - - - - - - - - - - - - - - - - - - */
.meses {
	margin:0 0 25px 0;
}
h3#agenda {
	border-bottom:1px solid #053047;
	display:block;
	height:43px;
	margin:0 0 20px 0;
	text-indent:-9999px;
	background:transparent url(../images/h2_gerais.png) no-repeat scroll -10px -53px;
}
.meses h4 {
	color:#053047;
	font-size:16px;
	font-weight:bold;
}
.meses li {
	background:transparent url(../images/bullet-list.gif) no-repeat scroll left 7px;
	color:#053047;
	font-size:12px;
	margin:12px 0pt 12px 2px;
	padding:0pt 0pt 0pt 13px;
}
.meses a:link,
.meses a:visited {
	color:#0179BA;
	line-height:140%;
}
.meses a:hover {
	text-decoration:none;
}
/* separacao dos meses da agenda - - - - - - - - - - - - - - - - - - - - - - - - */


.moda {
	overflow:auto;
	margin:0 0 0 0;
}
.moda a:link,
.moda a:visited {
	color:#0179BA;
	text-decoration:underline;
}
.moda a:hover,
.moda a:focus {
	text-decoration:none;
}
.moda h2 {
	color:#053047;
	font-size:34px;
	font-weight:bold;
}
.moda h3 {
	color:#053047;
	font-size:18px;
	font-weight:normal;
	padding:14px 0 0 0;
}
.moda p {
	color:#053047;
	line-height:140%;
	margin:12px 0;
}
.moda .autoria {
	color:#739baf;
	display:block;
	margin:2px 0 13px 2px;
}


.recado {
	overflow:auto;
	margin:0 0 0 0;
}
.recado p {
	margin:12px 0 2px 0 !important;
}
.recado a:link,
.recado a:visited {
	color:#0179BA;
	text-decoration:underline;
}
.recado a:hover,
.recado a:focus {
	text-decoration:none;
}
.recado .autoria {
	color:#739baf;
	display:block;
	margin:2px 0 13px 2px;
}


/* notas - - - - - - - - - - - - - - - - - - - - - - - - */
.nota {
	color:#053047;
	overflow:hidden;
	line-height:140%;
	margin:0 0 0 0;
}
.nota a:link,
.nota a:visited {
	color:#0179BA;
	text-decoration:underline;
}
.nota a:hover,
.nota a:focus {
	text-decoration:none;
}
.nota h2 {
	color:#053047;
	font-size:34px;
	font-weight:bold;
}
.nota h3 {
	color:#053047;
	font-size:18px;
	font-weight:normal;
	padding:14px 0 0 0;
}
.nota p {
	color:#053047;
	line-height:140%;
	margin:12px 0;
}
.nota .autoria {
	color:#739baf;
	display:block;
	margin:2px 0 13px 2px;
}
.nota .envie {
	border-top:1px solid #8CABBA;
	clear:both;
	margin:14px 0 0 0;
}
/* notas - - - - - - - - - - - - - - - - - - - - - - - - */



/* icones para compartilhar as notas - - - - - - - - - - - - - - - - - - - - - - - - */
.share {
	background:url(../images/bg-transp.png) repeat;
	clear:both;
	margin:14px 0 60px 0;
	overflow:auto;
	padding:5px 0 0 0;
	width:558px;
}
.share h4 {
	display:block;
	float:left;
	font-size:11px !important;
	font-weight:normal !important;
	margin:0pt 5px 0pt 0pt;
	padding:6px 0pt 0pt !important;
}
.share ul {
	overflow:auto;
	padding:0 12px 3px;
	width:534px;
}
.share li.shareBt {
	display:block;
	float:left;
}
.share li.shareBt a {
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:0 3px 0 0;
	height:22px;
	width:24px;
	text-indent:-9999px;
}

#share-twitter,
#share-google, 
#share-facebook, 
#share-digg,
#share-yahoo,
#share-del,
#share-stumble,
#share-live,
#share-mail 		{background-image:url(../images/sharebar.gif); background-repeat:no-repeat;}

#share-twitter		{ background-position:-2px 2px; } 
#share-google 		{ background-position:-112px 2px; } 
#share-facebook 	{ background-position:-56px 2px; } 
#share-digg 		{ background-position:-84px 3px; } 
#share-yahoo 		{ background-position:-139px 2px; } 
#share-del 			{ background-position:-29px 2px; } 
#share-stumble 	{ background-position:-166px 2px; } 
#share-live 		{ background-position:-195px 2px; } 
#share-mail 		{ background-position:-221px 2px; } 


.share li.ajuda a {
	background:url(../images/ico-duvida_share.gif) right top no-repeat;
	display:block;
	float:right;
	height:22px;
	margin-top:3px;
	padding:0 18px 0 0;
	text-indent:0 !important;
	width:auto;
}
/* icones para compartilhar as notas - - - - - - - - - - - - - - - - - - - - - - - - */


.votacao {
	color: #739baf;
	font-size:12px;
}


/* balada-vip - - - - - - - - - - - - - - - - - - - - - - - - */
.vipSecundaria {
	clear:both;
	margin:28px 0 10px 0;
	padding:19px 30px 0pt;
	}
	.vipSecundaria h3 {
		padding:0 !important;
	}
	.vipSecundaria .foto {
		float:left;
		height:190px;
		margin:0 0 14px 0;
		width:190px;
	}
	.vipSecundaria .vipTxt {
		float:left;
		margin:0 0 0 18px;
		width:310px;
	}
	.vipSecundaria h3 {
		font-size:18px;
		font-weight:bold;
		line-height:140%;
		margin-bottom: 3px;
	}
/* balada-vip - - - - - - - - - - - - - - - - - - - - - - - - */


/* classes genericas - - - - - - - - - - - - - - - - - - - - - - - - */
img.left {
	border:1px solid #1982BB;
	float:left;
	margin:0 12px 12px 0;
}
img.right {
	border:1px solid #1982BB;
	float:right;
	margin:0 0 12px 12px;
}

.close { display:none; }
/* classes genericas - - - - - - - - - - - - - - - - - - - - - - - - */


/* CLASSES = = = = = = = = = = = = = = = = = = = = = = // fim */



/* CSS da tabela do anuncie */
table.anuncie {
background:#F5F5F5 none repeat scroll 0%;
margin-bottom:10px;
width:577px;
text-align:center;
color:#053047;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
table.anuncie {
border-collapse:collapse;
font-size:11px;
}
table.anuncie .colpublicidade {
background:#E3E3E3 none repeat scroll 0%;
text-align:left;
}

table.anuncie .coldimensoes {
border-collapse:collapse;
}
table.anuncie th, .anuncie th.colformato {
background:#053047 none repeat scroll 0%;
border:2px solid white;
color:white;
padding:5px 5px;
}
table.anuncie .colvalor {

}
table.anuncie .colvisualize {
}
table.anuncie td {
border:1px solid white;
padding:2px 1px;
}
.chamada {
margin:0pt;
padding:0pt;
color:#053047;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
table.anuncie a img {
padding-right:5px;
text-align:right;
border:none;
}

.aberto{ overflow:visible; }

.fechado { overflow:hidden; }

