html {
	height:100%;
}

body {
	background-color:#180920;
	height:100%;
	margin:0;
	padding:0;
}

div.main {
	height:100%;
	left:161px;
	padding:8px;
	position:absolute;
	padding-right:77px;
}

div.main h1 {
	line-height:0px;
}

div.main h2 {
	line-height:0px;
}

div.main h3 {
	line-height:0px;
}

div.rightbar {
	background:url('images/rightbg.jpg');
	background-color:#531E6E;
	background-repeat:repeat-y;
	height:100%;
	position:fixed;
	right:0;
	width:77px;
}

div.footer {
	bottom:0;
	text-align:center;
	width:100%;
}

.leftbar {
	background-color:#3B1251;
	height:100%;
	left:0;
	max-width:161px;
	min-width:161px;
	margin-top:0px;
	margin-left:4px;
	position:fixed;
	top:0px;
}

.menu {
	position:relative;
	top:80px;
}

.menu .logon {
}

.menu .headersurround {
	max-width:160px;
	min-width:160px;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color:#666666;
	border-right-width:1px;
	border-right-style:solid;
}

.menu .headersurround .header {
	max-width:154px;
	min-width:154px;
	border-color:#660099;
	border-width:1px;
	border-style:solid;
	background-color:#4E1D69;
	padding:2px;
}

.menu .item {
	margin-left:5px;
}

.menu .subitem {
	margin-left:15px;
}

.menu .logon {
	margin-left:8px;
}

.header a {
	color:#F2CEF2;
	text-decoration:none;
}

.logon .main {
	background-color:#4E1D69;
	color:#ffffff;
	border-color:#660099;
	width:120px;
}


a {
	color:#F2CEF2;
	text-decoration:underline;
}

a:visited {
	color:#F2CEF2;
	text-decoration:underline;
}

a:active {
	color:#F2CEF2;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#F2CEF2;
}

div {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

.inputbox1 { 
	background-color:#4E1D69; 
	color:#ffffff; 
	border-color:#660099; 
}

.inputbox2 { 
	color:#ffffff; 
	border-color:#ff0000; 
}

.padme { 
	padding-right:5px; 
	padding-top:4px; 
}

.slot { 
	overflow:hidden; 
	height:20px; 
	width:150px; 
	padding-left:5px; 
}

.eq { 
	overflow:scroll; 
	height:20px; 
	width:300px; 
	padding-left:5px; 
}

.updates {
	height:140px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}

.installation {
	height:100px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}

.downloads{
	height:180px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}