/* Configuracoes padrao */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
td, th{
	font-size: 11px;
}
body {
	margin: 0 0;
}
body {
	background: #000403 url(/imgs/bg.jpg) no-repeat top center;
}
.verdana_11_branca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#link_radioonlines a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#link_radioonlines a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: overline;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C4C3C0;
	text-decoration: none;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.verdana_branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
h4.t{
	margin: 2px;
	font-size: 12px;
}
#erros, .erro{
	color: #A80000;
}
.erro{
	background: #E79090;
}


/* Noticias no informação */
.nt {
	padding: 10px 0 0 0;
	text-align: left;
}
.nt h4{
	margin: 0 0 0 0;
	font-size: 12px;
}
.nt p{
	margin: 2px 0;
}
.nt img{
	float: left;
	margin-right: 10px;
}
.nt div{
	float: left;
	width: 220px;
	display: block;
}
.nt .br{
	clear: both;
	display: block;
	margin-bottom: 30px;
}
#nt.nt .br{
	margin-bottom: 5px;
}
/* Noticias internas */
.nit h1.t{
	font-size: 16px;
}
.nit img{
	margin: 0 5px;
}


/*********************************************************************
* Top 10 
/*********************************************************************/
#top10{
	position: relative;
}
#top10 span{
	display: block;
	padding: 11px 10px 9px 10px;
}
#top10 div{
	background: url('/imgs/top10/top10_fundo_peq.png') no-repeat;
	margin: 3px 5px;
	display: block;
	width: 238px;
	margin-bottom: 10px;
	position: relative;
	height: 50px;
}
#top10 div div{
	background: none;
}
#top10 .on{
	background: url('/imgs/top10/fundo_grand.png') no-repeat;
	height: 177px;
}
#top10 img{
	margin: 0 9px;
}
#top10 span img{
	float: left;
	margin: 0 10px 0 0;
}
/*#top10 div div embed{
	position: absolute;
	top: 90px;
	left: 20px;
	z-index: 5;
}*/
#top10 div div embed{
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 5;
}
#top10 div div img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/*********************************************************************
* Destaques
/*********************************************************************/
#boxrand {
	position: relative;
}
#boxrand span a{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	border: 0;
}
#boxrand div{
	position: absolute;
	top: 90px;
	left: 382px;
	z-index: 2;
}
#boxrand a img{
	border: 0;
	border-bottom: 3px solid #ccc;
}







/************************************************************************
* Popup
************************************************************************/
#popup{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background: url('/imgs/overlay.png');
	width: 100%;
	height: 100%;
	text-align: center;
}
#popup div{
	margin: 40px auto;
	width:662px;
}
#popup a{
	display: block;
	float: right;
}


