/* Projeto: b2ml portal
 * Descrição: Folha de estilo do SGC b2ml portal
 * Autor: Leandro 
 * Data: 14/09/2006
 */ 

body {
    /* hack01 para o IE */
    text-align:center;
    background:#000000;
    /*background-image: url("../images/bgbody.jpg");
    background-repeat: repeat;*/
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    padding:0px;
    margin:0px;

    /*Estilo default das fontes*/
    color:#FFFFFF;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    text-decoration: none;
    text-transform: none;
  }

/*Estilo default dos títulos 1*/
h1 {
    /*Estilo da fonte*/
    color:#FFFFFF;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 12pt;
    text-decoration: none;
	text-transform:uppercase;
    text-align: left;
  }

/*Variação do estilo default dos títulos 1*/
h1 strong {
   /*Cor da fonte*/
   color:#FFFFFF;
  }

/*Estilo default dos títulos 2*/
h2 {
    color:#FFCC00;
    /*Cor da fonte*/ 
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    font-weight:bold;
    text-decoration: none;
    /*line-height:1px;*/

    text-align: left;
  }

/*Variação do estilo default dos títulos 2*/
h2 strong, .data-destaque {
    /*Cor da fonte*/
    font-weight: bold;
    color:#FFCC00;    
}

/*Estilo default dos paragrafos*/
p {
    /*Cor da fonte*/
    color:#FFFFFF;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    text-decoration: none;

    text-align: left;
  }

/*Estilo default das listas*/
ul {
    /*Cor da fonte*/
    color:#FFFFFF;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    text-decoration: none;
    list-style-type: disc;

    text-align: left;
  }

/*Estilo default dos links*/
a, a:visited {
    /*Cor da fonte*/
    color:#FFFFFF;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    text-decoration:none;
    text-transform: none;
    font-weight: bold;

    text-align: left; 
  }

/*Estilo default dos links com mouse over*/
a:hover {
    /*Cor da fonte*/ 
    color:#FFFFFF;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    text-decoration: underline;
    text-transform: none;
    font-weight: bold;
    
    text-align: left;
  }

/*Estilo default da barra*/
hr {
    border-width: 0;
    height: 1px;
    border-top-width: 1px;
    border-top-color:#eeeeee;
    border-top-style : solid;
  }

/*Estilo default das imagens*/
img {
    /* Remove bordas das imagens com links */
    border: none;
  }

/*Estilo default das tabelas*/
table {    
    font-family : Trebuchet MS, Arial, sans-serif;
    color : #FFFFFF;
    font-size : 8pt;
    text-decoration : none;
    text-transform : none;
    vertical-align : bottom;
  }

/*Estilo das tabelas da área administrativa*/
.tabela {
    /*Estilo da tabela*/
    background:#FFF6F6;

    /*Estilo da fonte*/
    color:#000000;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    text-decoration: none;
    text-transform: none;
  }
  
.tabela a, .tabela a:visited, .tabela a:hover {
    /*Cor da fonte*/
    color:#000000;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 8pt;
    text-decoration:none;
    text-transform: none;
    font-weight: bold;

    text-align: left; 
  }

/* Estilo do corpo do site (Todas as áreas do site ficam dentro do corpo)*/
/* border + width + padding + margin < 790px */
#corpo {
    width: 730px;
    min-height: 450px;

    /* Truque para centralizar página (usado junto com hack01) */
    margin:0 auto;
    /* remédio para o hack01 para o IE */
    text-align:left;

    background-color : #9A0000;
    background-image: url("../images/bgcorpo.jpg");
    background-repeat: no-repeat;

    /*Borda do corpo*/
    border-bottom-color : #000;
    border-bottom-style : none;
    border-bottom-width : 25px;
    border-left-color : #000;
    border-left-style : none;
    border-left-width : 25px;
    border-right-color : #000;
    border-right-style : none;
    border-right-width : 25px;
    border-top-color : #000;
    border-top-style : none;
    border-top-width : 25px;
    padding : 0px;
  }

/* Estilo da área onde terão as palavras-chave do site. A div é oculta e serve para otimização de buscadores*/
#palavras-chaves {
    display: none;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 6pt;
    text-decoration: none;
    text-align : justify;
  }

/* Estilo da área de logotipo (contém ainda uma subdivisão)*/
#logo {
    height: 300px;
    text-align : center;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    padding:0px;
    margin:0px;
  }

/* Estilo da subdivisão da área de logotipo */
#logo_estatico {
    height:100px;
    clear: both;
    background: #000000;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    margin:0px;
    padding:0px;
  }

/* Estilo do menu de navegação */
/* border + width + padding + margin < 200px */
#menu {
    width : 150px;
    float : left;
    border:0px;
    margin-bottom : 25px;
    margin-left : 10px;
    margin-right : 25px;
    margin-top : 25px;
    padding:0px;
    display: none;
  }

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
   /* Width of Menu Items */
	width: 150px;
   /* IE6 Bug */

   /*Estilo da fonte que não é link*/
   /*Estilo da fonte do link do menu*/
   color: #a00e35;
   font-family : Verdana, Arial;
   font-size : 8pt;
   text-decoration: none;
   padding-left:10px;
   font-variant:small-caps;
   text-align: right;
}

