body {
	font-family: Verdana, Arial;
	font-size: 10px;
	padding: 60px 36px 0;
}

body.Breakfast {
	background: #fff url('wavyBackgroundBreakfast.jpg') repeat-x top left;
}

body.Lunch, body.BoxLunches {
	background: #fff url('wavyBackgroundLunch.jpg') repeat-x top left;
}

body.BrownBagLunches {
	background: #fff url('wavyBackgroundBrownBagLunch.jpg') repeat-x top left;
}

body.Reception {
	background: #fff url('wavyBackgroundReception.jpg') repeat-x top left;
}

body.Dinner {
	background: #fff url('wavyBackgroundDinner.jpg') repeat-x top left;
}
body.Desserts {
	background: #fff url('wavyBackgroundDesserts.jpg') repeat-x top left;
}

div#header {
	background: transparent url('palioLogo.png') no-repeat 4px 4px;
	padding-left: 200px;
	height: 101px;
}

div#header h1 {
	padding-top: 16px;
}

div#header h1 .downtown {
	padding: 8px;
	background: #ecf;
}

div#header h1 .UCSF {
	padding: 8px;
	background: #cfc;
}

div#header h1 .SOMA {
	padding: 8px;
	background: #fec;
}



h2#pageTitle {
	text-align: center;
}

div#progress {
	font-size: 120%;
	text-align: center;
}

div#progress span#done {
	font-weight: bold;
	color:#000;
}

div#progress span#current {
	font-weight: bold;
	text-transform: uppercase;
	color: #f00;
}

div#progress span#tbd {
	font-weight: normal;
	color: #666;
}

div#instructions {
	padding: 4px;
	margin: 0 36px;
	text-align: center;
	font-size: 110%;
	background-color: #eee;
}

div.specialInstructions {
}

p.thankYou {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
}

p.thankYouHighlight {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	color: #f00;
}

h3.sectionTitle {
	padding: 4px 4px 4px;
	margin: 18px 0 0;
	color: #fff;
}

h3.Breakfast {
	background: #f90;
}

h3.Lunch, h3.BoxLunches {
	background: #909;
}

h3.BrownBagLunches {
	background: #B8AC71;
}

h3.Reception {
	background: #090;
}

h3.Desserts {
	background: #98000f;
}

h3.Dinner {
	background: #0007b9;
}

div.specials {
	padding: 6px 36px;
	font-weight: normal;
	color: #090;
}

div.specials p {
	margin: 0;
	padding: 0;
}

div.specials span.date {
	color: #009;
	font-weight: bold;
}

div.specials span.specialsTitle {
	font-weight: bold;
}

.title {
	font-weight: bold;
}

.largeLink {
	font-size: 130%;
}

.deliveryTime {
	font-weight: bold;
	color: #f00;
}

table {
	table-layout: fixed
}

td.deliveryNotes {
	padding: 0 12px;
	font-size: 120%;
}

tr.itemRow {
	background: #ff9;
}

td.description {
	font-weight: normal;
}

tr.boxOption {
	display: none;
	color: #666;
}

tr#paniniPlatterOptions {
	display: none;
}

.numbers {
	text-align: right;
}

td.cellHeader {
	text-align: right;
}


tr.boxLunch td.quantity,
tr.paniniPlatter td.quantity,
tr.insalateBuffet td.quantity {
	background: #ff6;
}

td.boxOptionCell {
	margin-left: 36px;
	margin-right: 36px;
}

td.item {
	font-weight: bold;
	padding: 0 4px;
}

td.itemNumbers {
	text-align: right;
}

.description {
	font-weight: normal;
}

span.boxLunchSerialNumber {
	font-size: 150%;
	color: #000;
}

tr.summaryRow {
	background: #fcc;
}

td.summaryField {
	text-align: right;
}

td.sectionSubtotalLabel {
	padding-right: 4px;
}

td.sectionSubtotal {
	background: #f77;
}

td.caption {
	text-align: right;
}

.notes {
	font-style: italic;
}
.caption {
	font-style: italic;
}

.itemName {
	font-weight: bold;
}

.specialNote {
	font-weight: bold;
	color: #f00;
	width: 30em;
}

.specialItem {
	font-weight: bold;
	color: #f00;
}

.notice {
	color: #f00;
	font-weight: bold;
}
/* confirmation page CSS */

.value {
	font-size: 120%;
	font-weight: bold;
}

.orderedItem {	
	color: #f00;
}

.heartHealthy {
	color: #f00;
	font-weight: bold;
}
