@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin: 10px;
	background:#fff;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.ERRORcontainer {
	margin: 0 auto 0 auto;
	width: 700px;
	text-align:left;
}


.ERRORheader {
	height: 39px;
	position:relative;
}

.ERRORlogo { 
	height: 39px;
	width: 182px;
	float:left;
	background: url(/UserFiles/images/layout/logo.jpg) no-repeat;
}

.ERRORlogo a {
	display:block;
	height: 39px;
	width: 182px;
}

.ERRORmenubalk {
	position:relative;
	height: 22px;
	border: 1px solid #d46a03;
	background:url(/UserFiles/images/layout/menubalk_back.jpg) repeat-x;
	margin-bottom: 10px;
                color:#fff;
}

.ERRORmenubalk_logo {
                position:absolute;
	top:0;
	right: 10px;
	width: 63px;
	height: 22px;
	background:url(/UserFiles/images/layout/logo_lodestar.jpg);
}


.ERRORcontent_home {
	float:left;
	width: 698px;
	_width: 700px;	
	min-height: 400px;
	_height: 500px;	
	background:#FFFFFF url(/UserFiles/images/layout/error_back.jpg) right bottom no-repeat;
	border: 1px solid #cccccc;
	font-size: 11px;
	color:#898585;
	margin-bottom: 10px;
}

.ERRORmarges {
	margin: 10px;
}

.ERRORfooter {
	clear:both;
	height: 22px;
	background:url(/UserFiles/images/layout/footer_back.jpg) repeat-x;
	border: 1px solid #909090;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	font-size: 10px;
	color: #525252;
}

.ERRORfooter a {
	font-size: 10px;
	color: #525252;
	text-decoration:none;
}

.ERRORfooter a:hover {
	font-size: 10px;
	color: #525252;
	text-decoration:underline;
}

