@charset "utf-8";
/* CSS Document */

/* ========== TABLE FORMATS ========== */

table#therapiesMenu {
	width: 800px;
	margin: 0 auto;
	background: #d1ffd1; /*Very Pale Indigo*/
}

#therapiesMenu td {
	margin: 0;
	padding: 1em .76em; 
}

#therapiesMenu thead {
	font: normal .9em Verdana, Geneva, sans-serif;
	color: #525659;
	text-decoration: underline;
}

#therapiesMenu tbody {
	font: .9em "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
}

#therapiesMenu caption {
	font: bolder 1em Verdana, Geneva, sans-serif;
	color: #0000a8;
	text-align: left;
	padding: 0 0 .5 0;
}

#therapiesMenu tbody tr td header {
	font: bolder 1.1em Verdana, Geneva, sans-serif;
	text-align: left;
}

#therapiesMenu tbody tr td p {
	text-align: left;
	margin: .2em 0 .2em .2em;
}

.priceCell {
	width: 9%;
}

#therapiesMenu tbody tr.even {
	
}

#therapiesMenu tbody tr.odd, #therapiesMenu tbody th.odd {
background: #F6FAFF;
}
