/* flowchart.css
 * Cascading style sheet for Idaho OnePlan flowcharts
 * Intended to augment the "main" specs, oneplan.css
 * by Tom von Alten, 2004-05-14
*/

td {
	font-size: 0.8em;
	vertical-align: top;
	background-color:#BF7;
	border: #3A3 solid 2px;
}
td.link {
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
}
th {
	font-size: 0.75em;
	vertical-align: bottom;
}
td.x {
	font-weight: bold;
	text-align: center;
}
tr.stripe {
	background-color: rgb(235,235,250);
}

