@CHARSET "ISO-8859-1";

html,body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
}

body {
	
}

body a {
	text-decoration: none;
	color: #004000;
}

#main {
	
}

#banner {
	background-image: url(../images/bkg_banner.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#footer {
	border-top: 1px solid green;
	color: #999999;
	font-size: 0.9em;
	text-align: center;
}

/* Give image links a nice green border. */
.imgLink a {
	border-color: #004000;
	border-width: 2px;
	text-decoration: none;
}

/* Make buttons look a little nicer. */
.btn {
	font-size: 1.0em;
	color: #004000;
	border: 2px outset #568f56;
}
.btn:hover {
	border: 2px outset #cc0033;
	background: #FFFFFF;
}
button[disabled]:hover, button[disabled] {
	font-size: 1.0em;
	color: #aaaaaa;
	border: 2px outset #aaaaaa;
}

/* This is the product search area in the upper-left frame of the page. */
#clickList p {
	cursor: pointer;
	cursor: hand;
	font-size: 0.8em;
	line-height: 1.15em;
}

p.currentList {
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}

p.linkList {
	color: #004000;
	font-weight: bold;
	text-decoration: none;
}

#menu {
	list-style-type: none;
}

/* Items in the center content area. */
#centerContent {
	padding: 0 10px 10px 10px;
}

#centerContent b {
	color: #004000;
	font-weight: bold;
}

/* This is the title bar at the top of some content pages. */
#contentTitle {
	font-size: 1.0em;
	color: #004000;
	font-weight: bold;
	border-top: 1px dotted #004000;
	border-bottom: 1px dotted #004000;
}

#contentMain {
	font-size: 0.9em;
	margin: 15px 0 0 0;
}

p.restaurantAddress {
	font-size: 0.7em;
	text-align: center;
	padding: 0 5px;
	margin: 10px 0;
}

/* The Priced To Sell and What's Available lists. */
.produceLists {
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-type: disc;
}

.produceLists td {
	text-align: left;
}

.produceLists span {
	font-size: 0.9em;
	font-weight: bold;
}

.produceLists ul {
	margin-left: 0;
	padding-left: 0;
}

.produceLists p {
	font-size: 0.7em;
	margin: 0;
}

/* Green border on text input boxes */
input text {
	border : 1px solid #568f56;
}

#xfLogin {
	background-image: url(../images/bkg_login.gif);
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
}

/* Tabbed Pages */
.hiddenTab {
	display: none;
	clear: left;
}

.tab-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 12px;
}

.tab-menu li {
	float: left;
	margin: 0 2px 5px 0;
	display: block;
	padding: 3px 15px;
	background-color: #E5F4E5;
	color: #002800;
	font-weight: bold;
	cursor: pointer;
}

.tab-menu li.tab-selected {
	background-color: #009500;
	color: #FFF;
}

/* Sortable Tables */
.table-sortable {
	font-size: 0.9em;
	text-align: left;
}

.table-sortable thead tr th {
	padding: 2px 4px;
	border-bottom: 1px solid black;
}

.table-th-sort {
	background-color: #77bb77;
}

.table-th-sort-rev {
	background-color: #bb7777;
}

.table-th-sort-span {
	display: none;
}

.table-sortable th {
	padding: 2px 4px;
	border-bottom: 1px solid black;
}

.table-sortable tbody tr td {
	padding: 2px 4px;
}

.table-tr-odd {
	background-color: #e8f3e8;
}