﻿/* Global */
* { font-family: Arial; color: Black; }

/* Tag's específicas*/
body { margin: 0; padding: 0; height: 100%; overflow: hidden; font-size: 12px; font-family: Arial; color: Black; }
input { border: 1px #999 solid; padding: 4px; background: #FFEECC; font-size: 14px; font-weight: bold; }
select { border: 1px #999 solid; padding: 4px; background: #FFEECC; font-size: 14px; font-weight: bold; }
textarea { border: 1px #999 solid; padding: 4px; background: #FFEECC; font-size: 14px; font-weight: bold; }
input[type='submit'] { background: #DEE1E3; }
input[type='reset'] { background: #DEE1E3; }
input[type='button'] { background: #DEE1E3; }
a img { border: 0px; }

/* Classes específicas*/
.TextBoxValor { text-align: right; width: 70px; }
.Escondido { display: none; }
.Italico { font-style: italic; }
.Negrito { font-weight: bold; }
.Azul { color: blue; }
.Verde { color: green; }
.Vermelho { color: red; }
.100p { width: 100%; }
.Link { color: blue; }
.CampoObrigatorio { font-weight: bold; color: Red; }
.TituloRadar { font-size: large; }
.SemBorda { border: 0px; }
.FundoCinzaClaro { background-color: #eeeeee; }

/*.TdPropaganda {margin:0px; padding:0px; border:0; width:472px;}*/
.TdPropaganda { margin: 0px; padding: 0px; border: 0; width: 235px; }

.TdPropaganda iframe { margin: 0px; padding: 0px; border: 0; }

/*#logo {position:absolute; top:0px; left:63px; z-index:2;} /* Doodle de Natal */
#logo { display:none; position: absolute; top: 0px; left: 65px; z-index: 2; }
/* Padrão */

#principal { display: none; z-index: 1; background-image: url(../img/fundo_principal.png); background-repeat: no-repeat; background-position: -10px -30px; border: 1px black solid; position: absolute; left: 80px; width: 400px; padding: 6px; background-color: #FFFFFF; filter: alpha(opacity=90); -moz-opacity: 0.9; }
/*#principal {top:23px;} /* Doodle de Natal */
#principal { top: 10px; }
/* Padrão */
#principal table { width: 100%; }
#principal #Titulo { font-size: large; margin-left: 42px; }
#principal .TdTitulo { border-bottom: 1px #666 dotted; }

#auxiliarPrincipal { border: 1px black solid; position: absolute; top: 152px; left: 100px; width: 360px; height: 200px; padding: 10px; padding-top: 2px; background-color: #FFFFFF; filter: alpha(opacity=90); -moz-opacity: 0.9; z-index:1000;}
#conteudoAuxiliar { height: 165px; width: 350px; overflow: auto; z-index:1000; }

#opcoes { border: 1px black solid; position: absolute; top: 152px; left: 100px; width: 360px; height: 155px; padding: 10px; padding-top: 2px; background-color: #FFFFFF; filter: alpha(opacity=90); -moz-opacity: 0.9; z-index: 1000;}
#opcoes table { width: 100%; }
#opcoes .TdTitulo { border-bottom: 1px #666 dotted; font-size: large; margin-left: 42px; }

#totalRadares { margin-left: 55px; }

#endereco { width: 220px; }

#carregando { position: absolute; text-align: center; background: white; border: 1px black solid; padding: 10px; z-index:1001;}

#enderecoRadar { width: 250px; }

#debug { border: 1px black solid; height: 300px; overflow: auto; margin-top: 5px; }

#mapa { top: 0px; left: 0px; width: 100%; height: 980px; z-index:-1;}

#menu { width: 100%; border-left: 1px #666 dotted; }

#menu ul li a { color: Blue; }

.box { background-color: #ffffff; position: absolute; border: 1px black solid; padding: 15px; width: 600px; z-index: 5; }

#sobre { height: 300px; overflow: auto; }

#divulgue { height: 300px; overflow: auto; }

#atualizacoes { height: 300px; overflow: auto; }

#exportar { height: 300px; overflow: auto; }

#propaganda { display: none; background: white; border: 1px black solid; position: absolute; padding: 0px; height: 60px; width: 100%; }

#propagandaInterna { left: 0px; position: absolute; }

#parcerias { display: none; background: white; border: 1px black solid; position: absolute; padding: 4px; top: 40px; width: 190px; }
#parcerias #p_interno { text-align: center; width: 185px; }
#parcerias #p_interno div { border-bottom: 1px #EBEBEB solid; width: 185px; text-align: center; padding: 2px; margin-bottom: 8px; }
