/* 
    Document   : style
    Created on : 19/04/2012, 08:44:28
    Author     : Andre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#menu-principal{background: url('img/fundo-menu.jpg') repeat-x;height:50px;width: 100%; }
#nav{width: 1000px;margin: 0 auto;font-size: 16px;font-variant: small-caps;}
#nav ul{list-style: none;margin:0 ; padding:0;}
#nav ul li{float: left;line-height: 50px;width: 20%;text-align: center;z-index: 5;}
#nav ul li:hover {background: #fff;z-index: 10000;}
#nav ul li:hover a{color:#cc0033;text-decoration: none;}
#nav a{color:#fff;display: block;font-weight: bold;}
#menu ul{visibility: hidden;position: absolute;z-index: 10;border:solid 1px #000;border-top: none;}
#menu ul li{line-height: 30px;width: 160px;font-size: 12px;background-color:#fff;
            clear: both;}
#menu ul li:hover{background-color:#ccc;}
#menu li:hover>ul{visibility: visible;}
#menu li:hover>ul a{color: #000;}

root { 
    display: block;
}

body {
    min-height: 1200px;
    width: 100%;
    background: url(img/fundo.jpg) repeat-y fixed top center #B5C6B6;
    margin: 0 auto;
    font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    
}
.topo {
    width: 1000px;
    height: 150px;
    margin: 0 auto;
}
.menu {
    margin: 0 auto;
    height: 50px;
    color: white;
    background: url('img/fundo-menu.jpg') repeat-x;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    vertical-align: super;
    padding-left: 10px;
        text-align: center;
}
.menu a{
    color: white;
}
.rotulo {
    margin: 0 auto;
    color: white;
    background: url('img/fundo-menu.jpg') repeat-x;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    padding-left: 10px;
        
}
.rotulo1 {
    padding-left: 10px;
    color: white;
    font-weight: bolder;
    background-color: #2B6FB6;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;

}
.rotulo2 {
    color: white;
    font-weight: bolder;
    background-color: darkgreen;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    padding-left: 10px;

}
.rotulo a{
    color: white;
}
#remessa{
    margin: 0 auto;
    background-color: white;
    width: 1000px;
}

#envio {
    width: 1000px;
    height: 1100px;
    background-color: white;
}
#enviarMensagem {
    float: left;
    width: 480px;
    min-width: 480px;
    max-width: 480px;
    padding-left: 10px;
}

#cadastro {
    padding-left: 20px;
    width: 480px;
    min-width: 480px;
    max-width: 480px;
    float: left;
    background-color: white;
}

#editor{
    float: left;
    width: 1000px;
}
/*
.transparent {
    filter:alpha(opacity=90);
    background-color:yellow;
    display:none;
    width:170px;
    height:100px;
    position:absolute;
    color: blue;
    border: 1px solid green;
}
*/
.aparece{
    max-height: 120px; 
    overflow: auto;
    display: block;
}
.some {
    display: none;
}
.aparece1{
    max-height: 300px; 
    
    display: block;
}
.some1 {
    display: none;
}
.mala table tr {
    vertical-align: top;
}
#contatos{
    padding-left: 10px;
    width: 980px;
    min-width: 980px;
    max-width: 980px;
}
.contato{
    width: 940px;
    min-width: 940px;
    max-width: 940px;
    max-height: 400px;
    overflow-y: scroll;
    font-size: 14px;
}
.impar { background-color:#FFF; }
.par{ background-color:#CCC; }

a {
    text-decoration: none;
}
div {
    font-size: 18px;
}
.esquerda{
    text-align: right;
    width: 80px;
}
.submit{
    display:block;
    height: 28px;
    font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px !important;
    line-height: 28px;
    text-decoration: none !important;
    color: #F4F0E6 !important;
    background-color: #cc0000 ;
}
#exibirMalas table{
    font-size: 10px;
}
#erroscontatos {
    font-size: 10px;
    max-height: 300px;
    overflow-y: scroll; 
    
}
#errosfiliados {
    font-size: 10px;
    max-height: 300px;
    overflow-y: scroll; 
    
}
#exibirMalas td{
    font-size: 10px;
}
#erros td{
    font-size: 10px;
}
.td1{
    padding-left: 10px; width: 100px; text-align: right;
}
.td2{
    padding-left: 10px; width: 400px;
}
.invis{
  visibility: hidden;
    display: none;
}
.direita{
    text-align: right
}