/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Sans-Serif, Arial, Helvetica;
	letter-spacing: normal;
	background-color: #ffffff;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #000000;
}

H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12pt;
	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:	10pt;
	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:	8pt;
	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:	8pt;
	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:	10pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


TD
{	
	FONT-SIZE: 9pt;
	font-family: Sans-Serif, Arial, Helvetica;
}

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:	Courier New, monospace;
	}	
	
UL
{
	margin-left: 20px;
}

UL LI
{
	list-style-position: outside;
	margin-left: 10px;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}	

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.MenuHead
{
	font-weight: bold;
	font-size: 16pt;
	color: #000000;	
	font-family: Verdana, Sans-Serif, Arial;
}

.SectionHead
{	
	font-weight: bold;
	font-size: 14pt;	
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.SubSectionHead
{	
	font-weight: bold;
	font-size: 12pt;	
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.CatOut	
{
	cursor: auto;
	text-decoration:	none;
	color:	#3333cc;
}	
		
.CatOver
{
	cursor: hand;
	color: #3333cc;
	background-color: #ffffe0;
	text-decoration: underline;
}

.CatBand
{
	border-right: violet thin ridge;
	border-top: violet thin ridge;
	font-weight: bold;
	font-size: 9pt;
	border-left: violet thin ridge;
	color: white;
	border-bottom: violet thin ridge;
	font-family: Arial, Verdana;
	background-color: #0b479d;
}
.CatDiv
{
	border-right: #33cc00 thin inset;
	border-top: medium none;
	font-weight: bold;
	font-size: 10pt;
	border-left: #33cc00 thin outset;
	cursor: hand;
	color: white;
	border-bottom: #33cc00 thin inset;
	font-family: Arial, Verdana;
	background-color: #0b479d;
}
.CatHead
{
	border-top: #33cc00 thin outset;
	font-weight: bold;
	font-size: 9pt;
	cursor: default;
	color: white;
	font-family: Sans-Serif, Arial;
	background-color: #0b479d;
}
.CatTitle
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 9pt;
	border-left: 1px outset;
	width: 150px;
	color: #000000;
	border-bottom: 1px outset;
	font-family: Sans-Serif, Arial;
	background-color: #cccc99;
	text-align: left;
}
.CatTitle_H
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 9pt;
	border-left: 1px outset;
	cursor: hand;
	color: #cccc99;
	border-bottom: 1px outset;
	font-family: Sans-Serif, Arial;
	background-color: #000000;
	text-align: left;
}
.CatSub
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Sans-Serif, Arial;
	background-color: #eee8aa;
	text-align: left;
}
.CatItem
{
	font-size: 8pt;
	color: #000000;
	font-family: Sans-Serif, Arial;
	background-color: #fafad2;
	text-align: left;
}

.Menu:link
{
	font-size: 8pt;
	color: #000000;
	font-family: Sans-Serif, Arial;
	background-color: #fafad2;
	text-align: left;
}

.Menu:active
{
	font-size: 8pt;
	color: black;
	font-family: Sans-Serif, Arial;
	background-color: #f0e68c;
	text-align: left;
}

.Menu:visited
{
	font-size: 8pt;
	color: #545454;
	font-family: Sans-Serif, Arial;
	background-color: #fafad2;
	text-align: left;
}

.Menu:hover
{
	font-size: 8pt;
	color: black;
	font-family: Sans-Serif, Arial;
	background-color: #f0e68c;
	text-align: left;
}


.MBullet
{
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(Images/Bullet.gif);
	margin: 1px 0px 0px;
}

.MenuSel1
{
	font-size: 8pt;
	color: black;
	font-family: Sans-Serif, Arial;
	background-color: #f0e68c;
	text-align: left;
}
.MenuSel:link
{
	font-size: 8pt;
	color: black;
	font-family: Sans-Serif, Arial;
	background-color: #f0e68c;
	text-align: left;
}
.MenuSel:active
{
	font-size: 8pt;
	color: black;
	font-family: Sans-Serif, Arial;
	background-color: #f0e68c;
	text-align: left;
}
.MenuSel:hover
{
	font-size: 8pt;
	color: black;
	font-family: Sans-Serif, Arial;
	background-color: #f0e68c;
	text-align: left;
}
.MenuSel:visited
{
	font-size: 8pt;
	color: black;
	font-family: Sans-Serif, Arial;
	background-color: #f0e68c;
	text-align: left;
}

.MenuIcon
{
	margin: 0px 0px 0px;	
}

.CatHeadIcon
{
	background-color: #cccc99;
}

.visible
{
	visibility: visible;
}
.hidden
{
	display: none;
}

.Product
{
	font-weight: bold;
	font-size: 10pt;
}

.ProductDesc
{
	font-size: 9pt;
	font-weight: bold;
	font-family: Sans-Serif, Arial;
}

#CatTree_tblCatTree
{
	border-right: black 2px solid;
	border-left-style: none;
}


.OptionText
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Sans-Serif, Arial;
	color: #ff0000;
}

TEXTAREA { behavior: url(maxlength.htc)}

.small
{
	font-weight: normal;
	font-size: 8pt;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}	

A.small:link
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}	
		
A.small:visited
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}	

A.small:active
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}	
		
A.small:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: #cc3366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}