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

#rounded-corner
{
	font-family: arial, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 660px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #207A03 url('http://mentayan.desa.id/asset/themes/blue/images/left.png') left -1px no-repeat;
	width:20px;
}
#rounded-corner thead th.rounded-q4
{
	background: #207A03 url('http://mentayan.desa.id/asset/themes/blue/images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #207A03;
}
#rounded-corner td
{
	padding: 8px;
	background: #c6feb4;
	border-top: 1px solid #fff;
	color: #666;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #c6feb4 url('http://mentayan.desa.id/asset/themes/blue/images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #c6feb4 url('http://mentayan.desa.id/asset/themes/blue/images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #92d97b;
}