/*
 * Gerada em Fri Jun 03 16:13:34 BRT 2011.
 *
 * Esta stylesheet estÃ¡ dividida nas seguintes seÃ§Ãµes:
 *
 * GERAL
 * Estilos gerais e definiÃ§Ã£o do layout principal da pÃ¡gina
 *
 * CABEï¿½ALHO & RODAPï¿½
 * Estilos para o cabeÃ§alho
 *
 * MENU
 * Estilos para o menu lateral
 *
 * RESULTADO DA BUSCA
 * Estilos para formataÃ§Ã£o dos resultados da consulta.
 *
 * FORMS
 * Estilos para formataÃ§Ã£o e espaÃ§amento dos formulÃ¡rios de busca e ediÃ§Ã£o.
 */

/*****************************************
 * GERAL
 *****************************************/

html,
body {
    margin: 0px;
    padding: 0px;
    border: 0;
/*    background-color: #E6E6E6; */
     background-color: #E6E6E6;
}



body.contentFrame {
    padding: 3px;
}

body.contentFrameNoBorder {
    padding: 0px;
}

body,
p {
    font: 7.5pt verdana, arial, helvetica, sans-serif;
    line-height: 15pt;
}

table.abas,
table.bodyTable,
table.border,
table.bottomFrame,
table.form,
table.menu,
table.navigator,
table.pageFrame,
table.searchResults,
table.topFrame {
    border: none;
    border-collapse: collapse;
    font: 7.5pt verdana, arial, helvetica, sans-serif;
    line-height: 15pt;
    margin: 0px;
    width: 100%;
}

table.abas td,
table.bodyTable td,
table.border td,
table.bottomFrame td,
table.form td,
table.menu td,
table.navigator td,
table.pageFrame td,
table.searchResults td,
table.topFrame td {
    border: none;
    font: 7.5pt verdana, arial, helvetica, sans-serif;
    line-height: 15pt;
    padding: 0px;
    vertical-align: top;
}

table.bodyTable {
    height: 100%;
}

button.hover,
a.hover {
    border: none;
    background-color: transparent;
    text-decoration: none;
    vertical-align: middle;
}

button img,
a img {
    border: none;
    vertical-align: middle;
}

table.pageFrame {
    height: 100%;
}

table.pageFrame td.contentFrame {
    padding: 3px;
}

table.pageFrame td.contentFrameNoBorder {
    padding: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/
table.pageFrame td.contentFrame.login {
    padding:inherit;
    background-color: #E6E6E6;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/
table.pageFrame td.bottomFrame {
    border-width: 2px;
    border-color: white;
    border-style: solid none;
    background-color: #32655F;
    height: 24px;
    color: white;
    vertical-align: middle;
}

table.border {}

table.border.login {
    width: 50%;
}

table.border td.tl {
    width: 4px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -0px -494px;
}

table.border td.t {
    height: 8px;
    background-color: #E6E6E6;
    background-image: url("../imgs/tab_top.gif");
}

table.border td.tr {
    width: 8px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -4px -494px;
}

table.border td.l {
    width: 4px;
    background-image: url("../imgs/tab_left.gif");
}

table.border td.r {
    width: 8px;
    background-image: url("../imgs/tab_rig.gif");
}

table.border td.bl {
    width: 4px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -1755px -466px;
}

table.border td.b {
    height: 8px;
    background-color: #E6E6E6;
    background-image: url("../imgs/tab_dwn.gif");

}

table.border td.br {
    width: 8px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -1759px -466px;
}

table.border td.content {
    background-color: #E6E6E6;
    padding: 13px 13px 0px 17px;
}

.divgray {
    float: right;
    padding: 1px;
    background: #b2b0ae;
    margin-left: 5px;
}

.gray {
    display: block;

    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #707070;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-color: #707070;
    border-left-width: 0px;

    padding: 1px;

    background: #b2b0ae;
    color: #000000;

    font-family: verdana, arial, helvetica, sans-serif;
    ;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.gray:hover {
    position: relative;

    top: 1px;
    left: 1px;

    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2b0ae;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-color: #b2b0ae;
    border-left-width: 0px;

    background: #b2b0ae;

    color: #840303;
}

.divblack {
    float: right;
    padding: 1px;
    background: #4c4c4c;
    margin-left: 5px;
}

.black {
    display: block;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3a3a3a;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-color: #3a3a3a;
    border-left-width: 0px;
    background: #4c4c4c;
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    ;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}


.black:hover {
    position: relative;

    top: 1px;
    left: 1px;

    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-color: #000000;
    border-left-width: 0px;

    background: #000000;

    color: #ffffff;
}

.black_fixed_size {
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3a3a3a;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-color: #3a3a3a;
    border-left-width: 0px;
    background: #4c4c4c;
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    ;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    height: 22px;
    width: 80px
}

.black_fixed_size:hover {
    position: relative;

    top: 1px;
    left: 1px;

    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-color: #000000;
    border-left-width: 0px;

    background: #000000;

    color: #ffffff;
}


/*****************************************
 * CABEï¿½ALHO & RODAPï¿½
 *****************************************/

table.topFrame {
    table-layout: fixed;
    background-image: none;
    background-color: #000000;
}

table.topFrame td {
    text-align: right;
}

table.topFrame td.content {
    vertical-align: middle;
    color: white;
    padding-bottom: 4px;
}

table.topFrame td.content img {
    vertical-align: middle;
}

table.topFrame td.black {
    background-color: black;
}

table.topFrame td.red {
    background-color: #32655F;
}

table.topFrame td.white {
    background-color: black;
    text-align: center;
    vertical-align: top;
}

table.topFrame td.white img {
    vertical-align: top;
    padding: 0px;
    margin: 1px 0px;
    border: none;
}

#logoPrefeitura {
    position: absolute;
    top: 0px;
    left: 0px;
}

table.bottomFrame {
    table-layout: fixed;
}

table.bottomFrame td.statusBar a:link a:visited a:active {
    background-color: #32655F;
    text-align: right;
    height: 30px;
    padding-right: 9px;
    vertical-align: middle;
    font-size: 9.5pt;
    font-weight: bold;
    color: white;
    line-height: normal;
}

table.bottomFrame td.statusBarSimples {
    background-color: #32655F;
    padding-right: 9px;
    vertical-align: middle;
    font-size: 9.5pt;
    font-weight: bold;
    color: white;
    line-height: normal;
}

.topBar {
    background-image: url("../imgs/bg_bottom.gif");
    text-align: left;
    padding-right: 9px;
    vertical-align: middle;
    font-size: 14pt;
    font-weight: bold;
    color: white;
    line-height: normal;
}

div.verticalCentralizado {
    height: 100%;
    vertical-align: middle
}

div.verticalCentralizado label,
div.verticalCentralizado a,
div.verticalCentralizado div {
    vertical-align: middle
}

/*****************************************
 * MENU
 *****************************************/

table.pageFrame td.menuFrame {
    padding: 12px 9px 12px 6px;
    background-color: #4C4C4C;
    vertical-align: top;
}

table.menu {
    border: none;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    width: 133px;
    table-layout: fixed;
    color: white;
}

table.menu td {
    border: none;
    padding: 0px 0px 3px 0px;
    vertical-align: baseline;
    font: 7.5pt arial, helvetica, sans-serif;
    line-height: normal;
    color: white;
}

table.menu td.menuTitle {
    padding: 3px 0px;
}

p.menuTitleText {
    background-image: url("../imgs/bg_tit_menu.gif");
    background-repeat: no-repeat;
    padding: 1px 0px 1px 6px;
    font: bold 7.5pt arial, helvetica, sans-serif;
    line-height: 13pt;
    color: inherit;
}

table.menu td.estabelecimento {
    padding: 0px 0px 15px 0px;
}

p.estabelecimento {
    background-color: #333333;
    color: #FFFFFF;
    font: 7.5pt verdana, arial, helvetica, sans-serif;
    line-height: 9pt;
    padding: 9px 6px;
}

table.menu td a:link {
    color: white;
    text-decoration: none;
}

table.menu td a:visited {
    color: white;
    text-decoration: none;
}

table.menu td a:hover {
    text-decoration: underline;
}

table.menu td a:active {
    text-decoration: underline;
}

img.bullet {
    width: 3px;
    height: 3px;
    padding-right: 1px;
    vertical-align: middle;
}

/*****************************************
 * RESULTADO DA BUSCA
 *****************************************/

table.searchResults {
    border-top: 1px solid #4C4C4C;
    border-bottom: 1px solid #4C4C4C;
    background-color: #E6E6E6;
    clear: both;
}

table.searchResults tr.head {
    text-align: center;
    font-weight: bold;
    background-color: #B2B0AE;
}

table.searchResults tr.odd {
    background-color: #D9D9D9;
}

.odd {
    background-color: #D9D9D9;
}

table.searchResults td {
    padding: 1px 3px;
}

p.recordCount {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    background-color: #E6E6E6;
}

table.navigator,
table.navigator-bottom {
    width: auto;
    line-height: 11px;
    table-layout: auto;
    float: right;
    clear: both;
}

table.navigator td,
table.navigator-bottom td {
    border: 1px solid #4C4C4C;
    vertical-align: middle;
    text-align: center;
}

table.navigator td {
    border-bottom: none;
}

table.navigator-bottom td {
    border-top: none;
}

table.navigator td.buttons,
table.navigator-bottom td.buttons {
    padding: 0px 1px;
    background-color: #CCCCCC;
    width: 22px;
}

table.navigator td.pageXofY,
table.navigator-bottom td.pageXofY {
    padding: 0px 3px;
    font-weight: bold;
}

/*****************************************
 * formulÃ¡rioS
 *****************************************/

div.formSpacer {
    border-bottom: 1px solid #4C4C4C;
    height: 18px;
}

table.abas {
    margin-top: 18px;
    padding: 0px;
    line-height: normal;
    height: 18px;
}

table.abas td {
    line-height: normal;
    vertical-align: top;
    background-image: url("../imgs/fio_abas.gif");
}

table.abas td.selected {
    background: transparent;
}

table.abas td.spacer {
    width: 100%;
}

div.aba {
    display: none;
}

p.title {
    margin: 0px;
    line-height: normal;
    padding: 4px 4px 4px 17px;
    color: white;
    background-color: #4C4C4C;
    border-bottom: none;
}

p.path {
    margin: 0px;
    line-height: normal;
    padding: 0px 0px 0px 17px;
    margin-bottom: 6px;
    color: #000000;
    background-color: #FFFFFF;
}

table.form {
    table-layout: auto;
    margin-top: 18px;
}

table.form td.required {
    text-align: right;
    color: #840303;
}

table.form tr.head td {
    font-weight: bold;
    background-color: #B2B0AE;
}

table.form tr.lineBold td {
    font-weight: bold;
}

table.form tr.groupBreak td {
    font-weight: bold;
    background-color: #B2B0AE;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

table.form tr.groupSeparator td {
    line-height: 4px;
}

table.form tr.odd td {
    background-color: #D9D9D9;
}

table.form tr.oddVinculo {
    background-color: #D9D9D9;
}

table.form tr.even td {
    background-color: #E6E6E6;
}

table.motivo tr.even td {
    background-color: #E6E6E6;
}

table.form tr.estorno td {
    background-color: #e89c9c;
}

table.form tr.conflito td {
    background-color: #F78181;
}

form {
    border: none;
    margin: 0px;
    padding: 0px;
}

div.errors {
    border: none;
    margin: 0px;
    padding: 0px;
    color: #CC0000;
}

div.message {
    border: none;
    margin: 0px;
    padding: 2px;
    font-weight: bold;
    color: black;
    height: 18px;
}

p.buttons {
    text-align: right;
    line-height: normal;
    margin: 9px 0px 0px 0px;
    padding: 0px;
}

input,
select,
textarea,
button {
    font: 7.5pt verdana, arial, helvetica, sans-serif;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: text-bottom;
    margin: 0px 3px;
}

input.invalid,
select.invalid,
textarea.invalid {
    border: 0.1em;
    border-color: red;
    border-style: solid;
    margin: 0.1em;
}

label {
    font-weight: bold;
}

label.required {
    color: #840303;
}

span.accessKey {
    text-decoration: underline;
}

.uppercaseText {
    text-transform: uppercase;
}

/*****************************************
 * ESTILOS DA ARVORE
 *****************************************/

div.arvore {
    margin-left: 10px;
    display: none;
}

/*****************************************
 * ESTILOS DO COMPONENTE ASYNCSEARCH
 *****************************************/

.layerClass {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    margin: 0px;
    padding: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.liClass {
    background-color: #CCCCCC;
}

/*****************************************
 * ESTILOS DEPRECIADOS
 *
 * Os estilos abaixo ainda sÃ£o usados em muitas pÃ¡ginas do sistema,
 * mas seu uso nÃ£o Ã© encorajado para novas telas.
 *****************************************/

/* definiÃ§Ã£o de itens */

.itensTabelaObrig {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #840303;
    font-weight: bold;
}

.itensTabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/* definiÃ§Ãµes de fonte */

.relatorio {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.rodape {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.fonteBrc {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}

.fontePrt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

a.fontePrt:link {
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

a.fontePrt:hover {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

a.fontePrt:active {
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

a.fontePrt:visited {
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

.fonteTit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}


/* definiÃ§Ãµes de cores de fundo */

.fundoPopUp {
    background-color: B2AFAC;
}

.fundoTop {
    background-color: #CC0000;
}

.fundoGeral {
    background-image: url(../imgs/bg_geral.gif);
}

.fundoEstabelecimento {
    background-color: #333333;
}

.fundoBranco {
    background-color: #FFFFFF;
}

.fundoPreto {
    background-color: #000000;
}

.fundoCinzaEscuro {
    background-color: #4C4C4C;
}

.fundoTabelaGeral {
    background-color: #E6E6E6;
}

/* definiÃ§Ãµes da tabela do conteudo */

.titPagina {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #4C4C4C;
    line-height: 19px;
}

.titTabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    background-color: #B2B0AE;
    line-height: 19px;
}

.titTabelaGrande {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    background-color: #B2B0AE;

}

.subTitTabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    background-color: #959595;
    line-height: 19px;
}

.subItemTabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #D9D9D9;
    line-height: 19px;
}

.subItemTabelaGrande {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #D9D9D9;
}

.subSubItemTabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #D9D9D9;
}

.itemTabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #CCCCCC;
}

.itemItemTabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #CCCCCC;
}

.impressao {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

.impressaoColuna {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.impressaoLinha {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

/*********************
 * HeranÃ§a do SISREG *
 *********************/

.titulopgpop {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #4C4C4C
}

.titulotb {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    color: #000000
}

.item1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    color: #000000
}

.item2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    color: #000000
}

.item3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000
}

.item4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000000
}

.item5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #000000
}

.resp {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000
}

.texto {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000
}

.linkpreto {
    color: #000000
}

.linkbranco {
    color: #FFFFFF;
    text-decoration: none
}

/* tipo de consulta */

.primeiraVez {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #EADAC6;
}

.retorno {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #C8D8C1;
}

.visita {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #F8F3C6;
}

.grupo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #D6E7E8;
}

