﻿html, body
{
    margin: 0 auto; /*background: url(~/Imagens/bg_padrao.gif) #ebebeb center repeat-y;*/
    background-color: #EBEBEB;
    /*overflow-y: scroll;*/
    font: normal 10px Arial, Tahoma;
    color: #006600;
    display: inline;
    width: 100%;
    height: 100%; /*height:600px;*/
    text-align: center;
}
.content
{
    margin: 0 0;
    background-color: #FFFFFF; /*border: solid 1px black;*/
    font: normal 10px Arial, Tahoma;
    display: inline;
    width: 804px;
    height: 450px;
    float: left;
    text-align: left;
}
.rodape
{
    width: 980px;
    height: 175px;
    vertical-align: middle;
    text-align: left;
    background-repeat: no-repeat;
    background-color: Green;
    background-image: url('~/Imagens/rodape_bg.png);
}
.tab_cont
{
    width: 760px;
    height: 430px;
}

.item_invisible
{
    width: 0px;
    display: none;
}

.area_campos_tab
{
    width: 735px;
    height: 180px;
    margin-left: 6px;
    padding-top: 10px;
}

.area_campos_tab_borda
{
    width: 735px;
    height: 180px; /*border-top: solid thin #CDE343;*/
    margin-left: 6px;
    padding-top: 10px;
    border-left: solid 1px #CDE343;
}

.area_grid
{
    width: 735px;
    height: 220px;
    padding: 0px; /*border: solid thin green;*/
}
.area_campos
{
    width: 735px;
    height: 180px;
}
.linha_campos
{
    width: 100%;
    height: 23px;
    margin-top: 2px;
}
.linha_campos_ponto
{
    width: 100%;
    height: 15px;
    margin-top: 2px;
}
.linha_campos_2
{
    width: 50%;
    height: 20px;
    margin-top: 2px;
}
.linha_campos_3
{
    width: 33%;
    height: 20px;
    margin-top: 2px;
}
.linha_campos_4
{
    width: 100%;
    height: 15px;
    margin-top: 2px;
}

.linha_campos_cor
{
    width: 100%;
    height: 23px;
    margin-top: 2px;
    background-image: url('../Imagens/menu_bg.jpg');
}
.linha_titulo
{
    width: 100%;
    height: 40px;
    vertical-align: middle;
}
.campo_esq
{
    float: left;
    text-align: left;
    padding-left: 5px;
    display: inline;
}

.campo_meio
{
    float: left;
    text-align: left;
    padding-left: 5px;
    display: inline;
}

.campo_dir
{
    text-align: left;
    padding-left: 5px;
}

.UnimedTabBorda
{
    width: 780px;
    height: 430px;
    text-align: left;
    padding: 0px 0px 20px 0px; /*    border-bottom: solid 1px #CDE343;*/ /*    border-left: solid 1px #CDE343;*/ /*    border-right: solid 1px #CDE343;*/
}

.UnimedTabBorda .ajax__tab_header
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    background-color: White; /*margin-left: 1px;*/
    border-bottom: solid thin #CDE343;
    margin-bottom: 5px;
}
.UnimedTabBorda .ajax__tab_outer
{
    background-color: White;
}
.UnimedTabBorda .ajax__tab_inner
{
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 1px;
    padding-right: 1px; /*margin-right: 1px;     margin-left: 1px;*/
    margin-top: 1px;
    margin-bottom: 0px;
    color: White;
    text-align: center;
    background-color: White; /*background-image: url('../Imagens/menu_aba_dis1.jpg');*/
    background-image: url('../Imagens/menu_aba_dis.png');
    background-repeat: no-repeat;
    width: 100px;
}
.UnimedTabBorda .ajax__tab_hover .ajax__tab_outer
{
    /*border-left: solid 5px White;*/
}
.UnimedTabBorda .ajax__tab_hover .ajax__tab_inner
{
    color: White;
    text-align: center;
    background-image: url('../Imagens/menu_aba1.png');
    background-repeat: no-repeat;
    width: 100px;
}
.UnimedTabBorda .ajax__tab_active .ajax__tab_outer
{
    background-color: White; /*border-bottom: solid thin #CDE343;*/
}
.UnimedTabBorda .ajax__tab_active .ajax__tab_inner
{
    color: White;
    text-align: center;
    background-image: url('../Imagens/menu_aba1.png');
    background-repeat: no-repeat; /*border-bottom: solid thin #CDE343;*/
    width: 100px;
}

