/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.2em;
	font-family:Tahoma;
	font-size:11px;
	color: #000;
	

}
font.fon 
{
font-family:Verdana;
font-size:11px
}

a {color:#000000;text-decoration:none;}
a:hover{text-decoration:underline;}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 430px;
	text-align: right;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #EA5A00 url('table/left.png') no-repeat left -1px;
}
#rounded-corner thead th.rounded-q4
{
	background: #EA5A00 url('table/right.png') no-repeat right -1px;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	font-family:Tahoma;
	color: #fff;
	background: #EA5A00;
	border-top: 1px solid #fff;
	texy-align: right;
}
#rounded-corner td
{
	padding: 4px;
	background: #F7CDB2;
	border-top: 1px solid #fff;
	font-family:Tahoma;
	color: #000;
	texy-align: right;
	height: 4px;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #F7CDB2 url('table/botleft.png') no-repeat left bottom;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #F7CDB2 url('table/botright.png') no-repeat right bottom;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

/* Table Small
		*/
		
#rounded-corner1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 320px;
	text-align: right;
	border-collapse: collapse;
}
#rounded-corner1 thead th.rounded-company
{
	background: #EA5A00 url('table/left.png') no-repeat left -1px;
}
#rounded-corner1 thead th.rounded-q4
{
	background: #EA5A00 url('table/right.png') no-repeat right -1px;
}
#rounded-corner1 th
{
	padding: 8px;
	font-weight: normal;
	font-size: 11px;
	font-family:Tahoma;
	color: #fff;
	background: #EA5A00;
	texy-align: right;
}
#rounded-corner1 td
{
	padding: 4px;
	background: #F7CDB2;
	border-top: 1px solid #fff;
	font-family:Tahoma;
	color: #000;
	texy-align: right;
	height: 4px;
}
#rounded-corner1 tfoot td.rounded-foot-left
{
	background: #F7CDB2 url('table/botleft.png') no-repeat left bottom;
}
#rounded-corner1 tfoot td.rounded-foot-right
{
	background: #F7CDB2 url('table/botright.png') no-repeat right bottom;
	
}
#rounded-corner1 tbody tr:hover td
{
	background: #d0dafd;
}
