﻿html {
	overflow-y: hidden !important;
	height: 100%;
	max-height: 100%;
	overflow: hidden; 
}
a:link,a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
body {
	height: 100%;
	max-height: 100%;
	overflow: hidden; 
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 18px;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
div {
	position: relative;
}
div.btm {
	width: 100%;
	height: 40px;
	font-size: 12px;
	background-color: #999999;
	/* background-image: url('/static/images/bg.gif'); */
	position: absolute;
	bottom: 0px;
}
div#container {
	width: 970px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	position: absolute;
	overflow: auto;
}
div#errorLocation {
	color: #cc0000;
}
div.footer, div.header, div.main {
	margin: 0px 0px 0px -485px;
	left: 50%;
}
div.footer {
	width: 970px;
	height: 28px;
	color: #ffffff;
	padding: 12px 0px 0px 0px;
	background-image: url('/static/images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.footer span {
	float: right;
}
div.footer span a {
	color: #ffffff;
	text-decoration: none;
}
div.footer span a:hover {
	text-decoration: underline;
}
div.header {
	width: 970px;
	height: 70px;
	padding: 30px 0px 0px 0px;
	background-image: url('/static/images/header_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.main {
	width: 970px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 100px;
	bottom: 40px;
	overflow: hidden;
}
div.main_btm, div.main_top {
	width: 970px;
	height: 25px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 50;
}
div.main_btm {
	background-image: url('/static/images/main_btm.png');
	bottom: 0px;
}
div.main_mid {
	margin: 25px 0px 25px 0px;
}
div.main_top {
	background-image: url('/static/images/main_top.png');
}
div.mid {
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	background-image: url('/static/images/mid_bg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	bottom: 0px;
	overflow: hidden;
}
div.nav {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	top: 10px;
	float: right;
}
div.nav a {
	color: #ffffff;
	text-decoration: none;
}
div.nav a:hover {
	text-decoration: underline;
}
div.nav span {
	padding-left: 28px;
}
div.title {
	font-size: 36px;
}
div.top {
	width: 100%;
	height: 100px;
	background-color: #999999;
	/* background-image: url('/static/images/bg.gif'); */
	position: absolute;
}
iframe#_sl_historyFrame {
	width: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}
img {
	border: 0px;
}
p.previous {
	font-size: 12px;
}




/* Scroll Bar Master Styling Starts Here */
/* scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.vscrollerbar,.vscrollerbarbeg,.vscrollerbarend,.vscrollerbasebeg,.vscrollerbaseend {
	cursor: pointer;
}
.vscrollerbar {
	width: 20px;
	padding: 45px;
	z-index: inherit;
}
.vscrollerbarbeg,.vscrollerbarend {
	height: 50%;
	width: 20px;
	background-repeat: no-repeat;
}
.vscrollerbarbeg {
	background-image: url('/static/images/vscrollerbarbeg.png');
}
.vscrollerbarend {
	background-image: url('/static/images/vscrollerbarend.png');
	background-position: left bottom;
}
.vscrollerbase {
	width: 20px;
	background-color: #ebebeb;
}
.vscrollerbasebeg,.vscrollerbaseend {
	width: 20px;
	height: 45px !important;
	background-repeat: no-repeat;
}
.vscrollerbasebeg {
	background-image: url('/static/images/vscrollerbasebeg.gif');
	background-position: left bottom;
}
.vscrollerbasebeg:hover {
	background-image: url('/static/images/vscrollerbasebeg_on.gif');
}
.vscrollerbaseend {
	background-image: url('/static/images/vscrollerbaseend.gif');
	background-position: left top;
}
.vscrollerbaseend:hover {
	background-image: url('/static/images/vscrollerbaseend_on.gif');
}

