/*
* Estrutura do Site
* 
* CSS para desenhar toda a estrutura do site.
*
*/

BODY
, TABLE, TR, TD
, P, DIV, SPAN
, B, I
, H1, H2, H3, H4 {
    font-family:  Verdana, Tahhoma, Arial;
    font-size: 9pt;
    color:#000000;
    cursor: default;
}
TD{
   text-align: justify;
   color: #000000;
}
BODY {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;

}

BODY a {
 
    font-family:  Verdana, Tahhoma, Arial;
    font-size: 9pt;
    color: #000000;
    cursor: pointer;
    border: 0px;
    text-decoration: none;
}
BODY a:hover {
 
    font-family:  Verdana, Tahhoma, Arial;
    font-size: 9pt;
    color:#000000;
    cursor: pointer;
    border: 0px;
    text-decoration: underline;
}

#layout_mid {
    
}

#mid_table {
    width: 780px;
    padding: 0px 20px 0px 20px;
}

.input_form {
    height: 15px;
    border: 1px solid #4f650b;
    background-color: #d3d601;
    font-size: 8pt;
    color: black;
    width: 288px;
}
.input_form5 {
    height: 15px;
    border: 1px solid #4f650b;
    background-color: #d3d601;
    font-size: 8pt;
    color: black;
    width: 100px;
}

.input_form4 {
    height: 15px;
    border: 1px solid #4f650b;
    background-color: #d3d601;
    font-size: 8pt;
    color: black;
    width: 150px;
    padding-left: 10px;
}

.input_form3 {
    height: 15px;
    border: 1px solid #4f650b;
    background-color: #d3d601;
    font-size: 8pt;
    color: black;
    width: 288px;
}

.input_form2 {
    height: 15px;
    width: 170px;
    margin-top: 10px;
    border: 1px solid #4f650b;
    background-color: #ffffff;
    font-size: 8pt;
    color: black;
    width: 170px;
}

.input_text {
    
    border: 1px solid #4f650b;
    background-color: #d3d601;
    font-size: 8pt;
}
#corpo_body {
    background-color: #ffffff;
    width: 780px;
}

#planta {
    position: relative;
    top: 10px;
    left: -89px;
}

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

#title {
    color: #2f8a23;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

/*****
* SITE MENU
*/

.site_menuprincipal {
    width: 100%;
    border: 0px solid green;
    cursor: pointer;
}


 .site_menuprincipal .itemtd 
,.site_menuprincipal .itemtd_ovr
 {
    background-image: url('/img/bt/bgmenu.gif');
    background-repeat: no-repeat;
    background-position: top left;
    cursor:pointer;
}


 .site_menuprincipal .itemtd_ovr
,.site_menuprincipal .itemtd_withfilho_ovr {
    background-image: url('/img/bt/bgmenu_on.gif');
    background-repeat: no-repeat;
    background-position: top left;
}



.site_container_mitem {
    border: 0px solid red;
    position: absolute;
    left: -500px;    
    top: -500px;    
    z-index: 50000;
    cursor: pointer;
}



.itemL {
    background-image: url('/img/bg/menuL.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 6px;
    
}
.itemR {
    background-image: url('/img/bg/menuR.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 6px;
    
}
.itemC {
    background-image: url('/img/bg/menuC.gif');
    background-repeat: repeat-x;
}

.itemR2 {
    background-image: url('/img/bg/menu_agraria4.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    width: 6px;
    
}


.itemR DIV,
.itemL DIV {
    overflow: hidden;
    width: 3px;
}


.site_mitem .itemC,
.site_mitem_ovr .itemC {
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    padding: 8px 14px 8px 14px;
    cursor: pointer;
    text-align: center;
}
.site_mitem_ovr .itemC {
    color: white;
}

.site_mitem_ovr .itemL {
    background-image: url('/img/bg/menuL_ovr.gif');
    background-repeat: no-repeat;
    background-position: top left;

}
.site_mitem_ovr .itemR {
    background-image: url('/img/bg/menuR_ovr.gif');
    background-repeat: no-repeat;

}
.site_mitem_ovr .itemC {
    background-image: url('/img/bg/menuC_ovr.gif');
    background-repeat: repeat-x;
}


/**************************
* Tabela de Consulta
***************************/
.con_msg_empty{
    color: red;
    background-color: white;
    font-size: 14pt;
    padding: 20px;
    text-align:center;
}

.con_tab {
    width:100%;
    border: 1px solid white;
    background-color: white;
}
.con_titulo{
    background-color: red;
    color: white;
    padding: 0px 4px 4px 4px;
    margin-top: 2px;
}
  .con_tab TH
, .con_tab TD
{
   padding: 2px;
   font-size: 8pt;
   color: black;
}

.con_tab TH {
    background-color: #194299;
    color: white;    
}

.con_tab .par {
    background-color: rgb(200,200,200);
}


.con_tab .over {
    background-color: #fffcba;
}

.select_comando {
    font-size: 8pt;
    color: black;
    background-color: rgb(220,220,220);
    width: 120px;
}

.con_filtro_tab  {
    width:100%;
    margin-bottom: 4px;
    background-color: rgb(255,255,200);
}

  .con_filtro_tab TABLE TH
, .con_filtro_tab TABLE TD
{
   padding: 2px;
   padding-left: 8px;
   color: #344691;
   font-weight: normal;
}

.con_filtro_tab #paginacao {
    color:green;
    text-align: right;
    font-weight: bold;
}

.con_filtro_tab TH {
    color: black;    
}

.con_filtro_tab .btEnviar {
    color: black; 
    background-color: silver;
    border: 1px solid black;
    font-size: 8pt;
}








#dPopupBack {
	left: 610px;
    z-index: 1;
    background-color: white;
}

#dPopup {
	left: 610px;
    z-index: 2;
}

#dPopup H1 {
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvecta;
    font-weight: bold;
    padding: 0px;
}

#dPopup table th {
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
    color: #22297A;
    margin: 0px;
    padding: 0px;
    height: 0px;
    border: 0px solid #ffffff;
}

#dPopup .msg {
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
    color: white;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

#dPopup input {
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    height: 18px;
    border: 2px solid #cccccc;
    margin: 2px 0px 2px 0px;
    color: black;
}

#dPopup H2 {
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvecta;
    font-weight: bold;
    margin: 2px 0px 2px 0px;
    padding: 0px;
}

#dPopup .logado TD {
    font-size: 8pt;
    color: #ffffff;
}

#dPopup a {
    font-size: 8pt;
    color: #378f2b;
    font-weight:bold;
    text-decoration: none;
}

#dPopup a:hover {
    font-size: 8pt;
    color: #378f2b;
    text-decoration: underline;
}

.manuTitulo {
    color: #2f8a23;
}
.links {
    font-size: 8pt;
    color: #2f8a23;
    text-decoration: underline;
}
.cssimgb {
    margin-left: 185px;
}
.cssimgc {
    margin-top: 10px;
    margin-left: 5px;
}

.cssimgd {
    margin-left: 185px;
}

.cssimge {
    margin-left: 330px;
}

