

body {
background-image:url('images/bg.jpg')
}

.body {
	font-family: "Trebuchet MS", Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #666666;
}

.detail {
	font-family: "Trebuchet MS", Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #999999;
}

.highlight {
	font-family: "Trebuchet MS", Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #F38E05;
}

.asterisk {
	font-family: "Trebuchet MS", Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F38E05;
}

.menu {
	font-family: Impact;
	font-size: 12px;
	color: #eb8212;
}

.header {
	font-family: Impact;
	font-size: 14px;
	color: #eb8212;
}

h1 {
	font-family: Impact;
	font-size: 14px;
	color: #eb8212;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #F38E05;
}

.link {
	font-family: Impact;
	font-size: 12px;
	color: #eb8212;
}

.returnlink {
	font-family: "Trebuchet MS", Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #F38E05;
}

a:link {color: #FF6600; text-decoration: none; }
a:visited {color: #eb8212; text-decoration: none; }
a:active {color: #ff9900; text-decoration: none; }
a:hover {color: #ff9900; text-decoration: underline; }

/* divs */

#toggleable div {
	display: none;
}
div#breakfast
{
  display:none;  
}
div#lunches
{
  display: none;
}
div#dinners
{
  display: none;
}
div#platters
{
  display: none;
}
div#beverages
{
  display: none;
}
div#specialdiet
{
  display: none;
}

/* Feedback form */
table.feedback, table.feedback th, table.feedback td { border-collapse:collapse; }
table.feedback th, table.feedback td { padding:3px; }

table.feedback tr.ratings td { font-weight:bold; }

table.feedback th { border-width:1px 0; border-style:solid none; border-color:#666; }
	table.feedback th.title { font-size:1.2em; }

table.feedback select { margin:3px 0; }

table.feedback tr.border td { border-bottom:1px solid #666; }

input.text { width:200px; }



