

body {
	font: 62.5% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p {
	font-size: 1.5em;
	line-height: 1.5em;
}
th, td {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
}
h1 {
	font-size: 3.0em;
}
p.subtitle {
	font-style: italic;
	font-size: 1.8em;
}

a:link, a.aside {
	color: #369;
}
a:visited {
	color: #777;
}
a:hover {
	color: #a00;
}

table.foodguides {
	border-collapse: collapse;
	margin-top: 3em;
}
th, td {
	text-align: center;
	padding: 1em;
	border: solid 1px #ccc;
}
th[scope=col] {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	vertical-align: bottom;
}
thead tr:last-child th, thead tr th[rowspan] {
	border-bottom-color: #666;
}
thead tr + tr th {
	font-weight: normal;
}
td :first-child {
	margin-top: 0;
}
td :last-child {
	margin-bottom: 0;
}
td dt {
	font-size: inherit;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
td p, td dd {
	font-size: inherit;
}
td dd {
	margin: 1em 0;
}
td .note {
	font-style: italic;
}
td cite {
	font-style: normal;
	font-weight: bold;
}

a.aside {
	cursor: pointer;
}
td.cite a.aside, .aside-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(note.png) no-repeat center;
}
.aside-icon {
	vertical-align: middle;
}
td.cite a.aside:hover {
	background-image: url(note-hover.png);
}
.aside.abspos { /* applied by javascript; requires relative-positioned wrapper for cell content */
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	margin-top: -10px;
}
.relWrap { /* wrapper for td content to allow absolute positioning within; applied by javascript */
	position: relative;
	padding-right: 30px;
}


td.meat, th.meat {
	background-color: #ecc;
}
td.milk, th.milk {
	background-color: #fdb;
}
td.bread, th.bread {
	background-color: #e0c0b0;
}
td.veg, th.veg {
	background-color: #cec;
}
td.fruit, th.fruit {
	background-color: #cde;
}
td.fat, th.fat {
	background-color: #ffd;
}
td.sweet, th.sweet {
	background-color: #eee;
}
td.meat-milk {
	background: transparent url(meat-milk.png) repeat top left;
}
td.fruit-veg, th.fruit-veg {
	background: transparent url(fruit-veg.png) repeat top left;
}
td.fat-sweet {
	background: transparent url(fat-sweet.png) repeat top left;
}

.ui-dialog-titlebar {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
}
.ui-dialog-content {
	font-size: 1.0em;
}
.ui-dialog-content p {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
}

