/* ------------------
 styling for the tables 
   ------------------   */
   
body
{
	line-height: 1.6em;
	background-color:#161613
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 760px;
	text-align: left;
	border-collapse: collapse;
	border:1px solid #2a2a2a
}
#rounded-corner thead th.rounded-company
{
	background: #181818;
}
#rounded-corner thead th.rounded-q4
{
	background: #181818;
}
#rounded-corner th
{
	padding: 10px 20px 10px 20px;
	font-weight: normal;
	font-size: 13px;
	color: #fccc69;
	background: #181818;
}
#rounded-corner td
{
	padding: 8px;
	background: #181818;
	border:1px solid #2a2a2a;
	color: #fff;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #181818;
	
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #181818;
}
#rounded-corner tbody tr:hover td
{
	background: #222;
}

