/* GLOBAL UPDATE 2005-02-22 */
html {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
BODY {
  margin: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  color: black;
  font-family: Verdana, Arial, helvetica, sans-serif;
}
P, DL, DD, DT, H1, H2, H3, H4, H5, H6, H7, H8, H9, FORM {
  margin: 0px;
  padding: 0px;
}
A {
  color: #205091;
}
A:hover {
  color: black;
}
.button {
  border: #808080 1px solid;
  font-size: 9pt;
  coor: #000000;
  font-family: Verdana
}
.shopLiteBuyButton {
  font-size: 9px;
  background-color: #E86322;
  font-weight: bold;
  color: white;
}
.textfield {
  border: #000000 1px solid;
  color: #000000;
  font-family: verdana;
  background-color: #ffffff;
  font-family: arial;
}
A.edittext {
  border: 1px solid #000000;
  background-color: #FFFFE1;
  font-family: "Microsoft Sans Serif", Arial, helvetica, sans-serif;
  padding: 1px;
  font-size: 9px;
  margin-right: 1px;
  text-decoration: none;
  color: black;
}
A.edittext:hover {
  background: url();
  background-color: red;
}
A.edittext:active {
  background: url();
  background-color: red; 
}
UL {
  line-height: 20px;
}

.ewe_paramvalue {
	color : #0000FF ;
	font-family : "Courier New";
	font-size : 13px;
}
.ewe_htmlcomment {
	color : #808080 ;
	font-family : "Courier New";
	font-size : 12px;
	font-style : italic;
}
.ewe_tag {
	color : #000080;
	font-family : "Courier New";
	font-size : 12px;
}
.ewe_img {
	color : #800080;
	font-family : "Courier New";
	font-size : 12px;
}
.ewe_A {
	color : #008000;
	font-family : "Courier New";
	font-size : 12px;
}
.ewe_form {
	color : #FF8000;
	font-family : "Courier New";
	font-size : 12px;
}
.ewe_table {
	color : #008080;
	font-family : "Courier New";
	font-size : 12px;
}
.ewe_entity {
	color : #000000;
	font-family : "Courier New";
	font-size : 12px;
	font-weight : bold;
}
.ewe_styletag {
	color : #800080;
	font-family : "Courier New";
	font-size : 12px;
}
.ewe_styleitem {
	color : #800080;
	font-family : "Courier New";
	font-size : 12px;
}

		body {
			height: 100%;
			width: 100%;
			margin: 0px;
			background: #ffffff 
		}
		#menuplaceholder {
			text-align: left;
			padding: 2px;
			margin-top: 4px;
			height: 100px;
			
		  background-repeat: repeat-x;
		  background-position: left top;
		}
		.level1 {
			position: relative;
			background-color: #d7ecff;
			top: 0px;
			height: 19px;
			padding-top: 10px;
		}
		.level2 {
			position: relative;
			top: -15px;
		}
				
		A.menulevel1, A.menulevel1sub, .activeButton, .activeButtonSub {
		  color: #214a9c;
		  font-size: 11px;
		  font-family: Arial, helvetica;
		  font-weight: bold;

		  text-decoration: none;

		  text-align: center;
		  background-color: #d7ecff;
			
		  background-repeat: no-repeat;
		  background-position: left top;
				  
			padding-right: 15px;
			padding-left: 15px;
			padding-top: 10px;
			padding-bottom: 5px;
		}
		A.menulevel1sub {
			color: #000000;
		}
		A.menulevel2, activeButtonLevel2, .activeButtonLevel2Sub {
			position: relative;
		  color: #504937;
		  font-size: 14px;
		  font-family: Arial, helvetica;
		  font-weight: normal;
		  text-decoration: none;
				    			    
			padding-right: 5px;
			padding-left: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
		}
		
		.activeButton, .activeButtonSub {
			color: white;
		  background-color: #418fd7;
		  
		  background-repeat: no-repeat;
		  background-position: left top; 
		}
		.activeButtonLevel2, .activeButtonLevel2Sub {
  		    font-size: 14px;
			color: black;
			font-weight: bold;
		}
				
		A.menulevel1:hover, A.menulevel1sub:hover {
			color: black;
			background-color: #418fd7;
		}
		A.menulevel2:hover {
			color: black;
		}

		.infobox {
			position: absolute;
			width: 215px;
			height: 135px;
			left: 555px;
			top: 8px;
			background-color: white;
			border: 1px solid black;
			padding: 0px;
			margin: 0px;
			padding-left: 12px;
			padding-top: 12px;
			
			opacity: .5;
			filter: alpha(opacity=50);

		}
		.textbox {
			position: absolute;
			width: 215px;
			height: 135px;
			left: 555px;
			top: 8px;
			padding: 0px;
			margin: 0px;
			padding-left: 12px;
			padding-top: 12px;
			
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica;
		}

