/* HACKS for broken browser implementations */

* html .visualIEFloatFix { height: 0.01% }

/* self clearing */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfix { display: inline-block; }
 
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 

/* END HACKS */

body { 
	text-align: center; 
	margin: 10px 0 10px; 
	padding: 0; 
	color: #404040; 
	font-size: 12px;  
	font-family:  Arial, Helvetica, sans-serif;  
	background-color: black;
}


#frame  { 
	padding: 0; 
	margin: 0 auto; 
	width: 1000px; 
	text-align: center; 
	background-color: white;
}

#header	{ 
	height: 150px; 
	margin: 0; 
	padding: 0; 
	text-align: right; 
	background-color: white; 
}

#footer	{ 
	height: 30px; 
	margin: 0; 
	padding: 0; 
	background-color: white; 
}

#bannerpattern { 
	height: 28px;
	background-image: url('/uploads/Xl/2X/Xl2XgPYg85VlwLFVXCjsPg/banner-pattern.jpg'); 
	background-repeat: repeat-x;
}

#header-spacer { height: 15px; margin: 0; padding: 0; }
#header #logo  { margin-top: -16px; margin-left: 20px; position: relative; top: 20px; float: left; }
#header #title { margin-top: 14px; margin-right: 40px; }
#header #abn   { margin-top: 5px; margin-bottom: 5px; margin-right: 20px; font-weight: bold; }
#header #bar1  { margin-top: 10px; margin-right: 20px; }
#header #bar2  { margin-top: 10px; margin-right: 20px; margin-top: 4px; }

#menubar { 
	height: 30px; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 2px; 
	padding-bottom: 0; 
	background-color: #bd9f27; 
	border-top: 6px solid black; 
	border-bottom: 6px solid black;
}

#menubar .linklist { 
	margin-top: 6px; 
	color: silver; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 16px;
}

#menubar .linklist a.menulink { 
	padding: 2px 8px 4px 8px;
	color: white; 
	text-decoration: none;
}

#menubar .linklist a:hover.menulink { 
	color: white; 
	background-color: #404040; 
}


#pagecontent { 
	padding: 2px 12px 2px 12px; 
	text-align: left;
}


.errorrow { 
	width: 85%; 
	text-align: left; 
	margin: 6px 0 20px 0; 
}

.errorrow .label { 
	padding: 4px; 
	margin-bottom: 0; 
	background-color: silver; 
	font-size: 12px; 
	font-weight: bold;
}

.errorrow .info { 
	padding: 2px; 
	margin: 4px 0 8px 20px;
	background-color: white;
}

.error_message { 
	padding: 4px; 
	margin: 2px 0 4px 0; 
}

.loginBox { 
	height: 50px;
	text-align: right;
	background-image: url('/uploads/hA/IB/hAIBx7YNyr8z2qW_SO_LLQ/silver-tab.jpg'); 
	background-repeat: no-repeat;
	background-position: right 0;
}
.loginBox .label { font-size: 10px; }
.loginBox .loginBoxField { font-size: 10px; margin-right: 10px; }
.loginBox .loginBoxButton { font-size: 10px; }