.reserva {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #C2E3C0;
}

.outros {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #C0C8E0;
}

.emptyClass {}

.overlayMensagemAjax {
    top: 40%;
    left: 40%;
    position: fixed;
    z-index: 2;
    display: none;
}

table.agendaProfissional {
    border-collapse: separate;
    border-top: 1px solid #4C4C4C;
    background-color: #E6E6E6;
    clear: both;
}

table.agendaProfissional tr.date {
    background-color: white;
    font-weight: bold;
    text-align: center;
}

table.agendaProfissional tr.legend td {
    background-color: white;
    border-top: 1px solid #4C4C4C;
}

table.agendaProfissional tr.head {
    text-align: center;
    font-weight: bold;
    background-color: #B2B0AE;
}

table.agendaProfissional td {
    padding: 1px 3px;
}

table.remarcacao {
    border-collapse: separate;
    border-top: 1px solid #4C4C4C;
    background-color: #E6E6E6;
    clear: both;
}

table.remarcacao tr.date {
    background-color: white;
    font-weight: bold;
    text-align: center;
}

table.remarcacao tr.legend td {
    background-color: white;
    border-top: 1px solid #4C4C4C;
}

table.remarcacao tr.head {
    text-align: center;
    font-weight: bold;
    background-color: #B2B0AE;
}

table.remarcacao td {
    padding: 1px 3px;
}

p.agendamento {
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
    border: none;
}

table.motivo {
    border-collapse: separate;
    clear: both;
    width: 40%;
}

table.motivo tr.date {
    background-color: white;
    font-weight: bold;
    text-align: center;
}

table.motivo tr.legend td {
    background-color: white;
    border-top: 1px solid #4C4C4C;
}

table.motivo tr.head {
    text-align: center;
    font-weight: bold;
    background-color: #B2B0AE;
}

table.motivo td {
    padding: 1px 3px;
}

table.motivoButton {
    width: 40%;
}

table.incluirMotivo {
    border-collapse: separate;
    clear: both;
    width: 30%;
}

div.mainMenu_root {
    height: 25;
    width: 100%;
    top: 35px;
    left: 0
}

div.mainMenu_root,
div.mainMenu_menu {
    position: absolute;
    z-index: 3;
    background-color: #4C4C4C;
    color: #FFFFFF;
    cursor: default
}

div.mainMenu_menu div:hover {
    cursor: pointer
}

div.mainMenu_menu {
    display: none
}

div.mainMenu_root div,
div.mainMenu_root div.selected {
    font-weight: bold;
    position: absolute;
    top: 0;
    height: 25
}

div.mainMenu_menu div {
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: #FFFFFF;
    padding: 2px
}

div.mainMenu_root div.selected {
    background-color: #202020;
    text-decoration: underline
}

div.mainMenu_menu div.selected {
    background-color: #202020;
    background-color: #32655f;
}

/*
*  Tool Tip
*
*  Metodo de implementacao:
*  incluir o toolTip.css no jsp
*
*  Criar um link, exemplo:
* 
* <a href="#" class="dcontexto">CSS <span><strong>CSS</strong>Sigla para a palavra inglesa "Cascading Style Sheet"</span></a> 
*/
a.dcontexto {
    position: relative;
    padding: 0;
    text-decoration: none;
    border-bottom: 2px dotted #039;
    z-index: 24;
}

a.dcontexto:hover {
    background: transparent;
    z-index: 25;
}

a.dcontexto span {
    display: none
}