.UnimedTab
{
    width: 780px;
    height: 430px;
    text-align: left;
    padding: 0px 0px 5px 0px;
}

.UnimedTab .ajax__tab_header
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    background-color: White;
    margin-left: 1px;
    border-bottom: solid thin #CDE343;
}
.UnimedTab .ajax__tab_outer
{
    background-color: White;
}
.UnimedTab .ajax__tab_inner
{
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 1px;
    padding-right: 1px; /*margin-right: 1px;     margin-left: 1px;*/
    margin-top: 1px;
    margin-bottom: 0px;
    color: White;
    text-align: center;
    background-color: White; /*background-image: url('../Imagens/menu_aba_dis1.jpg');*/
    background-image: url('../Imagens/menu_aba_dis.png');
    background-repeat: no-repeat;
    width: 100px;
}
.UnimedTab .ajax__tab_hover .ajax__tab_outer
{
    /*background-color: Green;*/
}
.UnimedTab .ajax__tab_hover .ajax__tab_inner
{
    color: White;
    text-align: center;
    background-image: url('../Imagens/menu_aba1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100px;
}
.UnimedTab .ajax__tab_active .ajax__tab_outer
{
    background-color: White; /*border-bottom: solid thin #CDE343;*/
}
.UnimedTab .ajax__tab_active .ajax__tab_inner
{
    color: White;
    text-align: center;
    background-image: url('../Imagens/menu_aba1.png');
    background-repeat: no-repeat; /*border-bottom: solid thin #CDE343;*/
    width: 100px;
}

/*body
{
    background-color: White;
    margin: 0px;
    padding: 0px;
    width: 980px;
    height: 600px;
    text-align: center;
}*/
.header_pegaso
{
    /*margin: 0 auto;*/
    width: 980px;
    height: 75px;
    margin-left:38px;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-color: White;
    background-image: url('../Imagens/pegaso_header.png');
}
.header_atena
{
    /*margin: 0 auto;*/
    width: 980px;
    height: 75px;
    margin-left:38px;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-color: White;
    background-image: url('../Imagens/atena_header.png');
}
.header_mitos
{
    /*margin: 0 auto;*/
    width: 980px;
    height: 75px;
    margin-left:38px;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-color: White;
    background-image: url('../Imagens/mitos_header.png');
}

.header_ir
{
    /*margin: 0 auto;*/
    width: 980px;
    height: 75px;
    /*margin-left:38px;*/
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-color: White;
    background-image: url('../Imagens/ir_header.png');
}

.header_suite
{
    /*margin: 0 auto;*/
    width: 980px;
    height: 75px;
    /*margin-left:38px;*/
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-color: White;
    background-image: url('../Imagens/suite_header.png');
}

.header_aquiles
{
    width: 980px;
    height: 75px;
    margin-left:38px;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-color: White;
    background-image: url('../Imagens/aquiles_header.png');
}
.menuhor
{
    width: 980px;
    margin-left:38px;
    height: 26px;
    vertical-align: middle;
    text-align: left;
    background-color: #B1D34B;
    background-repeat: no-repeat;
    background-image: url('../Imagens/menu_bg.png');
    float: left;
    display: inline
}
.menuaba
{
    width: 15%;
    height: 30px;
    vertical-align: bottom;
    text-align: left;
    outline-color: White; /*background-color:Green;*/
    background-image: url('../Imagens/menu_aba.jpg');
    background-repeat: no-repeat;
}
.menuabadis
{
    width: 15%;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    color: White;
    outline-color: White; /*background-color:Green;*/ /*background-image:url('../Imagens/menu_aba.jpg');*/
}
.tela1
{
    width: 980px;
    height: 460px;
    vertical-align: middle;
    margin-left:38px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: White;
    float: left;
    display: inline; /*width:980px; 	vertical-align:middle; 	text-align:left; 	margin-top:10px; 	background-repeat: no-repeat; 	background-color:White;*/
}
.tela2
{
    width: 980px; /*height:100%;*/
    height: 600px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
    margin-left: 25px;
    background-repeat: no-repeat;
    background-color: White;
    float: left;
    display: inline;
}
.leftcolumn
{
    background: White;
    width: 170px;
    height: 450px;
    margin-top: 20px;
    margin-right: 3px;
    float: left;
    text-align: left;
    display: inline;
    overflow-y:auto;
}
.grid
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: Normal;
    color: #006600;
    width: 100%;
    height: 100%;
    text-align: left;
    font-weight: normal;
}

