/* Everything Inside of Content */

/**************/
/* LogIn Page */
/**************/
div.loginWrapper 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.login 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 35%;
	float: left;
	clear: left;
	background-color: #dcdcdc;
	border-right: #f5f5f5 thin ridge;
	border-top: #f5f5f5 thin ridge;
	border-left: #f5f5f5 thin ridge;
	border-bottom: #f5f5f5 thin ridge;
}

div.messages 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 60%;
	float: right;
	clear: right;
	border-right: #f5f5f5 thin ridge;
	border-top: #f5f5f5 thin ridge;
	border-left: #f5f5f5 thin ridge;
	border-bottom: #f5f5f5 thin ridge;
	padding-right: 5px;
	padding-left: 5px;
}

div.messages h1
{
	width: 100%;
	text-align: center;
}


/**********************/
/* App Suspended Page */
/**********************/
div.AppSuspended 
{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.AppSuspended p 
{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
}

div.AppSuspended div.LogInbutton
{
	position: relative;
	display: block;
	width: 45px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* ##################### 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
{
	text-align: center;
}

.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 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 98%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


.forgotPasswordpnl 
{
	position: relative;
	display: block;
	width: 98%;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border: #dcdcdc thin solid;
}

.forgotPasswordpnl .labelCell 
{
	width: 45%;
}

.forgotPasswordpnl .fcell1 
{
	width: 20%;
}

.forgotPasswordpnl .fcell2 
{
	/*width: 25%;*/
}

.forgotPasswordpnl .fcell3
{
	width: 45%;
}

/************************/
/* Create Account  Page */
/************************/
div.CreateAccountHeading 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 98%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.createAccountpnl 
{
	position: relative;
	display: block;
	width: 98%;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: #dcdcdc thin solid;
}

.createAccountpnlButtons
{
	position: relative;
	display: block;
	width: 98%;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

