/**
 * Design. (c) GS1ProjectTeam , 1385, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */
/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */
.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.bar01 {
	color: #000000;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 18px;
	font-family: Arial,Tahoma,Verdana;
	font-weight: bold;
}

th {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
body {
	margin: 15px;
	height: 110%;
	padding: 0px;
	font-family: tahoma;
	line-height: 150%;
	font-size: 11px;
	color: #333333;
	background:#CCCCCC url(/images/back_top.jpg) repeat-x left top;
}

a:link,
a:visited {
	text-decoration: none;
	color: #8C0512;
}

a:hover {
	border-bottom: #bdf 1px solid;
}

.pageWrapper {
	margin: 0 10%;
	width : auto;
	min-width: 620px;
}

/* Uncomment below for liquid width (expands and contracts with brwoser window width 
*/
.pageWrapper {
	margin: 0 auto;
	width: 730px;
	min-width: 620px;
}


/* extension to page wrapper */
#main {
	border-right: #FFF 2px solid;
	border-left: #FFF 2px solid;
	/* IE Hack. Set this to right colour for now */
	background: #E5EDF1;
}

div#bodyWrap {
	background: url('/images/back_top.jpg') repeat-x;
}

div#bodyWrap {
	width: auto;
	min-width: 770px;
	height: 432px;
}

img.product, 
.product img {
	border: 1px solid #225F82;
	margin: 12px 8px 4px 8px;
}

.content .product {
	text-align: center;
}

.subBarInner p {
	margin: 8px 8px 2px 8px;
	padding: 0;
}

.product {
	font-weight: bold;
	color: #0B70CE ! important;
}

div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #F6F9FB;
	border: 1px solid #225F82;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 8px 16px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

h1 {
	font-size: 15px;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
}

h1 span {
	float: right;
	color: #69839B;
}

/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}
/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */

#header {
	height: 146px;
	margin-right: -2px; /* Box model adjustment */
}

#header #logo {
	width: 223px;
	float: left;
	background: url('/images/logo.gif') no-repeat #FFF;
	margin: 0 -3px;
	height: 146px;
	position: absolute;
	z-index: 100;
}

#header #logo h1 {
	display: none;
}

#heading .head {
	height: 78px;
	background: url('/images/header.jpg') no-repeat right top #FFF;
	border-right: 2px solid #fff;
	position: relative;
	margin-right: -2px;
}

* html #heading .head {
  margin-right: -4px; /* Extra 2px due to IE Box model */
}

#heading .top, 
#heading .sub {
	color: #FFF;
	margin: 10px 10px 0 0;
	float: right;
	width: 370px;
	text-align: right;
	height: 22px;
}

#heading a:link,
#heading a:visited {
	color: #FFF;
	margin-left: 32px;
}

#heading a:hover {
	border-bottom: #7487A1 4px solid;
}

#heading .sub {
	clear: right;
}

#footer {
	position: relative;	/* IE fix */
	padding: 4px 24px;
	color: #249;
	background: url('/images/bg5.gif');
}

/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner,
div.subBarInner,
div.subTitleInner {
	z-index: 2;
	width: 100%;
	border-right: #FFF 2px solid;

}

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
}

#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

/* --------------------- The Sub Bar Piece -------------------- */

div.subBarOuter,
div.subTitleOuter {
	z-index: 1;
	border-style: solid;
	border-color: #E5EDF1;
	border-width: 0;
}

div.subBarInner div.right,
div.subTitleInner div.right {
	float: right;
	width: 20em;
	margin: 0 -20em 0 1px;
}

div.subBarInner div.content,
div.subTitleInner div.content {
	margin: 0 -1px; /* Ensure floating */
	width: 100%;
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
	border-left: 16em #E6EEF0 solid;
	border-right: 8px #0B70CE solid;
}

#mainInner {
	border-left: 2px solid #FFF;
	background: #F0F3F2;
}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 100%;
}

