﻿.dbList { width: 95%; }
.dbListStyle { border: none; font-size: 90%; font-family: Arial, Helvetica, sans-serif;}
.dbListItem {background: #fff margin-top: 5px; }
.dbListItem td { padding: 5px 0 5px 3px; border-bottom: 1px solid #666666; }
.dbListHover { background: #90bade; margin-top: 5px;}
.dbListHover td { padding: 5px 0 5px 3px; border-bottom: 1px solid #666666; }
.dbListItemAlt {background: #dcdcdc margin-top: 5px; }
.dbListItemAlt td { padding: 5px 0 5px 3px; border-bottom: 1px solid #666; background-color: #dcdcdc; }
.dbListHeader td { padding: 3px 0 3px 3px; background: #828282; color: #000; }
.dbListHeader td a { color: #000; }
.dbListHeader td a:hover { color: #BA2D14; text-decoration: underline;}
.dbListFooter td { padding: 3px 0 3px 3px; }

div#InventoryForm {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#InventoryForm {
	width: 740px;
	padding-top: 0.2em;
	padding-right: 0.25em;
	padding-bottom: 0.2em;
	padding-left: 0.25em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#InventoryForm td.Label { font-size: 95%; text-align:right;  font-weight: bold; }
div#InventoryForm td.Data { font-size: 95%; text-align:left; color: #242424; }
#InventoryForm .unwatermarked {
		padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
}

#InventoryForm .watermarked {
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}


div#Category { width: 100%; font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%;
	padding-bottom:2em; }
div#Category h4 { font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; margin-bottom: .2em;}
div#Category select { font-family: Arial, Helvetica, sans-serif; font-size: 95%; }
