*{
	color: rgb(80,80,80);
}

a {
    color: #BB0000;
    text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
}

.loginForgotNoUser {
	text-decoration: underline;
}

.loginForgotNoUser:hover {
	color:#1482D1;
}

#loginContainer {
	position:relative;
	display: block;
	margin: 10px auto 0;
	width: 724.55pt;
	height: 580px;
	border-radius: 10px;
	background-color: white;
	padding: 15px 10px 0;
	box-sizing: border-box;
	//box-shadow: 5px -2px 5px 20px rgb(50,50,50);  
	background-image: url('../img/login_middle.jpg');
}
  
#loginContainer img {
	position:absolute;
	left:0px;
	z-index: 1;
}
 
#loginContainer h1 {
	margin: 0;
	color: #680000;
	font-size: 40px;
}

#loginForm {
	width: 336px;
	height: 210px;
	display: block;
	border-style: solid;
	border-width: 1px;
	margin: 170px auto 0;
	box-shadow: 0px 0px 30px -5px black;
}


#loginFormHeader {
	float: left;
	display: block;
	width: 100%;
	height: 70px;
	background-color: #680000;
	box-sizing: border-box;
	padding: 20px 10px 0;
	background-image: url('./img/login_header.png');
}

#loginFormHeader h2 {
	margin: 0;
	float: left;
	color: white;
	font-size: 27px;
}

#loginFormHeader button {
	background-color: transparent;
	outline: none;
	border-style: none;
	font-weight: 900;
	padding:0;
	margin-top:-50px;
	float: right;
	font-size: 90px;
	color: white;
}

#loginFormHeader button:hover {
	color: orange;
}

#loginFormInput {
	float: left;
	display: block;
	padding: 10px 40px 0;
	box-sizing: border-box;
	font-size: 15px;
	color: rgb(70,70,70);
}

#loginFormInput input {
	border-style: solid;
	border-width: 1px;
	padding: 1px 5px;
	width:130px;
}

#loginFormInput p {
	margin: 5px 25px 10px;
	display: block;
	text-align: center;
	font-size: 12px;
}

#loginFormInput button {
	float: right;
	border-style: none;
	background-color: transparent;
	width: 70px;
	height: 25px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: rgb(100,100,100);
	background-image: url("./img/button_login.gif");
}

#Nav {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:28px;
	background: linear-gradient(180deg, #d9d9d9, #B9B9B9);
	z-index: 100;
	box-shadow: 0 3px 0px 1px #a0a0a0;
	box-sizing: border-box;
}

#Nav a {
	float:right;
	padding:7 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-left-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	color: #680000;

}

#Nav a:hover {
    color: white;
}

#portalSelectForm {
	position:relative;
	margin: 150px auto 0;
	display: block;
	width: 900px;
	height: 370px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(150,150,150);
	box-sizing: border-box;
	padding: 100px 0 0;
	text-align: center;
}

#footer {
	width:500px;
	height: 50px;
	text-align:center;
	font-size:11px;
	display: block;
	margin:auto;
	margin-top:30px;
}

#footer p {
	margin:0;
	padding:0;
}


#times {
	position:absolute;
	font-size:11px;
	left:0;
	top:-30;
}

#times p {
	float:left;
	padding:0;
	margin:0;
}

#portalSelectForm .portal {
	display: inline-block;
	width: 300px;
	height: 170px;
	border-style: solid;
	border-width: 3px;
	border-color: rgb(80,80,80);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	color: rgb(50,50,50);
	font-weight: bold;
}

#portalSelectForm .portal:hover {
	background-color: yellow;
}

#portalSelectForm a {
	text-decoration: none;
}

#portalSelectForm .portal img {
	margin: 9 0 10px;
	display:block;
	margin:auto;
	width:auto !important;
}

#portalSelectForm .portal p {
	margin-top: 0;
}
