@charset "utf-8";
/* CSS Document */
/*CONFIGURACAO GERAL----------------------------------------------*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#site {/*DIV DO SITE*/
	margin:auto;
	width:980px;
	border:#CCCCCC 1px solid;
	margin-bottom:10px;
}

div{
	
/*border:1px solid blue;*/	
}
#header{/*DIV QUE CONTEM MENU + IMAGEM DE CIMA*/
	border-bottom:1px solid #CCCCCC;
	background-image:url(images/bg_top1.png);
	background-repeat:repeat-x;
	height:80px;
}
#ht_logo{
	
	margin:5px 5px 5px 5px;
	margin-top:2px;
	float:left;
	width:50px;
	height:50px;
	
}
#ht_name{
	
	margin:5px 5px 5px 5px;
	padding-top:10px;
	float:left;
	width:180px;
	font-weight:bold;
	font-size:24px;
	height:30px;
	
}
#divNav{
	width:400px;
	float:left;
	height:55px;
	display: none;
}
#divUser{

height:60px;

	
}

#divUserName{
	font-weight:bold;
	font-size:18px;
	padding-top:9px;
	text-transform:capitalize;
	width:250px;
	float:right;
	text-align:right;
	margin-left: 400px;
	margin-right: 20px;
	
}
#divlogOut{
	margin-top:8px;
	margin-right:8px;
	width:48px;
	float:right;
	display: none;
}

#divUserTime{
	padding-top:5px;
	font-weight:bold;
	width:200px;
	float:right;
}

.usrList td{

    text-align: center;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
    text-transform: capitalize;
    border-bottom: 1px solid blue;
}

#UsrListTitle{

    font-weight: bold;

}

#sys_desc{
		font-weight:bold;
		margin-left:5px;
		width:800px;
		float:left;
}
ul#nav{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li{

	float:left;
}
#nav li a{
	height:40px;
	display:block;
	float:left;
	padding:10px 18px 6px 18px;
	padding-bottom:20px;
	border-left:1px solid #455C87;
	text-decoration:none;

}
#nav li img{
	border:none;	
}

#nav li a:hover{
	color:#A1C96A;
	background-color:#CCC;
}

#nav li.active a{
	font-weight:bold;color:white;text-decoration:none;
}

#top_inf{/*CABECALHO*/
	width:980px;
	min-height:48px;
	margin-top:5px;
	height:auto;
	background-image:url(images/tbl-bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #CCCCCC;
}


#login{
	margin-top:5px;
	width:980px;
	min-height:20px;	
}
	
#loginUsrName{
	text-transform:capitalize;	
}
	
/*LINKS----------------------------------------------*/
#menu_top{/*BARRA DE LINKS*/
   width:80%;
   height:43px;
   padding-top:5px;
   margin:auto;

}
#menu_top a{/*LINKS*/
   display:block;
   margin:0 0 0px 25px;
   text-decoration:none;
   float:left;
}

.logged{

    border-bottom:1px solid #CCCCCC;
    margin-bottom: 3px;
     padding-bottom:  3px;
    margin-top: 3px;
    font-size: 14px;

}

    .label{

font-weight: bold;
color:grey;
padding-right: 3px;

}
    .aMenu{
	text-decoration: none;
	color:blue;
	margin-left:5px;


    }

    .aMenu:hover{
	color:red;
	text-decoration:underline;

    }
#lnk_01,#lnk_02,#lnk_03,#lnk_04,#lnk_05{
    background-image:url(images/bt1.jpg);
    color:#ed914f;
    text-align:center;
    width:160px;
    padding-top:10px;
    height:28px;
    font-weight:bold;
    text-transform:uppercase;
}

#lnk_01:hover,#lnk_02:hover,#lnk_03:hover,#lnk_04:hover{
    background-image:url(images/bt2.jpg);
    color:black;
    text-align:center;
    width:160px;
    padding-top:10px;
    height:28px;
}
#lnk_04:hover{
    padding-top:6px;
    height: 32px;
}
#lnk_04{
    padding-top:6px;
     height: 32px;
}
.links:hover{
    background-color:#ed914f;
    color:black;
    text-align:center;
    width:180px;
    padding-top:10px;
    width:180px;
    height:28px;
}
/*CONTEUDO----------------------------------------------*/
#content {/*DIV CONTEUDO*/	
    float:left;
    width:970px;
    min-height:440px;/*nao mexer; configura div pra width automatico*/
    height:auto !important;/*nao mexer; configura div pra width automatico*/
    height:440px; /*nao mexer; configura div pra width automatico*/
    padding-top:10px;
    padding-left:4px;
    padding-right:4px;
}
.title{/*TITULO FORM*/
    width:975px;
    text-align:center;
    background-image:url(images/title_bg.jpg);
    margin:3px 0px 20px 0px;
    padding:3px 3px 3px 0px;
    border-bottom:#CCCCCC 1px solid;
}
fieldset{/*FILDSETS */
    margin:3px 3px 15px 10px;
}
legend{/*LEGENDS */
    background-color:#CCC;
    border:1px solid black;
}

