input, select, textarea {
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;


		
		
		padding-left: 10px;
		height:30px;

		background-image: linear-gradient(bottom, rgb(255,255,255) 14%, rgb(240,240,240) 57%);
		background-image: -o-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(240,240,240) 57%);
		background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(240,240,240) 57%);
		background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(240,240,240) 57%);
		background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(240,240,240) 57%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.14, rgb(255,255,255)),
			color-stop(0.57, rgb(240,240,240))
		);
}

textarea { 
	min-height: 150px;
	width:99% !important;
}

.frm-box {
	height:12px;
}



body {
	background:#fff;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
p{
	color:#333;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}
img{
	border:0;
	_behavior:url(iepngfix.htc);
}

.hackFloat{	clear:both;}

a { text-decoration:none; color:#333;}
a:link { text-decoration:none; color:#333;}
a:visited { text-decoration:none; color:#333;}
a:hover { text-decoration:none; color:#000;}


.destaque { 
	font-family:verdana;
	font-size:10px;
	color:#0099CC;
	font-weight:bold;
}





/* blocos */

#geral {
	background: #fff;
}

#topo {
	position:relative;
	height:50px;
	background: url(images/bgTop.png) repeat-x;
}


#topo .logo {
	position:absolute;
	top:10px;
	left:10px;
}


#topo .dados {
	position:absolute;
	top:0;
	left:190px;
	line-height:200%;
}

.corNegativa{
	color: white;
}




#topo .logout {
	position:absolute;
	top:0;
	right:0;
}




#rodape {
	position: fixed;
	bottom:0;
	width: 100%;
	
	height:20px;
	padding:8px 0;
	text-align:center;
	color:#666;
	background:url(images/bgTop.png) bottom repeat-x;
}
.navegacao{
	position:relative;
	height:20px;
	padding:5px 1%;
	width:88%;
	margin:0 auto;
}
#proximo{
	position:absolute;
	top:10px;
	right:10px;
}
#anterior{
	position:absolute;
	top:10px;
	left:10px;
}

#conteudo {
	clear:both;
	background:#fff;
	margin-bottom:50px;
}

#conteudo h1 {
	padding:10px;
	_padding:1%;
	background: #7AB58C; /*#666666 /* #e3edbf */;
	border-top:1px solid #ccc;
	border-bottom:1px dotted #666;
	font-size:1.5em;
	color: #fff/*#003300*/;
	
	_border-bottom:1px solid #666;
	_width:97.9%;
}
#conteudo p{
	padding:0 20px 5px;
	color:#000;
}

#conteudo .erro { 
	color: #FFF
}



#menu{
	position:relative;
	background:url(images/bgFerramentas.png) left bottom no-repeat;
	height:50px;
	margin-bottom:25px;
}

#menu .esq {
	position:absolute;
	top:5px;
	left:20px;
}

#listaFerramentas{
	
}

#listaFerramentas li{
	float:left;
	position:relative;
	padding:5px;
	cursor:pointer;
}

#menu .dir {
	position:absolute;
	top:3px;
	right:10px;
}

#divPesqUser{
	position:absolute;
	width:180px;
	top:0;
	left:50px;
	background: #FFFFE8;
	border:1px solid #ccc;
	padding:5px;
}


#box { 
	margin:10px 20px;
	display: block;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
} 


#box li { 
	float:left;
	height:90px;
	border: 1px solid #fff;
}

#box li:hover { 
	float:left;
	background:#f7f7f7;
	border: 1px solid #efefef;
	height:90px;
}
		
		#boxTopo {
			width:auto;
			padding-left:10px;
			padding-top:5px;
			color: white;
			font-size:1em;
			font-weight:bold;
			height:20px;
		
			background: url(images/bgAzul.png) repeat-x;
		}
		
		#boxTitulo { 
			width:600px;
			float:left;
		}
		
		#box .boxClose { 
			margin-right:10px;
			float:right
		}
		
		#boxConteudo { 
			padding: 10px;
		}
		
a.lnkClientes{ color:#fff;}
a.lnkClientes:link{ color:#fff;}
a.lnkClientes:visited{ color:#fff;}
a.lnkClientes:hover{ color: #FFFF99;}

#legenda {
	position:absolute;
	width:700px;
	top:50px;
	left:0;
	height:20px;
}

/* tabelas */
.tbLista{
	border:1px dotted #666;
	_border:1px solid #666;
	margin:0 auto;
	width:90%;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.tbLista td{
	padding:5px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #efefef;
	border-right:1px solid #efefef;
}
.cabecalho-tabela td{
	color: white;
	padding:3px 5px;
	border:none;
	font-size:1em;
	font-weight:bold;
	background: url(images/bgAzul.png) repeat-x;
}


.tbForm{
	border:1px dotted #666;
	_border:1px solid #666;
	margin:0 auto;
	width:90%;


	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	
}



.tbForm td{
	padding:5px 10px;
}

.cabecalho-form td{
	padding:5px;
	border:none;
	border-top:1px solid #efefef;
	font-size:1em;
	font-weight:bold;
	background:url(images/bgTop.png) bottom repeat-x;
}
.rodape-form{
	background: #999;
}



.rodape-form input{
	background:#fff;
	color:#666;
	margin:3px;
	font-size:0.9em;

	padding:0 10px;
	
	
		
	background-image: linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -o-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(21,85,117)),
		color-stop(0.28, rgb(129,200,204)),
		color-stop(0.83, rgb(252,255,255))
	);

}









/* formularios */


select { 
	border: 1px #333333 solid;
 	font-size:1.2em;
	font-weight:bold;
	padding:2px;
	color:#036;
}

input {
	font-size:1.2em;
	font-weight:bold;
	padding:3px;
	color:#036;
	border: 1px #333333 solid;
}

input:hover {
	color:#CC0000;
	border: 1px #666 solid;
}


textarea { 
	border: 1px #333333 solid;
}

textarea:hover { 
	border: 1px #999999 solid;
}


.inputSemBorda { 
	border: 0px;
}



.botao {
	background:#fff;
	color:#333;
	margin:3px;
	font-size:0.9em;
	
	
		
	background-image: linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -o-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(21,85,117) 0%, rgb(129,200,204) 28%, rgb(252,255,255) 83%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(21,85,117)),
		color-stop(0.28, rgb(129,200,204)),
		color-stop(0.83, rgb(252,255,255))
	);



}


.botao:hover { 
	color:#900
}



.preco, .status{
	font-weight:bold;
	font-size:1.3em;
	color: #009900;
}

.on { 
	background-color:#F5F5F5;
}

.off { 
}











input:focus {
	border:3px #039 solid;	
}

select:focus {
	border:3px #039 solid;	
}

textarea:focus {
	border:3px #039 solid;	
}





.c { 
	border: 1px #333 solid;	
}

.erro-ATIVO {
	border:3px #900 solid;	
}




		
		
.pop_container_advanced {
	position:fixed;
	width:600px;
	left:28%;
    background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
	display:none;
	z-index:1
}





.input-100 { 
	width:100%;
}


.cabecalho-tabela2 td{
	color:#fff;
	padding:3px 5px;
	border:none;
	font-size:1em;
	font-weight:bold;
	background: url(images/bgDestaque.png) repeat-x;
}




.input-wdt { 
	width:100%;
}