
/* The table that displays the login form */
.ALALoginFormTable
{
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
	border-width: 5px; 
	border-style: solid;
	border-color: #FFFFFF;

}

/* The row that displays the login status / error message */
.ALALoginStatus
{
	text-align: left;
	font-size : smaller;
	font-family : "Arial", "Helvetica", Serif; 
    color : red;
    padding-top: 5px;
    padding-bottom: 10px;
}

/* The row that displays the login and password labels */
.ALALoginLabel
{
	font-size : smaller;
	font-family : "Arial", "Helvetica", Serif; 
    color : #5C284F;
}

/* The row that contains the username input area
.ALALoginInputRow
{
	width: 100%;
}

/* The style for the username and password input boxes in the login form */
.ALALoginInput
{
	font-size : smaller;
	font-family : "Arial", "Helvetica", Serif; 
    color : #000000;
	background-color: #FFFFFF;
	font-weight: normal;  
	width:100%;
}

/* the style for the rows that hold the links */
.ALALoginLinkRow
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.ALALoginLinkText
{
	font-size : smaller;
	font-family : "Arial", "Helvetica", Serif; 
    color : #5C284F;
    text-decoration: underline;
}

A.ALALoginLinkText:visited {color : #5C284F; font-size : smaller; text-decoration: underline;}
A.ALALoginLinkText:link {color : #5C284F; font-size : smaller; text-decoration: underline;}
A.ALALoginLinkText:active {color : #5C284F; font-size : smaller; text-decoration: underline;}
A.ALALoginLinkText:hover {color : #5C284F; font-size : smaller; text-decoration: underline;}

.ALALostPasswordInstructions
{
	font-size : smaller;
	font-family : "Arial", "Helvetica", Serif; 
    color : #5C284F;
}
