﻿*{
    margin:0;
    padding:0;
    font-family:Arial;
}
body
{
    /*background-image: url('../../img/geral/bkg1.jpg');*/
}
#topo
{
    width: 100%;
    background-image: url(../../img/geral/topo.gif);
    height:128px;
}
#conteudo
{
    width:950px;
    margin:-128px auto;    
}

/*box de conteudo*/
.box
{
    background-color:#FFE45D;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:7px;
    _padding-bottom:0px;    
}
    .box_topo
    {        
        background-image: url(../../img/geral/recorte_top.gif);        
        background-repeat: repeat-x;
        position:relative;
        height:8px;
        top:-8px;
        margin-left:-10px;
        margin-right:-10px;                
    }
    .box_rodape
    {
        background-image: url(../../img/geral/recorte_baixo.gif);
        background-repeat: repeat-x;
        position:relative;
        height:10px;
        top:17px;
        margin-left:-10px;
        margin-right:-10px;  
    }
    .box_titulo
    {
        margin-top:5px;
        margin-bottom:5px;
        margin-left:10px;        
    }

/*tabelas*/
.grid
{
    margin:0 auto;
    width:97%;
    border:none;
}       
    .grid th
    {
        height: 24px;
        background-color: #ffcc10;
        text-align: left;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        padding-left: 10px;
        vertical-align: middle;
    }
    .grid .th2
    {
        background-color: #ffa700;        
    }
    .grid td
    {
        height:21px;
        background-color:#FFEFB7;        
        font-size:11px;
        padding-left:10px;
        vertical-align:middle;
    }
    .grid a, .grid a:hover, .grid a:visited
    {
        color:#009900;    
        font-size:11px;
        text-decoration:none;
    }
    .grid a:active
    {
        color:#fff;
    }
    .grid a:hover
    {
        text-decoration:none;
        color:#000;
    }
    .grid_box
    {
        background-color:#FCEE6B;
    }
 
/*formulários*/   
label, .label
{
    font-size:13px;
    font-weight:bold;
    color:#000;
    text-decoration:none;    
}
input, textarea, select
{
    font-family:Arial;
    position:relative;        
    background-color:#F3F7DC;
    border:none;
    height:21px;    
    margin-bottom:5px;    
}    

.cmd
{
    position:relative;
    font-size:14px;
    font-weight:bold;
    color:#D23114;
}
.legenda
{
    font-size:10px;
}

/*Áreas dinâmicas*/
.area_titulo
{
    font-size:14px;
    font-weight:bold;
    margin-left:15px;
    margin-right:15px;
    color:#009900;
}
.area_texto
{
    font-size:12px;
    font-weight:normal;
    margin-left:15px;
    margin-right:15px;
}
h2
{
    font-size:14px;
}