a.dcontexto:hover span {
    display: block;
    position: absolute;
    top: 3em;
    min-width: 300px;
    left: 0;
    font: 12px arial, verdana, helvetica, sans-serif;
    padding: 5px 10px;
    border: 1px solid #999;
    background: #FFFF99;
    color: #000;
}

/*
 * ToolTip lateral
*/
a.toolTip {
    position: relative;
    padding: 0;
    text-decoration: none;
    z-index: 24;
}

a.toolTip:hover {
    background: transparent;
    z-index: 25;
}

a.toolTip span {
    display: none
}

a.toolTip:hover span {
    display: block;
    position: absolute;
    top: 0em;
    min-width: 200px;
    left: 3em;
    font: 12px arial, verdana, helvetica, sans-serif;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 12px;
    padding-top: 5px;
    border: 1px solid #999;
    background: #FFFFFF;
    color: #000;
}

.overlay_dialog {
    background-color: #666666;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.overlay___invisible__ {
    background-color: #666666;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.dialog_nw {
    width: 9px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -12px -494px;
}

.dialog_n {
    background: transparent url(../default/top_mid.gif) repeat-x 0 0;
    background-color: #D7D7D7;
    height: 23px;
}

.dialog_ne {
    width: 9px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -22px -494px;
}

.dialog_e {
    width: 1px;
}

.dialog_w {
    width: 1px;
}

.dialog_sw {
    width: 9px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -400px -116px;
}

.dialog_s {
    background: transparent url(../default/bottom_mid.gif) repeat-x 0 0;
    height: 23px;
}

.dialog_se {
    width: 9px;
    height: 19px;
    background: url(../imgs/img_sprites.gif) -410px -116px;
}

.dialog_sizer {
    width: 11px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -3798px -410px;
}


.dialog_close {
    width: 23px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -654px -359px;
    position: absolute;
    top: 0px;
    right: 11px;
    cursor: pointer;
    z-index: 2000;
}

.dialog_minimize {
    width: 23px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -3250px -410px;
    position: absolute;
    top: 0px;
    right: 55px;
    cursor: pointer;
    z-index: 2000;
}

.dialog_maximize {
    width: 23px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -2961px -410px;
    position: absolute;
    top: 0px;
    right: 33px;
    cursor: pointer;
    z-index: 2000;
}

.dialog_title {
    float: left;
    height: 14px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 2px;
    width: 100%;
    color: #000;
}

.dialog_content {
    overflow: auto;
    color: #DDD;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background-color: white;
}

.dialog_bg_ddd_content {
    overflow: auto;
    color: #DDD;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background-color: #DDD;
}

.top_draggable,
.bottom_draggable {
    cursor: move;
}

.status_bar {
    font-size: 12px;
}

.status_bar input {
    font-size: 12px;
}

.wired_frame {
    display: block;
    position: absolute;
    border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
    display: block;
    position: absolute;
}

.dialog table.table_window {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.dialog table.table_window td,
.dialog table.table_window th {
    padding: 0;
}

.dialog .title_window {
    -moz-user-select: none;
}

.bt_alteracaovigencia {
    width: 136px;
    height: 22px;
    background: url(../imgs/bt_alteracaovigencia.gif)
}

.bt_alteracaovigencia:hover {
    width: 136px;
    height: 22px;
    background: url(../imgs/bt_alteracaovigencia_on.gif)
}

.bt_alteracaoexecutante {
    width: 136px;
    height: 22px;
    background: url(../imgs/bt_alteracaoexecutante.gif)
}

.bt_alteracaoexecutante:hover {
    width: 136px;
    height: 22px;
    background: url(../imgs/bt_alteracaoexecutante_on.gif)
}

/*
*  Bazillyo's Spiffy Popup Calendar Styles v1.5 Copyright S. Ousta
*/
#spiffycalendar {
    width: 185px;
    height: 130px;
    left: 0px;
    top: 0px;
    position: absolute;
    visibility: hidden;
}

.cal-SymbolBtn {
    font-family: Webdings;
    font-size: 8pt;
    outline-style: none;
    outline-width: 0px;
}

.cal-BtnLink {
    outline-style: none;
    outline-width: 0px;
}

a.cal-DayLink {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}

a.cal-DayLink:active {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #840000;
}

.cal-TextBox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.cal-TextBoxInvalid {
    color: #660000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border-color: Red;
    border-style: solid;
}

.cal-TextBoxDisabled {
    color: #808080;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border-color: silver;
    border-style: solid;
    /*  background-color: #C0C0C0;*/
}


.cal-ComboBox {
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #ffffff;
}

.cal-Today {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

.cal-Day {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}


a.cal-TodayLink {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

a.cal-TodayLink:active {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}

.cal-GreyDate {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    background-color: #E7E7E7;
    color: #999999;
}

.cal-GreyInvalidDate {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: line-through;
    background-color: #FFFFCC;
    color: #999999;
}

.cal-DayCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #E7E7E7;
    /*#FFFFCC;*/
}

.cal-HeadCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: Black;
    background-color: #B5B2AD;
    /* #CCCC99; */
}

.cal-Table {
    background-color: #E6E6E6;
    border-width: 0px;
}

.overlay_alphacube {
    background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.alphacube_nw {
    background: transparent url(alphacube/left-top.gif) no-repeat 0 0;
    width: 10px;
    height: 25px;
}

.alphacube_n {
    background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;
    height: 25px;
}

.alphacube_ne {
    background: transparent url(alphacube/right-top.gif) no-repeat 0 0;
    width: 10px;
    height: 25px;
}

.alphacube_w {
    background: transparent url(alphacube/frame-left.gif) repeat-y top left;
    width: 7px;
}

.alphacube_e {
    background: transparent url(alphacube/frame-right.gif) repeat-y top right;
    width: 7px;
}

.alphacube_sw {
    background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;
    width: 7px;
    height: 7px;
}

.alphacube_s {
    background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;
    height: 7px;
}

.alphacube_se,
.alphacube_sizer {
    background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;
    width: 7px;
    height: 7px;
}

.alphacube_sizer {
    cursor: se-resize;
}

.alphacube_close {
    width: 23px;
    height: 23px;
    background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 11px;
    cursor: pointer;
    z-index: 1000;
}

.alphacube_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 55px;
    cursor: pointer;
    z-index: 1000;
}

.alphacube_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 33px;
    cursor: pointer;
    z-index: 1000;
}

.alphacube_title {
    float: left;
    height: 14px;
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
    width: 100%;
    color: #123456;
}

.alphacube_content {
    overflow: auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
    background: #FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
    border: 1px solid #F00;
    background: #FFF;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.alphacube_message {
    font: 12px arial;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.alphacube_buttons {
    text-align: center;
    width: 100%;
}

.alphacube_buttons input {
    width: 20%;
    margin: 10px;
}

.alphacube_progress {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 16px;
    background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
    background: #FFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.overlay_alphacube_left {
    background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.alphacube_left_nw {
    background: transparent url(alphacube/left-top.gif) no-repeat 0 0;
    width: 10px;
    height: 25px;
}

.alphacube_left_n {
    background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;
    height: 25px;
}

.alphacube_left_ne {
    background: transparent url(alphacube/right-top.gif) no-repeat 0 0;
    width: 10px;
    height: 25px;
}

.alphacube_left_w {
    background: transparent url(alphacube/frame-left.gif) repeat-y top left;
    width: 7px;
}

.alphacube_left_e {
    background: transparent url(alphacube/frame-right.gif) repeat-y top right;
    width: 7px;
}

.alphacube_left_sw {
    background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;
    width: 7px;
    height: 7px;
}

.alphacube_left_s {
    background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;
    height: 7px;
}

.alphacube_left_se,
.alphacube_left_sizer {
    background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;
    width: 7px;
    height: 7px;
}

.alphacube_left_sizer {
    cursor: se-resize;
}

.alphacube_left_close {
    width: 23px;
    height: 23px;
    background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 11px;
    cursor: pointer;
    z-index: 1000;
}

.alphacube_left_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 55px;
    cursor: pointer;
    z-index: 1000;
}

.alphacube_left_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 33px;
    cursor: pointer;
    z-index: 1000;
}

.alphacube_left_title {
    float: left;
    height: 14px;
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
    width: 100%;
    color: #123456;
}

.alphacube_left_content {
    overflow: auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
    background: #FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_left_window {
    border: 1px solid #F00;
    background: #FFF;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.alphacube_left_message {
    font: 12px arial;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
}

.alphacube_left_buttons {
    text-align: center;
    width: 100%;
}

.alphacube_left_buttons input {
    width: 20%;
    margin: 10px;
}

