div.footer {
	font-size: 80%;
	font-style: italic;
}

div.footnote {
	font-size: 80%;
}

div.pagetitle {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 1em;
}

td.list-descriptor {
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;	
}

p.alert {
	background: #ff0000;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}

/* FAQ styles */
div.faq-question {
	font-weight: bold;
}

p.faq-answer {
	margin-left: 5%;
	margin-right: 5%;
}

/* Review styles */
div.reviewtitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: -1em;
	padding-bottom: 0.1em;
	text-decoration: underline;
/*	border-bottom: thin solid; */
	font-variant: small-caps;	
}

div.rating {
	font-weight: bold;
	margin-bottom: 1.5em;
}

span.rating {
        font-weight: normal;
}

/* Crochet styles */
div.crochetrow {
	margin-bottom: 0.5em;
}

span.crochetrownum {
	font-weight: bold;
}

span.crochetrowsummary {
	font-weight: bold;
	font-style: italic;
}


/* Calendar styles */
tr.calendar-head {
 	background: #ffffc0;
	text-align: center;
}

td.calendar-weeknumber {
	text-align: center;
	vertical-align: middle;
}

td.calendar-classday {
	text-align: left;
	vertical-align: top;
	background: #d0ffd0;
}

td.calendar-holiday {
	text-align: left;
	vertical-align: top;
	background: #66ffff;
}

td.calendar-examday {
	text-align: left;
	vertical-align: top;
	background: #ff6666;
}

div.calendar-date {
	font-size: 80%;	
}

div.calendar-description {
}

div.calendar-event {
	font-weight: bold;
}

/* Restaurant menus */

div.restaurant-heading {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

div.restaurant-subhead {
	font-weight: bold;
	text-align: center;
}

span.restaurant-editorial {
	color: #ff0000;
}


/* Other style miscellany */

span.hard-problem {
	font-weight: bold;
	border: thin solid #000000;
}