/* 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;
}

TABLE 
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
	color: Black;    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	FONT-WEIGHT: bold;
	color: SeaGreen;
	color: #ff2200;
/*	
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none; 
*/
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	text-align: left;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	}	

H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	color: mediumblue;
	}	
	
A, A:visited
{
	color: blue;
	cursor: hand;
	text-decoration: none;
}
	
.treeMenuLink
{
	cursor: hand;
	font-weight:normal;
	text-decoration: none;
}

.treeMenuLinkSelected
{
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}

.productTableHeaderCell 
{
	text-align: center;
	color: white; 
	background-color: darkgray; 
	font-size: 8pt;
	font-weight: normal;
}

.partNoCell 
{
	text-align: left;
	font-weight: normal; 	
	color: green;
	width: 120px; 
}

.shoppingCartTable 
{
	margin: 10px;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	background-color: LightGray;
	border-width: 1px;
	padding: 2px;
	width: 650px;
}

.shoppingCartHeader
{
	background-color: DarkGray;
	color: White;
	font-weight: bold;
	text-align:center;
	
}

.shoppingCartCell
{
	background-color: AliceBlue;
	color: Black;
	font-weight: normal;
	font-size: 8pt;
	
}

.searchGoButton
{
	background-color: WhiteSmoke;
    color: blue;
    font-weight: normal; 
    font-size: 8pt;
    cursor: hand; 
    width: 25px;
    height: 20px;
}

.shoppingCartButton
{
	background-color: WhiteSmoke;
    color: blue;
    font-weight: normal; 
    font-size: 8pt;
    cursor: hand; 
    width: 70px;
}

.statusMessage
{
	width: 100%;
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 8pt;
	color: mediumblue;
	text-align: right;
	vertical-align: top;
	margin: 10px;
}

.errorMessage
{
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	color: blue;
	text-align: left;
}
