
/* GS1, Main CSS */

/* begin global */
body.cLumBody, td, span, div, input, select, textarea, a {
	color:#091351;
}
body.cLumBody {
	background:white;
}
body.cLumBody a {
	color:#091351;

}

#LumInterfaceHeader img.icotit, #homebox img.icotit, #list img.icotit, #details img.icotit  {
 background-color:#336601;
}

}

#LumInterfaceHeader .img {
 background-color:#336601;

}

.cLumIntraIcon
{
	background-color:#336601;
}

/* end global */



/* begin menus */
#menuhome {
	background:#336601;
	text-align:left;
	padding-left:12px;
}
#menuhome a {
	color:white;
}

/*sub-menu*/
.menu {
	background:white;
	border:1px solid #999;
	
}
.menu a.menuItem {
	background:#336601;
	color:white;
	border-bottom:1px solid white;
}
.menu a:hover.menuItem {
	background:#F9F9F9;
	color:#000000;
}
.menu .menuItemText {
	color:white;
}
.menu a:hover .menuItemText {
	color:#000000;
}


#menufooter {
	color:white;
}
#menufooter li.logout {
	background:white;
}
#menufooter a {
	color:white;
}
#menufooter li.logout a {
	color:#FE3E14;
}

#menuint a:hover {
	color:#86B12C;
}

#back a {
	 color:#091351;
	 border:1px solid #091351;
	 background:white;
}
/* end menus */


/* begin areas */
.footerline {
	background:#336601;
}

#langpicker {
	width:507px;
	height:99px;
	background:url(../image/epc/bg_header_epc.jpg) top left no-repeat;
	padding:85px 2px 0 5px;
	text-align:right;
}

#copyright {
	color:white;
}

#footer {
	border:2px solid #ccc;
	background:white;
}

#docs .tit {
	border-bottom:1px solid #336601;
	color:#336601;
}

#letters, #letters a {
	color:#336601;
}

.titleGeral {
	color:#336601;
}

#search .tit {
 font-weight:bold;
 font-size:110%;
 text-transform:uppercase;
 padding:0 0 16px 0;
 color:#336601;

}

#search2 .tit {
 font-weight:bold;
 font-size:110%;
 text-transform:uppercase;
 padding:0 0 16px 0;
 color:#336601

}


/* end areas */


/* begin generic lists */
#homebox {
	color:#666;
}
#homebox td.brdtop {
	background:#f4f4f4 url(../image/homebox_graylinebg.gif) top left repeat-x;
}
#homebox td.brdbottom {
	background:#f4f4f4 url(../image/homebox_graylinebg.gif) bottom left repeat-x;
}
#homebox td.cont {
	background:#f4f4f4;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#homebox .tit {
	color:#336601;
}

#list .tit {
	border-bottom:1px solid #336601;
	color:#336601;
}
#list .subtit {
	color:#336601;
}
#list .subtit .subtitinfo {
	color:#091351;
}

#details .tit {
	border-bottom:1px solid #336601;
	color:#336601;
}
#details .subtit {
	color:#336601;
}
/*end generic lists */


