body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 101%;
	height: 100%;
   margin: 0px; 
   text-align: center;
}


div#footer {
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
	position: absolute;
	font-weight: bold;
	color: #2A6399;
	background-color: #c0c0c0;
}


div#topdeco {
	top: 65px;
	left: 0px;
	right: 0px;
	height: 60px;
	position: absolute;
	z-index: 0;
	background-color: rgb(42, 99, 153);
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url("/graphics/bg_header.png");
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}


div#logo {
	background: url("/graphics/logo_eurl_200.png") bottom left no-repeat;
	position: absolute;
	left: 5%;
	width: 400px;
	height: 125px;
	margin-top: -62px;
	z-index: 1;
	border: none;
}


div#theme {
	background: url("/graphics/header_claim.png") bottom right no-repeat;
	position: absolute;
	right: 5%;
	width: 100%;
	height: 60px;
	z-index: 1;
}


div#main {
	position: absolute;
	z-index: 0;
	left: 5%;
	right: 5%;
	top: 150px;
	bottom: 50px;
	overflow: auto;
}


table.centeredTab {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}

th.label {
	text-align: right;
}

td {
	text-align: left;
}


a:link, a:visited, a:active {
	color: #227EE9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline dotted;
}


div#quick_dialogbg {
  position: fixed;  
  z-index: 7;
  top: 0px;  
  left: 0px; 
  height: 100%;
  width: 100%; 
  margin: 0px; 
  text-align: center;
  
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
 
div#quick_dialog {
  position: absolute;
  top: 35%;
  left: 35%;
  right: 35%;
  bottom: 35%;
  background-color: #dce8f7;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;
  color: black;
  text-align: left;
  padding: 10px;   
  overflow: auto;  
}


div#focus_dialogbg {
  position: fixed;  
  z-index: 5;
  top: 0px;  
  left: 0px; 
  height: 100%;
  width: 100%; 
  margin: 0px; 
  text-align: center;
  
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
 
div#focus_dialog {
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  background-color: #e0e0e0;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;
  color: black;
  text-align: left;
  padding: 10px;   
  overflow: auto;  
}

div#mainmenubar {
	background: url("/graphics/bg_menu.gif") bottom left repeat-x;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	height: 40px;
}

div#mainmenubar ul {
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;  
	margin: 0;
	padding: 0 0 0 26px;
	list-style: none;
}

li.liMainMenu, li.liMainMenuActive {
	float: left;
	padding: 0 4px 0 0;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #346BAB;
	background: transparent url("/graphics/bg_menutab.gif") no-repeat;
	white-space: nowrap;
}
li.liMainMenu {
	background-position: 100% -600px;
}
li.liMainMenu:hover { background-position: 100% 0%; }
li.liMainMenuActive {
	background-position: 100% -200px;
}

li.liMainMenu a, li.liMainMenuActive a {
	float: left;
	display: block;
	padding: 3px 5px 3px 9px;
	background: transparent url("/graphics/bg_menutab.gif") no-repeat;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 120%;
	
	text-decoration: none;
	border-bottom: none;
}
li.liMainMenu a {
	color: #777;
	background-position: 0% -600px;
}
li.liMainMenu:hover a { background-position: 0% 0%; }
li.liMainMenuActive a {
	color: #800080;
	background-position: 0% -200px;
}

input.butyellow {
	color: #333;
	text-align: center;
	margin: 0;
	padding: 1px 6px;
	border: 1px solid #888;
	background: url("/graphics/bg_button_yellow.jpg") left top repeat-x #FFE794;
	cursor: pointer;
	width: auto;
	overflow: visible;
}


div#divLogoff {
	position: fixed;
	z-index: 2;
	top: 20px;
	right: 5%;
	visibility: hidden;
}


div#content {
	position: absolute;
	top: 60px;
	
	background: url("/graphics/bg_wrapper.gif") top left repeat-x #FFF;
	left: 0px;
	right: 0px;
	padding: 6px 0 0 0;
	color: #000;
	text-align: left;
}

table.sheet {
	background-color: #808080;
	padding: 1px;
}

td.sheet {
	background-color: white;
}
td.sheetr {
	background-color: white;
	text-align: right;
}

p.payterm {
	background-color: #ffff80;
}


p.bgYellow, span.bgYellow {
	background-color: #ffff40;
}
