/* clear all default */

* {
   border: none;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 11px;
   list-style: none;
   margin: 0;
   padding: 0;
   text-decoration: none;
   vertical-align: middle
}

/* obrigar o FF a ter barra lateral. */
html {
    overflow: -moz-scrollbars-vertical;
}

/* basic tags */
a {
    font-weight:bold;
    color:#7793AD;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
body 
{
    padding: 10px;
    margin:auto;
    width:760px;
}
fieldset 
{
    border:1px solid #000000;
    padding:10px;
    margin-bottom:5px;
}
input, select, textarea, select
{
    border:1px solid #000000;
    padding:2px;
}
input[type=button] 
{
    text-align:center;
    vertical-align:middle;
}
input:disabled, textarea:disabled, select:disabled
{
    background-color:#EEEEEE;
}
h1 {
    font-size:15px;
}
h2
{
    font-size:12px;
}
h1,h2
{
    padding-bottom:10px;
}
p {
    text-indent: 20px;
    padding-bottom:5px;
}
label
{
    font-weight:bold;
}

/* layout */
body
{
    background-color:#BBB;
    
}
#geral
{
    background-color:#FFF;
}
#topo
{
    height:120px;
    background:url("img/bg_header.jpg");
}
#menu
{
    clear:both;
    margin-top:-14px;
    margin-bottom:5px;
    height:25px;
    background-color:#DDD;
}
#menu ul li
{
    height:25px;
    line-height:23px;
    width:125px;
    text-align:center;
    display:block;
    float:left;
}

#menu ul li ul
{
    display:none;
    position:absolute;
    *margin-left:-80px;
    *margin-top:20px;
}
#menu ul li ul li
{
    background-color:#DDD;
    height:25px;
    line-height:25px;
    width:125px;
    text-align:center;
    display:block;
    clear:both;
    border-top:1px solid #CCC;
}

table
{
   border-color: #a2abc1;
   border-style: none;
   margin-bottom: 0px;
   max-width: 100%;
   padding-bottom: 0px;
   width: 100%
}

.even
{
    background-color: #dde7ed;
}
.odd
{
    background-color: #FFFFFF; 
}

th, td
{
    vertical-align: middle;
    height: 18px;
    padding: 2px;
}
th 
{
    text-align: center;
    height: 20px;
    color: #FFFFFF;
    background-color: #7793AD;
}
td
{
    text-align: center;
}

#conteudo
{
    clear:both;
    padding:5px;
    padding-top:10px;
    background:url("img/bg_body.jpg") no-repeat;
    min-height: 200px;
}
#rodape
{
    padding:10px;
    background-color:#EEE;
    text-align:right;
    clear:both;
}
#rodape #imprimir
{
    float:left;
}
/* Classes */

.necessary
{
    color: #FF0000;
    display: inline;
}

/* comenta kct */
.fsEsquerda
{
    width:350px;
    margin-right:5px;
    float:left;
}

