/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000099;
}
H1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	3pt;
	text-transform:	none;
	color: #000099;
	font-variant: small-caps;
	}	
		
H2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	3pt;
	text-transform:	none;
	color: #000099;
	font-variant: small-caps;
	}	
		
H3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	3pt;
	text-transform:	none;
	color: #000099;
	font-variant: small-caps;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	font-variant: 
	}	
		
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:	underline;
	color:	#3333FF;
	font-weight: bold;
	}	
		
A:visited	{
	text-decoration:	underline;
	color:	#666666;
	font-weight: bold;
	}	
		
A:active	{
	text-decoration:	underline;
	color:	#666666;
	font-weight: bold;
	}	
		
A:hover	{
	text-decoration:	underline;
	color:	#FFB300;
	font-weight: bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	"Times New Roman", Times, serif;
	}	
	

UL LI	{
	list-style-type:	square;
	font-size: 10pt;
	padding-bottom: 10px;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-size: 10pt;
	padding-bottom: 10px;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}
P.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}


.DataGrid
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.DataGridHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #CCCCCC;
}

/* Sortable tables */ table.sortable a.sortheader
{
	background-color:#whitesmoke;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
	
table.sortable span.sortarrow
{ 
	color: black;
	text-decoration: none;
}

table.main
{
	width: 600px;
	align: center;
}


td.main
{
	padding: 20px;
}

table.survey
{
	border:thin;
	font-size:small;
}

td.mainstaff1
{
	padding: 20px;
	width: 400px;
	valign: top;
}

td.mainstaff2
{
	padding: 20px;
	width: 200px;
	valign: top;
}

table.annual
{
	width: 800px;
	border: medium outset;
	align: center;
}

td.annual
{
	padding: 50px;
}

table.annual2
{
	width: 600px;
	border: medium outset;
	background-color: whitesmoke;
}

body.annual
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	background-image: url(AnnualReport/images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.popup
{
	color: #993300;
	cursor: help;
	text-decoration: none;
	font-weight: bold;
}

.NavTable
{
	font-size: 8pt;
	background-color: #cccccc;
}

.accordionHeader
{
	border: 2px solid #2F4F4F;
	color: white;
	background-color: #6699ff;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	cursor: pointer;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.PanelTable
{
      border: #060F40 2px solid;
      color: #060F40;
      background: #ffffcc;
}
