.rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 90%;
	text-align: left;
	border-collapse: collapse;
}
.rounded-corner thead th.rounded-company
{
	background-color: #cc0000;
	background-image: url(../table-images/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}
.rounded-corner thead th.rounded-q4
{
	background-color: #FFF;
	background-image: url(../table-images/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}
.rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #FFF;
	background-color: #cc0000;
}
.rounded-corner td
{
	padding: 8px;
	border-top: 1px solid #fff;
	color: #666;
	background-color: #F8F8F8;
}
.rounded-corner tfoot td.rounded-foot-left
{
	background-color: #F8F8F8;
	background-image: url(../table-images/botleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rounded-corner tfoot td.rounded-foot-right
{
	background-color: #F8F8F8;
	background-image: url(../table-images/botright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rounded-corner tbody tr:hover td
{
	color: #666;
	background-color: #CCC;
}

