body {
	font-size: .75em;
	line-height: 20px;
	background: #929eaa url('../images/new_login/login_page_bg.png') top left repeat-x;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {  
	margin:0; 
	padding:0; 
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

a {
	color: #074AE5;
	text-decoration: none;
	font-weight: unbold;
	outline: none;
	cursor: pointer;
}

a:visited {
	color: #074AE5;
	text-decoration: none;
	font-weight: unbold;
}

a:hover {
	color: #074AE5;
	text-decoration: none;
	font-weight: unbold;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
}

.displayNone {display: none;}		/* Use these two from now on */
.displayBlock {display: block;}

input {padding-right: 1px} /* IE7 bug - cursor disappears */

#content {
	width: 500px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background: #FFF;
}

#content_82 {
	width: 570px;
	margin: 0px auto;
	padding: 1px;
	background: #FFF;
}

#versionClass {
	width: 170px
	background-color:#4d4d4d;
	color:white;
	border:0px;
	text-align:right;
	padding-right: 0px;	
}


#login_head { 
	display: block;
	background: url('../images/new_login/login_header.png') no-repeat;
	height: 100px;
	width: 500px;
	padding: 0px;
}

#login_head_wsx { 
	display: block;
	background: url('../images/new_login/ws_wse.png') no-repeat;
	height: 100px;
	width: 500px;
	padding: 0px;
}
#login_head_wse { 
	display: block;
	background: url('../images/new_login/ws_wf.png') no-repeat;
	height: 100px;
	width: 500px;
	padding: 0px;
}
#login_head_wss { 
	display: block;
	background: url('../images/new_login/ws_ws.png') no-repeat;
	height: 100px;
	width: 500px;
	padding: 0px;
}
#login_head_wtg { 
	display: block;
	background: url('../images/new_login/ws_wsg.png') no-repeat;
	height: 100px;
	width: 500px;
	padding: 0px;
}
#login_head_wsga {
	display: block;
	background: url('../images/new_login/ws_wsga.png') no-repeat;
	height: 100px;
	width: 500px;
	padding: 0px;
}
#login_head_none { 
	display: block;
	background: url('../images/new_login/loginBanner.png') no-repeat;
	height: 80px;
	width: 500px;
	padding: 0px;
}

.loginButton {
	background-color: #43b02a;
	color: white;
	font-family: Arial;
}

.form_container{ 
	display: block;
	border-bottom: solid 1px #929eaa;
	border-right: solid 1px #929eaa;
	border-left: solid 1px #929eaa;
	/*1155aa*/
	border-top: 0px;
	width: 458px; /* 500 minus 20px padding on each side and 2px for left and right border */
	padding: 10px 20px;
}

.bottom_container{ 
	display: block;
	background: url('../images/new_login/login_footer_bg.png');
	border-bottom: solid 1px #929eaa;
	border-right: solid 1px #929eaa;
	border-left: solid 1px #929eaa;
	border-top: 0px;
	width: 458px; /* 500 minus 20px padding on each side and 2px for left and right border */
	padding: 10px 20px;
}
.inline_info {
	float: left;
	background: transparent url('../images/new_login/inline_i.png') no-repeat top left;
	height: 18px;
	width: 18px;
	cursor: default;
	margin: 1px 0px 0px 6px;
}

.inline_info:hover {
	background: transparent url('../images/new_login/inline_i.png') no-repeat -18px 0;
}
.row {
	margin: 5px 0px;
	border: 0px;
}
	
.form_label {
  float: left;
  width: 120px;
  text-align: left;
}

.form_obj {
  float: right;
  width: 320px;
  text-align: left;
}

.form_obj label {
float: left;
clear: left;
}

.login_obj {
  width: 200px;
}

.center_col {
  width: 420px;
  text-align: center;
}

.left_col {
  float: left;
  width: 220px;
  text-align: left;
}

.right_col {
  float: right;
  width: 220px;
  text-align: left;
}

.link_container {
  float: right;
  width: 210px;
  text-align: left;
}
	
.clearfix {
	clear: both;
	height: 2px;
}

.spacer {
 height: 14px;
}

.h_rule {
	height: 1px;
	background: #929eaa;
}

.vert_space {
 line-height: 40px;
}

a.login_link, a.login_link:visited {
	margin: 0px;
	padding: 0px;
	color: #0000CC;
	text-decoration: underline;
}

a.login_link:hover {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: underline;
}

a.forgot_pw:link, a.forgot_pw:visited {
	margin: 0px;
	padding: 0px;
	font-size: .75em;
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
}

a.forgot_pw:hover {
	color: #000;
}

/* form elements */

.radio { 
 outline: none;
}


select {
	width: 200px;
}

li {
	margin: 0px 0px 5px 0px;
}

.text_input {
	width: 200px;
}


/* End form elements */

.login_error {
	color: red;
}

.login-role-table{
	border-collapse: collapse;
	width: 100%;
	overflow: scroll;
	background: #fff;
}

.login-role-table td, .login-role-table th {
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align: left;
	white-space: nowrap;
}

.login-role-table th{
	background: #eee;
}

.unsupported_browser_warning {
	background: #ffeedd;
	padding: 1em;
	border: solid 1px #B90000;
	font-size: 1.1em;
	font-weight: bold;
	color: #B90000;
}

.footer_bar {
	background:#0044aa;
	border-bottom: solid 1px #929eaa;
	border-right: solid 1px #929eaa;
	border-left: solid 1px #929eaa;
	text-align: center;
}

a.footer_text, .footer_text, a.footer_text:hover, a.footer_text:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: .9em;
}

a.footer_text:hover{
	text-decoration: underline;
}

.alignRight{
	text-align: right;
}

#tooltip {
position:absolute;
z-index:100;
line-height: 18px;
}

.tooltip-top{width: 255px; height: 28px; margin: 0; padding: 0; background: transparent url('../images/new_login/i_hover_top_bg.png') no-repeat top left;}
.tooltip-middle{width: 243px; margin: 0; padding: 0px 6px; background: transparent url('../images/new_login/i_hover_middle_bg.png') repeat-y top left;}
.tooltip-middle p{margin: 0; padding: 0; position: relative; top: -15px;}
.tooltip-bottom{width: 255px; height: 10px; margin: 0; padding: 0px; background: transparent url('../images/new_login/i_hover_bottom_bg.png') no-repeat top left;}

.wrapper{padding: 100px 0 0 0}

.tutorialContainer {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.divPosRelatContainerSpecial {
	width:100%;
	height: 100%;
	position: relative;
	top:0px;
	left:0px;
	background: #ffffff;
}


/* BEGIN TUTORIAL BUTTONS */
a.tutorial_button, a.tutorial_button:visited {display: block;float: left;margin: 20px 0px;padding: 16px 20px 4px 24px;width: 160px;height: 58px;background: transparent url('../images/tutorial_button.png') no-repeat top left;color: #00299e;text-decoration: underline;text-align: left;font-size: 1.2em;}
* html a.tutorial_button {margin: 20px 10px 10px 10px !important;} /* IE6 fix */
a.tutorial_button:hover {background: transparent url('../images/tutorial_button.png') no-repeat -204px 0px;color: #0b3be5;}
/* END TUTORIAL BUTTONS */

/* BEGIN SESSION TIMEOUT POPUP */
p.popup_info {
	font-weight: bold;
	padding: 10px;
	background: #004499;
	color: #fff;
	border-bottom: 3px solid #113366;
}
/* END SESSION TIMEOUT POPUP */