.divbtnleftcolumntop
{
    background-image:url('../Imagens/leftcolumntop.png');
    height:15px;
}
.divbtnleftcolumnbottom
{
    background-image:url('../Imagens/leftcolumnbottom.png');
    height:15px;
}
.divbtnleftcolumn
{
    background-image:url('../Imagens/leftcolumnbackground.png');
}
.divbtnleftcolumndivisor
{
    background-image:url('../Imagens/leftcolumndivisor.png');
    height:2px;
}
.btnvert
{
    background-color: Transparent;
    color: #00401A;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: Normal;
    border-style: none;
    border-top-width: 2px;
    border-top-color: White;
    border-bottom-width: 0px;
    border-bottom-color: White;
    border-left-width: 0px;
    border-left-color: White;
    border-right-width: 0px;
    border-right-color: White;
    margin-left:4px;
    width: 162px;
    height: 26px;
    text-align: left;
    margin-top: 0px;
}
.btnvert:hover
{
    background-color: #00401A;
    border-top-width: 0px;
    border-top-color: White;
    border-bottom-width: 0px;
    border-bottom-color: White;
    border-left-width: 0px;
    border-left-color: #00401A;
    border-right-width: 0px;
    border-right-color: #00401A;
    color: White;
    cursor: Hand;
}
.btnverttop
{
    background-color: Transparent;
    color: #00401A;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: Normal;
    border-style: none;
    border-top-width: 0px;
    border-top-color: White;
    border-bottom-width: 0px;
    border-bottom-color: White;
    border-left-width: 0px;
    border-left-color: White;
    border-right-width: 0px;
    border-right-color: White;
    margin-left:4px;
    width: 162px;
    height: 26px;
    text-align: left;
    margin-top: 0px;
}
.btnverttophover
{
    background-color: #00401A;
    border-top-width: 0px;
    border-top-color: White;
    border-bottom-width: 0px;
    border-bottom-color: White;
    border-left-width: 0px;
    border-left-color: #00401A;
    border-right-width: 0px;
    border-right-color: #00401A;
    color: White;
    cursor: Hand;
}
.lbllogin
{
    background-color: Transparent;
    color: White;
    height: 26px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: Normal;
}
.btn
{
    background-color: Transparent;
    color: White;
    height: 26px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: Normal;
    border-width: 0px; /*  margin:0px;   */
}
.btn:hover
{
    background-color: #00401A;
    border-width: 0px; /*border-top-width:0px;     border-top-color:Green;     border-bottom-width:0px;     border-bottom-color:Green;*/
    color: White;
    cursor: Hand;
}
.btnaba
{
    background-color: Transparent;
    color: White;
    height: 30px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
    border-width: 0px; /*  margin:0px;   */
}
.btnaba:hover
{
    background-image: url('../Imagens/menu_aba.jpg');
    color: White;
}
.btnabadis
{
    /*background-color:Transparent;*/
    color: #BDD22D;
    height: 26px;
    vertical-align: text-bottom;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
    border-width: 0px;
    background-image: url('../Imagens/menu_aba_dis.jpg'); /*  margin:0px;   */
}
.btnabadis:hover
{
    background-image: url('../Imagens/menu_aba.jpg');
    height: 30px;
    color: White;
}
/*.content
{
	width:82%;
    height:100%;
	vertical-align:middle;
	text-align:center;
    float:left;
	background-repeat: no-repeat;
	background-color:White;
}*/


