/**********************************************
* portal_webelat.css                          *
* Use with template index.php para            *
* navegadores que nao iexplores               *
/*********************************************/
body {
  SCROLLBAR-BASE-COLOR: #000000;
  SCROLLBAR-ARROW-COLOR: #FFFFFF;
  scrollbar-darkshadow-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-highlight-color: #000000;
  font-family: Arial;
  background-color:black;
  margin:0;
  padding:0;
  text-align:center;
  background:url(/webelat/homepage/images/fundo/bkg_body_1.png) repeat-y center;
}
#pageContainer {
  margin:0 auto;
  width:800px;
  height:auto;
}
/*********************/
/* Header e Banner  */
#frmPainelBanners {
  width:810px;
  height:115px;
}
#banners {
  margin:0 auto;
  width:100%;
  height:115px;
  padding: 2px 0px;
  text-align:center;
}
#banner_mct {
  position:relative;
  width:100%;
  height:22px;
}
#banner_webelat {
  position:relative;
  margin:0 auto;
  width:100%;
  height:83px;
  left:-0.1%;
  top: 5px;
}
/***************/
/* Informativo */
#infoHorizCnt {
  position:relative;
  width:100%;
  height:30px;
}
#infoHoriz {
  position:relative;
  width:100%;
  height:100%;
}
/*++++++++++++ Painel de Login ++++++++*/
#panelLogin {
  position:absolute;
  top:365px;
  left:170px;
  width:290px;
  height:107px;
  -moz-opacity:0.85;
  opacity:0.85;
  filter: alpha(opacity=85);
  background-color:gray;
  display:none;
  z-index:1100;
  border:1px outset silver;
}
.frmHidden {
  position:absolute;
  top:-10px;
  left:-10px;
  width:1px;
  height:1px;
  display:none;
}
/*+++++++++ Blocos esquerdo, central e direito +++++*/
#bodyContainer {
  position:relative;
  margin:0 auto;
  float:left;
  width:100%;
  clear:left;
  height:100%;
  background:url(/webelat/homepage/images/fundo/bgk_teste.jpg) no-repeat;
}
#painelEsquerdo {
  float:left;
  width:200px;
  height:100%;
  clear:left;
  z-index:1000;
/*  background:url(/webelat/homepage/images/bgk_teste_r3_c3.jpg) no-repeat 0 100%; */
}
#painelConteudoMenu {
  position:relative;
  float:right;
  width:75%;
  clear:right;
  z-index:100;
}
/************* Painel do xMenu ***************/
#menuCnt {
  position:relative;
  width:100%;
  height:100%;
  z-index:1000;
  margin-top:15%;
}
/********** Painel do Boletim Tecnico ********/
/* #boletimIframe {position:relative;top:32px;float:left;width:197px;height:250px;clear:left;z-index:2;} */
/************* Div do Logo da WWLLN *********/
.logos {
  position:relative;
/*   width:300px; */
/*   height:150px; */
  margin:0 auto;
  text-align:left;
/*   border:1px outset silver; */
}
#tituloLogo {
  position:relative;
/*   border:1px outset silver; */
/*   border-bottom:1px inset white; */
  color:black;
  font:11pt sans-serif;
  font-weight:bold;
}
img {
  border-style:none;
}
.logos img {
  position:relative;
/*   width:298px; */
/*   height:130px; */
}
/****************** Painel Central *********************/
#menuSrc {
  position:relative;
  float:left;
  font-weight:normal;
  height:590px;
  width:100%;
  clear:left;
  z-index:100;
  padding:10px 0px;
  background: url(/webelat/homepage/images/fundo/canto-sup-dir_mz.jpg) no-repeat 100% 0%;
  overflow-y: scroll;
  overflow-X:hidden;
}
/*-------------- Iframe para mostrar conteudo dos menus ------------*/
#frmSrcMenu {
  display:none;
}
/******************* Painel do WebRaios ****************/
#painelWebRaios {
  position:relative;
  float:right;
  width:75%;
   margin-top: 8% ;
  clear:right;
  z-index:100;
  min-height:605px;
}
#webraiosContainer {
  position:relative;
  width:100%;
  height:605px;
  z-index:100;
}
#mapIframeHome {
  position:relative;
  width:100%;
  height:605px;
}
#mapIframe {
  position:relative;
  width:100%;
  height:605px;
}
#frameLoginCnt {
  position:absolute;
  left:0;
  width:100%;
  background:transparent;
  z-index:100;
  visibility:hidden;
}
#frameLogin {
  width:100%;
  height:100%;
  visibility:hidden;
}
/************************ Painel de Eventos ***********************/
#abaEventos {
  position: relative;
  left:0;
  float:left;
  width:197px;
  height:72px;
  clear:left;
  background:url(/webelat/homepage/images/fundo/bkg_abaEventos.png) no-repeat 0 100%;
}
#frmPainelEventos {
  position:relative;
  top:0px;
  width:100%;
  float:left;
  height:88px;
  clear:left;
  z-index:1000;
}
#painelEventos {
  position:absolute;
  width:100%;
  height:90px;
  background:url(/webelat/homepage/images/fundo/bkg_Eventos.png) no-repeat 0 0;
}

#painelEventos a {
  padding-left:10px;
  text-decoration:none;
}
/* #painelEventos img {border-style:none;width:1.9cm; height:1.9cm; margin-top:7px;} */
/****************************************************/
/*++++++++++++ RODAPE DA PAGINA +++++++++++++*/
.rodape {
  position:relative;
  top:2px;
  width:100%;
  clear:both;
  color:white;
  text-align:center;
  font-size:8pt;
  padding:3px 0px;
}
#endereco {
  width:100%;
  padding:3px;
}
#webmaster {
  padding:2px;
  font-size:8pt;
}
#webmaster a {
  color:white;
  text-decoration:none;
}
#webmaster a:hover {
  color:#FFCC00;
}

