﻿body {
}
a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}
#voltar-interna {
    position:relative;
	margin-top:70px;
	width:180px;
	left:15px;
}
.font-voltar
{
    font-size: 11px;
    color: #5cb1c1;
    /*color:#000000;*/
    font-family: arial;
    font-weight: bold;
}
#map_canvas
{
    width:400px;
    height:300px;    
}
#barra_topo
{
    position:relative;
    width:100%;
    height:32px;
    left:0px;
    top:0px;
    border-top:1px solid #AEAEAE;
    border-bottom:1px solid #AEAEAE;
    background-image:url('images/fundo-barra-top.png');
    background-repeat:repeat-x;
    overflow:hidden;
    font-family:Verdana;
    font-size:10px;
    color:#304567;
    z-index:20;
    
}
#borda_voltar
{
    border-bottom:1px dotted #606060;
}

/* Estilo da barra do BC */

#xxx_barra_topo {
    background-image:url('../images/barra.png');
    height:39px;
    z-index:999;
    position:relative;
    width:100%;
    font-family:Trebuchet MS;
    font-size:12px;
    color:#425E6C;
}
#xxx_barra_topo a {
    font-family:Trebuchet MS;
    font-size:12px;
    color:#425E6C;
    text-decoration:none;
}
#xxx_barra_topo a:hover {
    text-decoration:underline;
}
#xxx_referencia {
    position:relative;
    width:778px;
    height:39px;
}
.xxx_btn_cad {
    position:absolute;
    left:623px;
    top:0px;
}
.xxx_btn_icone {
    position:absolute;
    left:729px;
    top:0px;
}
.xxx_esqueceu {
}
a.xxx_esqueceu {
}
a:hover.xxx_esqueceu {
}
.xxx_painel {
    font-family:Arial;
    font-size:12px;
    color:#425E6C;
}
.highslide-nome {
    border-bottom:1px solid #DEDEDE;
    font-family:Verdana;
    padding-bottom:5px;
    margin-bottom:5px;
    font-weight:bold;
    font-size:16px;
    width:100%;
    color:#000000;
}
.highslide-body {
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.alert_vermelho {
    border:1px solid #009900;
    background-color:#ECFFEC;
    padding:10px;
    margin:20px;
    color:Red;
}
.alert_amarelo {
    border:1px solid #FFCC00;
    background-color:#FFFFCB;
    padding:10px;
    margin:20px;
    color:Red;
}
.alert_verde {
    border:1px solid #FFCC00;
    background-color:#FFFFCB;
    padding:10px;
    margin:20px;
    color:Red;
}
