/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color: #FFCC66
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #FFCC66
	}	
		
A:active	{	
	text-decoration:	none;
	color: #FFCC66
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #FFCC66
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
@media print {

    .dontPrintMe{display : none;}
    .printButMoveLeft{ position:absolute; left:0; top:0}
     
    }

.mainTable
{
	background-color: #333399;
	font-size: 9pt;
	font: arial;
	color: White;
	width: 100%
}

.mainRow
{
	height:100%;
	background-color: #333399;
	color: White
}

.headerTable
{
	background-color:#000066;
	color:White;
	font-size:9pt;
	width: 100%
}

.controls
{
	font-size: 9pt;
	color: White
}
	
.blurb
{
	width:410px;
	height:160px;
	font-size: 9pt;
	font: arial;
	color: White;
	background-color:"#333399"
}

.loginTable
{
	border-color:White;
	border-width:1px;
	border-style:solid;
	background-color:"#FFCC66";
	width:280px
	
}

.navigation
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid;
	width: 100%
}

.performanceTables
{
	width: 600px;
	background-color:lightGrey;
	height: 50px;
	FONT-SIZE: 9pt; 
	FONT-FAMILY: Arial;
}

.setupHeader
{
	font-family:Arial;
	text-decoration:bold;
	font-size:9pt;
	background-color:#000066;
	color:White;
	text-align:center
}

A.hierarchy:active
{
    
    FONT-SIZE: 9pt;
    COLOR: #333399;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.hierarchy:link
{
    
    FONT-SIZE: 9pt;
    COLOR: #333399;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.hierarchy:visited
{
    
    FONT-SIZE: 9pt;
    COLOR: #333399;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.hierarchy:hover
{
   
    FONT-SIZE: 9pt;
    COLOR: #333399;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.hierarchy
{
    
    FONT-SIZE: 9pt;
    COLOR: #333399;
    FONT-FAMILY: Arial
}

HR
{
	color:White;
	height:1px
}

A.glossary:link	{	
	text-decoration:	none;
	color: #C7C6FE
	}	
		
A.glossary:visited	{	
	text-decoration:	none;
	color: #C7C6FE
	}	
		
A.glossary:active	{	
	text-decoration:	none;
	color: #C7C6FE
	}	
		
A.glossary:hover	{	
	text-decoration:	underline;
	color: #C7C6FE
	}
	
.glossary
{
    
    FONT-SIZE: 9pt;
    COLOR: #333399;
    FONT-FAMILY: Arial
}

.frontEndTableRow
{

	background-color:#FFCC66
}

.frontEndTableRow A:link
{
	text-decoration:	none;
	color: Black
}

.frontEndTableRow A:visited
{
	text-decoration:	none;
	color: Black
}

.frontEndTableRow A:active
{
	text-decoration:	none;
	color: Black
}

.frontEndTableRow A:hover
{
	text-decoration:	underline;
	color: Black
}

.frontEndAltRow
{
	background-color:#FFFF99
	
}

.frontEndAltRow A:link
{
	text-decoration:	none;
	color: Black
}

.frontEndAltRow A:visited
{
	text-decoration:	none;
	color: Black
}

.frontEndAltRow A:active
{
	text-decoration:	none;
	color: Black
}

.frontEndAltRow A:hover
{
	text-decoration:	underline;
	color: Black
}

.navWidth
{
	width:175px
}

.thinWhiteBorder
{
	BORDER-RIGHT: white 1 solid; 
	BORDER-TOP: white 1 solid; 
	BORDER-LEFT: white 1 solid; 
	BORDER-BOTTOM: white 1 solid
}

.answersBackColor
{
	background-color:"#FFCC66"
}

.altMyBrainslicerRow
{
	background-color:#9A99FF
}

.focusBackColor
{
	background-color:"#FFCC66"
}

.blackLink
{
	color:Black	
}