﻿
.formField {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.formButton {
	color: #000000;
	background-color: #C0C0C0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.formHeader {
	background-color : #333366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 23px;
}

.formFooter {
	background-color : #A9A990;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.formRequiredFields {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9E0C;
}

.formFieldname {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.formGroceryList {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 120px;
	height: 300px;
	white-space:normal;
}

#groceryList {
	font-family:Verdana, Helvetica, sans-serif;
	/*font-size: 9px;*/
	font-size:small;
	color: #000000;
	width: 120px;
	height: 300px;
	max-width: 120px;
	max-height: 300px;
	overflow: auto;
}

.groceryListWht {
	background-color:#FFFFFF;
}

.groceryListOrg {
	background-color:#FFF1DB;
}

.groceryListHighlight {
	background-color:#C7C7C7;
}

#productList {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 120px;
	height: 300px;
	max-width: 120px;
	max-height: 300px;
	overflow: auto;
}

.productListWht {
	background-color:#FFFFFF;
}

.productListOrg {
	background-color:#FFF1DB;
}

.expressListBox {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 160px;
	height: 160px;
	max-width: 160px;
	max-height: 160px;
	overflow: auto;
}

.addlItems {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 400px;
	height: 200px;
	max-width: 400px;
	max-height: 200px;
	overflow: auto;
}
