/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	color: Navy;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TD > A > img
{
	color: White;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
b.Underline
{
	text-decoration: underline;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style: normal ;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	.8em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
TD
{
	color: Navy;
    FONT-SIZE: x-small;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Universal, arial, ms sans serif, helvetica;
    text-align:left;
}
TD.TabStrip
{
	font-size: xx-small;
}
TD.menu
{
	color: White;
	background-color: Navy;
	font-weight: 700;
}
TD.rmenu
{
	color: White;
	background-color: Navy;
	font-weight: 700;
	text-align: right;
	vertical-align: middle;
}
TD.cmenu
{
	color: White;
	background-color: Navy;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
TD.cTanMenu
{
	color: Navy;
	background-color: #ffe4c4;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
TD.rtext
{
	font-size: .7em;
	font-weight: 700;
	text-align: right;
	vertical-align: middle;
}
TD.ltext
{
	font-size: .7em;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;
}
TD.ctext
{
	font-size: .7em;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
TD.cratio
{
	font-weight: bold;
	font-size: 0.7em;
	background-color: #ffff99;
	text-align: center;
}
TD.ctextratio
{
	font-size: .7em;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffa0;
}

TR.ctan
{
	font-size: .7em;
	text-align:center;
	vertical-align:middle;
	background-color: #ffe4c4;
}
TD.navbar
{
	border-right: gray thin solid;
	background-color:  #f0f4ff;
}
TD.H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: 800;
}
TD.H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	/*font-weight: 800;*/
}
TD.Center
{
	text-align: center;
}
TD.CenterSmall
{
	text-align: center;
	font-size: .6em;
}
TD.Right
{
	text-align:right;
}
TD.Tan
{
	color: navy;
	background-color: #ffffa0;
	text-align: center;
}


TD.CellTitle
{
	color: Navy ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
  
}


TD.CellDescription
{
	color: navy;
	background-color: #FFFFA0;
	text-align: center;
}

TD.CellElectedValue
{
	color: navy;
	/*This is the aqua color that was requested to be removed.*/
	/*background-color: #60CCE2;*/
	/*It is replaced with a white background.*/
	background-color: #fff;
	text-align: center;
}

TD.CellExpectedValue
{
	color: navy;
	background-color: #FFFF00;
	text-align: center;
}

TD.CellBlank
{
	color: navy;
	background-color: #FFFFFF;
	text-align: center;
}

TD.CellCalculatedValue
{
	color: #FFFFFF;
	background-color: navy;
	text-align: center;
}


TD.CellLightYellow
{
	color: navy;
	background-color: #FFFFA0;
	text-align: center;
}

TD.CellCyan
{
	color: navy;
	background-color: #60CCE2;
	text-align: center;
}

TD.CellYellow
{
	color: navy;
	background-color: #FFFF00;
	text-align: center;
}

TD.CellWhite
{
	color: navy;
	background-color: #FFFFFF;
	text-align: center;
}

TD.CellNavy
{
	color: #FFFFFF;
	background-color: navy;
	text-align: center;
}

TD.ColumnTitle
{
	color: Navy ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	font-weight: 900;
	vertical-align: middle;
	text-align: center;
  
}

TD.ColumnTitleLeft
{
	color: Navy ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	font-weight: 900;
	vertical-align: middle;
	text-align: left;
  
}

TD.ColumnTitleRight
{
	color: Navy ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	font-weight: 900;
	vertical-align: middle;
	text-align: right;
  
}

.ColumnLabelLeft
{
	color: Navy ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 900;
	vertical-align: middle;
	text-align: left;
  
}

.ColumnLabelRight
{
	color: blue ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 500;
	vertical-align: middle;
	text-align: right;
  
}

.ColumnLabelNavyRight
{
	color: Navy ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 900;
	vertical-align: middle;
	text-align: right;
  
}

.ColumnLabelGrayItalic
{
	color:  Gray ;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 600;
	vertical-align: middle;
	text-align: left;
	font-style: italic;
  
}



TD.ColumnValueLeft
{
	color: blue;
    FONT-SIZE: x-small;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Universal, arial, ms sans serif, helvetica;
    text-align:left;

}

TD.ColumnValueRight
{
	color: blue;
    FONT-SIZE: x-small;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Universal, arial, ms sans serif, helvetica;
	text-align: right;
}

TD.ColumnValueCenter
{
	color: blue;
    FONT-SIZE: x-small;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Universal, arial, ms sans serif, helvetica;
	text-align:  center;
}

.Center
{
	text-align:center;
}

.Right
{
	text-align:right;
	background-color: White;
}

.RightBlueYellow
{
	text-align:right;
	background-color: #FFFFC0;
	color:	Blue;
}

.RightBlueWhiteLightBorder
{
	text-align:right;
	background-color: White;
	color:	Blue;
	border: solid; border-width: 1;  border-color: Black
}


.RightBlueYellowDarkBorder
{
	text-align:right;
	background-color: #FFFFC0;
	color:	Blue;
	border: solid; border-width: 2;  border-color: Black
}

.Left
{
	text-align: left;
	background-color: White;
}
/*
A:link	{	
	text-decoration:	none;
	color:	#333399;
	text-decoration: underline;
	}	
*/
A:link 
{
	text-decoration: none;
	color: #333399;
}		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
		
IMGRight	{
	float: right;
	border: solid 1px;
	border-color: Black;
	border-style: solid;
	border-width: thick; 
}


IRight
{
	float: right;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	position: relative;
	border-bottom-style: solid;
}





/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/

