	

@charset "utf-8";
/* CSS Document */
body{
	margin: 0em;
	background-color: #FFF;
}
#bodylogin{
	background: #FFF url(../imagens/fundo.png) left top repeat;
}

/* CSS Topo */
#topo{
	width: 900px;
	height:75px;
}
#logo1{
	float:left;
	width: 350px;
	height: 84px;
	margin-top: 20px;
	margin-left: 20px;
	display:none;
}
#logo2{
	float:right;
	width: 350px;
	height: 84px;
	margin-top: 20px;
	margin-right: 20px;
	text-align:right;
	display:none;
}

#logo1 img, #logo2 img{
	height:92px;
}

#extranet{
	float: right;
	background: url(../imagens/logoextranet.png) center center no-repeat;
	width: 159px;
	height: 38px;
	margin-right: 20px;
}
#frmLogin input[type="text"]{
	margin-bottom:10px;
}

#logado{
	float:right;
    margin-right: 20px;
}

/* CSS Menu */
#menu{
	-webkit-box-shadow: 0 0 2px 2px #ab2e00;
	box-shadow: 0 0 1px 4px #cecbcb;
	/*background: #ab2e00;*/
	height: 41px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ab2e00), to(#cf4c1d));
	background: -moz-linear-gradient(top, #ab2e00, #cf4c1d);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ab2e00', EndColorStr='#cf4c1d');
}
#ul_menu{
	padding: 9px 0 0;
	margin: 0;
	list-style-type: none;
}
#ul_menu li{
	border-right: 1px solid #c9dbe6;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

/* CSS Corpo */
#corpo{
	width: 1024px;
	margin-left:-62px;
}

#corpo h2{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto;
	color:#000;
	text-shadow: 0px 0px 5px #FFF;
	width:200px;
	text-align:center;
}

#login{
	background: url(../imagens/bglogin.png) center center no-repeat;
	width: 265px;
	height: 230px;
	margin: 0 auto;
}

#ul_menu_icones{
	padding: 9px 0 0;
	margin: 0 auto;
	list-style-type: none;
	width: 690px;
}
#ul_menu_icones li{
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}
#ul_menu_icones li ul li{
	width: 150px;
}

/* CSS Rodape */
#rodape{
	height: 80px;
	margin-top: 230px;
	margin-left:-128px;
}

#help{
	float: right;
}

#btnLogar{
	border:0;
	margin-top:15px;
	margin-bottom:15px;
}
#tabOrdem{
	width:650px;
	border-collapse:collapse;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #000;
}
#tabLinha th, #tabOrdem tr, #tabOrdem td{
	text-align:center;
	border: 1px solid #000;
}
#divMotivoAlterarIncluir{
	height: 67px !important;
	width: 327px !important;
}
#divAlterarSenha{
	display: none;
}
