/* Definições Globais */
body {
	background:url(../_img/IndexFundo.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}
.BrClear {
	clear:both;
	font-size:0;
	line-height:0;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
.LN10 {
	line-height:10px;
}
.Carregando {
	width:32px;
	height:32px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}
.DivErro {
	background:#FFD5D5;
	border:1px solid #FF0000;
	margin-bottom:5px;
	padding:5px;
}
.DivOk {
	background:#C6FFC6;
	border: 1px solid #060;
	margin-bottom:5px;
	padding:5px;
}
img {
	border:0;
}
	
/* Botões */
.BtEnviar {
	background:url(../_img/IconeAceitar.gif) left no-repeat;
	cursor:pointer;
	padding:0 0 0 18px;
}
.BtResultado {
	background:url(../_img/IconeResultado.gif) left no-repeat;
	cursor:pointer;
	padding:0 0 0 18px;
}
.BtAdicionar {
	background:url(../_img/IconeAdicionar.gif) left no-repeat;
	cursor:pointer;
	padding:0 0 0 18px;
}

/* Index do Site */
#IndexSite {
	background:url(../_img/IndexLateral.gif);
	margin:auto;
	width:802px;
}
#IndexSite div#LateralTopo {
	background:url(../_img/IndexLateralTopo.gif);
	height:21px;
	width:802px;
}
#IndexSite div#IndexTopo {
	background:url(../_img/IndexTopoFundo.gif);
	height:160px;
	margin:0 0 0 10px;
	width:780px;
}
#IndexTopo div.Logo {
	background:url(../_img/IndexTopoLogo.png);
	height:151px;
	margin:-11px 0 0 0;
	position:absolute;
	width:300px;
}
#IndexTopo div.NoAr {
	background:url(../_img/IndexTopoNoArFundo.png);
	color:#FFF;
	height:124px;
	margin:7px 0 0 465px;
	padding:10px 0 0 20px;
	position:absolute;
	width:285px;
}
.NoAr div.Titulo {
	font-size:14px;
	margin:5px 0 10px -1px;
}
.NoAr div.Locutor {
	font-size:13px;
}
.NoAr div.CliqueeOuca {
	background:url(../_img/IndexTopoNoArClique.png);
	height:33px;
	margin:92px 0 0 46px;
	position:absolute;
	width:99px;
}
#IndexTopo div.FotoLocutor {
	background:url(../_img/ExemploSilueta.gif);
	height:131px;
	margin:29px 0 0 625px;
	position:absolute;
	width:140px;
	z-index:1;
}
#IndexSite div#IndexBarra {
	background:url(../_img/IndexBarra.png);
	height:66px;
	margin:-28px 0 0 10px;
	width:792px;
}
#IndexBarra div.BtPlay {
	background:url(../_img/IndexBarraP.png);
	cursor:pointer;
	float:left;
	height:41px;
	margin:18px 0 0 557px;
	width:39px;
}
#IndexBarra div.BtMP {
	background:url(../_img/IndexBarraMP.png);
	cursor:pointer;
	height:36px;
	margin:18px 0 0 624px;
	position:absolute;
	width:35px;
	z-index:2;
}
#IndexBarra div.BtWP {
	background:url(../_img/IndexBarraWP.png);
	cursor:pointer;
	height:37px;
	margin:18px 0 0 669px;
	position:absolute;
	width:38px;
	z-index:3;
}
#IndexBarra div.BtRP {
	background:url(../_img/IndexBarraRP.png);
	cursor:pointer;
	height:36px;
	margin:18px 0 0 717px;
	position:absolute;
	width:38px;
	z-index:4;
}
#IndexSite div#IndexCentro {
	background:url(../_img/IndexCentroLateral.gif);
	padding:0 0 7px 10px;
	width:792px;
}
#IndexCentro div#IndexConteudo {
	float:left;
	padding:10px 0 0 10px;
	width:590px;
}

/* Menu */
#IndexCentro ul#IndexMenu {
	background:url(../_img/IndexMenuFundo.gif);
	float:left;
	width:182px;
}
#IndexMenu li{
	display: inline;
}
#IndexMenu li a{
	border-bottom:1px solid #DDD;
	color:#000000;
	display:block;
	height:18px;
	line-height:20px;
	margin:0 0 0 12px;
	outline:none;
	padding:2px 0 2px 20px;
	text-decoration:none;
	width:137px;
}
#IndexMenu li a:hover {
	background:#DDD;
}
#IndexMenu li .On{
	font-weight:bold;
}
#IndexMenu li.Titulo {
	height:38px;
	margin:0 0 0 25px;
	width:157px;
}
#IndexMenu li.Rodape {
	background:url(../_img/IndexMenuRodape.gif) bottom no-repeat;
	display:block;
	height:20px;
	width:182px;
}
#IndexSite div#IndexRodape {
	background:url(../_img/IndexRodape.gif);
	color:#FFF;
	height:59px;
	padding:15px 0 0 20px;
	width:782px;
}
#IndexSite div#IndexRodape div.Logo {
	background:url(../_img/IndexRodapeLogo.png);
	width:86px;
	height:30px;
	margin:3px 0 0 670px;
	position:absolute;
	cursor:pointer;
}
#IndexSite div#IndexRodape div.W3C {
	width:16px;
	margin:3px 0 0 645px;
	position:absolute;
	cursor:pointer;
}
#IndexSite div#IndexPrevisao {
	float:right;
	margin:5px 26px 0 0;
}