

 /* Modal margins are defined in onResize found on index.php  */


 .modal {
    display: none; 
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	top: calc(100px + 2%);
	height: 134px;
	min-width: 300px;
	max-width: 600px;  
} 
 /* Modal Content/Box */
 .modal-content {
	background-color: #fefefe;
	margin-left: 1px;
	margin-right: 1px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
}	
	/* The Close Button */
	
#modalLoginClose {
	z-index: 1000;
	display:block;
	font-size: 16px;
	float:right;
	margin-right:7px;
	margin-top:6px;	
}
	
.redHoverText {
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
}

.redHoverText:hover,
.redHoverText:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
} 

#forgotPassword:hover,
#forgotPassword:focus {
	color: red;
	text-decoration: underline;
	text-decoration-color: white;
	cursor: pointer;
} 


.loginForm {
	color: black;
	font-size: 14px;
	width:95%;
}

.userName {
	background-color: #aaa;
	padding: 5px;
}

#loginTable{
	margin-top:12px;
	margin-left:9px;
	margin-right:9px;
	margin-bottom:12px;
	width:90%;

}

#loginTable td{
	text-align:left;
	width:48%;
}


#loginStatus{
	font-size: 14px;

}







