html {
	overflow-x: hidden;
}

body.login {
	background-color: #013061;
	color: #666666;
	overflow: hidden;
}

/*begin layout styles*/
.loginTopBar {
	position: absolute;
	background-image: url(/images/shell/login/login_topbar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	z-index: 5;
	left: 0px;
	top: 0px;
}

.loginBottomBar {
	position: absolute;
	background-image: url(/images/shell/login/login_bottombar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 12px;
	/*width: 2000;*/
	z-index: 5;
	left: 50%;
	bottom: 0px;
	margin-left: -1000px;
}

.baseFill {
	position: absolute;
	background-image: url(/images/shell/login/basefill.gif);
	background-position: center top;
	background-repeat: repeat-y;
	height: 100%;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
}

.baseColour {
	position: absolute;
	background-image: url(/images/shell/login/login_basecolour.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 388px;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
}

.loginBox {
	position: absolute;
	height: 300px;
	left: 50%;
	top: 50px;
	width: 635px;
	margin-left: -319px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #bfc0c1;
	z-index: 2;
	background-image: url(/images/shell/login/login_box_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.TechSupport{
	height:50px;
	left:50%;
	margin-left:-319px;
	position:absolute;
	top:350px;
	width:635px;
	z-index:2;
	text-align: center;
	color: white;
}

.loginBanner {
	position: absolute;
	height: 66px;
	left: 50%;
	top: 5px;
	width: 625px;
	margin-left: -312px;
	z-index: 3;
	background-position: center top;
	background-repeat: no-repeat;
}

.loginBannerSchoolName {
	position: absolute;
	height: 30px;
	left: 122px;
	top: 40px;
	width: 500px;
	z-index: 4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
}
.loginBannerVersionTitle {
	position: absolute;
	height: 25px;
	left: 122px;
	top: 13px;
	width: 500px;
	z-index: 4;
	color: #FFFFFF;
	font-size: 14pt;
}

.loginContentsHolder {
	position: absolute;
	height: 165px;
	left: 50%;
	top: 110px;
	width: 625px;
	margin-left: -312px;
	z-index: 3;
}

.loginSchoolLogoHolder {
	position: absolute;
	height: 153px;
	right: 135px;
	top: 5px;
	width: 153px;
	z-index: 4;
	background-color: #efefef;
	background-position: left bottom;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #c5c5c5;
	background-image: url(/images/shell/login/logo_holder_bg.gif);
}


div.loginContentsHolder td {font-size:8pt;}
