/* orange brownie table theme */
#itsthetable table a:link
{
	color: #CC6633;
}
#itsthetable table a:visited
{
	color: #CC6633;
}
#itsthetable table
{
	border: 1px solid #D9D9D9;
}
#itsthetable table tr td
{
	padding: 6px 9px;
}
#itsthetable table tr th
{
	padding: 6px 9px;
}
#itsthetable table thead th
{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #D9D9D9;
	background-color: #EBEAEA;
	font-weight: bold;
	text-align: left;
	padding: 6px 6px;
	color: #E77315;
	font-size: 12px;
}
#itsthetable table thead td
{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #D9D9D9;
	background-color: #EBEAEA;
	font-weight: bold;
	text-align: center;
	padding: 6px 6px;
	color: #E77315;
}
#itsthetable table tbody tr th
{
	font-weight: normal;
	padding: 6px 9px;
}
#itsthetable table tbody tr td
{
	font-weight: normal;
	padding: 15px 9px;
}
