/* ------------------
 styling for the tables 
   ------------------   */


body
{
	
}



#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 10px;
	width: 770px;
	text-align: center;
	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: 12px;
	font-family:Tahoma;
	color: #fff;
	background: #EA5A00;
	border-top: 1px solid #fff;
	texy-align: center;
}
#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: 180px;
	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;
}


/* Table Small
		*/
		
#rounded-corner2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 220px;
	text-align: right;
	border-collapse: collapse;
}
#rounded-corner2 thead th.rounded-company
{
	background: #EA5A00 url('table/left.png') no-repeat left -1px;
}
#rounded-corner2 thead th.rounded-q4
{
	background: #EA5A00 url('table/right.png') no-repeat right -1px;
}
#rounded-corner2 th
{
	padding: 8px;
	font-weight: normal;
	font-size: 11px;
	font-family:Tahoma;
	color: #fff;
	background: #EA5A00;
	texy-align: right;
}
#rounded-corner2 td
{
	padding: 4px;
	background: #F7CDB2;
	border-top: 1px solid #fff;
	font-family:Tahoma;
	color: #000;
	texy-align: right;
	height: 4px;
}
#rounded-corner2 tfoot td.rounded-foot-left
{
	background: #F7CDB2 url('table/botleft.png') no-repeat left bottom;
}
#rounded-corner2 tfoot td.rounded-foot-right
{
	background: #F7CDB2 url('table/botright.png') no-repeat right bottom;
}
#rounded-corner2 tbody tr:hover td
{
	background: #d0dafd;
}
