﻿
/******************************************************
*******************************************************
****                                               ****
****           Css para Estrutura                  ****
****                                               ****
*******************************************************
******************************************************/
html, body {
    width: 100%;
}

body {
    position: static;
    /*background-color:#f2f4f6;*/
    margin: auto;
    background-image: url("../Images/snow.png") !important;
    background-color: transparent !important;
}

.conteudo_subpagina {
    width: 100%;
    min-width: 280px;
    min-height: 250px;
    /*background-repeat: no-repeat;
    background-color: #f2f4f6;*/
    position: static;
}

.coluna_lbl {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
    text-align: right;
    width: 18%;
    margin: 2.1px;
    padding: 0px;
    vertical-align: middle;
    float: left;
}

.coluna_txt {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
    text-align: left;
    width: 81%;
    left: 31%;
    padding: 0px;
    float: right;
    vertical-align: middle;
}

.coluna_btn {
    margin: 0 auto;
    width: 99%;
    padding: 0;
    clear: both;
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: bold;
    color: #3975a8;
    text-align: center;
    height: 20px;
}

.coluna_inteira {
    margin: 0 auto;
    width: 99%;
    padding: 0;
    clear: both;
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: bold;
    color: #3975a8;
    text-align: left;
    height: 20px;
}


.linha_simples {
    height: 24px;
    padding: 0;
    vertical-align: middle;
    clear: both;
}

.linha_multi {
    padding: 0;
    vertical-align: middle;
}

.multi_txt {
    float: left;
    width: auto;
    margin-right: 17px;
    margin-left: 3px;
}

.multi_lbl {
    float: left;
    width: auto;
    margin-right: 3px;
    margin-left: 3px;
}

.separa_linha {
    width: 100%;
    height: 10px;
    padding: 0;
    clear: both;
}

.div_titulo {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 12px;
    font-weight: bold;
    color: #3c7faf;
    text-align: center;
    padding: 0;
    border-bottom: solid 1px #3c7faf;
    width: 99%;
    background-color: Transparent;
    margin-right: auto;
    margin-left: auto;
}

.redirect {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 12px;
    font-weight: bold;
    color: #3c7faf;
    text-align: center;
    padding: 0;
    border: solid 1px #3c7faf;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: none;
}

.subtitulo {
    background-color: #Cedde9;
    background-repeat: repeat-x;
    text-align: center;
    color: #3976a8; /*#3c7faf;*/
    font-weight: bold;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}


/******************************************************
*******************************************************
****                                               ****
****           Css para Controles                  ****
****                                               ****
*******************************************************
******************************************************/



/*****************************************************
*                      Label                         *
*****************************************************/

.css_lbl {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}

.css_lbl_erro {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 14px;
    font-weight: bold;
    color: Red;
}

/*****************************************************
*                     TextBox                        *
*****************************************************/
.css_txt {
    border: solid 1px #3975a8;
    margin-top: 1px;
    text-transform: uppercase;
    color: #3c7faf;
}

    .css_txt:focus {
        border: solid 1px #fa9507;
        margin-top: 1px;
        text-transform: uppercase;
        color: #3c7faf;
    }

/*****************************************************
*                    Checkbox                        *
*****************************************************/
.css_cb {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}

/*****************************************************
*                  CheckboxList                      *
*****************************************************/
.css_cbl {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}

/*****************************************************
*                  DropDownList                      *
*****************************************************/
.css_ddl {
    border: solid 1px #3975a8;
    margin-top: 1px;
    text-transform: uppercase;
    color: #3c7faf;
    min-width: 40px;
    height: 20px;
    z-index: -15;
    font-size: 12px;
}

    .css_ddl:focus {
        border: solid 1px #fa9507;
    }

/*****************************************************
*                       RadioButton                  *
*****************************************************/
.css_rb {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}

/*****************************************************
*                 RadioButtonList                    *
*****************************************************/
.css_rbl {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}

/*****************************************************
*                    Button                          *
*****************************************************/
.css_btn {
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: bold;
    color: #fff;
    min-width: 80px;
    height: 20px;
    background-repeat: repeat-x;
    border: solid 1px #3c7faf;
    background-color: #3c7faf;
    background-image: url(../../images/tema/menu_principal.png);
    background-repeat: repeat-x;
    text-align: center;
    padding: auto;
}

    .css_btn:hover {
        background-color: #97c5e2;
        background-image: url(../../images/tema/submenu.png);
        background-repeat: repeat-x;
        border: solid 1px #3975a8;
        color: #3975a8;
    }

/*****************************************************
*                  ImageButton                       *
*****************************************************/
.css_ibtn {
}

/*****************************************************
*                   LinkButton                       *
*****************************************************/
.css_lbtn {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}
/*****************************************************
*                   HyperLink                       *
*****************************************************/
.css_hl {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}

