@charset "UTF-8";
/* CSS Document */

html, body {
	min-height:100%;
	position: absolute; 
	width:100%;
}

body {
	background-color: #36406c;
	background-image: url(../images/Main-background_gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
}

.bannerFrame {
	border: 0px;
	height: 144px;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: auto;
	z-index: 10;
}

.creditsFrame {
	background-color: #140a29;
	border: 0px;
	height: 26px;
	min-width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
}

#content {
	left: 181px;
	top: 160px;
	position: absolute;
	width: 850px;
	z-index: 2;
}

#solecontent {
	left: 0px;
	top: 160px;
	position: absolute;
	width: 1020px;
	z-index: 2;
}

#viewercontent {
	left: 0px;
	top: 3px;
	position: absolute;
	width: 830px;
}

IMG.inlineImg, IMG.linkImg {
	border: 2px solid #f0e080;
	margin: 4px;
	text-align: center;
	z-index: 3;
}

IMG.linkImg:hover {
	border: 2px solid #cf50a0;
}

#navbar {
	background-color: #3f4069;
	background-image: url(../images/Navbar-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	min-height: 100%;
	position: fixed;
	overflow: hidden;
	top: 180px;
	width: 170px;
	z-index: 5;
}

IMG.sidebartop {
	height: 43px;
	left: 0px;
	position: fixed;
	top: 144px;
	width: 170px;
	z-index: 6;
}

IMG.sidebarright {
	height: 1420px;
	left: 170px;
	position: fixed;
	top: 180px;
	width: 5px;
	z-index: 1;
}

.minorPanel {
	background-color: #3f4069;
	border: 2px solid #f0e040;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 6px;
	outline: 2px solid black;
	padding: 3px;
}
