﻿/* Standard HTML Tags */

body {
	margin-top:0px;
	background-color: #3e3221;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #480C26;
}

a:hover {
	color:#681b3d;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #3e3221;
	font-family: Arial;
	font-size: 18px;
	margin:0px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #526da8;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin:0px;
}

h5 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
}

h6 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#C0C0C0;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	font-size:12px;
	border:1px #E1E4DA solid;
	width:100%;
}

.table_all td {
	padding:10px;
}

.table_headright {
	background-color: #79b76f; 
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold; 
	text-align:center;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color: #79b76f; 
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold; 
	text-align:center;
}

.table_rowright {
	border-bottom:1px #E1E4DA solid;
	border-right:1px #E1E4DA solid;
}

.table_rowend {
	border-bottom:1px #E1E4DA solid;
}

.table_rowrightoff {
	background-color: #D3D8C5;
	border-bottom:1px #E1E4DA solid;
	border-right:1px #E1E4DA solid;
}

.table_rowrightcurrent {
	background-color: #FFFFC1;
	border-bottom:1px #E1E4DA solid;
	border-right:1px #E1E4DA solid;
}

.table_rowrightweekend {
	background-color: #ecefe3;
	border-bottom:1px #E1E4DA solid;
	border-right:1px #E1E4DA solid;
}



/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:3px #E1E4DA solid;
	background-image:url('../webimages/i_food.jpg');
	background-repeat:no-repeat;
}
		
#container_menu {
	padding:10px;
}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.rowhead {
	background-color:#FFFFFF;
}

.tablecore {
	background-color:#FFFFFF;
	font-size:12px;
}

.tablecore td {
	padding:2px;
}