.alphacube_left_progress {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 16px;
    background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_left_wired_frame {
    background: #FFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.overlay_alert {
    background-color: #85BBEF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.alert_nw {
    width: 5px;
    height: 5px;
    background: transparent url(alert/top_left.gif) no-repeat bottom left;
}

.alert_n {
    height: 5px;
    background: transparent url(alert/top.gif) repeat-x bottom left;
}

.alert_ne {
    width: 5px;
    height: 5px;
    background: transparent url(alert/top_right.gif) no-repeat bottom left
}

.alert_e {
    width: 5px;
    background: transparent url(alert/right.gif) repeat-y 0 0;
}

.alert_w {
    width: 5px;
    background: transparent url(alert/left.gif) repeat-y 0 0;
}

.alert_sw {
    width: 5px;
    height: 5px;
    background: transparent url(alert/bottom_left.gif) no-repeat 0 0;
}

.alert_s {
    height: 5px;
    background: transparent url(alert/bottom.gif) repeat-x 0 0;
}

.alert_se,
.alert_sizer {
    width: 5px;
    height: 5px;
    background: transparent url(alert/bottom_right.gif) no-repeat 0 0;
}

.alert_close {
    width: 0px;
    height: 0px;
    display: none;
}

.alert_minimize {
    width: 0px;
    height: 0px;
    display: none;
}

.alert_maximize {
    width: 0px;
    height: 0px;
    display: none;
}

.alert_title {
    float: left;
    height: 1px;
    width: 100%;
}

.alert_content {
    overflow: visible;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
    background: #FFF;
}

/* For alert/confirm dialog */
.alert_window {
    background: #FFF;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.alert_message {
    font: 12px arial;
    width: 100%;
    color: #F00;
    padding-bottom: 10px;
}

.alert_buttons {
    text-align: center;
    width: 100%;
}

.alert_buttons input {
    width: 20%;
    margin: 10px;
}

.alert_progress {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 16px;
    background: #FFF url('alert/progress.gif') no-repeat center center
}


img.aba_acompanhamento_agente_com1:hover {
    width: 255px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -0px -0px;
}

img.aba_acompanhamento_agente_com2 {
    width: 255px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -255px -0px;
}

img.aba_acompanhamento_agente_com2:hover {
    width: 255px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -510px -0px;
}

img.aba_atendimentos {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -765px -0px;
}

img.aba_atendimentos:hover {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -865px -0px;
}

img.aba_busca_procedimentos {
    width: 149px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -965px -0px;
}

img.aba_busca_procedimentos:hover {
    width: 149px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -1114px -0px;
}

img.aba_carac_hemo {
    width: 187px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1263px -0px;
}

img.aba_carac_hemo:hover {
    width: 187px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1450px -0px;
}

img.aba_carac_serv {
    width: 231px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1637px -0px;
}

img.aba_carac_serv:hover {
    width: 231px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1868px -0px;
}

img.aba_caracteriza {
    width: 87px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2099px -0px;
}

img.aba_caracteriza:hover {
    width: 87px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2186px -0px;
}

img.aba_coleta {
    width: 146px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2273px -0px;
}

img.aba_coleta:hover {
    width: 146px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2419px -0px;
}

img.aba_dadosbasicos {
    width: 87px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2565px -0px;
}

img.aba_dadosbasicos:hover {
    width: 87px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2652px -0px;
}

img.aba_dadoshemofilia {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2739px -0px;
}

img.aba_dadoshemofilia:hover {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2827px -0px;
}

img.aba_dados_identifica {
    width: 130px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2915px -0px;
}

img.aba_dados_identifica:hover {
    width: 130px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3045px -0px;
}

img.aba_dadosTRS {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3175px -0px;
}

img.aba_dadosTRS:hover {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3263px -0px;
}

img.aba_dadosusuaria {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3351px -0px;
}

img.aba_dadosusuaria:hover {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3451px -0px;
}

img.aba_dadosusuario:hover {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -18px;
}

img.aba_deslocamentos {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -100px -18px;
}

img.aba_deslocamentos:hover {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -200px -18px;
}

img.aba_detalhamento_feridas {
    width: 130px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -300px -18px;
}

img.aba_detalhamento_feridas:hover {
    width: 130px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -430px -18px;
}

img.aba_documentos1 {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -560px -18px;
}

img.aba_documentos1:hover {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -648px -18px;
}

img.aba_documentos2 {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -736px -18px;
}

img.aba_documentos2:hover {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -824px -18px;
}

img.aba_endereco {
    width: 59px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -912px -18px;
}

img.aba_endereco:hover {
    width: 59px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -971px -18px;
}

img.aba_equipamentos {
    width: 83px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1030px -18px;
}

img.aba_equipamentos:hover {
    width: 83px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1113px -18px;
}

img.aba_equip_individual {
    width: 133px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1196px -18px;
}

img.aba_equip_individual:hover {
    width: 133px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1329px -18px;
}

img.aba_especial {
    width: 74px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1462px -18px;
}

img.aba_especial:hover {
    width: 74px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1536px -18px;
}

img.aba_esq_bg {
    width: 15px;
    height: 3px;
    background: url(../imgs/img_sprites.gif) -1610px -18px;
}

img.aba_esq {
    width: 10px;
    height: 4px;
    background: url(../imgs/img_sprites.gif) -1625px -18px;
}

img.aba_evento_adverso_pos {
    width: 162px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1635px -18px;
}

img.aba_evento_adverso_pos:hover {
    width: 162px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1797px -18px;
}

img.aba_exames_realizados {
    width: 162px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1959px -18px;
}

img.aba_exames_realizados:hover {
    width: 162px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2121px -18px;
}

img.aba_formaliza {
    width: 81px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2283px -18px;
}

img.aba_formaliza:hover {
    width: 81px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2364px -18px;
}

img.aba_ganho_funcional {
    width: 90px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -36px;
}

img.aba_ganho_funcional:hover {
    width: 91px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -90px -36px;
}

img.aba_gestacao {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -181px -36px;
}

img.aba_gestacao:hover {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -281px -36px;
}

img.aba_hieraraqui_procedimentos {
    width: 230px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -381px -36px;
}

img.aba_hieraraqui_procedimentos:hover {
    width: 230px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -611px -36px;
}

img.aba_identifica {
    width: 78px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -841px -36px;
}

img.aba_identifica:hover {
    width: 78px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -919px -36px;
}

img.aba_instalacoes {
    width: 106px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -997px -36px;
}

img.aba_instalacoes:hover {
    width: 106px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1103px -36px;
}

img.aba_internacao {
    width: 65px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1209px -36px;
}

img.aba_internacao_obito {
    width: 115px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -1274px -36px;
}

img.aba_internacao_obito:hover {
    width: 115px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -1389px -36px;
}

img.aba_internacao:hover {
    width: 69px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1504px -36px;
}

img.aba_interrupcao {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1573px -36px;
}

img.aba_interrupcao:hover {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1673px -36px;
}

img.aba_justifica {
    width: 161px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1773px -36px;
}

img.aba_justifica:hover {
    width: 169px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1934px -36px;
}

img.aba_manifestacoes {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2103px -36px;
}

img.aba_manifestacoes:hover {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2191px -36px;
}

img.aba_obito {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2279px -36px;
}

img.aba_obito:hover {
    width: 88px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2367px -36px;
}

img.aba_outros_dados {
    width: 82px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2455px -36px;
}

img.aba_outros_dados:hover {
    width: 82px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2537px -36px;
}

img.aba_outros {
    width: 115px;
    height: 16px;
    background: url(../imgs/img_sprites.gif) -2619px -36px;
}

img.aba_outros:hover {
    width: 115px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -54px;
}

img.aba_puerperio {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -115px -54px;
}

img.aba_puerperio:hover {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -215px -54px;
}

img.aba_referenciados {
    width: 139px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -315px -54px;
}

img.aba_referenciados:hover {
    width: 139px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -454px -54px;
}

img.aba_serv_apoio {
    width: 99px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -593px -54px;
}

img.aba_serv_apoio:hover {
    width: 99px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -692px -54px;
}

img.aba_serv_classific {
    width: 120px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -791px -54px;
}

img.aba_serv_classific:hover {
    width: 120px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -911px -54px;
}

img.aba_serv_modalid {
    width: 173px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1031px -54px;
}

img.aba_serv_modalid:hover {
    width: 173px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1204px -54px;
}

img.aba_suprimentos {
    width: 87px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1377px -54px;
}

img.aba_suprimentos:hover {
    width: 87px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1464px -54px;
}

img.aba_top_bg {
    width: 6px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -1551px -54px;
}

img.aba_vinculo {
    width: 101px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1557px -54px;
}

img.aba_vinculo_neste_estabelecimento {
    width: 190px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1658px -54px;
}

img.aba_vinculo_neste_estabelecimento:hover {
    width: 190px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1848px -54px;
}

img.aba_vinculo:hover {
    width: 101px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2038px -54px;
}

img.aba_vinculo_outros {
    width: 210px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2139px -54px;
}

img.aba_vinculo_outros:hover {
    width: 210px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2349px -54px;
}

img.bg_tit_menu {
    width: 133px;
    height: 19px;
    background: url(../imgs/img_sprites.gif) -2559px -54px;
}

img.black {
    width: 1px;
    height: 1px;
    background: url(../imgs/img_sprites.gif) -2692px -54px;
}

img.bot_adicionar {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2693px -54px;
}

img.bot_agendar {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2751px -54px;
}

img.bot_ajuda {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -2809px -54px;
}

img.bot_alterar {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -74px;
}

img.bot_aprovar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -58px -74px;
}

img.bot_autorizar {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -120px -74px;
}

img.bot_calcular {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -178px -74px;
}

img.bot_cancelarAgendamento {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -236px -74px;
}

img.bot_cancelar {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -417px -74px;
}

img.bot_cancelarSolicitacao {
    width: 120px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -475px -74px;
}

img.bot_concluir {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -595px -74px;
}

img.bot_concluirPPI {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -653px -74px;
}

img.bot_configurarCentral {
    width: 114px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -726px -74px;
}

img.bot_configurar {
    width: 64px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -840px -74px;
}

