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


body
{
	line-height: 1.6em;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #ffc20f; /* url('../table-images/left.png') left -1px no-repeat; */
}
#rounded-corner thead th.rounded-q4
{
	background: #ffc20f; /* url('../table-images/right.png') right -1px no-repeat; */
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	background: #ffc20f;
}
#rounded-corner td
{
	padding: 8px;
	background: #ffe484;
	border-top: 1px solid #fff;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #ffe484; /* url('../table-images/botleft.png') left bottom no-repeat; */
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #ffe484; /*url('../table-images/botright.png') right bottom no-repeat;*/
}
#rounded-corner tbody tr:hover td
{
	background: #ffcf42;
}




#rounded-corner2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner2 thead th.rounded-company
{
	background: #ffc20f url('../table-images/left.png') left -1px no-repeat;
}
#rounded-corner2 thead th.rounded-q4
{
	background: #ffc20f url('../table-images/right.png') right -1px no-repeat;
}
#rounded-corner2 th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #ffc20f;
}
#rounded-corner2 td
{
	padding: 8px;
	background: #ffe484;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner2 tfoot td.rounded-foot-left
{
	background: #ffe484 url('../table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner2 tfoot td.rounded-foot-right
{
	background: #ffe484 url('../table-images/botright.png') right bottom no-repeat;
}
#rounded-corner2 tbody tr:hover td
{
	background: #ffcf42;
	color: #F60;
}