input.login-sac{
    width:98%;
    height:14px;
    font-size:10px;
    border: #EEE solid 1px;
    padding: 3px;
    background: #FFF;
    -moz-border-radius: 5px 5px 5px 5px;
    color:#555;
    font-style:italic;
}

/* URL Menu */

.menu-pai{
    width:140px;
    background: url(/imagens/layout/fundo-azulado.jpg) repeat-x;
    border-top: #bed6ec solid 1px;
    border-bottom: #bed6ec solid 1px;
    border-left: #bed6ec solid 3px;
    border-right: #bed6ec solid 1px;
    -moz-border-radius: 0px 5px 5px 0px;
    padding-left: 8px;
    color: #4a657d;
    font-weight: bold;
    text-transform: uppercase;
}

td .sem-recuo{
    padding-left:32px;
}

td .com-recuo {
    padding-left:42px;
    padding-top:2px;
    color:#777;
}

.menu a:link, .menu a:active, .menu a:visited {
    text-decoration: none;
    font-size:12px;
    color: #555;
}

.menu a:hover {
    text-decoration: none;
    color: #4a657d;
    font-weight: bold;
}

/* DESTACA MENU ATUAL */

a.destaca-menu-atual :link, a.destaca-menu-atual:active, a.destaca-menu-atual:visited {
    text-transform:uppercase;
    font-size:11px;
    color: #5193ca;
    font-weight: bold;
}

a.destaca-menu-atual:hover {
    text-decoration: none;
    color: #4a657d;
    font-weight: bold;
}
