html,body		{ }
body{background:#fff url(/interface/imgs/bg2.png) repeat-x 0 0;}
body,td,textarea{ 
	color:#2E2E2E;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}	
body,form		{ margin:0; padding:0;}	
img				{ border:0;}
h1, .Title		{ 
	font-size:16px; 
	font-weight:bold;
	color:#639000;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.2em;
	margin:0.5em 0;
}
h2{
	color:#333333;
	font-family:Arial,sans-serif;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.2em;
	margin:0.5em 0;
}
p				{ margin:0;}
h3				{ margin:0;padding:0 0 5px 0; color:#FF9900;font-size:18px;}
h4				{ margin:0;padding:0 0 5px 0; color:#E95215;font-size:18px;}
a				{ color:#649200;text-decoration:underline;}
a:hover			{ text-decoration:none;}

.passo{
	color:#FF0000;
	font-size:16px;
}

.info{ 
	background:#d9ebb2 url(/interface/imgs/lamp.png) no-repeat 20px center;
	-moz-border-radius: 1em;
	padding:20px 20px 20px 40px!important;
	color:#333333;
	font-size:16px;
	line-height:22px;
}
.info a{
	color:#333333;
	text-decoration:underline;
}
.info a:hover{
	color:#666;
	text-decoration:none;
}
 
.Code			{ }

ul 				{padding-left:20px; margin-top:15px;}
ul ul 			{margin-top:2px;}
ul ul ul 		{margin-top:2px;}

ul li{background:url(/interface/imgs/seta.png) no-repeat left 8px;list-style-type:none;padding-left:20px;margin-bottom:10px;font-weight:bold;}

.linklogo{
	display: block;
	width: 250px; 
	height: 100px; 
	position: absolute; 
	top: 0pt; 
	margin-left: 50px; 
	margin-top: 55px;
	cursor:pointer;
}


#main{
	width:894px;
	margin:auto;	
}
#topbar{
	height:31px;
	width:783px;
	padding-left:57px;	
}
#langs{}
#langs a{
	display:block;
	width:94px;
	height:22px;
	background:url(/interface/imgs/lang.png) no-repeat left top;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding-top:4px;
	margin-right:1px;
	text-transform:uppercase;
	font-size:11px;
}
#langs a.on{
	background:url(/interface/imgs/langon.png) no-repeat left top;
}
/*#langs a.on:hover{
	background:url(/interface/imgs/lang.png) no-repeat left top;
}*/
#langs a:hover{
	background:url(/interface/imgs/langon.png) no-repeat left top;
}
#search{
	width:170px;
	float:right;
	padding-top:6px;	
}
#search .sinput{
	border-top:1px solid #ABADB3;
	border-left:1px solid #E2E3EA;
	border-right:1px solid #DBDFE6;
	border-bottom:1px solid #E3E9EF;
	font-size:10px;
	width:150px;
	float:right;
}
#search .ssubmit{
	width:16px;
	height:18px;
	display:block;
	border:0;
	float:left;
	background:url(/interface/imgs/search.png) no-repeat left top;
}
#topimage{
	width:894px;
	height:338px;
	margin-left:-83px;
	position:absolute;
	top:0;
	z-index:-1;
}
#topimage img{
	position:relative;
	z-index:-1;	
}
#login{
	display: block;
	width: 255px; 
	height: 100px; 
	position: absolute; 
	top: 0pt; 
	margin-left: 643px; 
	margin-top: 150px;
}
#login .msglogin{
	background:#7FB901;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	/*position:relative;
	top:-180px;
	left:750px;
	z-index:1;*/
	width:190px;
	padding:15px;
	float:left;
	margin-left:-25px;
	margin-bottom:10px;
}
#login .msglogin a{
	color:#fff;
}
#login .cxlogin{
	background:#7FB901;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	/*position:relative;
	top:-180px;
	left:750px;
	z-index:1;*/
	width:165px;
	padding:15px;
	margin-bottom:10px;
}
#login .cxlogin h3:hover{
	cursor:pointer;
	text-decoration:underline; 
}
#login .cxlogin .labellogin{
	font-size:9px;
	text-decoration:none; 
	color:#000;
}
#login .cxlogin .labellogin a{
	text-decoration:underline;
}
#username{
	display:block;
	font-size:9px;
	margin-bottom:2px;
}
#passwd{
	font-size:9px;
	display:block;
	float:left;
	margin-right:2px;
}
#inputreturn{}

#twobuttons{
	clear:both;
	width:330px;
	margin-left:-75px;
}
#twobuttons a{
	background:#7FB901;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	/*border:2px solid #6D9F00;*/
	text-align:center;
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	margin-right:10px;
}

#twobuttons a:hover{
	background:#B0B1B1;
}
#twobuttons .button-particular{
	width:120px;
	padding:15px 10px;
}

#twobuttons .button-parceiro{
	width:160px;
	padding:5px;
}

#content{
	width:783px;
	padding-left:57px;	
	margin-top:266px;
}
#footer{
	width:783px;
	padding-left:57px;	
	height:45px;	
	color:#444;
	margin-top:30px;
}
#footer a{
	
}
.left-footer{
	float:left;
	width:230px;
	margin-left:-3px;
}
.center-footer{
	float:left;
	width:330px;
	font-size:10px;
	line-height:19px;
	margin-left:20px;
}
.center-footer div{
	float:left;
	width:160px;
	margin-right:5px;
	
}
.right-footer{
	float:left;
	width:150px;
	text-align:right;
	line-height:19px;
	font-weight:bold;
	background:url(/interface/imgs/lamp.png) no-repeat right 2px;
	padding-right:25px;
	margin-left:25px;
}
.right-footer span{
	color:#8DB040;
}
.right-footer a{
	color:#444444;
	text-decoration:none;
}


/* ACCORDION */	
 * li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width: 782px; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 782px;
	font-family: verdana;
	/*border: 1px solid black;*/
}
.basic div {
	background-color: #fff;

}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:15px 5px 5px 38px;
	margin-top: 0;
	margin-bottom:12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform:uppercase;
	font-family:verdana;
	color: #fff;
	height:28px;
	
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;*/
	
	background-image: url("/interface/imgs/baraccordion.png");
}
.basic a:hover {
	
	text-decoration:underline;
	/*background-image: url("/interface/imgs/baraccordion.png");*/
}
.basic a.selected {
	color: #fff;
	/*background-color: #80cfe2;*/
	background-image: url("/interface/imgs/baraccordion_on.png");
}

/* LIST3 */
#list3 { /*border: 1px solid #111;*/ }
#list3 div.selected .title { font-weight: bold; background: url("/interface/imgs/baraccordion_on.png") no-repeat 0 0;color:#fff;}
#list3 div div {
	/*border-left:8px solid #6699CC;*/
	padding-bottom: 15px;
	padding:0 10px;
}
#list3 div.title {
	/*border: 1px solid #3366AA;
	background-color: #6699CC;*/
	padding:15px 5px 17px 38px;
	margin-top: 0;
	/*margin-bottom:12px;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform:uppercase;
	font-family:verdana;
	color: #fff;
	height:28px;
	cursor: pointer;
	
}
#list3 div.title:hover{
	color:#ececec;
}
#list3 div.selected {
	border-bottom: none;
	color: #000;
	
}
.icon{float:right;padding-right:15px;}
