.UserLogin
{
	font-family: Arial;
    color: Black;
    font-size: 10pt;
    text-align:left;
}


.CommonBody
{
	font-family: Arial;
    color: Black;
    font-size: 11pt;
    text-align:left;
}


.NewsEventTable
{
	font-family: Arial;
	font-size: 11pt;
	background-color: #F9FBFD;
	color: #000000; 
	
}


.CommonTableRowSpacer
{
    font-family: Arial;
    font-size: 12pt;
    text-align: left;
    height: 20px;
    width: 100%;
}


/* Homepage */
.TableSubHeaderLeft
{
	font-family: Arial; 
	font-size: 11pt; 
	font-weight: bold ; 
	text-align: center; 
	width: 80%; 
	height: 20px;  
}

.TableSubHeaderRight
{
	font-family: Arial; 
	font-size: 11pt; 
	font-weight: bold; 
	text-align: center; 
	width: 20%; 
	height: 20px; 
}

.TablePadding
{
	text-align: center;
	border-left: thin solid; 
	border-right: thin solid; 
	padding-right: 10px; 
}
.sublist
{
	font-family: Arial;
	font-size: 11pt; 
	text-align: justify; 	
}

/*Homepage Text File*/
.marqueetable
{
    width: 300px;
    text-align: center;
    color: #ffffff;
    font-family: Arial;
}

/*   CSS meant for Web Based Form  */
/***********************************/
.TextTitle
{
	font-family: Arial;
	font-size: 11pt;
	text-align: right;
}

.RightTextInstructions
{
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
}
.TextSubTitle
{
	font-family: Arial;
	font-size: 10pt;
	text-align: right;
}

.TextTitleSubHeader
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

.TextBoxFont
{
	font-family: Arial;
}
.OthersSelection
{
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
}

.ErrorClassAlignment
{
	text-align: center;
}

.ButtonAlignment
{
	text-align: right;
}

.GroupCommonTitle
{
    font-weight: bold; 
    font-family: Arial;
    font-size: 12pt;  
    text-align: left;
    height: 30px;
    width: 100%;
}
.GroupInstructions
{
    font-family: Arial;
    font-size: 12pt;  
    text-align: center;
    height: 30px;
    width: 100%;	
}

.CompanyDataLeftControl
{
	font-family: Arial;
    font-size: 12pt; 
    text-align: right;
    height: 25px;
    width: 30%;  
}

.CompanyDataRightControl
{
	font-family: Arial;
    font-size: 12pt; 
    text-align: left;
    height: 25px;
    width: 70%; 
}

.CommonSelectionView
{
    font-family: Arial;
    font-size: 12pt;
    text-align: center;
    height: 25px;  
    width: 100%;  
}

.CommonInstructionSpacer
{
	height: 25px;  	
}

/* For AdminCreateUser */
.AdminHeight
{
    font-family: Arial;
    font-size: 12pt;
    text-align: right;   
    height: 25px;
}

/* For AdminResetPassword */
.AdminResetPasswordLeftControl
{
    font-family: Arial;
    text-align: right;
    height: 25px;   
    width: 50%; 
}

.AdminResetPasswordRightControl
{
    text-align: left;
    height: 25px;
    width: 50%;  
}











/* Added By Steven 26 March 200 */


/* The paragraph text contains in the body */
.CommonBodyText
{
	font-family: Arial;
    font-size: 11pt;
    text-align:justify;
    padding-left: 10px;
}

/* Standard table layout in Contents*/
.CommonTable
{
	background-color: #F9FBFD;
	color: #000000; 
	border: 1px solid #D7E5F2; 
	border-collapse: collapse;
}

/* Literal text for the page title */
.CommonTitle
{
	font-family: Arial;
    color: Black;
    font-size: 12pt;
    font-weight: bold;
    text-align:left;
    padding-left: 10px;
}

/* Alternate table row color in News/Events page, use with .NewsEventsAltRow02 */
.NewsEventsAltRow01
{
	
	font-family: Arial;
	font-size: 11pt;
	background-color:#F7F6F3;
	border-right: #d7e5f2 1px solid; 
	border-top: #d7e5f2 1px solid; 
	border-left: #d7e5f2 1px solid; 
	border-bottom: #d7e5f2 1px solid;
}

/* Alternate table row color in News/Events page, use with .NewsEventsAltRow01 */
.NewsEventsAltRow02
{
	font-family: Arial;
	font-size: 11pt;
	background-color: #FFFFFF;
	border-right: #d7e5f2 1px solid; 
	border-top: #d7e5f2 1px solid; 
	border-left: #d7e5f2 1px solid; 
	border-bottom: #d7e5f2 1px solid;
}


