#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #CCC url('img/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #CCC url('img/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	font-weight:bold;
	background: #CCC;
}
#rounded-corner td
{
	padding: 8px;
	background: #F5F5F5;
	border-top: 1px solid #fff;
	color: #666;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #F2F2F2 url('img/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #F2F2F2 url('img/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #E9E9E9;
}