ul#primary-nav li {
	position: relative;
	list-style: none;
   /* Distância entre botoes*/
   padding: 0px;
   /*Bordas dos botoes*/
   border-bottom: 1px solid #eeeeee;
	}
/*html>body ul#primary-nav li {border-bottom: none;} /* fix for browsers that don't need the hack02 */

/*menu li*/
ul#primary-nav li a {
/*Garante que cada link ocupe toda a largura definida para o item da lista*/
	display: block;
	text-decoration: none;
   /*width : 150px;*/

   /*Estilo da fonte do link do menu*/
   color: #ffffff;
   font-family : Verdana, Arial;
   font-size : 8pt;
   text-decoration: none;
   padding-left:10px;
   font-variant:small-caps;
   text-align: right;
}

/*cor do link hover*/
ul#primary-nav li a:hover {
   

    /*Estilo da fonte com mouse over*/
    color: #ffffff;
    font-family : Verdana, Arial;
    font-size : 8pt;
    text-decoration: none;
    padding-left:10px;
    font-variant:small-caps;
    text-align: right;
 }

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 150px; /* Set 1px less than menu width */
    width:100px;
	top: 0;
	}

/* Sub Menu Styles */
ul#primary-nav li ul li a { padding: 0px; color:#a00e35;} 

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

/*menu parent*/
ul#primary-nav li.menuparent { background-color:#fff; }

/* cor do menu quando o mouse está sob o sub-menu */
ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #fff; }

/*Estilo da área de coluna fixa em todas as páginas*/
#sponsors {
    text-align : center;
    width : 150px;
    float : left;
    clear: left;
    border:0px;
    margin-bottom : 25px;
    margin-left : 25px;
    margin-right : 10px;
    margin-top : 25px;
    padding:0px;
  }
  
/**/
#idiomas{
	text-align: right;	
  }

/*Estilo da área de conteúdo dinâmico*/
#conteudo {
    /* Remédio para hack03 */
    min-width : 480px;
    /* Tamanho no IE (hack03) */
    width : 480px;
    text-align : left;
    float : right;
    clear: right;
    display: block;    
    
    border-bottom-color : #eeeeee;
    border-bottom-style : none;
    border-bottom-width : 0px;
    border-left-color : #eeeeee;
    border-left-style : none;
    border-left-width : 1px;
    border-right-color : #eeeeee;
    border-right-style : none;
    border-right-width : 1px;
    border-top-color : #eeeeee;
    border-top-style : none;
    border-top-width : 0px;
    margin-bottom : 25px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0;
    padding:0px 4px;
    text-align: center;
  }
  
#conteudo .imagem_canto{
	border: 0px;
	padding: 0px;
	margin: 0px 10px 10px 10px;

    float:left;	
    clear:left;
  }
  
#conteudo .imagemcentralizada{
	border: 0px;
	padding: 0px;
	margin: 0px 10px 10px 10px;
	
    clear:both;
  }
  
  
  
/*Estilo da área de conteúdo dinâmico da área administrativa*/
#conteudo_adm {
    /* Remédio para hack03 */
    min-width : 480px;
    /* Tamanho no IE (hack03) */
    width : 480px;
    text-align : left;
    float : right;
    clear: right;
    
    border-bottom-color : #eeeeee;
    border-bottom-style : none;
    border-bottom-width : 0px;
    border-left-color : #eeeeee;
    border-left-style : none;
    border-left-width : 1px;
    border-right-color : #eeeeee;
    border-right-style : none;
    border-right-width : 1px;
    border-top-color : #eeeeee;
    border-top-style : none;
    border-top-width : 0px;
    margin-bottom : 25px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 20px;
    padding:0px 4px;
    text-align: center;
  }

/* Quadro usado em capas */
.quadro {
	border: medium none;
    	display: block;
    	float: left;
    	margin: 10px;
    	overflow: -moz-scrollbars-horizontal;
    	padding: 5px;
    	text-align: left;
    	width: 210px;
}

/*Estilo da área de créditos*/
#creditos {
    height:40px;
    clear: both;
    background-color : #000000;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    border-top-color: #c1d8bc;
    border-top-style: solid;
    margin:0px;
    padding:0px;
    position: relative;

   /*Estilo da fonte*/
   text-align:left;
   color:#ffffff;    
   font-family : Trebuchet MS, Arial, sans-serif;
   font-size : 8pt;
   font-weight:normal;
   text-decoration: none;
   text-transform:uppercase;
   
   line-height: 40px;
   vertical-align: middle;
}

/*Estilo da área de créditos*/
#creditos p{
   /*Estilo da fonte*/
   text-align:left;
   color:#ffffff;    
   font-family : Trebuchet MS, Arial, sans-serif;
   font-size : 8pt;
   font-weight:normal;
   text-decoration: none;
   text-transform:uppercase;
   
   line-height: 17px;
   vertical-align: middle;  
}

#rodape_b2ml{
	width: 120px;
	height: 30px;	
	position: absolute;
	top: 5px;
	right: 10px;
}
