﻿body
{
}

/*table*/

.headerText a
{
    text-decoration: underline;
}

.tableHeader
{
	background-color:Lime;
}

.tableRow
{
	text-align:center;
}

.title
{
	font-size:"14px";
}

/*normal*/
.label
{
	font-family:Arial;
	font-weight:bold;

}

.textbox
{
	color:Blue;
}

.button
{
}


.InfoArea
{
	background-color: #6833CC;
	color:#FFFFFF;
	font-weight:bold;
}

.SelectionArea
{
	background-color: #D9CDF3;
	color:#000000;
	height:100px;
}

.SubmitArea
{
	background-color: #BCA5E9;
	height:40px;
}

.Table
{
	width: 601px;
}

.err
{
	color:Red;
}


/* forgot passwords styles */

.pwForgotPasswordWrapper {
	margin: 0px 9px 0px 9px;
}

.pwForgotPasswordHeader {
	color: #585858;
}

.pwForgotPasswordFooter {
	text-align: center;
	clear:both;	
	position: relative;
	background-color: #f3f3f3;
	padding: 5px 0px 5px 0px;
	/*float: inherit;*/
}

.pwForgotPasswordBody {
	width: 100%;
	text-align: left;
}

.pwForgotPasswordBody .errorMessage
{
    text-align: center;
    font-size: 12px;
}

.pwForgotPasswordBody .leftCol{
	width: 300px;
	
}
.pwForgotPasswordBody .rightCol {
	

}

.formLabel
{

}

VerticalTreeView a, a:link, a:active, a:hover, a:visited
{
    
}

.leftCol 
{
    float: left;
    width: 300px;
    padding: 10px 35px 35px 35px;
}

.rightCol 
{
    float: left;
    width: 400px;
    overflow: hidden;
    padding: 10px 0px 25px 0px;
}
