/* CSS Document */

#boxtabel{
	background:#f8f8f8;
	padding:10px;
	border:#e6e6e6 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#rounded-corner
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	width:100%;
}
#rounded-corner.odd
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width:auto;
	text-align: left;
	border-collapse: collapse;
	border-bottom:1px solid #ffffff;
}
#rounded-corner thead th.rounded-company
{
	background: #5abe55 url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #5abe55 url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 1px;
	font-weight:600;
	font-size: 12px;
	color: #486a1b;
	border: 1px solid #97b56d;
	height:35px;
	background:#d4eab6  url(images/bgth.png) repeat-x top;
	text-align:center;
	text-transform:uppercase;
}

#rounded-corner th.odd
{
	padding: 1px;
	font-weight:600;
	font-size: 12px;
	color: #FDEEF4;
	border: 1px solid #cccccc;
	height:20px;
	background: #41627E url(../../images/newadmin/bgtag.gif) repeat-x bottom;
}

#rounded-corner tr
{
	background: #CFECEC;
	border-top: 1px solid #cccccc;
	color:#626360;
}

#rounded-corner tr td{
	padding:5px;
	border:#cccccc solid 1px;
	color:#62635f;
	}

#rounded-corner tr td.odd{
	padding:3px;
	border:#cccccc solid 1px;
	color:#62635f;
	height:20px;
	}

#rounded-corner tr td a{
	border:#FFF solid 0px;
	text-decoration:none;
	color:#cccccc;
	}
	
#rounded-corner tr
{
	background: #f8f7f6 url(images/td1.png) repeat-x bottom;
	border-top: 1px solid #cacaca;
	color:#036;
}
	
#rounded-corner tr.odd
{
	background: #f8f7f7 url(images/td2.png) repeat-x bottom;
	border-top: 1px solid #cacaca;
	color:#036;
}


#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background:#FFC;
	border-top: 1px solid #FC0;
}



#data{
	background:#fffde3;
}


#data td
{
	border-top: 1px solid #F60;
	padding-left:10px;
}

#data th{
	background:#f7941d;
	color:#FFF;
	padding:0px;
	text-align:left;
	padding-left:10px;
}



td.left{
	background:#f1dd52;
	color:#875402;
	font-weight:bold;
	padding:2px;
	text-align:right;
	padding-right:5px;
}

/* by sulistianto, untuk style data tidak ditemukan di grid admin */
td.rownodata{
	text-align: center;
	font-style: italic;
	color:#ff0000;
}