/* Everything Inside of Content */

/**************/
/* LogIn Page */
/**************/
div.loginWrapper 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}

div.login 
{
	display: none;
}

div.messages 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: none;
	clear: none;
	text-align: left;
}

div.messages h1
{
	width: 100%;
	text-align: left;
}

/**********************/
/* App Suspended Page */
/**********************/
div.AppSuspended 
{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.AppSuspended p 
{
	width: 100%;
	text-align: left;
}

div.AppSuspended div.LogInbutton
{
	display: none;
}


/* ##################### TABLE Classes ############################## */
.baseTable 
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.labelCell
{
	text-align: right;
	font-weight: bold;
	color: black;
}

.labelCellreg
{
	text-align: right;
	font-weight: normal;
	color: black;
}

.inputCell
{
	text-align: left;
}

.inputCellheavy
{
	text-align: left;
	font-weight: bold;
}

.inputCellred
{
	text-align: left;
	color: Red;
}

.buttonCell
{
	display: none;
}

.errorCell
{
	text-align: left;
	color: red;
}

.headerCell
{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-style: normal;
}

.spacerCell 
{
	text-align:center;
}

.linkCell
{
	text-align: left;
}

.linkCell ul 
{
	list-style-image: none;
	list-style-type: none;	
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 10px;
}

/************************/
/* Forgot Password Page */
/************************/
div.forgotPasswordHeading 
{
	text-align: left;
}

/************************/
/* Create Account  Page */
/************************/
