@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.InvListTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/inventory/bgTopListingBox.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:3px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.InvListMiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/inventory/bgMiddelListingBox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}
.InvListMiddleRight {
	background-image: url(../images/inventory/bgMiddelListingBox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
}
.InvListBottom {
	background-image: url(../images/inventory/bgBottomlListingBox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:10px;
}
select {
	height: 20px;
	font-size: 10px;
	color:#666666;
}
.searchbox {
	height: 20px;
	font-size: 10px;
	color:#666666;
}
.newInvCenterRow {
	background-image: url(../images/inventory/bgCenterRow.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.BigBold {
	font-size: 16px;
	font-weight: bold;
}
.buttons ul {
	font-size: 12px;
	padding:0px;
	margin:0px;
	
}
.buttons li {
	list-style-type: none;
	border: 1px solid #000000;
	padding-top: 3px;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.buttons li:hover {
	list-style-type: none;
	border: 1px solid #000000;
	background-color:#CCCCCC;
	padding-top: 3px;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.buttons li a {
	color: #000000;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#invdescription{
	width:auto;
	height:250px;
	overflow:auto;
}