@charset "utf-8";
/* OTHER CSS STYLES */


.text_right	{
	text-align: right;
	}

.text_center	{
	text-align: center;
	}		

.toptext	{
	text-align: right;
	color: #394b7e; 
	font-size: 8pt; 
	line-height: 120%;
	font-weight: normal;
}


/* Break text/pictures up - left and right of screen */
/* Wrapper for left picture, right text */
.box_leftright	{
	clear: both;
	width: 100%;
	display: block;
	}
	
	/* Wrapper left for picture */
.box_left {
	float: left;
	}
	
	/* Wrapper right for text */
.box_right	{
	float: left;
	padding-left: 10px;
	top: auto;
	}		

.box {
	clear: both;
	}

/* Box outline - Dark Blue */
.box_dblue	{
	width: 95%;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	color: #394b7e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #394b7e;
	border-right-color: #394b7e;
	border-bottom-color: #394b7e;
	border-left-color: #394b7e;
	}	

/* Box outline - Light Blue */
.box_lblue	{
	width: 95%;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c7c7d4;
	border-right-color: #c7c7d4;
	border-bottom-color: #c7c7d4;
	border-left-color: #c7c7d4;
	}	

/* Box outline - Orange */
.box_orange	{
	width: 95%;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
	color: #394b7e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #78C23B;
	border-right-color: #78C23B;
	border-bottom-color: #78C23B;
	border-left-color: #78C23B;
	}	

/* Image on the right of text */
img.floatRight { 
    float: right; 
    margin: 2px;
	padding-left: 15px;
	}

/* Image on the left of text */
img.floatLeft { 
    float: left; 
    margin: 2px;
	padding-right: 25px;
	}
	

/* Light blue outline around text */
p.lblue_oline {
	border-style: solid;
	border-color: #c7c7d4;
	border-width: 1px;
	padding: 5px;
	}

/* Table */
.maintable {
  background-color: #FFF;
  width: 100%;
  border-spacing: 1px;
	}

caption	{
 	background: #394b7e;
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif,Verdana; 
	font-size: 10pt; 
	font-weight: bold;
	border: #FFFFFF thin solid;
	padding: 5px;
	text-align: left;
	caption-side: top;
	}

/* Light blue box around table */
td.lblue_oline {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 150%;
	border-style: solid;
	border-color: #c7c7d4;
	border-width: 1px;
	padding: 2px;
	}

/* Dark blue box around table */
td.dblue_oline {
	font-size: 12px;
	font-weight: normal;
	color: #394b7e;
	line-height: 150%;
	border-style: solid;
	border-color: #394b7e;
	border-width: 1px;
	padding: 4px;
	}
	
/* Light blue filled box in table */
td.lblue_fill {
	font-size: 11px;
	line-height: 150%;
	color: #394b7e;
	border-style: solid;
	border-color: #c7c7d4;
	background-color: #c7c7d4;
	border-width: 1px;
	padding: 2px;
	}

/* Dark blue filled box in table */
td.dblue_fill {
	font-size: 12px;
	color: #ffffff;
	line-height: 100%;
	border-style: solid;
	border-color: #394b7e;
	background-color: #394b7e;
	border-width: 1px;
	padding: 2px;
	}

td.orange_fill {
	font-size: 12px;
	color: #ffffff;
	line-height: 100%;
	border-style: solid;
	border-color: #78C23B;
	background-color: #78C23B;
	border-width: 1px;
	padding: 2px;
	}

td.green_fill {
	font-size: 12px;
	color: #ffffff;
	line-height: 100%;
	border-style: solid;
	border-color: #78c23b;
	background-color: #78c23b;
	border-width: 1px;
	padding: 2px;
	}


/* News and Events home pages */
/* wrapper around entire news and events listings */
#wrapper_news_events {
	clear: both;
	float: left;
	width: 500px;
	height: auto;
	}
		