img.bot_confirmar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -904px -74px;
}

img.bot_consultar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -966px -74px;
}

img.bot_continuar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1028px -74px;
}

img.bot_dadosExecucao {
    width: 108px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1090px -74px;
}

img.bot_distribuir2 {
    width: 64px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1198px -74px;
}

img.bot_distribuirValoresClinicas {
    width: 101px;
    height: 24px;
    background: url(../imgs/img_sprites.gif) -1262px -74px;
}

img.bot_encaminhar {
    width: 70px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1363px -74px;
}

img.bot_excluir {
    width: 59px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1433px -74px;
}

img.bot_executar {
    width: 64px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1492px -74px;
}

img.bot_fechar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1556px -74px;
}

img.bot_fichaMarcacao {
    width: 105px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1618px -74px;
}

img.bot_fila_espera {
    width: 84px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1723px -74px;
}

img.bot_gerarNovoCodigo {
    width: 113px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1807px -74px;
}

img.bot_imprimirColunas {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1920px -74px;
}

img.bot_imprimir {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -98px;
}

img.bot_incluir {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -62px -98px;
}

img.bot_internar {
    width: 64px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -124px -98px;
}

img.bot_limpar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -188px -98px;
}

img.bot_listar {
    width: 52px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -250px -98px;
}

img.bot_naoAgendar {
    width: 92px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -302px -98px;
}

img.bot_nao {
    width: 49px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -394px -98px;
}

img.bot_negarAutorizacao {
    width: 117px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -443px -98px;
}

img.bot_negarEncaminhamento {
    width: 144px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -560px -98px;
}

img.bot_negarInternacao {
    width: 113px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -704px -98px;
}

img.bot_novaAlteracao {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -817px -98px;
}

img.bot_novaConfiguracao {
    width: 105px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -917px -98px;
}

img.bot_novaConsulta {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1022px -98px;
}

img.bot_novaExclusao {
    width: 94px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1122px -98px;
}

img.bot_novaInclusao {
    width: 94px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1216px -98px;
}

img.bot_novaOperacao {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1310px -98px;
}

img.bot_novaPesquisa {
    width: 100px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1410px -98px;
}

img.bot_novoAgendamento {
    width: 123px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1510px -98px;
}

img.bot_novoGrupoSubgrupo {
    width: 144px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1633px -98px;
}

img.bot_ok {
    width: 36px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1777px -98px;
}

img.bot_pesquisar {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1813px -98px;
}

img.bot_registrar {
    width: 59px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1886px -98px;
}

img.bot_regulacao {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1945px -98px;
}

img.bot_regulacao:hover {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2018px -98px;
}

img.bot_rejeitar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2091px -98px;
}

img.bot_remanejar {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -116px;
}

img.bot_remarcar {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -73px -116px;
}

img.bot_remover {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -146px -116px;
}

img.bot_salvar {
    width: 59px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -219px -116px;
}

img.bot_selecionar {
    width: 73px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -278px -116px;
}

img.bot_sim {
    width: 49px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -351px -116px;
}

img.bottom_left {
    width: 11px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -400px -116px;
}

img.bottom_mid {
    width: 1px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -411px -116px;
}

img.bottom_right {
    width: 11px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -412px -116px;
}

img.bottom_right_resize {
    width: 11px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -423px -116px;
}

img.bot_transferir {
    width: 59px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -434px -116px;
}

img.bot_verificar_disp {
    width: 136px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -493px -116px;
}

img.bot_voltar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -629px -116px;
}

img.bt_adicionar_black {
    width: 72px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -691px -116px;
}

img.bt_adicionar_black:hover {
    width: 71px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -763px -116px;
}

img.bt_adicionar {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -834px -116px;
}

img.bt_adicionarhho {
    width: 100px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -912px -116px;
}

img.bt_adicionarhho:hover {
    width: 100px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1012px -116px;
}

img.bt_adicionar:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1112px -116px;
}

img.bt_adicionar_outro {
    width: 180px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1190px -116px;
}

img.bt_adicionar_outro:hover {
    width: 180px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1370px -116px;
}

img.bt_adicionar_procedimento {
    width: 150px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1550px -116px;
}

img.bt_adicionar_procedimento:hover {
    width: 150px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1700px -116px;
}

img.bt_agendar {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1850px -116px;
}

img.bt_agendar:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2031px -116px;
}

img.bt_agendarOutrosProcs {
    width: 180px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -139px;
}

img.bt_agendarOutrosProcs:hover {
    width: 180px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -180px -139px;
}

img.bt_agendar_scns {
    width: 68px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -360px -139px;
}

img.bt_agendar_scns:hover {
    width: 68px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -428px -139px;
}

img.bt_agrupar {
    width: 66px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -496px -139px;
}

img.bt_agrupar:hover {
    width: 66px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -562px -139px;
}

img.bt_alterar2 {
    width: 50px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -900px -139px;
}

img.bt_alterar2:hover {
    width: 50px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -950px -139px;
}

img.bt_alteraragendamento {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1000px -139px;
}

img.bt_alteraragendamento:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1181px -139px;
}

img.bt_alterar {
    width: 67px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1362px -139px;
}

img.bt_alterar_mini {
    width: 25px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1429px -139px;
}

img.bt_alterar_mini:hover {
    width: 25px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1454px -139px;
}

img.bt_alterar:hover {
    width: 67px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1479px -139px;
}

img.bt_amg {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1546px -139px;
}

img.bt_amg:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1624px -139px;
}

img.bt_anterior1 {
    width: 6px;
    height: 12px;
    background: url(../imgs/img_sprites.gif) -1702px -139px;
}

img.bt_anterior1:hover {
    width: 6px;
    height: 12px;
    background: url(../imgs/img_sprites.gif) -1708px -139px;
}

img.bt_anterior2 {
    width: 7px;
    height: 12px;
    background: url(../imgs/img_sprites.gif) -1714px -139px;
}

img.bt_anterior2:hover {
    width: 7px;
    height: 12px;
    background: url(../imgs/img_sprites.gif) -1721px -139px;
}

img.bt_apac2 {
    width: 61px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1728px -139px;
}

img.bt_apac2:hover {
    width: 61px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1789px -139px;
}

img.bt_apagar {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -1850px -139px;
}

img.bt_apagar:hover {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -0px -161px;
}

img.bt_aprovar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -21px -161px;
}

img.bt_aprovar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -83px -161px;
}

img.bt_area_irradiada {
    width: 86px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -145px -161px;
}

img.bt_area_irradiada:hover {
    width: 86px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -231px -161px;
}

img.bt_atender {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -317px -161px;
}

img.bt_atender:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -379px -161px;
}

img.bt_atendimento {
    width: 20px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -441px -161px;
}

img.bt_ativar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -461px -161px;
}

img.bt_ativar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -523px -161px;
}

img.bt_avaliacao_off {
    width: 201px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -585px -161px;
}

img.bt_avaliacao:hover {
    width: 201px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -786px -161px;
}

img.bt_avaliar_apac {
    width: 67px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -987px -161px;
}

img.bt_avaliar_apac:hover {
    width: 66px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1054px -161px;
}

img.bt_avaliar {
    width: 67px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1120px -161px;
}

img.bt_avaliar:hover {
    width: 67px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1187px -161px;
}

img.bt_boletim {
    width: 168px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1254px -161px;
}

img.bt_boletim:hover {
    width: 168px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1422px -161px;
}

img.bt_buscar2:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1590px -161px;
}

img.bt_buscar {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -1652px -161px;
}

img.bt_buscar:hover {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -1673px -161px;
}

img.bt_cadastra {
    width: 98px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1694px -161px;
}

img.bt_cadastra:hover {
    width: 98px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1792px -161px;
}

img.bt_calendar {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -1890px -161px;
}

img.bt_calendar:hover {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -1911px -161px;
}

img.bt_cancel_agenda {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -183px;
}

img.bt_cancel_agenda:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -181px -183px;
}

img.bt_cancelar2 {
    width: 71px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -362px -183px;
}

img.bt_cancelar2:hover {
    width: 71px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -433px -183px;
}

img.bt_cancelar {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -504px -183px;
}

img.bt_cancelar_ocorr {
    width: 120px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -562px -183px;
}

img.bt_cancelar_ocorr:hover {
    width: 120px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -682px -183px;
}

img.bt_cancelar:hover {
    width: 58px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -802px -183px;
}

img.bt_cancelarremarc {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -860px -183px;
}

img.bt_cancelarremarc:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1041px -183px;
}

img.bt_cartao {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1222px -183px;
}

img.bt_cartao:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1300px -183px;
}

img.bt_concluir_validacao {
    width: 120px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1378px -183px;
}

img.bt_concluir_validacao:hover {
    width: 120px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1498px -183px;
}

img.bt_confirma_presenca {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1618px -183px;
}

img.bt_confirma_presenca:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1799px -183px;
}

img.bt_confirmar2 {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1980px -183px;
}

img.bt_confirmar2:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2042px -183px;
}

img.bt_confirmar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2104px -183px;
}

img.bt_confirmar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2166px -183px;
}

img.bt_confirmarremarc {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2228px -183px;
}

img.bt_confirmarremarc:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2409px -183px;
}

img.bt_consultaragendamento {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2590px -183px;
}

img.bt_consultaragendamento:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2771px -183px;
}

img.bt_consultar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2952px -183px;
}

