﻿.lblHead
{
	font-weight: bold;
	font-size: large;
	font-family: Verdana;
	color: darkblue;
}

.mandatory {
    background-color:#FFE87C;
    font-family: Verdana;
    font-size : small   
}

.nonmandatory {
    background-color:#FFFFFF;
    font-family: Verdana;
    font-size : small   
}

.welcome 
{
	font-family : Verdana ;
	font-size :small;
	color :Blue;  
	font-weight:bold;  
}

.linkButton
{
 color:Maroon;
 font-family: Verdana;
 font-variant:normal;
 font-size:small; 
 cursor : hand ;
 text-decoration: none;
}

A:link
{
 text-decoration: none;
 color: #3333cc;
}

A:visited
{
 text-decoration: none;
 color: #333399;
}

A:active
{
 text-decoration: none;
 color: #333399;
}

A:hover
{
 text-decoration: none;
 color: #3333cc;
}

.BackStyle
{
	background-color: #FFFFFF;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.tdBack
{	
	background-color: #E1E1E1;
}

.RowColor
{
	background-color:#ECECEC;
}

.tableHeader
{
	color: #2373A2;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	text-align: left;
}

.tableHeader1
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	text-align: left;
}

.tableHeader2
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	background-color: #C48793;
	text-align: left;
}

.tdBack1
{	
	background-color: #2373A2;
}

.labelStyle
{
	font-size: 8pt;
	font-family: Verdana;
	text-align: left;
	text-indent: 2pt;
}

.mainheader
{
	font-weight: bold;
	font-size: 12pt;
	color: #7C7C7C;
	font-family: Verdana;
}

.titleheader
{ 
	font-weight: bold;
	color:#2373A2;
	font-size: large;
	font-family: Verdana; 	
}

.errorMessage
{
	font-size: 10pt;
	color: #ff3300;
	font-family: Verdana;
}

.alterStyle
{
	background-color: #E3E4FA;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	text-indent: 2pt;
}
