/* ------------------
 styling for the tables 
   ------------------   */
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: auto;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #61A0DD url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #61A0DD url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	background: #61A0DD;
}
#rounded-corner td
{
	padding: 2px;
	width: 25%;
	height: 10px;
	background: #cbcbcb;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #61A0DD url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #61A0DD url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-center
{
	background: #61A0DD;
}
#rounded-corner tbody tr:hover td
{
	background: #cbcbcb;
}

#rounded-corner2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: auto;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner2 thead th.rounded-company
{
	background: #61A0DD url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner2 thead th.rounded-q4
{
	background: #61A0DD url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner2 th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	background: #61A0DD;
}
#rounded-corner2 td
{
	padding: 2px;
	width: 25%;
	height: 10px;
	background: #cbcbcb;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner2 tfoot td.rounded-foot-left
{
	background: #61A0DD url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner2 tfoot td.rounded-foot-right
{
	background: #61A0DD url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner2 tfoot td.rounded-foot-center
{
	background: #61A0DD;
}
#rounded-corner2 tbody tr:hover td
{
	background: #61A0DD;
}

