/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#rounded-corner
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	margin: 5px 15px 15px 15px;
	width: 370px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #9EC630 url('left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #9EC630 url('right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #9EC630;
}
#rounded-corner td
{
	padding: 5px;
	background: #eeeeee;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #eee url('botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #eee url('botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


