/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1em;
}

#rounded-corner
{
	font-family: verdana;
	font-size: 14px;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #DBDBDB url('../images/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #DBDBDB url('../images/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 11px;
	color: #039;
	background: #DBDBDB;
}
#rounded-corner td
{
	padding: 8px;
	background: #fff;
	border-top: 1px solid #ccc;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #F3F3F3 url('../images/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #F3F3F3 url('../images/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #fff;
}