#WebInventoryHeader{
	clear:both;
	}
#WebInventoryHeader a{
	text-decoration: none;
	font-size: .75em;
	float:left;
	}
#WebInventoryHeader a:link{
	color: #FF0000;
	}
#WebInventoryHeader a:visited { 
	color: #000066;
	}
#WebInventoryHeader a:hover, a:active { 
	color: #990000;
	}




#WebInventory{
	font-size:.75em;
	border:2px outset #000080; 
	height:30em; 
	overflow: auto;
	}
#WebInventory table{
	width: 100%;
	font-size:1em;
	}
#WebInventory tr{
	font-size:1em;
    text-align:left;
	vertical-align: top;
	}
#WebInventory td{
	padding: .5em;
    text-align:left;
	}


.ModCol{
	width:25%;
}
.DescCol{
	width:35%;
}
.AppCol{
	width:20%;
}
.CondCol{
	width:20%;
}
.SalePending{
	background-color: #FFFFCC;
}

.WebInventoryPricing {
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000; 
	background-color: #FFFFCC;
	padding-left: .5em;
	color: #000000;
	font-weight:bold;
	text-align: left;
	line-height:1;
	}
.WebInventoryCategory {
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000; 
	background-color: #0033cc; 
	padding-left: .5em;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	line-height:2;
	}
.WebInventoryHeading {
	font-weight:bold;
	text-align: left;
	line-height:1;
	}
	

#InventoryMenu {
	float: right;
	clear: right;
	width: 15em;
	background: #000066;
	border: 2px outset #C0C0C0;
	padding: .25em;
	margin-top:1em;
	margin-left:1em;
	}
#InventoryMenu ul {
	color: #FFFFFF;
	padding-top:.25em;
	padding-bottom:.25em;
	list-style-type: circle;
	}
#InventoryMenu h1 {
	color: #FFFFFF;
	font-size: 1.0em;
	margin: .25em;
	}
#InventoryMenu p {
	margin: .3em;
	}
#InventoryMenu a{
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	margin-left: .25em;
	}
#InventoryMenu a:link{
	color: #FFFFFF;
	}
#InventoryMenu a:visited { 
	color: #C0C0C0;
	}
#InventoryMenu a:hover {
	color: #FF0000;
	}
#InventoryMenu a:active { 
	color: #FF0000;
	}