#rounded-corner
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background-color: #b9c9fe;
	background-image: url(../WebImages/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#rounded-corner thead th.rounded-q4
{
	background-color: #b9c9fe;
	background-image: url(../WebImages/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}
#rounded-corner th
{
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 2px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	vertical-align: top;
}
#rounded-corner td.fieldname{
	width: 90px;
	text-align: right;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background-color: #e8edff;
	background-image: url(../WebImages/botleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background-color: #e8edff;
	background-image: url(../WebImages/botright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
