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


body



#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 0px;
	width: 365px;
	text-align: right;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #414141 url(../img/table-images/left.png) left -1px no-repeat;
	text-align: center;
	border: 1px solid #000;
}

#rounded-corner thead th.rounded-q2
{
	background: #2e2e2e;
	text-align: center;
	border: 1px solid #000;
}

#rounded-corner thead th.rounded-q4
{
	background: #414141 url(../img/table-images/right.png) right -1px no-repeat;
	text-align: center;
	border: 1px solid #000;
}
#rounded-corner thead th.empty
{
	background-color: #000;
	background-image: none;
}

#rounded-corner th
{
	padding: 7px;
	font-weight: normal;
	font-size: 13px;
	color: #FFF;
	background: #000;
}
#rounded-corner td
{
	padding: 7px;
	background: #2e2e2e;
	border: 1px solid #000;
	color: #FFF;
	text-align: right;
}

#rounded-corner td.hollow
{
	padding: 7px;
	background: none;
	border-top: 1px solid #000;
	color: #FFF;
	text-align: right;
}

#rounded-corner tr.separa
{
	border-top: 3px solid #000;
}

#rounded-corner td.linhaSL
{
	background: #207DA1;
	font-weight: bold;
	text-shadow: 0px 2px 0px #0b698d;
}

#rounded-corner td.colImpar
{
	background: #414141;
}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #207DA1 url(../img/table-images/botleft.png) left bottom no-repeat;
	text-align: right;
	font-weight: bold;
	text-shadow: 0px 2px 0px #0b698d;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #207DA1 url(../img/table-images/botright.png) right bottom no-repeat;
	font-weight: bold;
	text-shadow: 0px 2px 0px #0b698d;
}

#rounded-corner tbody tr:hover td
{
   background: #606060;  
}