/* 
    Document   : main
    Created on : 01/06/2011, 18:41:42
    Author     : helcio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
body, p
{
  margin: 0.5em 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

/* aviso carregar pagina */
#aviso_bg {
    width:100%;
    height:100%;
    background: url(../images/bg_aviso.png) 0 0;
    position: absolute;
    z-index: 99999;
}
#aviso {
    position: absolute;
    padding-top: 5px;
    top:50%;
    left:50%;
    width:385px;
    height:602px;
    margin-top:-320px;
    margin-left:-191px;
    background:#FFF;
    z-index:9999;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #FFFFFF;
  background-color: #FFFFFF;
  background-image: url('../images/bdg001.jpg');
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top left;
  text-align: center;
}

#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  border: 0px solid;
}

/* begin Box, Sheet */
.sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1024px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.sheet-body
{
  position: relative;
  z-index: 1;
  padding: 1px;
  border: 0px solid green;
}

/* header */

div.header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border: 0px solid brown;
}

div.header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 1024px;
  height: 220px;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: left top;
  border: 0px solid yellow;
}

/* conteudo do site */
.contentLayout {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #0072E2;
}

.alert {
    margin: 0 auto;
    width: 50%;
    padding: 10px;
    background-color: #CDD9Ef;
    font-weight: bold;
    font-size: medium;
}

.boxDestaques {
    font-size: 27px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    padding: 0px;
}

.legendForm {
    color: #FFFFFF;
    font-weight: bold;
}

/* rodape */
.rodape {
    padding-top: 8px;
    padding-bottom: 8px;
    background: url('../images/bgrodape.png') repeat-x;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.rodape .copyright {
    font-size: 12px;
    color: #FFFFFF;
}

.textEmpresa {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}

/* links */

/* rodape links */
.rodape a:link, a:visited {
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.rodape a:hover {
    color:#0072E2;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 2px;
  background-color: #CDD9Ef;
  border: none;
  font-size: 1px;
}
