/* login.css */
@media screen and (min-width: 320px) and (max-width: 400px){
    /* styles */
    #main-inner {
		width: 100% !important;
		min-width: 0px !important;		
	}
	#header_bkgd {
		width:0px !important;
	}
	.loginGraphic {
		min-width: 0px !important;
	}
	.formValue input {
		font-size: 10px !important;
	}
	.divSystemError { 
		width : 80% !important;
		font-size: 10px !important;
		height: 54px !important;
	}
	
}

@media screen and (min-width: 400px) and (max-width: 550px){
    /* styles */
    #main-inner {
		width: 100% !important;
		min-width: 0px !important;		
	}
	#header_bkgd {
		width:0px !important;
	}
	.loginGraphic {
		min-width: 0px !important;
	}
	.formValue input {
		font-size: 11px !important;
	}
	.divSystemError { 
		width : 80% !important;
		font-size: 10px !important;
		height: 54px !important;
	}
}

@media screen and (min-width: 550px) and (max-width: 650px){
    /* styles */
    #main-inner {
		width: 100% !important;
		min-width: 0px !important;		
	}
	#header_bkgd {
		width:0px !important;
	}
	.loginGraphic {
		min-width: 0px !important;
	}
	.formValue input {
		font-size: 12px !important;
	}
}

@media screen and (min-width: 650px) and (max-width: 1300px){
    /* styles */
    #main-inner {
		width: 70% !important;
		min-width: 0px !important;		
	}
	#header_bkgd {
		width:0px !important;
	}
	.loginGraphic {
		min-width: 0px !important;
	}
	.formValue input {
		font-size: 14px !important;
	}
}



html {
	overflow-x:hidden;
}
body { 
	/*background:transparent url(../../images/login/bkgd.jpg) repeat-x scroll 0 0;*/
	margin:0;
	overflow-x:hidden;
	padding:0;
	background-color: #9db4c4;
}

#header_bkgd {
	/*background:transparent url(../../images/login/header_bkgd.png) no-repeat scroll center top;*/
	height:386px;
	left:50%;
	margin-left:-610px;
	margin-top:0;
	position:absolute;
	width:1220px;
	z-index:1;	
}

#page, #closure-blocks {
	margin-left:auto;
	margin-right:auto;
	width:838px;
}
#page {
	/*font-size:0.875em;*/
	/*line-height:1.286em;*/
	position:relative;
	z-index:2;
	/*margin-top:60px;*/
	width:90%;
}


#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
	overflow:visible;
	word-wrap:break-word;
}

.bannerSpan {
	font-size:1.5vw;
	font-weight:bold;
	color:#9db4c4;
	text-align: center;
}

#header {
	color:#FFFFFF;
}

.clear-block {
	display:block;
}

#logo {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

img {
	border:0 none;
}

#logo-image {
	height:68px;
	width:240px;
}
	
h1#site-name, div#site-name {
	display:none;
	/*font-size:2em;*/
	/*line-height:1.3em;*/
	margin:0;
}	
#site-name a:link, #site-name a:visited {
	color:#FFFFFF;
	text-decoration:none;
}	

#primary {
	/*line-height:68px;*/
	margin-left:280px;
	text-align:right;
}

#page-teaser {
	margin:2.6em auto 0;
	width:778px;
}

#main {
	position:relative;
}
#main-inner {
	margin: auto;
	width: 50vw;
	position:fixed; 
	top:59px; 
	left:0px; 
	bottom:0px; 
	right:0px;
	background-color:#00769e;
	min-width: 590px;
}
#main-inner-error {
	margin:0 30px;
}
.loginGraphic {
	width:inherit;
	position:fixed; 
	bottom:0px; 
	z-index: 3;
	height: inherit;
	min-width: 590px;
}
.bannerSpan {
	font-size: 2.8vmin;
	font-weight:bold;
	color:#9db4c4;
	text-align: center;
}
#content, .no-sidebars #content {
	float:left;
	margin-left:0;
	margin-right:-960px;
	padding:0;
	width:960px;
}
#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
	overflow:visible;
	word-wrap:break-word;
}
.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right {
	margin-top:2.6em;
}
.sidebar-left #content {
	margin-left:200px;
	margin-right:-838px;
	width:638px;
}
#content-inner {
	margin:0;
	padding:0;
}
.not-front #content-inner {
	margin:0 80px 0 20px;
}
	
#sidebar-left {
	float:left;
	margin-left:0;
	margin-right:-200px;
	padding:0;
	width:200px;
}
#sidebar-left {
	margin-right:-200px;
	width:200px;
}
.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right {
	margin-top:2.6em;
}
#sidebar-left-inner {
	margin:0 20px 0 0;
	padding:0;
}
	
	
	
#btnUserAccess {
	vertical-align: middle;
}

#login {
	vertical-align: middle;
}


#banner_home, #banner_sub_sales, #banner_sub_hr, #banner_sub_finance {
 	width: 612px; height: 159px;
 	position: relative;
	float: right;
 	}

		
#flash {
		margin: 0; padding: 0 0 15px 20px;
		}


#loginErrorsBox {
	background:transparent url(../../images/reskin/ico_err_exclamation.svg) no-repeat scroll 6px 6px;
	border:1px solid red;
	/*margin-right:18px;*/
	padding:16px 6px 6px 72px;
	width: auto;	
}
.divSystemErrorWrap { 
	background-color:yellow;
	font-weight:bold;
	margin-bottom:-13px;
	*margin: 0;
	padding:24px 6px 6px 24px;
	text-align:left;
	font-size: 14px;
	z-index: 50;
}
.divSystemError { 
	background-color:yellow;
	padding:6px 24px;
	text-align:left;
	font-size: 14px;
	z-index: 50;
}
.divSystemWarning{
	background-color:yellow;
	font-weight:bold;
	text-align left;
	padding: 10px;
	width:600px;
	text-align:left;
}
/*
.sidepanel .hd {
	background:transparent url(../../images/login/sidepanel_top.png) no-repeat scroll center top;
	height:8px;
}
.sidepanel .bd {
	background:transparent url(../../images/login/sidepanel_mid.png) repeat-y scroll center top;
}
.sidepanel .ft {
	background:transparent url(../../images/login/sidepanel_btm.png) no-repeat scroll center top;
	height:8px;
}
*/
div.loginError {
    display: none;
}

div.loginErrorBox {
    display: block;
}

#divErrorMsgBody{
	background-color: #eeeeee;
}

.loginControls{
	margin:6px;
	/* width:100%; */
	padding:5px;
}

.instruction {
	line-height:12px;
}

.loginBtn{
   background: rgb(0, 118, 158);
   background: rgb(0, 118, 158) linear-gradient(to bottom, rgb(0, 118, 158), rgb(0, 118, 158)) repeat scroll 0% 0%;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  width:100%;
}
.loginBtn:hover {
  background:  rgb(1, 158, 211);
  background: rgb(1, 158, 211) linear-gradient(to bottom, rgb(1, 158, 211), rgb(0, 118, 158)) repeat scroll 0% 0%; 
  text-decoration: none;
}

.formLabelStacked {
	white-space: normal;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.formValue {
	padding-left: 0px;
	white-space: normal;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

td.formValue {
	vertical-align: top;
}

.formValue input {
	padding-left: 2px;
	white-space: normal;
	text-align: left;
	font-weight: normal;
	font-family: arial;
	font-size: 14px;
}
#loginerror {    
padding: 0px 0;    
position: relative;    
z-index: 334;
}