body {
margin: 0px;
font-size: 9pt;
color: black;
}

a img {
	border-style:none;
}

div {
position: absolute;
}

div.logo {
color: black;
padding: 0px;
height: 70px;
width: 165px;
top: 5px;
left: 5px;
margin: 0px;
border-style: solid;
border-width: 1px;
border-color: gray;
}

div.subHeading {
color: black;
padding: 10px 5px;
height: 15px;
width: 572px;
top: 5px;
left: 175px;
margin: 0px;
font-weight: normal;
border-style: solid;
border-width: 1px;
border-color: gray;
}

div.topMenu {
color: black;
padding: 7px 5px 2px;
height: 20px;
width: 572px;
left: 175px;
margin: 0px;
font-weight: normal;
top: 45px;
border-style: solid;
border-width: 1px;
border-color: gray;
}

div.time {
color: black;
text-align: right;
padding: 10px 5px;
height: 15px;
width: 197px;
background-color: transparent;
left: 535px;
margin: 0px;
font-weight: normal;
top: 5px;
border-style: none;
border-width: 0px 1px 1px;
border-color: black;
}

div.productMenu {
width: 165px;
top: 80px;
color: black;
left: 5px;
border-style: solid;
border-width: 1px;
border-color: gray;
padding: 0px;
}

div.main {
top: 80px;
left: 175px;
color: black;
width: 572px;
padding: 5px;
border-style: solid;
border-width: 1px;
border-color: gray;
}

a {
	text-decoration: none;
}

a:visited {
	color: black;
}

a.normal:link {
	color: black;
}

a.normal {
background-color: transparent;
text-decoration: underline;
color: blue;
}

a.button {
color: black;
display: inline;
position: static;
border-style: solid;
border-width: 1px;
border-color: gray;
padding: 0px 3px;
}

a.selected {
	font-weight: bold;
}

a.productButton, a.selected {
color: black;
display: block;
position: static;
border-style: solid;
border-width: 1px;
border-color: gray;
margin: 5px;
padding: 0px 3px;
width: 145px;
}

ul {
margin-left: 10px;
padding-left: 10px;
}

input {
width: 110px;
}

td.productRow {
font-size: 9pt;
border-style: solid;
border-width: 1px 0px 0px;
border-color: #cccccc;
}

table {
border-collapse: collapse;
}

td.confirm {
border-width: 0px 0px 1px;
border-style: solid;
border-color: #000000;
}

h5 {
	margin-bottom: 5px;
	font-size: small;
}
h5.frontPage {
	background-color: #dddddd;
}
p {
	margin-top: 0px;
}
input.quantity {
	padding: 0px;
	margin: 0px;
	width: 20px;
}
th.printOrder {
	border-style: solid;
	border-width: 1px;
}
td.printOrder {
	border-style: solid;
	border-width: 1px;
}
th {
text-align: left;
}
table.recipes td {
padding-right:1em;
}
table.recipes a:visited {
color: blue;
}
table.catering_categories {
	width: 100%;
	margin-bottom: 2em;
}
table.catering_categories td {
	text-align: center;
	font-weight: bold;
}
table.catering_categories td a {
	color: white;
	display: block;
	position: static;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 0.7em;
	width: 5em;
	background-color: green;
}

table.diner_transportable_menu a:link {
	color: black;
}

table.diner_transportable_menu {
	width: 100%;
	table-layout: fixed;
}

table.diner_transportable_menu td {
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px;
	font-size: medium;
}

table.diner_transportable_menu td.selected {
	background-color: #d0d0d0;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 0px;
}
