html,body 
{
	margin:0;
	padding:0;
	text-align: center;
}
h4
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1.1em;
	color: Maroon;
	font-variant: small-caps;
	text-decoration: underline;
}

.BestInventoryHead 
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1.05em;
	color: Maroon;
}

#bodyWrapper 
{
	width: 100%;
	text-align:center;
}

#pagecontainer
{
	width: 750px;
}

#topheader
{
	text-align: center;
}

#menuNav
{
	width: 100%;
	text-align: center;
}

#content
{
	margin: 10px 20px 10px 20px;
	text-align:left;
	vertical-align:top;
}

#footercontact
{
}

#footercontent 
{
	text-align:center;
	background-color:Gray;
	color: White;
	font-family: Tahoma;
	font-size: 10pt;
}

#footercontent a 
{
	color: White;
}

TD.AdminTable
{
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-collapse: collapse;
}

.dataentryform th 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .75em;
	text-align: right;
	vertical-align: middle;
	color: #999999;
	padding-right: 4px;
}

.dataentryform td 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .75em;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

#inventorySummary 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .75em;	
}

#inventorySummary td 
{
	vertical-align:top;
	padding-left: 10px;
	white-space: nowrap;
}

.inventoryFilterBox 
{
	border: solid 1px #000000;
	padding: 3px 5px 8px 5px;
	font-family: Tahoma, Arial, Sans-Serif;
	text-align: left;
	background-color: #EEEEEE;
}

.inventoryFilterBox h2 
{
	text-align: justify;
	color: #000099;
	margin-bottom: -10px;
}

.inventoryFilterBox li 
{
	list-style-type: none;
	margin-left: -30px;
	padding-bottom: 3px;
}

.inventoryFilterBox a:visited
{
	text-decoration: none;
	color: #660000;
}

.inventoryFilterBox a:link
{
	text-decoration: none;
	color: #660000;
}

.inventoryFilterBox a:active
{
	text-decoration: none;
	color: #660000;
}

.inventoryFilterBox a:hover 
{
	color: #1111ff;
	text-decoration: none;
}

#inventoryFilterBoxTitle 
{
	background-color: #000099;
	font-size: x-large;
	text-align: center;
	border: solid 1px #000000;
	padding: 2px 10px;
	font-weight: bold;
	color: #FFFFDD
}

.datapager 
{
	padding: 3px 8px;
	margin: 5px 3px;
	border: dashed 1px #9999CC;
	background-color: #EEEEFF;
	color: Black;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: .85em;
	font-weight: bold;
	color: #6600CC;
}

.datapager a
{
	text-decoration: none;
	font-family: Tahoma, Arial, Times New Roman;
	font-weight: bold;
	font-size: .85em;
	color: #6666DD;
}

.datapager a:hover 
{
	text-decoration: none;
	font-family: Tahoma, Arial, Times New Roman;
	font-weight: bold;
	font-size: .85em;
	background-color: #333333;
	color: #ffffff;
}

.datapager a:visited 
{
	text-decoration: none;
	font-family: Tahoma, Arial, Times New Roman;
	font-weight: bold;
	font-size: .85em;
	color: #9999FF;
}

