@CHARSET "ISO-8859-1";
*{
	margin:0;
	padding:0;
	font-family:bauhaus, arial, helvetica, sans-serif;
	font-size:10px;
}
h1{font-size:18px;}
seguranca{display:none;}
									/*Lincks do body*/
a{
text-decoration:none;
color:#000;
padding:0 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
a:hover{color:#000;}
a:active{background-color:#fff;}
a:focus{outline:medium none;}
body{background-color:#ccc;padding:0 10px;}
.logo{
	width:130px;
	height:70px;
	margin:0 20px;
	border:none;	
}
.logo a:active{color:none;}
#mn{height:90px;}
#menu{
	width:98%;
	margin:0px auto 10px auto;
	padding:0 3px;
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-redius:5px;
	border-radius:5px;
	position:fixed;
	z-index:5000;
}
#menu a{padding:0;}
img{border:none;}
								/*Título*/
#titulo{display:none;}
.titulo{
	width:100px;
	height:50px;
	float:right;
	margin:8px 8px 0 0;
	padding:5px 3px 0 3px;
	background:#ccc;
	border:1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#063;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	/*line-height:60px;*/
display:block;

}
.titulo p{
	float:left;
	margin:0 15px 0 0;
	font-size:12px;
	font-style:none;
	color:#000;
	line-height:20px;
	
}
										/*Opção*/
#opc{
	float:left;
	margin:-30px 0 0 5px;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:absolute;
	display:none;
	font-weight:bold;
}
												/*Menu paginação*/
.paginacao{
	/*margin:-85px 0 0px 5px;*/
	margin: -75px 0px 0px 620px;
	border:1px solid #000;
	background:#ededed;
	padding:2px 29px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:fixed;
	display:none;
	z-index:100000;
}
.paginacao a{
	margin:0 2px;
	padding:0 2px;
	color:#000;
	background-color:#ccc;
	font-size:9px;
}
								/*Tabelas*/
table{
	width:99%;
	margin:0px auto 200px auto;
	border:1px solid #000;
	border-spacing:0;
	border-collapse:collapse;
}
td{cursor:default;}
span[class='add'],span[class='editar'],td[class='qtd']{cursor:pointer;}
td{border-top:1px solid #000;border-left:1px solid #000;margin:0;padding:0 5px;font-weight:bold;}

td a{margin:0 2px; padding:0;}
td .detalhes{margin: 0 20px;}
/*.centro{text-align:center;}*/
tr:first-child{background-color:#ededed;text-align:center;}
tr:first-child td{padding:3px 5px;}
tr:first-child td, tr:first-child a{font-size:15px;}
.head{position:fixed;width:99%;}
td:first-child{text-align:center;}
tr .left{text-align:left;}
tr:hover{background-color:#ededed;}
.right{text-align:right;}
								/*formulários*/    
form table{background-color:#ededed;width:200px;}
form td{border:0;text-align:right;padding-top:5px;vertical-align:bottom;}
form tr:first-child{background-color:transparent;}
form td:first-child{text-align:right;font-size:12px;}
input[type="text"], input[type="password"]{width:250px;}
input[type="submit"]{width:100px;margin:0 100px 5px 0;}
input.produto{width:350px;height:100px;}
textarea{width:250px;}
								/*Formulário de mudança de quantidade de produto*/
tr .qtd{width:70px;}
.f_qtd input[type="text"]{float:right;width:30px;height:13px;font-size:10px;margin:-14px 0 0 0;padding:0;}
								/*Formulário de inserção e edição de valores*/
.f_vlr input[type="text"]{float:right;width:50px;height:13px;font-size:10px;margin:0;padding:0;}
.none{display:none;}
								/*Div de observação de comentários*/
.obs{
	min-width:300px;
	max-width:600px;
	position:absolute;
	display:none;
	background:#fff;
	padding:3px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.oculto{display:none;}
.info{
	margin:40px 300px;
	position:absolute;
	color:red;
	font-weight:bold;
	
}										/*home*/											
#home{
	width:400px;
	min-heigth:600px;
	padding:5px;
	font-size:15px;
	background-color:#ededed;
	margin:10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

		/*Botão usado pelo fornecedor para avisar do termino do preenchimento dos valores*/

/*Faltando concluir*/

#notificacao{
	
	margin-top:10px;
}

#notificacao a{
	color:red;
	text-decoration: underline;
}

#img_notificacao{
	margin:100px 0 0 420px;
	top:0;
	position:absolute;
	cursor: pointer;
	z-index:0;
}

#notificacao span{
	cursor:pointer;
}


/*tooltip*/

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

#screenshot img{
	
	width:600px;
	
}

/*popup*/


#popup{
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	background:#000;
	z-index:9999;
	position:fixed;
	display:none;
}

#pop_center{
	width:1000px;
	height:460px;
	left:50%;
	margin-left:-500px;
	text-align:center;
	position:relative;
	top:10px;
	background:#fff;
}

#popup_fechar{
	position:relative;
	top:0;
	right:0;
	cursor:pointer;
	font-size:20px;
	font-weight: bold;
	background:#fff;
}