/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial;
	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: Arial;
	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: Arial;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial;
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial;
	}	

P
{
	padding-right: 10px;
	padding-left: 10px;

}

A:link	{	
	text-decoration:	none;
	color:	#910000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#910000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#910000;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#a8c5e1;
	}
	
.SMALL	{	
	font-size:	8pt;
	}	

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;
	}	
	
.TitleWhiteSM
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
}

.TitleWhite
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
}

.smallLink
{
	padding-left: 2px;
	font-size: 8pt;
	color: white;
	line-height: 6pt;
	font-family: Arial;
	text-decoration: none;
}

.Footer
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	color: black;
	padding-top: 5px;
	font-family: Arial;
}

.TopMenuGroup
{
  background-color:#004a63;
  
}

.TopMenuItem
{
  color:white;
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold;
  cursor: hand;
}

.TopMenuItemHover
{
	
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: black;
	font-family: Arial;
	background-color: #a8c5e1;
}


.MenuGroup
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	background-color: #a8c5e1;
	margin:1px;
}

.MenuItem
{
  color:white;
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold;
  margin:1px;
  cursor: hand;
}

.MenuItemHover
{
	font-weight: bold;
	font-size: 10px;
	margin:1px;
	cursor: hand;
	color: black;
	font-family: Arial;
	background-color: #a8c5e1;
}

.MenuBreak
{
	width: 100%;
	height: 1px;
	background-color: #336699;
}


.panelTitle
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	color: #004a63;
	padding-top: 2px;
	background-color: #a8c5e1;
}

.Button
{
	border-right: #004a63 1px solid;
	padding-right: 5px;
	border-top: #004a63 1px solid;
	padding-left: 9px;
	font-weight: normal;
	padding-bottom: 2px;
	border-left: #004a63 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: #004a63 1px solid;
	background-color: whitesmoke;
}

.tableContent
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;

}

.Error
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 8pt;
	color: #910000;
	font-family: Arial;
}

.panelTabOn
{
	border-right: #004a63 1px solid;
	padding-right: 4px;
	border-top: #004a63 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #004a63 1px solid;
	color: #004a63;
	padding-top: 2px;
	background-color: whitesmoke;
}

.panelTabOff
{
	border-right: #004a63 1px solid;
	padding-right: 4px;
	border-top: #004a63 1px solid;
	padding-left: 4px;
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 8pt;
	border-left: #004a63 1px solid;
	color: white;
	padding-top: 2px;
	background-color: lightgrey;
}

.tableDataHeading
{
	padding-left: 3px;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	border-bottom: #004a63 1px solid;
	background-color: lightgrey;
}

.tableData
{
	padding-right: 3px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;
	
}

.tableDataAlt
{
	padding-right: 3px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: gainsboro;
	
}

.SectionTitle
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 3px;
	color: #910000;
	padding-top: 3px;
	
}

.SectionTable
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: whitesmoke;
}

.PageTitle
{
	font-weight: normal;
	font-size: 14pt;
	color: dimgray;
	font-family: Arial;
}

.dgAltRow
{
padding-right: 3px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 1px;
	color: dimgray;
	padding-top: 1px;
	
}

.dgRow
{
	padding-right: 3px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 1px;
	color: dimgray;
	padding-top: 1px;
	
}