img.bt_consultar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -205px;
}

img.bt_continuar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -62px -205px;
}

img.bt_continuar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -124px -205px;
}

img.bt_copiar {
    width: 115px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -186px -205px;
}

img.bt_copiar:hover {
    width: 115px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -301px -205px;
}

img.bt_copiarRelacionamento {
    width: 180px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -416px -205px;
}

img.bt_copiarRelacionamento:hover {
    width: 180px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -596px -205px;
}

img.bt_criticas {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -776px -205px;
}

img.bt_criticas:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -838px -205px;
}

img.bt_desagrupar {
    width: 66px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -900px -205px;
}

img.bt_desagrupar:hover {
    width: 66px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -966px -205px;
}

img.bt_desativar {
    width: 79px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1032px -205px;
}

img.bt_desativar:hover {
    width: 79px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1111px -205px;
}

img.bt_desfazer_ass {
    width: 132px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1190px -205px;
}

img.bt_desfazer_ass:hover {
    width: 132px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1322px -205px;
}

img.bt_destino {
    width: 91px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1454px -205px;
}

img.bt_destino:hover {
    width: 91px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1545px -205px;
}

img.bt_dir1 {
    width: 7px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1636px -205px;
}

img.bt_dir1:hover {
    width: 7px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1643px -205px;
}

img.bt_dir2 {
    width: 8px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1650px -205px;
}

img.bt_dir2:hover {
    width: 8px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1658px -205px;
}

img.bt_emitir_boleto {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1666px -205px;
}

img.bt_emitir_boleto:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1847px -205px;
}

img.bt_empresas {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2028px -205px;
}

img.bt_empresas:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2106px -205px;
}

img.bt_encaminharCentral_off {
    width: 230px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -227px;
}

img.bt_encaminharCentral:hover {
    width: 230px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -230px -227px;
}

img.bt_encerrar {
    width: 55px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -460px -227px;
}

img.bt_encerrar:hover {
    width: 55px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -515px -227px;
}

img.bt_entregar_cartao {
    width: 115px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -570px -227px;
}

img.bt_entregar_cartao:hover {
    width: 115px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -685px -227px;
}

img.bt_enviarfilaespera_off {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -800px -227px;
}

img.bt_enviarfilaespera:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -981px -227px;
}

img.bt_esq1 {
    width: 7px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1162px -227px;
}

img.bt_esq1:hover {
    width: 7px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1169px -227px;
}

img.bt_esq2 {
    width: 8px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1176px -227px;
}

img.bt_esq2:hover {
    width: 8px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -1184px -227px;
}

img.bt_estornar {
    width: 80px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1192px -227px;
}

img.bt_estornar:hover {
    width: 80px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1272px -227px;
}

img.bt_excluir2 {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1352px -227px;
}

img.bt_excluir2:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1414px -227px;
}

img.bt_excluir {
    width: 65px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1476px -227px;
}

img.bt_excluir_mini {
    width: 25px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1541px -227px;
}

img.bt_excluir_mini:hover {
    width: 25px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1566px -227px;
}

img.bt_excluir:hover {
    width: 65px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1591px -227px;
}

img.bt_exportarExcel {
    width: 127px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1656px -227px;
}

img.bt_exportarExcel:hover {
    width: 126px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1783px -227px;
}

img.bt_fechar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1909px -227px;
}

img.bt_fechar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1971px -227px;
}

img.bt_ficha {
    width: 58px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2033px -227px;
}

img.bt_ficha_mini {
    width: 25px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -0px -249px;
}

img.bt_ficha_mini:hover {
    width: 25px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -25px -249px;
}

img.bt_ficha:hover {
    width: 58px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -50px -249px;
}

img.bt_ganho {
    width: 136px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -108px -249px;
}

img.bt_ganho:hover {
    width: 136px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -244px -249px;
}

img.bt_gerar_agora {
    width: 70px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -380px -249px;
}

img.bt_gerar_agora:hover {
    width: 70px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -450px -249px;
}

img.bt_gerar_grade {
    width: 135px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -520px -249px;
}

img.bt_gerar_grade:hover {
    width: 135px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -655px -249px;
}

img.bt_gerar_offline {
    width: 75px;
    height: 16px;
    background: url(../imgs/img_sprites.gif) -790px -249px;
}

img.bt_gerar_offline:hover {
    width: 75px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -865px -249px;
}

img.bt_gravar_atender {
    width: 101px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -940px -249px;
}

img.bt_gravar_atender:hover {
    width: 101px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1041px -249px;
}

img.bt_gravar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1142px -249px;
}

img.bt_gravar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1204px -249px;
}

img.bt_historico_atend {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1266px -249px;
}

img.bt_historico_atend:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1344px -249px;
}

img.bt_historico {
    width: 89px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1422px -249px;
}

img.bt_historico:hover {
    width: 89px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1511px -249px;
}

img.bt_historico_scns1 {
    width: 124px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1600px -249px;
}

img.bt_historico_scns {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1724px -249px;
}

img.bt_historico_scns_on1 {
    width: 124px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1786px -249px;
}

img.bt_historico_scns:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1910px -249px;
}

img.bt_imp_diag:hover {
    width: 143px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1972px -249px;
}

img.bt_importar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2115px -249px;
}

img.bt_importar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -271px;
}

img.bt_impressao {
    width: 125px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -62px -271px;
}

img.bt_impressao:hover {
    width: 125px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -187px -271px;
}

img.bt_imprimir_b {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -312px -271px;
}

img.bt_imprimir_b:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -374px -271px;
}

img.bt_imprimir {
    width: 77px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -436px -271px;
}

img.bt_imprimir:hover {
    width: 77px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -513px -271px;
}

img.bt_inativar2 {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -590px -271px;
}

img.bt_inativar2:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -652px -271px;
}

img.bt_inativar {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -714px -271px;
}

img.bt_incluir_fpo:hover {
    width: 69px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -792px -271px;
}

img.bt_incluir {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -861px -271px;
}

img.bt_incluir:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -923px -271px;
}

img.bt_info {
    width: 96px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -985px -271px;
}

img.bt_info:hover {
    width: 96px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1081px -271px;
}

img.bt_justifica:hover {
    width: 72px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1177px -271px;
}

img.bt_laudo_apac_scns {
    width: 78px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1249px -271px;
}

img.bt_laudo_apac_scns:hover {
    width: 78px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1327px -271px;
}

img.bt_limpar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1405px -271px;
}

img.bt_limpar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1467px -271px;
}

img.bt_limpar_resultado {
    width: 108px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1529px -271px;
}

img.bt_limpar_resultado:hover {
    width: 108px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1637px -271px;
}

img.bt_login {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1745px -271px;
}

img.bt_login:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1807px -271px;
}

img.bt_logout {
    width: 19px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1869px -271px;
}

img.bt_logout:hover {
    width: 19px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -293px;
}

img.bt_motiv_dev {
    width: 135px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -19px -293px;
}

img.bt_motiv_dev:hover {
    width: 136px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -154px -293px;
}

img.bt_naoatender {
    width: 80px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -290px -293px;
}

img.bt_naoatender:hover {
    width: 80px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -370px -293px;
}

img.bt_nao {
    width: 49px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -450px -293px;
}

img.btn_close_small {
    width: 12px;
    height: 10px;
    background: url(../imgs/img_sprites.gif) -499px -293px;
}

img.btn_date1_disabled {
    width: 22px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -511px -293px;
}

img.btn_date1_down {
    width: 22px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -533px -293px;
}

img.btn_date1_over {
    width: 22px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -555px -293px;
}

img.btn_date1_up {
    width: 22px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -577px -293px;
}

img.btn_date2_disabled {
    width: 34px;
    height: 21px;
    background: url(../imgs/img_sprites.gif) -599px -293px;
}

img.btn_date2_down {
    width: 34px;
    height: 21px;
    background: url(../imgs/img_sprites.gif) -633px -293px;
}

img.btn_date2_over {
    width: 34px;
    height: 21px;
    background: url(../imgs/img_sprites.gif) -667px -293px;
}

img.btn_date2_up {
    width: 34px;
    height: 21px;
    background: url(../imgs/img_sprites.gif) -701px -293px;
}

img.btn_date_disabled {
    width: 18px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -735px -293px;
}

img.btn_date_down {
    width: 18px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -753px -293px;
}

img.btn_date_over {
    width: 18px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -771px -293px;
}

img.btn_date_up {
    width: 18px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -789px -293px;
}

img.btn_del_small {
    width: 12px;
    height: 10px;
    background: url(../imgs/img_sprites.gif) -807px -293px;
}

img.bt_notificacao_acidente {
    width: 227px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -819px -293px;
}

img.bt_notificacao_acidente:hover {
    width: 227px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1046px -293px;
}

img.bt_notificacao_compulsoria {
    width: 165px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1273px -293px;
}

img.bt_notificacao_compulsoria:hover {
    width: 165px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1438px -293px;
}

img.bt_notificacao_efeitos {
    width: 206px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1603px -293px;
}

img.bt_notificacao_efeitos:hover {
    width: 206px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -0px -315px;
}

img.bt_novavaga {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -206px -315px;
}

img.bt_novavaga:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -387px -315px;
}

img.bt_novo_atend {
    width: 115px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -568px -315px;
}

img.bt_novo_atend:hover {
    width: 115px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -683px -315px;
}

