/*
** Login Page
*/

.SecondLogo {
    margin-left: 30px;
}

body {
    padding-top: 10px;
    padding-bottom: 0px;
}

.container {
    height: auto;
}

.loginInfo {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

#logoPos {
    position: absolute; 
    top:170px;
    left: 50px;
}

.updateBox {
	width:100%;
    margin-top: 15px;
    padding-left:5px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right: 20px;
    background-color: #686565;
}

.updateBox dd {
    color:white;
    font-weight:bold;
    border:none;
    
}

.updateBox p {
    color:white;
    font-weight:normal;
}

.updateBox ul {
    font-weight:normal;
}

.loginButton {
    float:right;
}
.loginButton a {
    float:left;
    color: #84868c;
    margin-right: 5px;
    margin-top:5px;
}
.headingAltLogin {
   width:100%;
   height: 300px;
   background-color:#575454;
}

.footerAlt {
	margin-top:100px;
	width:100%;
	height: 40px;
   	background-color:#686565;
    position:fixed;
    bottom:0;
}

.titlebar h2 {
	width:100%;
	height:45px;
	padding-top: 14px;
	padding-left:15px;
	background-color:#52BBC5;
	color: white;
    font-size: 17px;
    margin-bottom: 20px;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
    border-bottom: none;
}

.titlebarAlt h2 {
	width:100%;
	height:45px;
	padding-top: 14px;
	padding-left:15px;
	background-color:#9a9898;	
	color: white;
    font-size: 17px;
    margin-bottom: 20px;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
    border-bottom: none;
}

input[name=userName] {
    width:100%;
    background-color: #686565;
    color: #ABA9A9;
    height:40px;
}

input[type=password] {
    width:100%;
    background-color: #686565;
    color: #ABA9A9;
    height:40px;
}

dd {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border:none;
}

#headingText {
    margin-top: 0px;
}

#headingText li a, .loginButton a {
    color: #ABA9A9;
}

#headingText li a:hover, .loginButton a:hover {
    color: #52BBC5;
    text-decoration: none;
}

.loginButton .submitButton {
    margin-left: 10px;
}

.formError {
    color: #FFFFFF;
}

.termsText {
    color: #FFFFFF;
    height: 250px;
    overflow-y: scroll;
    padding-right: 20px;
    margin-bottom: 20px;
}

.accept {
    width: 300px;
    margin-bottom: 20px;
}