.divusuario1
{
    margin-left: 1%;
    margin-bottom: 1%;
    width: 96%;
    height: 2%;
    text-align: left;
}
.divsaudacao1
{
    margin-bottom: 1%;
    width: 96%;
    height: 20px;
    text-align: center;
}
.divcalendario1
{
    width: 794px;
    height: 180px;
    text-align: center;
    float: none;
    border: none;
}
.divcalendario1_1
{
    width: 297px;
    margin-left: 80px; /*padding-left:15%;*/ /*height:100%;*/
    text-align: center;
    float: left;
    border: none;
}
.divcalendario1_2
{
    width: 297px;
    margin-left: 100px; /*padding-left:15%;*/
    float: left;
    text-align: center;
    border: none;
}
.divpainelcalendar1
{
    margin-top: 1%;
    border: thin solid #C6DB36;
    width: 95%;
    height: 4%;
    text-align: center;
}
.divpainelcalendar1_1
{
    width: 48%;
    height: 50%;
    float: left;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C6DB36;
    text-align: center;
    display: inline;
}
.divpainelcalendar1_2
{
    width: 48%;
    height: 50%;
    float: left;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C6DB36;
    text-align: center;
    display: inline; /*    width: 48%;     height: 50%;     text-align: center;     float: left;     display:inline;*/
}
.calendar1
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    width: 180px;
    color: #006600;
    border-width:2px;
    border-color:#EBEBEB;
    background-color: White;
}
.calendar1_header
{
    /*font-family: Arial;     font-size: 8pt;*/
    font-weight: Bold;
    text-transform: Capitalize;
    color: White;
    background-color: #C6DB36;
}
.calendar1_today
{
    /*background-color : #CCFFCC;*/
    font-style: normal;
    color: #006600;
    border-color: Red;
    border-style: Dotted;
    border-width: 1px;
    text-align: Center;
    vertical-align: Middle; /*font-family:Arial;     font-size: 8pt;*/
}
.calendar1_othermonth
{
    /*Background-Color : #CCFFCC;     Coor : #CCFFCC;*/
    visibility: hidden;
}

.calendar2
{
    text-transform: capitalize;
}

.calendar_agenda
{
    text-transform: capitalize;
    border: solid 1px Silver;
    background-color : Transparent;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color:  #006600;
    width: 775px;
}

.rbl1
{
    height: 23px;
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: #006600;
    margin-top: 0px;
    padding-top: 0px;
}
.lblusuario
{
    margin-right: 20px;
    text-align: right;
    color: White;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    padding-top: 6px;
    height: 18px;
}
.lbl1
{
    width: 100%;
    height: 23px; /*padding-top: 5px;*/
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: #006600;
}
.lbl2
{
    width: 90%;
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    color: #006600;
}

.lbl3
{
    width: 100%;
    height: 15px; /*padding-top: 5px;*/
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-style: normal;
    color: #006600;
}