.titulo{/*TITULO FORM*/
    text-align:left;
    font-size:14px;
    font-weight: bold;
    width:930px;
    margin-bottom: 5px;
    margin-top:  5px;
}

.gridText{
    background-color:white;
    border:1px solid #7F9DB9;
    height: 25px;
    min-width: 140px;
     text-align: center;
}
.gridNum{
    background-color:white;
    border:1px solid #7F9DB9;
    height: 25px;
    width: 80px;
    text-align: center;
}
.gridDate{
    background-color:white;
    border:1px solid #7F9DB9;
    height: 25px;
    width: 90px;
     text-align: center;
}
/*--------------------------------*/
.gridText2{
    background-color:#EEF6FF;
    border:1px solid #7F9DB9;
    height: 25px;
    min-width: 160px;
     text-align: center;
}
.gridNum2{
    background-color:#EEF6FF;
    border:1px solid #7F9DB9;
    height: 25px;
    width: 80px;
     text-align: center;
}
.gridDate2{
    background-color:#EEF6FF;
    border:1px solid #7F9DB9;
    height: 25px;
    width: 90px;
    text-align: center;
}
/*--------------------------------*/
.gridHText{
    border:1px solid #7F9DB9;
    height: 25px;
    min-width: 140px;
    text-align: center;
        background-color:#e9e9e9;
}
.gridHNum{
   background-color:#e9e9e9;
    border:1px solid #7F9DB9;
    height: 25px;
    width: 80px;
    text-align: center;
}
.gridHDate{
       background-color:#e9e9e9;
    border:1px solid #7F9DB9;
    height: 25px;
    width: 90px;
    text-align: center;
}
.mp_img{

    float: left;
    margin: 5px 5px 5px 5px;
    padding: 3px 3px 3px 3px;
    padding-bottom: 5px;
    min-width: 280px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
/*--------------------------------*/
#MainMenu{

    width: 800px;
    height: 400px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;

}
#MainMenu a{

    text-decoration: none;
    border: none;

}
#MainMenu img{

    border:none;

}
#MainMenu div{

    margin-top: 10px;
}
.tblMain{
    width:930px;
    
    
}
.tblMainbd{
    width:930px;


}
.tblMainbd td{
    border:1px solid blue;
}
.tblMainbd tr{


}
.forms{
    margin: auto;
    width: 930px;
    border: 1px solid lightgrey;
    background-color:#e9e9e9;
    border:1px solid black;
    margin-bottom: 15px;
}
table{

}
.divSubmit{
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width:930px;
    text-align: center;
    border-top: 2px solid lightgrey;
}
.btSubmit{
    
}
tr{
   margin: 1px 1px 1px 1px;
   padding: 1px 1px 1px 1px;
}
td{
   margin: 1px 1px 1px 1px;
   min-width: 30px;
}

.sucess{
    text-decoration: blink;
    color:green;
    font-weight: bold;
}

.fail{
    text-decoration: blink;
    color:red;
    font-weight: bold;
}
.required{
    color:red;
    font-size: 14px;
}
li{

    margin-top: 5px;
    margin-bottom: 5px;
}
.subLink{

    margin-top: 5px;
    margin-bottom: 5px;

}

.mainLink{

    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 5px;
    border: 1px solid grey;
    min-height: 50px;

}
/*RODAPE----------------------------------------------------------------*/

   #footer {/*RODAPE*/
   width:975px;
   height:25px;
   text-align:center;
   clear:both;
   border: 1px solid #CCCCCC;
   background-image:url(images/bg_top.png);
   padding:5px 0px 0px 5px;
   }

#footer_img{
   background-image:url(images/title_bg.jpg);
}


.supIndFe td{

    color:red;
    font-weight: bold;
    background-color:gainsboro;

}

.supIndProd td{

    color:red;
    font-weight: bold;
    background-color:lemonchiffon;
}

.supIndFeAndProd td{

    color: red;
    font-size:14px;
    font-weight: bold;

}


        #header1{ display: none; }

	 #header1 * { display: none; }


/*top,right,bottom,left*/

/*CSS MATERIA PRIMA----------------------------------------------------------------*/
