/*--------------------------
Parte deste CSS foi baseado em estrutura fornecida em
http://www.redmelon.net/tstme/
--------------------------*/


/*  importando css para que funcione no Ultradev (o UD não reconhece @import)
--------------------------------*/
@import url("estilo_internab.css");


body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	text-align: center;
	width: 760px;
	margin: auto;
}

/*  T O P O
--------------------------------*/

#topo {
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#topo1, #topo2, topo3 {
	margin: 0px;
	padding: 0px;
}

#topo1 {
	width: 170px;
	float: left;
}
#topo2 {
	width: 440px;
	float: left;
}
#topo3 {
	width: 150px;
	float: right;
}


#topo5 {
	background-color: #6195D3;
	height: 5px;
	clear: both;
	font-size: 1px;
}


/*  WRAPPERS (conteúdo)
--------------------------------*/
.wrapper {
	width: 760px;               /* total width */
	clear: both;
	text-align: left;
}      

.outer {
	width: auto; 
	border-left-style: solid; 
	border-right-style: solid; 

	border-left-width: 170px;  /* left column width */
	border-left-color: #F3F6FA;   /* left column colour */
	border-right-width: 150px; /* right column width */
	border-right-color: #F3F6FA;  /* right column colour */
	background-color: #ffffff; /* center column colour */
}

.inner { 
	margin: 0; 
	width: 100%; 
}

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }


/*  M E N U (esquerda)
--------------------------------*/

.menu {
	float: left; 
	position: relative; 
	z-index: 10; 
	width: 170px;              /* left column width */
	margin-right: 1px; 
}

.menuLinks {
	background-image: url(imagens/interna-menu-fundo1.gif); 
	background-repeat: no-repeat;
	height: 270px;
}

/*  MENU - Formatações  ---- */

.menuLinks ul {
	padding: 0 0 0 20px;
	margin-left: 0px;
	list-style: none;
	font-weight: bolder;
	color: green;
}

.menuLinks ul ul {
	font-weight: normal;
	color: black;
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(imagens/bullet1.gif);
	list-style-position: inside;
}
.menuLinks .linkSelecionado {
	list-style-image: url(imagens/interna-menu-bullet1.gif);
	list-style-position: outside;
}

.menuLinks ul a:link, .menuLinks ul a:visited {
	color: green;
	text-decoration: none;
}
.menuLinks ul li a:hover {
	color: #003399;
	list-style-image: url(imagens/interna-menu-bullet1.gif);
	list-style-position: outside;
}

.menuLinks ul ul li a:link, .menuLinks ul ul li a:visited {
	color: #333333;
	text-decoration: none;
}
.menuLinks ul ul li a:hover {
	color: #ff6600;
	list-style-image: url(imagens/bullet1.gif);
	list-style-position: inside;
}

/*  L A T E R A L (direita)
--------------------------------*/
.lateral {
	float: left; 
	position: relative; 
	z-index: 11; 
	width: 147px;              /* right column width */
	padding-left: 3px;
	font-size: 11px;
	color: #666666;
}

/*  LATERAL - Formatações  ---- */

/* busca de mídias, alinhado FORA do box (left: -153px) */
.lateral h2 {
	position: relative;
	left: -153px;
	font-size: 14px;
	color: #ff6600;
	border-bottom: 3px dotted #cccccc;
	text-align: right;
	margin-bottom: -21px;
	margin-top: 25px;
}

.lateral h3 {
	font-size: 12px;
	padding: 0px;
	margin: 15px 0 0 0;
	color: green;
}

.selectPreco {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	width: 130px;
	margin-bottom: 15px;
}

.lateral a {
	color: #ff6600;
}

.linkCinza a:link, .linkCinza a:visited  {
	color: #666666;
	text-decoration: none;
}
.linkCinza a:hover {
	color: #003399;
	text-decoration: underline;
	color: #ff6600;
}


/*  C O N T E Ú D O
--------------------------------*/

.conteudo { 
	float: left; 
	width: 435px; 
	position: relative; 
	z-index: 12; 
	background-image: url(imagens/interna-conteudo-fundo1.gif);
	background-repeat: no-repeat;
	margin: 0 3px 0 -2px;
	border-left: 3px dotted #cccccc;
	padding-top: 80px;
}

.conteudoApoio {
	border-right: 3px dotted #cccccc;
	width: 150px;
	float: left;
}


/* hack (bem feio) para fazer com que o width seja correto no IE5. "voice-family"...
baseado em http://tantek.com/CSS/Examples/boxmodelhack.html */

.conteudoTexto {
	float: right;
	width: 275px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 280px;
}

html>body .conteudoTexto {
  width:280px;
}
/* fim do hack */



/*  CONTEÚDO - Formatações  ---- */

.conteudo h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	color: #ff6600;
}

.conteudo h2 {
	font-size: 24px;
	padding-top: 16px;
	margin: 0px; 
	color: #003399;
}


/*  R O D A P É
--------------------------------*/
.clear { clear: both; }

.rodape1 {
	width: 100%;
	background-color: #F3F6FA;
}
.rodape2 {
	margin-left: 169px;
	width: 568px; 
	position: relative; 
	border-left: 3px dotted #cccccc;
	font-size: 12px;
	text-align: left;
	background-color: #E9EEF5;
	padding-left: 20px;
	color:  #003399;
}


/* FORMATAÇÕES EXTRAS
============================ */

a {
	color: #003399;
}


.tabelaPerfil {
	margin: auto; 
	font-size: 12px;
	border: 1px solid #cc6600;
	width: 100px;
	background-color: #ffeecc;
	border-collapse: collapse;
	border-spacing: 0px;
}
.tabelaPerfil td {
	border: 1px solid #ffcc66;
	padding-left: 5px;
}
.tabelaPerfil th {
	border: 1px solid #ffcc66;
	background-color: #ffcc66;
	text-align: center;
}

.imgPrincipal {
	padding-bottom: 5px;
}
.imgSecundaria {
	margin: 0px;
	padding: 0px;
	padding-right: 2px;
}

.perfilAudiencia {
	margin: auto;
	text-align: center;
}

.conteudo h3 {
	font-size: 16px;
	color: #ff6600;
}
.verde {
	color: green;
}
.selectCobertura {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.apoioCaixa {
	margin: 3px;
	color: green;
}
