#divLogin{
	position:absolute;
	width:100%;
	height:115px;
	border:0px;
	top:35px;
	z-index:1;
	margin:0px;
	padding:0px;
}
#formLogin{
	background-color:#F0F0F0;
	margin:0px;
	padding:5px 5px 5px 5px;
	float:right;
	
	width:290px;
	
	
}
#formLogin input{
	width:200px;
}
#formLogin #divBotoes{
	display:block;
	text-align:right;
	margin:20px 0px 5px 0px;
}
#formLogin ul{
	margin:0px;
	padding:0px;
	clear:both;
	height:30px;
	list-style:none;
}
#formLogin ul li{
	float:left;
	width:70px;
	overflow:visible;
}
.linkBotao{
	border:2px solid #222277;
	background-color:#CACADA;
	color:#222277;
	font-weight:bold;
	padding:3px;
	margin:3px;
	text-decoration:none;
	display:inline;
	width:50px;
	height:20px;
}
.linkAreaCliente{
	margin-left:20px;

	width:110px;
	height:20px;
	padding:5px;
	border:0px solid #CACACA;
	text-decoration:none;
}
#divCarregando{
	z-index:5;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#FFFFFF;
	opacity:0.5;
	filter: alpha(opacity = 50);
}
/*Area do cliente*/
#divArea{
	background-color:#FFF;
	position:absolute;
	z-index:3;
	top:3%;
	left:3%;
	width:90%;
	height:560px;
	border:10px solid #000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#divPreta{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:200%;
	background-color:#000000;
	margin:0px;
	padding:0px;
	z-index:1;
	opacity:0.7;
	filter:alpha(opacity:70);
}
#divConteudo{
	width:100%;
	height:400px;
	margin:0px;
	overflow:auto;
}
#divTopo{
	width:100%;
	height:20px;
	background-color:#000;
	text-align:right;
}
#divTopo a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.divRodape{
	width:95%;
	height:100px;
	text-align:center;
	clear:both;
	margin:2px auto 0px auto;
}
.linkAba{
	width:213px;
	height:17px;
	text-decoration:none;
	text-align:center;
	border:1px solid #FFF;
	background-color:#FFFFFF;
	color:#000;
	float:left;
}
#divJanela{
	background-color:#EAEAEA;
	position:absolute;
	z-index:3;
	top:4%;
	left:25%;
	width:50%;
	height:80%;
	border:10px solid #115;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow:auto;
	opacity:0.99;
	filter:alpha(opacity:99);
}
#divJanela form{
	margin:1%;
	padding:2px;
}
#divJanela form textarea,select{
	display:block;
}
#divJanela form textarea{
	display:block;
	width:340px;
	height:100px;
}

/****************************************************************************************/

#tableless{
	height:25px;
	border-left:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	list-style:none;
	clear:both;
	padding:0px;
	margin:0px;
	float:left;
	width:99%;
}

#tableless li{
	border-right:2px solid #ffffff;
	background-color:#E9E9E9;
	height:14px;
	width:20%;
	overflow:visible;
	float:left;
	padding:5px;
	margin:0px;
	text-align:center;
}

#tableless a{
	text-decoration:none;
	color:#000;
}

#tableless:hover li{
	background-color: #C7D6E7;
	cursor:pointer;
}

#tableless-head{
	height:25px;
	border-left:2px solid #ffffff;
	list-style:none;
	clear:both;
	padding:0px;
	margin:0px;
	float:left;
	text-align:center;
	width:99%;

}

#tableless-head li{
	border:1px solid #ffffff;
	background-color:#183D8B;
	color:#FFFFFF;
	height:17px;
	width:20%;
	float:left;
	padding:5px;
	margin:0px;
	font-weight:bold;
}

#divAbrirChamado form{
	overflow:hidden;
}



