@charset "utf-8";
/* CSS Document */
	body {margin:0px 0px 0px 0px;}
	#header {
		width:auto;
		background-color:#006699;
		color:#fff;
		height:80px;	
		padding-top:8px;
		padding-bottom:0px;
		padding-left:30px;
		font-size:18px;
		font-family:"Century Gothic";
		border-bottom:3px solid #0CF;
	}
	#bagian1 {	
			width:100%;
			border:1px solid #000; 
			height:auto;
			float:left;
	}
	#bagian3 {	
			width:900px;
			border:0px solid #000; 
			float:left;
	}
	#tombol {
			width: 240px;
			height:80px;
			background-color:#efefef;
	}
	#table {
			font-family:"Century Gothic";
			font-size:12px;	
	}	
	select {
			font-family:"Century Gothic";
			font-size:12px;	
	}
	.input_trans {
		border:none;	
		background:transparent;
		font-family:"Century Gothic";
		font-size:12px;
	}
	.input_trans2 {
		border:1px solid #999;	
		font-family:"Century Gothic";
		font-size:12px;
	}
	.rowover 
	{
		BACKGROUND-COLOR: #FFCC99;
		cursor: hand;
	}	
		.mhs_button1 {
			width:200px;
			height:40px;
			font-family:"Century Gothic";			
		}
		
		.mhs_button2 {
			width:300px;
			height:40px;
			font-family:"Century Gothic";			
		}
		.mhs_button3 {
			width:120px;
			height:40px;
			font-family:"Century Gothic";
			font-size:11px;			
		}
		.mhs_button4 {
			width:80px;
			height:40px;
			font-family:"Century Gothic";
			font-size:11px;			
		}
		.text_legend1 {
			font-family:"Century Gothic";
			font-size:12px;
		}
	
	li {
			font-family:"Century Gothic";
			font-size:14px;
	}
<!--
/* CSS Tabs */
#navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: 0px solid #fff;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 0px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 0px solid white;
}
-->	