@charset "utf-8";

#InventoryTableDiv {
	padding-left: 10px;
}

#Size1024by768 {
	background-color: #00FF00;
	position: absolute;
	height: 768px;
	width: 1024px;
	left: 50%;
	top: 50%;
	z-index: 3;
	margin-top: -384px;
	margin-left: -512px;
}
#FooterLump {
	background-color: #333333;
	height: 24px;
	position: absolute;
	width: 1024px;
	z-index: 4;
	bottom: 0px;
	left: 0px;
	font-size: 9pt;
}

#HeaderLump {
	background-color: #A6A6A6;
	position: absolute;
	height: 120px;
	width: 1024px;
	z-index: 4;
}
#EditableLump {
	position: absolute;
	height: 614px;
	top: 120px;
	background-color: #D1D1D1;
	z-index: 4;
	width: 1014px;
	padding: 5px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: auto;
	left: 0px;
}
#Sidebar {
	position: absolute;
	width: 180px;
	left: 0px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 602px;
	top: 0px;
}
#ContentNextToSidebar {
	position: absolute;
	height: 601px;
	width: 761px;
	right: 36px;
	margin: 10px;
	top: 2px;
}
.ErrorText {
	color: #FF0000;
}
.TextType1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.HeaderText1 {
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 24px;
	color: #004080;
	font-style: italic;
	font-weight: bold;
}
#95percentHighDiv {
	height: 95%;
}
#5percentHighBottomDiv {
	height: 5%;
	top: 95%;
}
.links {
	text-decoration: none;
	color: black;
}
