/* CSS Document */
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#EEE;
	background-color:#070707;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat;
}
#top_outer {
	width:100%;
	min-width:990px;
	height:38px;
	background-image:url(../images/bg_top.jpg);
	background-position:bottom;
	background-repeat:repeat;
}
#main_outer {
	width:100%;
	height:92%;
	min-height:540px;
}
#logo{
	position:absolute;
	left:10px;
	margin-top:10px;
	z-index:1000;
}

#imageframe {
	width:100%;
	height:30%;
	min-height:150px;
	min-width:990px;
	overflow:hidden !important;
	background-image:url(../images/imgfrm_gb.jpg);
	background-repeat:repeat-y;
	text-align:right;
	z-index:100;
}

#imageframe noscript img{
	height:100%;
	margin-right:40px;
}

#imageframe_mask{
	position:absolute;
	width:100%;
	height:78px;
	min-width:990px;
	margin-top:-78px;
	background-image:url(../images/imagemask.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	z-index:101;
}
#bodyframe_outer {
	width:100%;
	min-width:990px;
	height:70%;
	background-image:url(../images/bdyfrm_bg.jpg);
	background-repeat:repeat-x;
}

#content {
	width:100%;
	position:absolute;
	margin:0px;
}

#maincontent {
	padding-left:20px;
	overflow-y:hidden;
	overflow-x:auto;
}


/* ////////////////// GENEREALS */
.clear { display:block; clear:both; }
a { outline:0; color:#528EA3; text-decoration:none; }

/* ////////////////// PAGEFRAMEWORK */
.pagebutton_prevous {
	background-image:url(../images/page_prev.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.pagebutton_next {
	background-image:url(../images/page_next.png);
	background-repeat:no-repeat;
	background-position:center center;
}

/* ////////////////// AJAX LOADER */
.b81_ajaxloader {
	border:1px solid #333;
	background-color:#111;
}
.b81_ajaxloader_text {
	color:#BBB;
	font-size:10px;
}

/* ////////////////// OVERLAYS */
.jmessages_OverlayFrame {
	border:1px solid #333;
	background-color:#111;
	padding:20px;
}
.jmessages_OverlayClose {
	text-align:right;
	color:#BBB;
}

.jmessages_list {
	margin:10px 0px 10px 0px;
	padding:0px;
	list-style:none;
	color:#DDD;
	font-size:10px;
}

