#content table
{
	margin-top: 20px;
	border-collapse: collapse;
	font-size: .75em;
	color: #555;
	text-align: left;
	border-left: 1px solid #ccc;
}

#content table td
{
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color:#111;
	background: #fff;
} 

#content table tr.even-row td
{
	color: #c76400;
	background: #e6e6e6;
}


#content table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/table_header.jpg) no-repeat;
}