.divpainellimite1
{
    border: thin solid #C6DB36;
    width: 100%;
    height: 4%;
    text-align: center;
}
.divpainellimite1_1
{
    width: 49%;
    height: 50%;
    float: left;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C6DB36;
    text-align: center;
    display: inline;
}
.divpainellimite1_2
{
    width: 49%;
    height: 50%;
    text-align: center;
}
.divpainellimite2_1
{
    width: 24%;
    height: 50%;
    float: left;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C6DB36;
    text-align: center;
    display: inline;
}
.divpainellimite2_2
{
    width: 24%;
    height: 50%;
    text-align: center;
}
.divpainellimite3
{
    margin-top: 1%;
    border: solid 2px #C6DB36;
    width: 700px;
    height: 138px;
    margin-left: 32px;
    float: none;
}
.divpainellimite3_1
{
    width: 358px;
    height: 18px; /*margin-left:1%;*/
    border-right: solid 2px #C6DB36;
    border-bottom: solid 2px #C6DB36;
    text-align: left;
    float: left;
    display: inline;
}
.divpainellimite3_2
{
    width: 340px;
    height: 18px;
    float: left; /*margin-left:1%;*/
    border-bottom: solid 2px #C6DB36; /*border-bottom: solid 2px #C6DB36; */
    text-align: right;
}
.divupload1
{
    margin-top: 1%;
    margin-left: 1%;
    width: 96%;
    height: 2%;
    text-align: center;
}
.upload1
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #006600;
}
.divbarrabotao1
{
    /*margin-top: 1%;*/
    width: 100%;
    height: 21px; /* fixo por causa da altura da imagem do botao */ /*background-color: #006600;*/
    background-color: #B1D34B;
    background-image: url('../Imagens/barra_botao_bg.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}
.divbarrabotaosimples
{
    width: 100px;
    height: 21px; /* fixo por causa da altura da imagem do botao */ /*background-color: #006600;*/
    background-color: White;
    background-image: url('../Imagens/fundobotao.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}
.divbarrabotaosimples2
{
    width: 45px;
    height: 21px; /* fixo por causa da altura da imagem do botao */ /*background-color: #006600;*/
    background-color: White;
    background-image: url('../Imagens/fundobotao1.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}
.divbotao1
{
    height: 100%;
    text-align: center;
    vertical-align: middle;
    float: left;
    display: inline;
}
.divbotao2
{
    height: 100%;
    width: 100%;
    margin-left: 44%;
    text-align: center;
    vertical-align: middle;
    float: none;
}
.botao1
{
    border-left: 2px groove White;
    width: 12%;
        vertical-align: middle;
        margin-top: 1px;
        background-color: transparent;
        color: White;
        font-weight: bold;
        font-size: 8pt;
        cursor: default;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
    height: 18px;
}
.botao1:hover
{
    background-color: Transparent;
    width: 12%;
    cursor: pointer;
    color: #008800;
}
.botao2
{
    height: 16px;
    width: 10%;
    vertical-align: middle;
    margin-top: 1px;
    background-color: Transparent;
    color: White;
    font-weight: bold;
    font-size: 8pt;
    cursor: default;
    border-width: 0px;
    border-left-style: groove;
    border-left-width: 2px;
    border-left-color: White;
}
.botao2:hover
{
    background-color: Transparent;
    cursor: pointer;
    color: #008800;
}
.botao3
{
    height: 16px;
    width: 12%;
    vertical-align: middle;
    margin-top: 1px;
    background-color: transparent;
    color: White;
    font-weight: bold;
    font-size: 8pt;
    cursor: default;
    border-width: 0px;
    border-left-style: groove;
    border-left-width: 2px;
    border-left-color: White;
    border-right-style: groove;
    border-right-width: 2px;
    border-right-color: White;
}
.botao3:hover
{
    background-color: Transparent;
    width: 12%;
    cursor: pointer;
    color: #008800;
}
.botao_login
{
    /*border-left: 1px groove White;*/
    width: 80px;
    height: 22px; /*vertical-align: middle;*/
    margin-top: 1px; /*background-color: transparent;*/
    color: White;
    background-color: Transparent; /*background-color: #009FAF;*/
    background-image: url('../Imagens/botao_login_transp.gif');
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 8pt;
    cursor: default;
    border: 0px;
}

.botao_login:hover
{
    cursor: pointer;
    background-image: url('../Imagens/botao_login_transp_hover.gif');
}

.botao_esqueci
{
    /*border-left: 1px groove White;*/
    width: 180px;
    height: 22px; /*vertical-align: middle;*/
    margin-top: 1px; /*background-color: transparent;*/
    color: gray /*#006600*/;
    background-color: Transparent; /*background-color: #009FAF;*/
    background-image: url('../Imagens/botao_esqueci_transp.gif');
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 8pt;
    cursor: default;
    border: 0px;
}

.botao_esqueci:hover
{
    cursor: pointer;
    /*background-image: url('../Imagens/botao_esqueci_transp_hover.gif');*/
}

.divgridview1
{
    margin-top: 0px;
    width: 100%;
    height: 180px;
    text-align: left;
    overflow: auto;
}
.divgridview1_header
{
    /*width:100%;*/
    background-color: #B1D34B;
    /*background-image: url('../Imagens/topo_gridview1_bg.png');*/
    height: 18px;
}

.divgridview2_header
{
    /*width:100%;*/
    background-color: #B1D34B;
    /*background-image: url('../Imagens/menu_bg2.png');*/
    height: 18px;
}

.divgridview1_footer
{
    /*width:100%;*/
    background-color: #B1D34B;
    /*background-image: url('../Imagens/base_gridview_bg.png');*/
    height: 18px; /*text-align: center;*/
}

.divgridview2_footer
{
    background-color: #B1D34B;
    /*background-image: url('~/Imagens/base_gridview_esq_bg.png');*/
    height: 18px;
}

.divgridview3_footer
{
    background-color: #B1D34B;
    /*background-image: url('~/Imagens/base_gridview_dir_bg.png');*/
    height: 18px;
}

.divgridview2
{
    width: 100%;
    height: 90%;
    text-align: left;
}
.divgridviewduascolunas
{
    margin-top: 1%;
    width: 100%;
    height: 60%;
    text-align: left;
}
.divgridviewduascolunas_coluna1
{
    width: 50%;
    height: 95%;
    float: left;
    display: inline;
}
.divgridviewduascolunas_coluna2
{
    width: 49%;
    height: 95%;
    float: right;
    display: inline;
}
.divcampos1
{
    margin-top: 0%;
    width: 100%;
    height: 400px;
    text-align: left;
}
.divcamposaba1
{
    margin-top: 0%;
    width: 100%;
    height: 400px;
    text-align: left; /*border-bottom-style: double#BDD22D;*/
    border: solid 2px #BDD22D; /*background-color: #E8FFE8; */
}
.divlinhacampos1
{
    margin-top: 1%;
    width: 100%;
    text-align: left;
    height: 20px;
}
.divlbl1
{
    float: left;
    text-align: left;
    display: inline;
}
.divlbl2
{
    float: none;
    text-align: left;
    display: inline;
}
.divtxt1
{
    float: left;
    text-align: left;
    display: inline;
}
.divtxt2
{
    float: none;
    text-align: left;
}
.txt1
{
    width: 100%;
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: #006600;
}
.txt2
{
    width: 100%;
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: #006600;
    background-color: #F5F4EA;
    border: solid thin #C9C7BA;
}
.divddl1
{
    float: left;
    text-align: left;
    display: inline;
}
.divddl2
{
    text-align: right;
}
.ddl1
{
    width: 100%;
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: #006600;
}
.divval1
{
    float: left;
    text-align: center;
    display: inline;
}
.divval2
{
    text-align: center;
}
.val1
{
    width: 100%;
    text-align: left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: Red;
}
.divibn1
{
    width: 3%;
    float: left;
    display: inline;
}
.divbtn1
{
    width: 10%;
}
.divmensagem1
{
    width: 100%;
    height: 2%;
    text-align: center;
}
.mensagem1
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
    color: Red;
}
.valida1
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
    color: Red;
}
.divvalidacao1
{
    width: 100%;
    height: 30%;
    text-align: left;
}
.divrelatorio1
{
    margin-top: 1%;
    width: 100%;
    height: 100%;
    text-align: left;
}
.titulo1
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: Bold;
    color: #006600;
}
.titulobox
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: Bold;
    color: White;
    width: 100%;
    background-color: #009FAF; /*background-image: url('../Imagens/topo_gridview1_bg.jpg');*/
}
.divtitulobox
{
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url('../Imagens/topo_gridview1_bg.jpg');
}

.datasource
{
    float: left;
    display: inline;
}

/* ------- CLASSES ------- */

#topo ul#navegacao
{
    position: relative;
    clear: both;
    height: 53px;
    padding-top: 0px;
    background: url('../Imagens/topo_navegacao_bg.jpg') no-repeat;
    font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    line-height: 52px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

html > body #topo ul#navegacao
{
    padding-top: 0;
    margin-left: 0px;
}

#topo ul#navegacao li
{
    position: relative;
    display: inline;
    top: 1px;
    left: 0px;
    padding: 0;
    margin-left: 0px;
    cursor: pointer; /*	zoom: 1;*/
}

#topo ul#navegacao li.primeiro
{
    margin-left: -25px;
}

html > body #topo ul#navegacao li
{
    padding: 16px 0;
    margin-left: 0px;
}

#topo ul#navegacao li:hover, #topo ul#navegacao li.ativo
{
    background: url('../Imagens/topo_navegacao_item_over_bg.gif') repeat-x 2px 0;
}

#topo ul#navegacao li a
{
    position: relative;
    background: url('../Imagens/topo_navegacao_item_separador.gif') no-repeat 0 center;
    text-decoration: none;
    color: #dde6a4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}

#topo ul#navegacao li:hover a, #topo ul#navegacao li.ativo a, #topo ul#navegacao li.primeiro a
{
    background: transparent;
}

#topo ul#navegacao li:hover a, #topo ul#navegacao li.ativo a
{
    color: #0f7744;
}

#topo ul#navegacao li a span
{
    position: absolute;
    top: -2px;
    left: 21px;
    color: #336633;
    cursor: pointer;
}

#topo ul#navegacao li:hover a span, #topo ul#navegacao li.ativo a span
{
    top: -1px;
    color: #abd32b;
}

/* ------- RODAPE ------- */
#rodape
{
    text-align: center;
    font-size: 11px;
    font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
    color: #898989;
}

#rodape a
{
    text-decoration: none;
    color: #898989;
}

#rodape a:hover
{
    text-decoration: underline;
}

#rodape .vcard
{
    text-align: center;
    background: url('../Imagens/rodape_endereco_bg.png') no-repeat;
    line-height: 28px;
    color: #898989;
}

#rodape .vcard strong
{
    color: #0f7744;
}

#rodape .vcard .country-name, #rodape .vcard .org
{
    /*display: none;*/
}

#rodape ul
{
    margin-left : 30px;
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e6;
    width : 992px;
    list-style: none;
    font-size: 11px;
}

#rodape ul li
{
    display: inline;
    background: url('../Imagens/rodape_menu_separador.gif') no-repeat 0 center;
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

#rodape ul li.primeiro
{
    background: transparent;
}

#rodape #meta
{
    margin: 5px 0 30px;
}

#rodape #meta strong
{
    margin-right: 10px;
    padding-right: 13px;
    background: url('../Imagens/rodape_menu_separador.gif') no-repeat right center;
    font-weight: normal; /*font-size:12px;*/
}


/* ------- ELEMENTOS ------- */
a
{
    color: #e55300;
}

form fieldset, a img
{
    border: 0px none;
}



/** ANS **/
#ans_rodape
{
    clear: both;
    text-align: center;
    margin-right: 10px;
    font-size: 11px;
    display: block;
    color: #009faf;
}

#rodape ul li
{
    display: inline;
    background: url('../Imagens/rodape_menu_separador.gif') no-repeat 0 center;
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

#rodape ul li.primeiro
{
    background: transparent;
}

#rodape #meta
{
    margin: 5px 0 30px;
}

#rodape #meta strong
{
    margin-right: 10px;
    padding-right: 13px;
    background: url('rodape_menu_separador.gif') no-repeat right center;
    font-weight: normal;
}

#rodape #meta img
{
    position: relative;
    top: 6px;
    margin: 0 20px;
}

