
/* ------------------------------------- */
/* -- Table of Contents /--------------- */
/* ------------------------------------- */
/* ---- 1.  Base Common Styles
/* ------------------------------------- */

@import url("reset.css");


/* Base Common Styles /---------------- */

body {
    font: 11px Arial, Verdana, Sans-serif;
    color: #003366;
    background: #ffffff;
}

a img {
	border: 0px;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {		clear: both; }


h1, h2, h3, h4, h5, h6 {
	display: block;
}

h4, h5, h6 {
	font-weight: bold;
}

p {
	margin: 0px 0px 18px 0px;
}

.container {
	width: 960px;
	margin: 0px auto;
	clear: both;
	z-index: 1;
	position: relative;
	padding-bottom: 40px;
}


/* Header Styles /---------------- */

#header {
	height: 114px;
}



/* External Site Links /---------------- */



/* Login Area Styles /---------------- */

#login #version {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #bbbbbb;
	padding: 10px;
	z-index: 10;
}



/* Main Area Styles /---------------- */

#main {
	height: 520px;
	padding: 30px 30px 0px 30px;
	background: transparent url('/templates/images/login/main_bg.gif') top left no-repeat;
}

#content {
	height: 360px;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#login-form {
	width: 290px;
	height: 280px;
	top: 0px;
	left: 0px;
	position: absolute;
	background: transparent url('/templates/images/login/login_box.gif') top left no-repeat;
	color: #666666;
	font-size: 12px;
	padding: 80px 50px 0px 60px;
}

#login-form .label {
	padding-bottom: 5px;
}

#login-form .field {
	padding-bottom: 15px;
}

#login-form .field input {
	width: 274px;
	border: 1px inset #aaaaaa;
	padding: 3px;
	font-size: 12px;
}

#login-form .field input.checkbox {
	width: auto;
	border: 0px;
	padding: 0px;
	font-size: 12px;
}

#login-form .submit input {
	width: auto;
}

#login-form #errorFrame {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 0px 0px 15px 0px;
}





#features {
	width: 330px;
	height: 245px;
	top: 0px;
	right: 0px;
	position: absolute;
	padding: 100px 40px 15px 115px;
	background: transparent url('/templates/images/login/feature_bg.gif') top left no-repeat;
}

#features .feature a {
	color: #ffdd00;
	text-decoration: underline;
}

#features .feature a:hover {
	color: #fdee8f;
}

#features .feature {
	color: #bce0ff;
	height: 55px;
}

#features #first-feature {
	padding-bottom: 30px;
}

#features .feature .title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #ffffff;
}

#features #enquire-link {
	width: 142px;
	height: 39px;
	display: block;
	top: 273px;
	left: 289px;
	position: absolute;
	text-indent: -9999px;
}



/* Homepage Specific Areas /---------------- */



/* Level 2 Styles /---------------- */



/* Feedback Area Styles /---------------- */

.errorOK, .errorEXC {
}

.errorOK {
	margin-bottom: 15px;
}

.errorEXC {
	margin-bottom: 15px;
}

/* Footer Styles /---------------- */

#footer {
	width: 900px;
	height: 101px;
	margin: 0px auto;
	position: relative;
	background: transparent url('/templates/images/login/bottom_bg.gif') top left no-repeat;
}

#login #browser {
	width: 190px;
	height: 45px;
	color: #535353;
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 46px 200px 10px 55px;
}

#login a {
	color: #2463c6;
	text-decoration: none;
}

#login a:hover {
	color: #3493d1;
}

#login #browser .firefox {
	right: 50px;
	bottom: 14px;
	position: absolute;
}

#login #browser .msie {
	right: 148px;
	bottom: 14px;
	position: absolute;
}

#login #browser .chrome {
	right: 100px;
	bottom: 14px;
	position: absolute;
}

#login #training {
	width: 375px;
	height: 45px;
	color: #535353;
	top: 0px;
	left: 475px;
	position: absolute;
	padding: 46px 0px 10px 0px;
}



/* No Javascript Warning /---------------- */

#noscript_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.85;
	filter: alpha(opacity=85);
    z-index: 99999;
}

#noscript_text {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 30%;
    font-size: 18px;
    line-height: 1.5em;
    z-index: 100000;
    color: #ffffff;
    padding-top: 70px;
    background: url('../logo.gif') center top no-repeat;
}
