/* ------------------
 styling for the tables 
   ------------------   */


#rounded-corner
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	margin: 10px;
	width: 724px;
	text-align: center;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #EEE6E1 url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #EEE6E1 url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: #EEE6E1 ;
}
#rounded-corner td
{
	padding: 4px;
	background: #CDC8CE;
	border-top: 1px solid #fff;
	color: #000000;
	
	
	
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #F4DFAE url('table-images/botleft.png') left bottom no-repeat;
	
}
#rounded-corner tfoot td.rounded-foot-right-center
{
	background: #F4DFAE url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #F4DFAE;
}