/* Start of CMSMS style sheet 'table_css' */
th {
	color: #000;
	border-right: 1px solid #b47808;
	border-bottom: 1px solid #b47808;
	border-top: 1px solid #f8bc1c;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e7ab0b;
}

td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
}
/* End of 'table_css' */

