
html, body { height: 100%;	padding: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; text-align: center;}

body {
	background-image: url(images/bg.gif);
	background-color: #ffeb68;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#canvas {
	background-color: #FFF;
	width: 720px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 10px;
}
#canvas h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#canvas h1 {
	color: #C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	display: block;
}
.Red {color: #FF0000; text-decoration:underline;}
.green {color: #090; text-decoration:underline;}
.blue{color:#00F;}
.black{ color:#000}
#yellow {	background-color: #FFFF99;
}
.fakebutton {
	border: 2px dashed #333;
	padding: 5px;
}
.FormBox {
	background-color: #FF9;
	border: 3px dashed #333333;
}
.Notes {font-size: x-small}
.facts {font-size: 14pt;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.FormBox1 {	background-color: #CCFFFF;
	border: 3px dashed #333333;
	padding: 10px;
}
.header {
	background-image: url(images/e_dining_header.gif);
	height: 90px;
	margin: -10px;
	background-repeat: no-repeat;
	background-position: right;
}
.logo {
	position: relative;
	float: left;
	margin-top: -20px;
	margin-left: -20px;
	clear: both;
}
/* Order Page */
.content {
	width:700px;margin:15px;
}
.required {
	color:#FF0000;
}
.orderTable{
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
}
.companyTable{
	background:#F3F3F3;
	border:1px solid #DCDCDC;
}
.detailLabel{
	font-size:14px;
}
.orderTitle{
	font-weight:bold;
	background:url(images/order_bar.gif);
	height:34px;
}
.productTitle{
	background:url(images/product_bar.gif) no-repeat;
	font-weight:bold;
	height:20px;
	width:795px;
}
.productTotal{
	background:url(images/total_bar.gif);
	font-weight:bold;
	height:20px;
}
.trrow{
	height:27px;
}
.productTable{
	background:#FFFFFF;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
}
.bottom1{
	font-size: small;
}
