/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, 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: Arial,Verdana,  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: Arial,Verdana,  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: Arial, Verdana,  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: Arial, Verdana,  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: Arial, Verdana,  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:	#3333cc;
	}	
		
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:	Arial, 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;
	}	
table.promptbox {
	border:1 solid green; 
	background-color:#FFFFE6; 
	color:black;
	padding-left:2;
	padding-right:2;
	padding-bottom:2;
	font-family:arial; 
	font-size:12;
} 
BODY.Report
{
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #fffdf4;
}

TD.Separator
{
	background-color: #fffdf4;
}

.ItemStyle
{
	font-size: 8px;
	font-family: Arial,Verdana ;
}
.ItemStyleRight
{
	font-size: 8px;
	font-family: Arial,Verdana ;
	text-align: right;
}
.ItemStyleRightBold
{
	font-size: 8px;
	font-family: Arial,Verdana ;
	font-weight: bold;
	text-align: right;
}
.ItemStyleRightBorder
{
	border-right:thin solid #636363;
	font-size: 8px;
	font-family: Arial,Verdana ;
	text-align: right;
}
.ItemStyleCenterBorder
{
	border-right:thin solid #636363;
	font-size: 7px;
	font-family: Arial,Verdana ;
	text-align: center;
}
.Header
{
	font-size: 9px;
	font-family: Arial,Verdana ;
}

.HeaderStyleCenter
{
	font-size: 7px;
	font-family: Arial,Verdana ;
	font-weight: bold;
	text-transform: none;
	border-bottom: thin solid #636363;
	text-align: center;
}
.HeaderStyleCenterBorder
{
	font-size: 7px;
	font-family: Arial,Verdana ;
	font-weight: bold;
	text-transform: none;
	border-bottom: thin solid #636363;
	border-right: thin solid #636363;
	text-align: center;
}
.HeaderStyleCenterGreen
{
	font-size: 7px;
	color: green;
	font-family: Arial,Verdana ;
	font-weight: bold;
	text-transform: none;
	border-bottom: thin solid #636363;
	text-align: center;
}
.HeaderStyleCenterBorderGreen
{
	font-size: 7px;
	color: green;
	font-family: Arial,Verdana ;
	font-weight: bold;
	text-transform: none;
	border-bottom: thin solid #636363;
	border-right: thin solid #636363;
	text-align: center;
}
.HeaderStyleCenterRed
{
	font-size: 7px;
	color: red;
	font-family: Arial,Verdana ;
	font-weight: bold;
	text-transform: none;
	border-bottom: thin solid #636363;
	text-align: center;
}
.HeaderStyleCenterBorderRed
{
	font-size: 7px;
	color: red;
	font-family: Arial,Verdana ;
	font-weight: bold;
	text-transform: none;
	border-bottom: thin solid #636363;
	border-right: thin solid #636363;
	text-align: center;
}
.FooterStyle
{
	border-top: thin solid #636363;
	font-weight: bold;
	background-color: #DADAC8;
	color: #636363;
	font-size: 8px;
	font-family: Arial,Verdana ;
}
.FooterStyleRight
{
	border-top: thin solid #636363;
	font-weight: bold;
	background-color: #DADAC8;
	color: #636363;
	font-size: 8px;
	text-align: right;
	font-family: Arial,Verdana ;
}
.FooterStyleRightBorder
{
	border-top: thin solid #636363;
	border-right:thin solid #636363;
	background-color: #DADAC8;
	color: #636363;
	font-size: 8px;
	text-align: right;
	font-family: Arial,Verdana ;
}
.FooterStyleRightBold
{
	border-top: thin solid #636363;
	background-color: #DADAC8;
	color: black;
	font-size: 8px;
	text-align: right;
	font-family: Arial,Verdana ;
}

.Content
{
}
.CategoryHeader
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: thin solid #636363;
	background-color: #99A992;
	color: White;
	text-transform: none;
}
.CategoryHeaderHier
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: thin solid #636363;
	color: Black;
	text-transform: none;
	line-height: 30px;
}
.CategoryHeaderHierGold
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: thin solid #636363;
	color: #CC6600;
	text-transform: none;
	line-height: 30px;
}

.CategoryFooter
{
	border-top: thin solid #636363;
	font-weight: bold;
	background-color: #DADAC8;
	color: #636363;
	font-size: 10px;
}

.CategoryFooterHier
{
	font-family: Verdana, Arial;
	border-top: thin solid #636363;
	font-weight: normal;
	background-color: #DADAC8;
	color: #636363;
	font-size: 10px;
}

.PagerHier
{
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #636363;
	font-size: 10px;
}

.Selected
{
	font-size: 10px;
	color: beige;
	background-color: #FFF8DF;
}
A:active, A:hover
{
	color: #990000;
	text-decoration: underline;
}

A.hier:link
{
	font-size: 11px;
	color: black;
	font-weight: bolder;
	text-decoration: underline;
}
A.hier:visited
{
	font-size: 11px;
	color: #666666;
	font-weight: bolder;
	text-decoration: underline;
}

A.hier:active, A.hier:hover
{
	color: #CC6600;
	font-weight: bolder;
	text-decoration: underline;
}
.mainlink
{
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
	text-transform: uppercase;
}
A.mainlink:link, A.mainlink:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	text-decoration: underline;
	text-transform: uppercase
}
A.mainlink:active, A.mainlink:hover
{
	color: #990000;
	text-decoration: underline;
	text-transform: uppercase;
}
.Title
{
	color: #FFFDF4;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}
.textbold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.red 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #990000;
}
.OutOfStock 
{
	color: red;
}
A.red:active, A.red:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #990000;
	text-decoration: underline;
}
A.red:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #996666;
	text-decoration: underline;
}
.ReportTitle 
{
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	text-transform: uppercase;
}

div.code
{
	width: 90%;
	font-family: "lucida console";
	padding: 20px;
}
.HeadBg
{
	background-color: darkred;
}
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkred;
}
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
P, .NormalIndent
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}
.HeadSeparator
{
	background-color: #9D0000;
}
.LogoBG
{
	background-color: Black;
}
.Select
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: thin solid #636363;
	text-transform: none;
}
.bold
{
	font-weight: bold;
}
.ColoredOrder
{
	font-weight: bold;
	color: #99A992;
}