img.bt_novo_registro_mae_paulistana {
    width: 192px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -798px -315px;
}

img.bt_novo_registro_mae_paulistana:hover {
    width: 192px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -990px -315px;
}

img.bt_origem {
    width: 91px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1182px -315px;
}

img.bt_origem:hover {
    width: 91px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1273px -315px;
}

img.bt_pacspsf {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1364px -315px;
}

img.bt_pacspsf:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1442px -315px;
}

img.bt_precadastra {
    width: 124px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1520px -315px;
}

img.bt_precadastra:hover {
    width: 124px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1644px -315px;
}

img.bt_procedimentoautorizadoapac {
    width: 206px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1768px -315px;
}

img.bt_procedimentoautorizadoapac:hover {
    width: 206px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1974px -315px;
}

img.bt_proximo1 {
    width: 6px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -2180px -315px;
}

img.bt_proximo1:hover {
    width: 6px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -2186px -315px;
}

img.bt_proximo2 {
    width: 7px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -2192px -315px;
}

img.bt_proximo2:hover {
    width: 7px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -2199px -315px;
}

img.bt_reativar_cancel {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2206px -315px;
}

img.bt_reativar_cancel:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2387px -315px;
}

img.bt_regerar {
    width: 73px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2568px -315px;
}

img.bt_regerar:hover {
    width: 73px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2641px -315px;
}

img.bt_rejeitar {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2714px -315px;
}

img.bt_rejeitar:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2776px -315px;
}

img.bt_relatorios {
    width: 69px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -0px -337px;
}

img.bt_relatorios:hover {
    width: 69px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -69px -337px;
}

img.bt_remarcar {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -138px -337px;
}

img.bt_remarcar:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -319px -337px;
}

img.bt_remover_obito {
    width: 181px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -500px -337px;
}

img.bt_remover_obito:hover {
    width: 181px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -681px -337px;
}

img.bt_renovar {
    width: 73px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -862px -337px;
}

img.bt_renovar:hover {
    width: 73px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -935px -337px;
}

img.bt_selecionar {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1008px -337px;
}

img.bt_selecionar:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1086px -337px;
}

input.bt_selecionar {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1008px -337px;
}

input.bt_selecionar:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1086px -337px;
}


img.bt_sel_estabelec {
    width: 177px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1164px -337px;
}

img.bt_sel_estabelec:hover {
    width: 177px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1341px -337px;
}

img.bt_sel_prof {
    width: 155px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1518px -337px;
}

img.bt_sel_prof:hover {
    width: 155px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -1673px -337px;
}

img.bt_sim {
    width: 49px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1828px -337px;
}

img.bt_solicitacaoExame {
    width: 130px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1877px -337px;
}

img.bt_solicitacaoExame:hover {
    width: 130px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2007px -337px;
}

img.bt_solicitarfechamento {
    width: 136px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2137px -337px;
}

img.bt_solicitarfechamento:hover {
    width: 136px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2273px -337px;
}

img.bt_solicit_cancela {
    width: 173px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2409px -337px;
}

img.bt_solicit_cancela:hover {
    width: 173px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2582px -337px;
}

img.bt_validar2 {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2755px -337px;
}

img.bt_validar2:hover {
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2817px -337px;
}

img.bt_validar {
    width: 73px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -2879px -337px;
}

img.bt_visualizahistorico {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2952px -337px;
}

img.bt_visualizahistorico:hover {
    width: 181px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -359px;
}

img.bt_visualizar2 {
    width: 80px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -181px -359px;
}

img.bt_visualizar2:hover {
    width: 80px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -261px -359px;
}

img.bt_visualizar {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -341px -359px;
}

img.bt_visualizar:hover {
    width: 78px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -419px -359px;
}

img.bt_voltar {
    width: 42px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -497px -359px;
}

img.bt_voltar:hover {
    width: 42px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -539px -359px;
}

img.bullet_brc {
    width: 3px;
    height: 3px;
    background: url(../imgs/img_sprites.gif) -581px -359px;
}

img.center_left {
    width: 9px;
    height: 2px;
    background: url(../imgs/img_sprites.gif) -584px -359px;
}

img.center_right {
    width: 2px;
    height: 2px;
    background: url(../imgs/img_sprites.gif) -593px -359px;
}

img.checked {
    width: 14px;
    height: 14px;
    background: url(../imgs/img_sprites.gif) -595px -359px;
}

img.checked_transparent {
    width: 14px;
    height: 14px;
    background: url(../imgs/img_sprites.gif) -609px -359px;
}

img.check {
    width: 30px;
    height: 30px;
    background: url(../imgs/img_sprites.gif) -623px -359px;
}

img.cinza {
    width: 1px;
    height: 1px;
    background: url(../imgs/img_sprites.gif) -653px -359px;
}

img.close {
    width: 23px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -654px -359px;
}

img.fim_abas {
    width: 17px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -677px -359px;
}

img.fio_abas {
    width: 6px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -694px -359px;
}

img.ic_borracha {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -700px -359px;
}

img.ic_disquete {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -721px -359px;
}

img.ic_lenteAumento {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -742px -359px;
}

img.ic_mais {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -763px -359px;
}

img.ic_menos {
    width: 21px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -784px -359px;
}

img.ico_exc_estab {
    width: 17px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -805px -359px;
}

img.ico_exc_estab:hover {
    width: 17px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -822px -359px;
}

img.ico_novo_estab {
    width: 17px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -839px -359px;
}

img.ico_novo_estab:hover {
    width: 17px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -0px -389px;
}

img.ico_status_ama {
    width: 12px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -17px -389px;
}

img.ico_status_verde {
    width: 12px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -29px -389px;
}

img.ico_status_verm {
    width: 12px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -41px -389px;
}

img.ico_tpatend_primeira {
    width: 17px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -53px -389px;
}

img.ico_tpatend_reservat {
    width: 17px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -70px -389px;
}

img.ico_tpatend_retorno {
    width: 17px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -87px -389px;
}

img.identificacao_familia {
    width: 141px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -104px -389px;
}

img.identificacao_familia:hover {
    width: 141px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -245px -389px;
}

img.im_alerta {
    width: 21px;
    height: 21px;
    background: url(../imgs/img_sprites.gif) -386px -389px;
}

img.im_excl {
    width: 12px;
    height: 13px;
    background: url(../imgs/img_sprites.gif) -407px -389px;
}

img.im_leitoDI {
    width: 14px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -419px -389px;
}

img.im_leitoEXTRA {
    width: 37px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -433px -389px;
}

img.im_leitoIP {
    width: 13px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -470px -389px;
}

img.im_leitoOC {
    width: 18px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -483px -389px;
}

img.im_leitoRE {
    width: 14px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -501px -389px;
}

img.im_leitoRU {
    width: 17px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -515px -389px;
}

img.im_quadr_identacao {
    width: 5px;
    height: 5px;
    background: url(../imgs/img_sprites.gif) -532px -389px;
}

img.im_seta_config_dir {
    width: 16px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -537px -389px;
}

img.im_seta_config_esq {
    width: 16px;
    height: 17px;
    background: url(../imgs/img_sprites.gif) -553px -389px;
}

img.im_seta_identacao {
    width: 4px;
    height: 7px;
    background: url(../imgs/img_sprites.gif) -569px -389px;
}

img.im_seta_leitoDir {
    width: 11px;
    height: 7px;
    background: url(../imgs/img_sprites.gif) -573px -389px;
}

img.im_seta_leitoEsq {
    width: 11px;
    height: 7px;
    background: url(../imgs/img_sprites.gif) -584px -389px;
}

img.im_tick {
    width: 8px;
    height: 9px;
    background: url(../imgs/img_sprites.gif) -595px -389px;
}

img.im_x {
    width: 8px;
    height: 9px;
    background: url(../imgs/img_sprites.gif) -603px -389px;
}

img.inicia_abas {
    width: 5px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -410px;
}

img.inspect {
    width: 15px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -5px -410px;
}

img.legenda_status {
    width: 189px;
    height: 11px;
    background: url(../imgs/img_sprites.gif) -20px -410px;
}

img.legenda_tipoatend {
    width: 183px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -209px -410px;
}

img.logo_agenda {
    width: 384px;
    height: 25px;
    background: url(../imgs/img_sprites.gif) -392px -410px;
}

img.logo_bottom {
    width: 187px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -776px -410px;
}

img.logo_cmes {
    width: 384px;
    height: 25px;
    background: url(../imgs/img_sprites.gif) -963px -410px;
}

img.logo_regulacao2 {
    width: 410px;
    height: 25px;
    background: url(../imgs/img_sprites.gif) -1347px -410px;
}

img.logo_regulacao3 {
    width: 410px;
    height: 25px;
    background: url(../imgs/img_sprites.gif) -1757px -410px;
}

img.logo_regulacao4 {
    width: 410px;
    height: 25px;
    background: url(../imgs/img_sprites.gif) -2167px -410px;
}

img.logo_scns {
    width: 384px;
    height: 25px;
    background: url(../imgs/img_sprites.gif) -2577px -410px;
}

img.maximize {
    width: 23px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -2961px -410px;
}

img.meio_abas {
    width: 16px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2984px -410px;
}

img.meio_abas_sel {
    width: 16px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3000px -410px;
}

img.membros_familia {
    width: 117px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3016px -410px;
}

img.membros_familia:hover {
    width: 117px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3133px -410px;
}

