
#rounded-corner
{
	font-family: "verdana";
	font-size: 11px;
	margin: 7px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #e8e8e7 url('../images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #e8e8e7 url('../images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 11px;
	color: #039;
	background: #e8e8e7;
}
#rounded-corner td
{
	padding: 8px;
	background: #f3f3f3;
	border-top: 1px solid #fff;
	color: black;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #f3f3f3 url('../images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #f3f3f3 url('../images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #e8e8e7;
}


