/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#rounded-corner
{
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	margin: 20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 2px solid #333333
}
#rounded-corner thead th.rounded-company
{
	background: url('style/textfield.gif') repeat-x;
}
#rounded-corner thead th.rounded-q4
{
	background: #141414 url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 7px;
	font-weight: normal;
	font-size: 12px;
	color: #D2D2D2;
	background: url('style/textfield.gif') repeat-x;
}
#rounded-corner td
{
	padding: 1.5px;
	background: #141414;
	border-top: 1px solid #333333;
	color: #d2d2d2;
{
#rounded-corner tfoot td.rounded-foot-left
{
	background: #141414 url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #141414 url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #333333;
}


