/* Layout Debugging */
/* table,td { border: 1px solid red; } */


 html,body {
 	height: 100%;
 }
 body {
	background-color: #eeffff;
	margin: 0px;
 }
 img {
 	margin: 1em;
 }
 #payboxes img {
	margin: 0em;
	border: 0px;
 }
 h3 {
	margin: 0px;
 }

 #Content {
 	background-image: url('WalkerBG.gif');	
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: scroll;
	padding-right: 2em;
	padding-top: 10px;
	vertical-align: top;
	height: 100%;
 } 
 
 #MainTable {
 	width: 100%;
	height: 100%;
 }
 
 #Header {
 	background-image: url('wkre.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 94px;
 }
 
 table {
 	table-layout: fixed;
 }
 
 td {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 .MenuLeft {
 	width: 12px;
	height: 31px;
	background-image: url('menuLeft.gif');
	background-repeat: no-repeat;
 }
 
 .MenuRight {
 	width: 24px;
	background-image: url('menuRightNoSub.gif');
	background-repeat: no-repeat;
 }
 
 .WithSubMenu {
 	width: 30px;
 	background-image: url('menuRightWithSub.gif');
 }
 
 .Menu {
	vertical-align: top;
	padding-top: 5px !important;
 	background-image: url('menu.gif');
	color: #FFFF00;
	font-size: 14px !important;
	font-size-adjust: none;
	padding-right: 2px !important;
	table-layout: auto;
 }
 
 #Menus, #Menus td{
 	padding: 0px;
	margin: 0px;
 }
 
 #CopyrightBarTop {
 	background-color: #FFFF00;
	height: .3em;
 }
 .CopyrightBar, .CopyrightBar A {
 	background-color: #0e725a;
	color: #FFFF00;
	vertical-align: top;
 }
 
 #Copyright {
	width: 100%;
	font-size: 9pt;
	text-align: center;
	vertical-align: bottom !important;
 }

 .RightAligned {
 	text-align: right !important;
 }
 
 .SubMenu {
 	z-index: 100;
	position: absolute;
	table-layout: auto;
	display: none;
 }
 .SubMenuTopLeftLeft {
 	height: 31px;
	width: 3px;
	background-image: url('submenuTopLeftLeft.gif');
	background-repeat: no-repeat;
 }
 .SubMenuTopLeft {
	height: 31px;
	width: 10px;
	background-image: url('submenuTopLeft.gif');
	background-repeat: no-repeat;
 }
 .SubMenuTop {
	background-image: url('submenuTop.gif');
	background-repeat: repeat-x;
	padding-left: .3em;
	padding-right: .6em;
	vertical-align: middle;
	font-size: 14px !important;
	font-size-adjust: none;
 }
 .SubMenuTopRight {
	width: 12px;
	height: 31px;
	background-image: url('submenuTopRight.gif');
	background-repeat: no-repeat;
 }
 .SubMenuLeft {
	background-image: url('submenuLeft.gif');
	background-repeat: repeat-y;
 }
 .SubMenuCentre {
 	background-color: #417153;
	height: 28px;
	padding-left: .3em;
	padding-right: .6em;
	font-size: 14px !important;
	font-size-adjust: none;
 }
 .SubMenuRight {
	background-image: url('submenuRight.gif');
	background-repeat: repeat-y;
 }
 .SubMenuBottomLeft {
	height: 14px;
	background-image: url('submenuBottomLeft.gif');
	background-repeat: no-repeat;
 }
 .SubMenuBottom {
	height: 14px;
	background-image: url('submenuBottom.gif');
	background-repeat: repeat-x;
 }
 .SubMenuBottomRight {
	height: 14px;
	background-image: url('submenuBottomRight.gif');
	background-repeat: no-repeat;
 }
 
 .MenuText {
 	text-align: center;
	vertical-align: bottom;
	padding-bottom: 3px;
	height: 1em;
	margin: 0px !important;
 }
 
 .Menu A,.SubMenuCentre A,.SubMenuTop A {
 	color: #FFFF00;
	text-decoration: none;
 }
 .Menu A:hover,.SubMenuCentre A:hover,.SubMenuTop A:hover {
 	text-decoration: underline;
 }