/* yellow */
.wrapper_data {
	clear: both;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 5px;
	border-style: solid;
	border-color: #394b7e;
	border-width: 1px;
	background: url(/assets/images/events/template/background_yellow.gif) repeat-y left top;
	padding-left: 20px;
	color: #394b7e;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: 150%;
	}
	
/* red */
.wrapper_data_red {
	clear: both;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 5px;
	border-style: solid;
	border-color: #394b7e;
	border-width: 1px;
	background: url(/assets/images/events/template/background_red.gif) repeat-y left top;
	padding-left: 20px;
	color: #394b7e;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: 150%;
	}

/* blue */
.wrapper_data_blue	{
	clear: both;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 5px;
	border-style: solid;
	border-color: #394b7e;
	border-width: 1px;
	background: url(/assets/images/events/template/background_blue.gif) repeat-y left top;
	padding-left: 20px;
	color: #394b7e;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: 150%;
	}

/* green */
.wrapper_data_green	{
	clear: both;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 5px;
	border-style: solid;
	border-color: #394b7e;
	border-width: 1px;
	background: url(/assets/images/events/template/background_green.gif) repeat-y left top;
	padding-left: 20px;
	color: #394b7e;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: 150%;
	}
	
/* orange */
.wrapper_data_orange {
	clear: both;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 5px;
	border-style: solid;
	border-color: #394b7e;
	border-width: 1px;
	background: url(/assets/images/events/template/background_orange.gif) repeat-y left top;
	padding-left: 20px;
	color: #394b7e;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: 150%;
	}



/* EVENTS */


/* Table */
.smalltable {
  background-color: #FFF;
  width: 40%;
  border-spacing: 1px;
  margin-left:20px;
}

/* Yellow background - Industry  */
td.yellow_fill {
	background-color: #FFFF99;
	border-style: solid;
	border-color: #b2b2c3;
	border-width: 1px;
	padding: 4px;
	}

/* Red background - Industry  */
td.red_fill {
	background-color: #be7677;
	border-style: solid;
	border-color: #b2b2c3;
	border-width: 1px;
	padding: 4px;
	}

/* Blue background - GS1net  */
td.blue_fill {
	background-color: #b2b2c3;
	border-style: solid;
	border-color: #b2b2c3;
	border-width: 1px;
	padding: 4px;
	}

/* Green background - EPCglobal  */
td.green_fill {
	background-color: #78c23b;
	border-style: solid;
	border-color: #78c23b;
	border-width: 1px;
	padding: 4px;
	}

td.orange_fill {
	background-color: #FF9966;
	border-style: solid;
	border-color: #b2b2c3;
	border-width: 1px;
	padding: 4px;
	}



/* Tree Menu */	
/* Menu container */
.menu {
	width:500px;
	height:auto;
	border:solid #394b7e 1px;
	padding:10px 10px 10px 10px;
	margin:12px 12px 12px 0px;
	}

/* Menu styles */
.menu ul	{
	margin:0px;
	padding:0px;
	}

.menu li	{
	margin:0px 0px 0px 5px;
	list-style-type:none;
	text-align:left;
	color: #394b7e;
	font-weight:normal;
	font-size: 0.9em;
	}

/* Submenu styles */
.menu ul ul 	{
	background-color:#ffffff;
	}
	
.menu li li	{
	margin:0px 0px 0px 16px;
	}

/* Symbol styles */
.menu .symbol-item,
.menu .symbol-open,
.menu .symbol-close	{
	float:left;
	width:16px;
	height:1em;
	background-position:left center;
	}

.menu .symbol-item  {
	background:url(/assets/images/common/page.png) no-repeat;
	}
	
.menu .symbol-open  {
	background:url(/assets/images/common/minus.png) no-repeat;
	}
	
.menu .symbol-close {
	background:url(/assets/images/common/plus.png) no-repeat;
	}

/* Menu line styles */
.menu li.open  {
	font-weight:bold;
	}
	
.menu li.close {
	font-weight:normal;
	}	