/*****************************************************
*                   ListBox                          *
*****************************************************/
.css_lb {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
}

/*****************************************************
*                   GridView                         *
*****************************************************/
.css_gv {
}

/*****************************************************
*                ListView                            *
*****************************************************/
.css_lv {
}

/*****************************************************
*                    MultiView                       *
*****************************************************/
.css_mv {
}





/******************************************************
*******************************************************
****                                               ****
****        Hack para Internet Explorer 7          ****
****                                               ****
*******************************************************
******************************************************/



* + html .conteudo_subpagina {
    width: 100%;
    min-width: 280px;
    min-height: 250px;
    /*background-repeat: no-repeat;
    background-color:#f2f4f6;*/
    position: static;
    z-index: 1;
}

* + html .css_btn {
    border: 0;
    padding: 0;
    width: 110px;
}

    * + html .css_btn:hover {
        border: 0;
        padding: 0;
    }

* + html .coluna_lbl {
    margin: 1.8px;
}



/******************************************************
*******************************************************
****                                               ****
****        Hack para Internet Explorer 6          ****
****                                               ****
*******************************************************
******************************************************/


* html .css_btn {
    border: 0;
}

    * html .css_btn:hover {
        border: 0;
    }

* html .separa_linha {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    clear: none;
}


* html .css_ddl {
    border: solid 1px #3c7faf;
}

* html .multi_txt {
    float: left;
    width: auto;
    margin-right: 8px;
    margin-left: 1px;
}












/*********************************************/
/*         Apagar depois                   */


* html .seplinhasTbl {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    clear: none;
}


/*

 .btn_Sair{
    background-image: url(../../images/tema/sair.gif);
}
*/
.ConteudoSubPagina {
    width: 100%;
    min-width: 280px;
    min-height: 250px;
    /*background-repeat: no-repeat;
    background-color: #f2f4f6;*/
    position: static;
}

.ConteudoSubPagina {
    width: 100%;
    min-width: 280px;
    min-height: 250px;
    background-repeat: no-repeat;
    background-color: #f2f4f6;
    position: static;
}

.colunaLabel {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
    text-align: right;
    width: 18%;
    margin: 2px;
    padding: 0px;
    vertical-align: middle;
    float: left;
}

.colunaTexto {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3c7faf;
    text-align: left;
    width: 81%;
    left: 31%;
    padding: 0px;
    float: right;
    vertical-align: middle;
}

.colunaBtn {
    width: 99%;
    padding: 0;
    clear: both;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #3975a8;
    text-align: Center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}


.label_Empresa {
    color: #3975a8;
    border-bottom: solid 2px #fc8e0c;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    font-family: Verdana, Arial, Sans-Serif, Times New Roman;
    font-size: 10pt;
    font-weight: bold;
}

.linhasTbl {
    height: 24px;
    padding: 0;
    vertical-align: middle;
}

.linha_multi {
    padding: 0;
    vertical-align: middle;
}

.multi_txt {
    float: left;
    width: auto;
    margin-right: 17px;
    margin-left: 3px;
}

.multi_lbl {
    float: left;
    width: auto;
    margin-right: 3px;
    margin-left: 3px;
}

.seplinhasTbl {
    width: 100%;
    height: 10px;
    padding: 0;
    clear: both;
}

.titulo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #3c7faf;
    text-align: center;
    padding: 0;
    border-bottom: solid 1px #3c7faf;
}

.tituloSubPagina {
    width: 99%;
    background-color: Transparent;
    margin-right: auto;
    margin-left: auto;
}

.redirect {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 12px;
    font-weight: bold;
    color: #3c7faf;
    text-align: center;
    padding: 0;
    border: solid 1px #3c7faf;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: none;
}

/*
.submenu{
    background-image: url(../../images/tema/menu_principal.png);
    background-repeat :repeat-x; 
    }
*/

.subtitulo {
    background-color: #Cedde9;
    background-repeat: repeat-x;
    text-align: center;
    color: #3976a8; /*#3c7faf;*/
    font-weight: bold;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}





.cx_texto {
    border: solid 1px #3975a8;
    margin-top: 1px;
    text-transform: uppercase;
    color: #3c7faf;
}

    .cx_texto:focus {
        border: solid 1px #fa9507;
        margin-top: 1px;
        text-transform: uppercase;
        color: #3c7faf;
    }



.css_DropDown {
    border: solid 1px #3975a8;
    margin-top: 1px;
    text-transform: uppercase;
    color: #3c7faf;
    min-width: 40px;
    height: 20px;
    z-index: -15;
}

    .css_DropDown:focus {
        border: solid 1px #fa9507;
    }

* + html .ConteudoSubpagina {
    width: 100%;
    min-width: 280px;
    min-height: 250px;
    background-repeat: no-repeat;
    /*background-color:#f2f4f6;*/
    position: static;
    z-index: 1;
}





/*Fim apagar */
