﻿/* LOGIN STYLE */

body 
{
    background-image: url('../Images/ChestnutBackground.jpg');
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

#javaScriptDisabled
{
	display: block;
}

#javaScriptEnabled
{
	display: none;
}

.accountInfo
{
	border-collapse: collapse;
	border-color: #556b2f;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: .8em;
	margin: 0 auto;
	width: 400px;
}

.accountInfo th
{
	background-image: url('../Images/greenGradient.png');	    
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align:top;
}

.loginHeader
{
    height: 100%;
    width: 100%;
}

.loginHeader .titleMargin
{
	vertical-align: middle;
	height: 40px;
}

.loginHeader .masterTitle
{
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
    text-align: left;
}

input.textEntry 
{
    width: 140px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 140px;
    border: 1px solid #ccc;
}

.failureNotification
{
	font-size: 1.0em;
	cursor: help;
	color: Red;
}

.failureDefault
{
    cursor: help;
    color: Red;
}

.loginButton
{
    color: Black;
    cursor: pointer;
    font-weight: bold;
    margin-right: 10px;
}