#mainOuter .right {
	/* Not used for now */
	float: right; 			/* Possiblity for NN4 layout */
	width: 15em;
	margin: 0 -15em 0 1px;	/* Column position */
}

#mainOuter .left {
	width: 16em;
	margin: 0 1px 0 -16em;	/* Column position */
}

/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	border-top: 2px solid #FFF;
	background: #CDE;
	position: relative;
}

html>body .mozclear {
	border-bottom: 1px solid white;	/* help mozilla recognize empty  clearing element */
	margin-bottom: -1px;                  /* compensate for 1px space used by border */
}

/* -----------------------------------------------------------
						Fix BugIE :-|
----------------------------------------------------------- */

* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
	position: relative;	/* fix a render bug in IE under certain conditions */
}

* html div.gap {
	margin-right: -4px;
}

* html #mainOuter {
	border-right: 4px #0B70CE solid;
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
	margin-left: -2px;
	margin-right: 2px;
}


/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */

.titleSide,
.titleMain {
	padding: 8px 16px 4px 16px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 16px;
}

.titleSide {
	background: #164677 repeat-y left url('/images/title1.gif');
	color: #FFF;
	margin-bottom: 12px;
	font-size: 12px;
	padding-left: 24px;
}

.titleMain {
	background: #DBE2E2;
	font-size: 11px;
}

.titleMain a:link,
.titleMain a:visited {
	color: #5382B3;
}

.right p,
.content p {
	color: #274563;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 0 16px 8px 16px;
}

#mainInner .left ul {
	list-style-type: none;
	margin: 0 0 12px 12px;
	padding: 0;
}

#mainInner .left ul li {
	margin: 8px;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #40A3FE;
	margin-left: 52px;
}

.left .active a:link,
.left .active a:visited {
	font-weight: bold;
	color: #0471E1;
	list-style-type: square;
}

#mainInner .left ul.dotted {
	list-style-type: square;
}

#mainInner .left input {
	color: #000;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
	width: 100%;
	color: #163977;
	border: 0 none;
	border-top: #FFF solid 2px;
	padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
}

#mainInner .left div.button1 {
	background: #C9D6A6 url('/images/bg3.gif');
}

#mainInner .left div.button2 {
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url('/images/bg4.gif');
}

