/* CSS Document */

html, body {
	font-family: "Tahoma", Verdana, sans-serif;
	font-size: 8pt;
}

body {
	margin: 0;
	padding: 0;
}

.nav {
	color: #FFFFFF;
	filter: DropShadow(Color=#bbbbbb, OffX=1, OffY=1, Positive=1);
}

.tdputih {
	color: #ffffff;
}

.trbold {
	font-weight: bold;
}

.tdvtop {
	vertical-align:top;
}

.judul_halaman {
	color: #043898;
	filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);
}

.judul_menu {
	font-size : 10pt;
	color: #043898;
	filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);
	font-weight: bold;
	font-family: Arial, sans-serif, Georgia, "Bitstream Vera Serif", "Times New Roman", Times, serif;
}

.judul_menu_main {
	font-size : 10pt;
	color: #043898;
	filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);
	font-weight: bold;
	font-family: Arial, sans-serif, Georgia, "Bitstream Vera Serif", "Times New Roman", Times, serif;
}


.header_title {
	font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", Times, serif;
	font-size:30px;
}

a.goen1:link, a.goen1:visited, a.goen1:active{
	text-decoration: none;
	font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", Times, serif;
	color: #660099;
	font-size : 10pt;
}

a.goen1:hover{
	color: #660099;
	text-decoration: underline;
}

a.goen2:link { 
	color: #4b7eb3; text-decoration: none 
}

a.goen2:visited { 
	color: #4b7eb3; text-decoration: none 
}

a.goen2:hover { 
	color:#1462b3; text-decoration: underline 
}


input {
	padding: 1; 
	font-family: Tahoma; 
	font-size:10px
	border-style: solid;
	border-width: 1; 
}


textarea {
	BORDER-STYLE: solid; 
	BORDER-RIGHT: #999999 1 px double; 
	BORDER-TOP: #999999 1 px; 
	BORDER-LEFT: #999999 1 px; 
	COLOR: #000000; 
	BORDER-BOTTOM: #999999 1 px; 
}

select {
	border-style: solid; 
	BORDER-RIGHT: #000000 1px double; 
	BORDER-TOP: #000000 1px double; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: #000000 1px double; 
	COLOR: #000000; 
	BORDER-BOTTOM: #000000 1px double; 
}

table {
	font-size: 8pt;
	font-weight : normal;
}

.datatable {
	border-collapse: collapse;
	border: 1px outset #0CAE14;
	background-color: #cccccc;
	padding: 2px;
	font-size: 8pt;
	font-weight : normal;
}

.galuhdiv ul{
	margin: 1;
	padding: 0;
	list-style-type: none;
	width: 170px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
	
.galuhdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.galuhdiv ul li ul{
	position: absolute;
	width: 160px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.galuhdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: underline;
	background: #fff;
	padding: 5px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.galuhdiv ul li a:visited{
	color: black;
}

.galuhdiv ul li a:hover{
	background-color: #CCCCFF;
}

.galuhdiv .subfolderstyle{
	background: url(images/arrow.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
* html .galuhdiv ul li { float: left; height: 1%; }
* html .galuhdiv ul li a { height: 1%; }
/* End */

.commentbox{
background-color: #ececec;
width: 450px;
padding: 20px;
}

.commentfooter{
background: url(../../images/arrow-comment.gif) 50px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 3em;
font-size: 90%;
color: #4A4A4A;
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}

.curlycontainer .innerdiv{
background: transparent url(../../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}