/* Default CSS Stylesheet for a new Web Application project */
.clsFlagIndicator
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: bold;
  color: Red
}

.clsSelectedLink
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: bold;  
  text-decoration: none;
  color: Blue
}


.clsUnSelectedLink
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  text-decoration: underline;
  color: Blue
}

.clsError
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  color:Red
}

.clsMessage
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  color: Blue
}

.clsDetail
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  color: Black 
}

.clsTableHeader   
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: bold;
  text-align:center;
  background-color:#003366;
}

.clsTableItem
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
}

.clsHighlightedItem
{
  background-color : lightblue;
}

.clsTableAlternate
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  background-color:#EAEAEA;
}


.clsTitlePage
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14pt; 
  font-weight: bold;
  color: #003366;
}

.clsSubTitlePage
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-weight: bold;
  color: #003366;
}

.clsBgTable
{ 
  background-color: #003366;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt
}

.Bold8pts 
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: bold;
}

.Body8pts 
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt
}

.Bold16pts 
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 16pt; 
  font-weight: bold
}

.Bold10pts 
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-weight: bold; 
  text-decoration: underline
}

.clsFontControl 
{
	font-size: 8pt; 
}

.clsHiddenField 
{
	display:none;
}

INPUT
{ 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt
}

TABLE
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt;

}




TEXTAREA
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt
}

SELECT
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt
}

.clsLink
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: bold;
  color: Black 
}

