table.solid{
	border-left:1px solid #9e9e9e;
	border-top:1px solid #9e9e9e;
}

table.solid th{
	font-weight:bold;
	font-size:11px;
	color: white;
	border-right: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: black url(../images/table-th-bg.gif) repeat-x;
}

table.solid td{
	text-align:center;
	border-right: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	padding: 6px 6px 6px 12px;
}

table.solid tr.playdown{

	background-color:#fff4ea;
}