/* LOGIN PORTAL */


a { outline: none; }
:focus { -moz-outline-style: none; }

.loginPortal {
	background:url(/img/portal-bg.jpg) no-repeat center top white;
}

#loginPortalContainer {
	line-height:0;
	width:466px;
	height:600px;
	margin:0 auto; 
	position:relative;
}

#loginPortalContainer .error {
	text-align:left;
	position:absolute;
	top:152px;
	left:24px;
	background:url(/img/portal-error.jpg) no-repeat top left transparent;
	color:#ffff33;
	width:400px;
	height:47px;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
}

#loginPortalContainer .error .padder {
	padding:6px 55px 2px 100px;
}

#userNameInput {
	position:absolute;
	top:215px;
	left:46px;
	font-size:12px;
	color:#371F00;
	text-align:left;
	line-height:normal;
}

#userNameInput input {
	border:1px solid #834A01;
	height:34px;
	width:347px;
	overflow:hidden;
	font-size:28px;
	color:black;
	padding:2px 6px;
}

#passwordInput {
	position:absolute;
	top:298px;
	left:46px;
	text-align:left;
	color:#371F00;
	font-size:12px;
	line-height:normal;
}

#userNameInput span, #passwordInput span {
	display:block;
	padding:0 0 6px 2px;
}

#passwordInput input {
	height:34px;
	width:347px;
	border:1px solid #834A01;
	overflow:hidden;
	font-size:28px;
	color:#D37701;
	padding:2px 6px;
}

#portalGo {
	height:41px;
	width:86px;
	position:absolute;
	left:321px;
	top:390px;
	background:url(/img/button-portal-go.gif) top left no-repeat;
}

#portalGo:hover {
	background-position:bottom;
}

#portalMapBtn {
	height:23px;
	width:26px;
	position:absolute;
	left:48px;
	top:110px;
	background:url(/img/button-portal-map.gif) top left no-repeat;
}

#portalMapBtn:hover {
	background-position:bottom left;
}

#portalFooter {
	position:absolute;
	text-align:center;
	top:481px;
	left:13px;
	width:444px;
	height:40px;
	line-height:normal;
	font-size:10px;
	color:#FF9201;
}

#copyright {
	width:466px;
	position:absolute;
	top:640px;
	left:0;
	margin:0 auto;
	color:#3B3B3B;
	font-size:10px;
}

#portalFooter a {
	color:#834A01;
	text-decoration:none;
}

#copyright a  {
	color:#555;
	text-decoration:none;
}

#portalFooter a:hover, #copyright a:hover {
	color:black !important;
	text-decoration:underline;
}

#portalFooter a.maker, #portalFooter span {
	color:#6D6D6D;
}

