body {
	padding: 0;
	margin: 0;
	background-color: #000;
	background-position: 15% -5%;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#next {
	margin: 0px;
	padding-right: 10px;
	height:300px;
	overflow-y: scroll;	
}
#main {
	margin: 0px;
    padding:0px;
}
#main ul{
	margin-top: 0px;
}
#main li{
	padding-left: 5px;
	margin-left:-22px;
	list-style-position: outside;
	list-style-image: url(../images/list.png);
}
title{
	width: 200px;
	padding:5px;
	background-color: #9F0;
}
h1 {
	font-size: 14px;
	color: #2498BB;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 { /*judul hal depan*/
	font-size: 18px;
	color: #FF0;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 { /*back, more*/
	font-size: 11px;
	color: #FF0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
h5 {/*posting*/
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
#page_title {
	font-size: 18px;
	color: #FF0;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	padding-bottom: 0px;
	text-align: left;
}
a {
	color: #2498BB;
	text-decoration: none;
}
a:hover {
	color: #F0F;
	text-decoration: none;
}
.bk {
	color: #999;
}
img {
	border: none;
}
/* Start of Column CSS */
#table {
	height: 300px;
	width: 100%;
	background-color: #000;
	margin-top: 10%;
	padding: 0px;
	background-image: url(../images/bg_logo.jpg);
	background-repeat: repeat-x;
}
/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(../images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #FFF; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
/* form*/
select, textarea, input, file {
	border: #CCC 1px solid;}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover{
	border: #CCC 1px solid;
	background-color:#D0CCCC !important;
}	
/* TAMBAHAN BUAT CAPTION dan FOTO */
.arc90_imgcaption {
	border: 1px solid #666;
	padding: 0.2em;
	width: 9em;
}
.arc90_imgcaptionTXT {
	font-size: 1em;
	color: #666;
	text-align: left;
	line-height: 1.1em;
	margin-top:4px;
	margin-bottom:4px;
}
.floatl {
  float: left;
  margin-right: 2em;
}
.floatr {
  float: right;
  margin-left: 1em;
}
.rate_table {
	width: 400px;
	font-size: 0,5em;
	overflow-y: hidden;
	overflow-x: scroll;
}
