/* 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;
}

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

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

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

.judul_menu_main {
	font-size : 10pt;
	color: #330066;
	filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);
	font-weight: bold;
	font-family: 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;
	color: #FFFFFF;
}

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

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

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

a.goen2:hover { 
	color:#006600; 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: #FFFFFF;
	padding: 2px;
	font-size: 8pt;
	font-weight : normal;
}

.galuhdiv ul{
	margin: 1;
	padding: 0;
	list-style-type: none;
	width: 170px; /* Width of Menu Items */
}
	
.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; 
	color: black;
	text-decoration: none;
	background: #fff;
	padding: 5px 5px;
	border-bottom: 1;
}

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

.galuhdiv ul li a:hover{
	background-color: #FFFFFF;
	text-decoration: underline;
}

.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: auto 0;
}

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

<!--
.container {
        width: 360px;
        padding: 5px;
        margin: 3px 0 20px 0;
		float: right;
		text-align:center;
        border: 0;
		background:none
        //background: #fff;
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(../../images/rounded.gif) no-repeat bottom center;
}
-->
.content-area {
	background-color: #f4f4f4;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ddd;
	/*text-align:right;*/
}