/* Attributes for the standard login table are defined here */
.LoginTable
{
	background: White;
	border: 1px solid #009900;
}

.LoginTitle
{
	background: #7CFC00;
	color: white;
	text-align: center;
}
.LoginError
{
	background: White;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.LoginRow
{
	background: White;
}
.LoginSubmit
{
	background: White;
	text-align: center;
}
.LoginPassword
{
	background: White;
	text-align: center;
}
.LoginWelcome
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.LoginSmallTable
{
	background: #EEFCD2;
	border: 1px solid #009900;
}

.LoginSmallTitle
{
	background: #009900;
	color: white;
	text-align: center;
}
.LoginSmallError
{
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.LoginSmallRow
{
}
.LoginSubmit
{
	text-align: center;
}
.LoginSmallPassword
{
	text-align: center;
}
.LoginSmallWelcome
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}