/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.judul
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#009900;
}
/*

=====================================

 * Data Tables and Cascading Style Sheets Gallery *

 *  http://icant.co.uk/csstablegallery/index.php  *

 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *

 =====================================

*/
.kecil { font-size:10px; font-style:italic;}
.nama { font-size:11px; color:#006600; font-weight:bold;}
.nama a { font-size:11px; color:#006600; font-weight:bold; text-decoration:none;}
.nama a:hover { font-size:11px; color:#ff0000; font-weight:bold; text-decoration:underline;}



table.tBl {
	width: 100%;
	margin:0; 
 	padding:0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	color: #1c5d79;
}

table.tBl, tr.tBl, th.tBl, td.tBl {

	border-collapse: collapse;

}

caption {

margin:0; 

 	padding:0;

	background: #f3f3f3;

	height: 40px;

	line-height: 40px;

	text-indent: 28px;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 14px;

	font-weight: bold;

	color: #555d6d;

	text-align: left;

	letter-spacing: 3px;

	border-top: dashed 1px #c2c2c2;

	border-bottom: dashed 1px #c2c2c2;

}



/* HEAD */



thead.tBl {

	background-color: #FFFFFF;

	border: none;

}

thead.tBl tr.tBl th.tBl {

	height: 32px;

	line-height: 32px;

	text-align: center;

	color: #1c5d79;

	background-image: url(col_bg.gif);

	background-repeat: repeat-x;

	border-left:solid 1px #FF9900;

	border-right:solid 1px #FF9900;	

	border-collapse: collapse;

	

}



/* BODY */



tbody.tBl tr.tBl {

	background: #dfedf3;

	font-size: 13px;

}

tbody.tBl tr.odd {

	background: #F0FFFF;

}

tbody.tBl tr.tBl:hover, tbody.tBl tr.odd:hover {

	background: #ffffff;

}

tbody.tBl tr.tBl th.tBl, tbody.tBl tr.tBl td.tBl {

	padding: 6px;

	border: solid 1px #326e87;

}

tbody.tBl tr.tBl th.tBl {

	background: #1c5d79;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 12px;

	padding: 6px;

	text-align: center;

	font-weight: bold;

	color: #FFFFFF;

	border-bottom: solid 1px white;

}

tbody.tBl tr.tBl th.tBl:hover {

	background: #ffffff;



}



/* LINKS */



table.tBl a {

	color: #FF6600;

	text-decoration: none;

	font-size: 13px;

	border-bottom: solid 1px white;

}

table.tBl a:hover {

	color: #FF9900;

	border-bottom: none;

}



/* FOOTER */



tfoot.tBl {

	background: #f3f3f3;

	height: 24px;

	line-height: 24px;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 14px;

	font-weight: bold;

	color: #555d6d;

	text-align: center;

	letter-spacing: 3px;

	border-top: solid 2px #326e87;

	border-bottom: dashed 1px #c2c2c2;

}

tfoot.tBl tr.tBl th.tBl, tfoot.tBl tr.tBl td.tBl {

	/*padding: .1em .6em;*/

	

}

tfoot.tBl tr.tBl th.tBl {

	border-top: solid 1px #326e87;

}

tfoot.tBl tr.tBl td.tBl {

	text-align: right;

	

}