/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.wrightthisway.com/mt-static/themes/base-weblog.css);
@import url(http://www.wrightthisway.com/mt-static/themes/theme-bryant/theme-bryant.css);
/* end StyleCatcher imports */

.datatable, .parseerror {
	border: solid #527142 1px;
	background: #E1E7DF;
	empty-cells: hide; /* Added RTB 12-29-04 */
}

.datatable th {
	border: solid #BFCEDE 2px;
	font-size: 10px; /* .7em; */
	font-weight: bold;
	padding: 2px 4px;
}

.datatable td {
	border: solid #BFCEDE 1px;
	font-size: 10px;
	padding: 2px 4px;
}