.button {
  color: #56595C;
  font-family: tahoma;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(/images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 13px ;
  line-height: 11px;
  height: 24px ;
  height: 22px;
  margin: 1px;
}

.inputbox {
	padding: 0px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	size:auto;
}
.back_button {
  float: right;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(/images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}
#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: right;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

.menu01 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 9px;
	margin-bottom : -5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
a.menu01,a:Link.menu01,a:visited.menu01{
	color : #FFFFFF;
	text-decoration: none;
}
a:hover.menu01 {
	color : #ff0000;
}


/* -----------------------------------------------------------
							CHART Styles
----------------------------------------------------------- */
.disable_box
{
	
	BORDER-COLOR: #bccae2; 	
	BORDER-RIGHT: 3px double; 
	BORDER-TOP: 3px double; 
	BORDER-LEFT: 3px double;
	BORDER-BOTTOM: 3px double; 
	BORDER-COLLAPSE: collapse;
	BORDER:"1";
	COLOR: #999999;	
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma ;
	BACKGROUND: URL(/images/bg1.jpg);
	cursor : '';
	
	
}

.highlight_box
{
	BORDER-COLOR: #bccae2; 	
	BORDER-RIGHT: 3px double; 
	BORDER-TOP: 3px double; 
	BORDER-LEFT: 3px double;
	BORDER-BOTTOM: 3px double;
	BORDER-COLLAPSE: collapse;
	BORDER:"1";
	COLOR:#990000;
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma ;
	BACKGROUND: URL(/images/bg2.jpg);
	cursor : '';
}

.enable_box
{
	BORDER-COLOR: #bccae2;
	BORDER-RIGHT: 3px double; 
	BORDER-TOP: 3px double; 
	BORDER-LEFT: 3px double;
    BORDER-BOTTOM: 3px double; 
    BORDER-COLLAPSE: collapse;
	BORDER:"1";
	FONT-SIZE: 12px;
	FONT-FAMILY:Tahoma ;
	BACKGROUND-COLOR: #ffffff;
	BACKGROUND: URL(/images/bg0.jpg);
	cursor :hand;		
}

/* -----------------------------------------------------------
				GS1 InterfacePages Styles
----------------------------------------------------------- */

.Titel_Parageraph
{
	line-height:150%;
	font-size: 11px;
	font-family: Tahoma;
	text-align:justify;
	font-weight:bold;
	color:#0B70CE;
	padding-right:10px;
	padding-bottom:10px;
}
.NormalParageraph
{
	line-height:150%;
	font-size: 11px;
	font-family: Tahoma;
	text-align:justify;
	padding-right:10px;
	padding-bottom:10px;

}
.Li1_Title
{
	line-height:150%;
	font-size: 11px;
	font-family: Tahoma;
	color:#990000;
	font-weight: bold;
	text-align:justify;
	padding-right:20px;
	padding-bottom:10px;	
}
.Li1_Parageraph
{
	line-height:150%;
	font-size: 11px;
	font-family: Tahoma;
	text-align:justify;
	padding-right:20px;
	padding-bottom:10px;

}
.Li2_Parageraph
{
	line-height:150%;
	font-size: 11px;
	font-family :Tahoma ;
	text-align:justify;
	padding-right:30px;
	padding-bottom:10px;
}
.Li3_Parageraph
{
	line-height:150%;
	font-size: 11px;
	font-family: Tahoma;
	text-align:justify;
	padding-right:50px;
	padding-bottom:10px;
}
.Li4_Parageraph
{
	line-height:150%;
	font-size: 11px;
	font-family: Tahoma;
	text-align:justify;
	padding-right:60px;
	padding-bottom:10px;
}
.Li5_Parageraph
{
	line-height:150%;
	font-size: 11px;
	font-family: Tahoma;
	text-align:justify;
	padding-right:70px;
	padding-bottom:10px;
}
.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

a:hover {
	color:#FF6600;
}

.button {
  color: #56595C;
  font-family: tahoma;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(/images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 13px ;
  line-height: 11px;
  height: 24px ;
  height: 22px;
  margin: 1px;
}

.inputbox {
	padding: 0px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	size:auto;
}
.back_button {
  float: right;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(/images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.top_menu
{
	/*font:Tahoma,Verdana,Arial;	
	font-size:11px;	
	color: #FFFFFF;	
	padding-bottom:2px;	
	text-align:center;*/
	border-left:1px solid ;	
	border-left-color:#FFFFFF;
	height : 100%;
}

.menuText
{
	color : #FFFFFF;	
	padding-bottom : 9px;
	margin-top : 0px;
	margin-bottom : -5px;
	margin-left : 10px;
	margin-right : 10px;		
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
		
}

a.menuText,a:Link.menuText,a:visited.menuText{
	color : #FFFFFF;
	text-decoration: none;
}
a:hover.menuText {
	color : #ff0000;
}

.Text
{
	font-size: 11px;
	font-family:Tahoma ,Verdana,Arial;
}

.Scroll
{
	scrollbar-arrow-color: LightSteelBlue; /* #939598 */
	scrollbar-3dlight-color:  AliceBlue;/* #C6C8CA */
	scrollbar-darkshadow-color: LightSteelBlue;/* #939598 */
	scrollbar-face-color: AliceBlue;/* #DCDDDE */
	scrollbar-highlight-color: AliceBlue;/* #F1F2F2 */
	scrollbar-shadow-color: LightSteelBlue; /* #939598 */
	scrollbar-track-color: LightSteelBlue; /* #F1F5FA  */
}

.PagingTheme 
{
	color: #000099;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	font-family:tahoma
}