img.minimize {
    width: 23px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -3250px -410px;
}

img.moradia_saneamento {
    width: 134px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3273px -410px;
}

img.moradia_saneamento:hover {
    width: 134px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3407px -410px;
}

img.outras_informacoes {
    width: 121px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3541px -410px;
}

img.outras_informacoes:hover {
    width: 121px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -3662px -410px;
}

img.resize {
    width: 15px;
    height: 15px;
    background: url(../imgs/img_sprites.gif) -3783px -410px;
}

img.sizer {
    width: 11px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -3798px -410px;
}

img.spacer {
    width: 1px;
    height: 1px;
    background: url(../imgs/img_sprites.gif) -3809px -410px;
}

img.submnConfigCIHClin2 {
    width: 48px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -3810px -410px;
}

img.submnConfigCIHClin {
    width: 48px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -0px -438px;
}

img.submnConfigCIHEntdAut2 {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -48px -438px;
}

img.submnConfigCIHEntdAut {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -127px -438px;
}

img.submnConfigCIHIden2 {
    width: 71px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -206px -438px;
}

img.submnConfigCIHIden {
    width: 71px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -277px -438px;
}

img.submnConfigCIHParam2 {
    width: 66px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -348px -438px;
}

img.submnConfigCIHParam {
    width: 66px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -414px -438px;
}

img.submnConfigCIHProc2 {
    width: 81px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -480px -438px;
}

img.submnConfigCIHProc {
    width: 81px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -561px -438px;
}

img.submnConfigCIHProcTrans2 {
    width: 93px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -642px -438px;
}

img.submnConfigCIHProcTrans {
    width: 93px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -735px -438px;
}

img.submnConfigCIHProf2 {
    width: 119px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -828px -438px;
}

img.submnConfigCIHProf {
    width: 119px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -947px -438px;
}

img.submnConfigCIHUF2 {
    width: 63px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1066px -438px;
}

img.submnConfigCIHUF {
    width: 63px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1129px -438px;
}

img.submnConfigCIHUn2 {
    width: 66px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1192px -438px;
}

img.submnConfigCIHUnExec2 {
    width: 72px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1258px -438px;
}

img.submnConfigCIHUnExec {
    width: 72px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1330px -438px;
}

img.submnConfigCIHUn {
    width: 66px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1402px -438px;
}

img.submnConfigCIHUnidadesProximas2 {
    width: 66px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1468px -438px;
}

img.submnConfigCIHUnidadesProximas {
    width: 66px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1534px -438px;
}

img.submnConfigEsp2 {
    width: 83px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1600px -438px;
}

img.submnConfigEsp {
    width: 83px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1683px -438px;
}

img.submnConfigEstab2 {
    width: 80px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1766px -438px;
}

img.submnConfigEstab {
    width: 80px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1846px -438px;
}

img.submnConfigIden2 {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -0px -466px;
}

img.submnConfigIden {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -79px -466px;
}

img.submnConfigParam2 {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -158px -466px;
}

img.submnConfigParam {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -237px -466px;
}

img.submnConfigProf2 {
    width: 119px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -316px -466px;
}

img.submnConfigProf {
    width: 119px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -435px -466px;
}

img.submnConfigUF2 {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -554px -466px;
}

img.submnConfigUF {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -633px -466px;
}

img.submnConfigUn2 {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -712px -466px;
}

img.submnConfigUn {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -791px -466px;
}

img.submnEstabAcoes2 {
    width: 80px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -870px -466px;
}

img.submnEstabAcoes {
    width: 80px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -950px -466px;
}

img.submnEstabIden2 {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1030px -466px;
}

img.submnEstabIden {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1109px -466px;
}

img.submnEstabParam2 {
    width: 83px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1188px -466px;
}

img.submnEstabParam {
    width: 79px;
    height: 28px;
    background: url(../imgs/img_sprites.gif) -1271px -466px;
}

img.submnRegDesconRecursos2 {
    width: 93px;
    height: 27px;
    background: url(../imgs/img_sprites.gif) -1350px -466px;
}

img.submnRegDesconRecursos {
    width: 93px;
    height: 27px;
    background: url(../imgs/img_sprites.gif) -1443px -466px;
}

img.submnRegRegistrarIntLeitoExtra2 {
    width: 107px;
    height: 27px;
    background: url(../imgs/img_sprites.gif) -1536px -466px;
}

img.submnRegRegistrarIntLeitoExtra {
    width: 107px;
    height: 27px;
    background: url(../imgs/img_sprites.gif) -1643px -466px;
}

img.tab_dwn {
    width: 5px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -1750px -466px;
}

img.tab_dwn_left {
    width: 4px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -1755px -466px;
}

img.tab_dwn_rig {
    width: 8px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -1759px -466px;
}

img.tab_rig {
    width: 8px;
    height: 6px;
    background: url(../imgs/img_sprites.gif) -1767px -466px;
}

img.tab_top {
    width: 5px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -1775px -466px;
}

img.tab_top_left {
    width: 4px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -0px -494px;
}

img.tab_top_rig {
    width: 8px;
    height: 8px;
    background: url(../imgs/img_sprites.gif) -4px -494px;
}

img.top_left {
    width: 9px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -12px -494px;
}

img.top_mid {
    width: 1px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -21px -494px;
}

img.top_right {
    width: 9px;
    height: 23px;
    background: url(../imgs/img_sprites.gif) -22px -494px;
}

img.tree_leaf {
    width: 9px;
    height: 9px;
    background: url(../imgs/img_sprites.gif) -31px -494px;
}

img.tree_mnus {
    width: 9px;
    height: 9px;
    background: url(../imgs/img_sprites.gif) -40px -494px;
}

img.tree_plus {
    width: 9px;
    height: 9px;
    background: url(../imgs/img_sprites.gif) -49px -494px;
}

img.uncheck {
    width: 30px;
    height: 30px;
    background: url(../imgs/img_sprites.gif) -58px -494px;
}

img.aba_dir {
    width: 47px;
    height: 47px;
    background: url(../imgs/img_sprites.gif) -88px -494px;
}

img.tab_left {
    width: 400px;
    height: 4px;
    background: url(../imgs/img_sprites.gif) -135px -494px;
}

img.bt_agenda_menu {
    width: 20px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -535px -494px;
}

img.bt_apac {
    width: 20px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -555px -494px;
}

img.bt_cns {
    width: 20px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -575px -494px;
}

img.bt_home {
    width: 20px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -595px -494px;
}

img.bt_logout_siga {
    width: 20px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -615px -494px;
}

img.editdelete {
    width: 16px;
    height: 16px;
    background: url(../imgs/img_sprites.gif) -635px -494px;
}

img.error {
    width: 16px;
    height: 16px;
    background: url(../imgs/img_sprites.gif) -651px -494px;
}

img.icone_menu_SADT {
    width: 15px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -667px -494px;
}

img.not_publish {
    width: 12px;
    height: 12px;
    background: url(../imgs/img_sprites.gif) -682px -494px;
}

img.publish_pendant {
    width: 12px;
    height: 12px;
    background: url(../imgs/img_sprites.gif) -694px -494px;
}

img.publish {
    width: 12px;
    height: 12px;
    background: url(../imgs/img_sprites.gif) -706px -494px;
}

img.bt_mae_paulistana {
    width: 9px;
    height: 20px;
    background: url(../imgs/img_sprites.gif) -718px -494px;
}

img.logo_prefeitura {
    width: 166px;
    height: 35px;
    background: url(../imgs/img_sprites.gif) -727px -494px;
}

img.logo_secretaria {
    width: 80px;
    height: 30px;
    background: url(../imgs/img_sprites.gif) -893px -494px;
}

img.bt_impressao_termica {
    width: 125px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -973px -494px;
}

img.bt_impressao_termica:hover {
    width: 125px;
    height: 22px;
    background: url(../imgs/img_sprites.gif) -1097px -494px;
}

button.bt_consultar {
    border: none;
    background-color: transparent;
    text-decoration: none;
    vertical-align: middle;
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -2952px -183px;
}

button.bt_consultar:hover {
    border: none;
    background-color: transparent;
    text-decoration: none;
    vertical-align: middle;
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -0px -205px;
}

button.bt_limpar {
    border: none;
    background-color: transparent;
    text-decoration: none;
    vertical-align: middle;
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1405px -271px;
}

button.bt_limpar:hover {
    border: none;
    background-color: transparent;
    text-decoration: none;
    vertical-align: middle;
    width: 62px;
    height: 18px;
    background: url(../imgs/img_sprites.gif) -1467px -271px;
}

/*****************************************
 * CSS do componente ProfissionalAjax
 *****************************************/
.cbo:hover {
    background-color: #F5F5DC;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

td.cbo {
    padding: 0;
    margin: 0;
}

.divCBOs {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 600px;
    margin-left: 2;
    margin-top: 20;
}

.default-values {
    color: #999;
    font-style: italic;
}

/*
 * $Id: styles.css 722375 2008-12-02 05:19:57Z wesw $
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

.wwFormTable {}

.label {
    font-style: italic;
    float: left;
    width: 30%
}

.errorLabel {
    font-style: italic;
    color: red;
}

.errorMessage {
    font-weight: bold;
    color: red;
}

.checkboxLabel {}

.checkboxErrorLabel {
    color: red;
}

.required {
    color: red;
}
