
/*Classes para ícones*/
.adicionar {
    background: url(adicionar.png) no-repeat 0px 5px;
    padding-left: 15px;
    font-size: 10pt;
    color: #105E19;
}

.deletar {
    background: url(deletar.png) no-repeat 0px 5px;
    padding-left: 15px;
    font-size: 10pt;
    color: #7C0016;
}

.gerarpdf {
    background: url(gerarpdf.png) no-repeat 0px 0px;
    padding-left: 25px;
    font-size: 12pt;
    color: #891428;
}

.listazul {
    background: url(quadradoazul.png) no-repeat 0px 5px;
    padding-left: 12px;
}

#erro404
{
    height: 600px;
    margin-top: 20px;
    background: url(erro404.jpg) no-repeat center top;
}

#erro500
{
    height: 600px;
    margin-top: 20px;
    background: url(erro500.jpg) no-repeat center top;
}

.voltar
{
    position:relative;
    top:490px;
    left:380px;
}


.noborder,
.noborder table,
.noborder th,
.noborder td,
.noborder tr
    {
    border: none;
    }

.destaque {
    font-weight: bold;
    font-size: 12pt;
    }
.aleft {
    text-align: left;
    }
.aright {
    text-align: right;
    }
.acenter {
    text-align: center;
    }
.bordo
    {
    color: #B23047;
    }
.clear
    {
    clear: both;
    }
    

#msg_ok,
#msg_alerta,
#msg_erro
    {
    position: relative;
    width: 498px;
    left: 50%;
    margin-left: -250px;
    margin-top: 35px;
    background: #DFF7DD;
    border: 2px solid #35BF01;
    vertical-align: middle;
    float: left;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    }
#msg_ok p,
#msg_alerta p,
#msg_erro p
    {
    margin: 0px;
    font-size: 12pt;
    font-style: italic;
    color: black;
    }
#msg_base
    {
    border: 2px solid #005DB7;
    background: #F1F2FB;
    margin-bottom: 20px;
    padding: 10px;
    }
    
#msg_alerta
    {
    background: #FFF9DD;
    border: 2px solid #FDA000;
    }
#msg_erro
    {
    background: #FCE0DF;
    border: 2px solid #FB1515;
    }
#msg_ok #icon,
#msg_alerta #icon,
#msg_erro #icon
    {
    width: 100px;
    height: 133px;
    background: url(icons_erro_acerto.jpg) no-repeat;
    float: left;
    margin-left: 15px
    }
#msg_alerta #icon
    {
    background-position: -100px 0px;
    }
#msg_erro #icon
    {
    background-position: -200px 0px;
    }
#msg_ok #text,
#msg_alerta #text,
#msg_erro #text
    {
    width: 360px;
    margin: 10px 5px 10px 15px;
    float: left;
    line-height: 200%;
    }
    
    


