html, body {
    height: auto;
    padding:0px;
    margin: 0px;
}
body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	padding: 0px;
	margin: 0px;
	background: Black  url(../images/bg_main.jpg) top left repeat-x;
	background-position: top center !important;	
}
a, a:link, a:active, a:visited {
	color: Red;
	text-decoration: none;
}
a:hover {
	color: Blue ;
   text-decoration: none;
}
p {
	margin-top:0;
	/*border: 1px solid red;*/
}
h1
{
	margin-top:0;
	margin-right:15%;
	margin-bottom:12px;
	padding-right: 35px;
	font-family: Trebuchet MS, Arial Black;
	font-weight: bolder;
	font-size: 20px;
	color: black;
	border-bottom: 1px solid #CDCDCD;
	text-align: left;
	
	/*border: 1px solid red;*/
}

h2
{
	margin:0;
	margin-bottom:10px;
	font-weight: bolder;
	font-size: 18px;
	color: #790000;	
	/* #BC8F8F;*/
}
h2 a,h2 a:link,h2 a:active,h2 a:visited
{
	text-decoration: none;
	color: #FF8C00;
}
h2 a:hover
{
	text-decoration: underline;
}
h3
{
	padding:0;
	margin:0;
	margin-bottom: 7px;
	font-family: Trebuchet MS, "Courier New", Courier, monospace;
	font-size: 14px;
	color: Black ;
	border-bottom: 1px solid #600000;
}
h4
{
	background-color: #DC143C;
	margin: -5px -5px;
	margin-bottom: 5px;
	padding: 1px;
	color: #FFFFF0;
	font-family: Trebuchet MS, Verdana;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #DC143C;
}

input
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F8FF;
	border: 1px solid #E6E6FA;
	width:200px;
	vertical-align: middle;
}

textarea
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F8FF;
	border: 1px solid #E6E6FA;
	vertical-align: top;
	width:200px;
}

select
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F8FF ;
	border: 1px solid #E6E6FA;
	vertical-align: top;
}
img {
	vertical-align: middle;
}
p
{
	margin: 0;
	margin-bottom: 10px;
}

/*--- TOMBOL --*/
.tombol
{
	width: 99px;
	height: 25px;
	/*background: transparent url(../images/buttonhover.gif) top left no-repeat; */
	font-family: Impact, "Lucida Console", "Arial Black";
	font-size: 15px;
	color: White;
	padding: 0;
	background-color: #FF8C00;
	border: 1px ridge #708090;
	
}
.tombolsearch
{
	background: transparent url(../images/searchbutton.gif) top left no-repeat;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border: none;
}
.tomboltambah
{
	border: none;
	width: 23px;
	height: 23px;
	background: transparent url(../images/tambah.gif) center center no-repeat;
	//font-family: Impact, "Lucida Console", "Arial Black";
	font-size: 15px;
	color: White;
	padding: 0;
	vertical-align: middle;
}
/*--- ENDTOMBOL --*/

/*--- MAINDIV ---*/
#header
{
	width: 980px;
	margin: auto;
	height: 154px;
	text-align: right;
	background: transparent url(../images/bg_atas.jpg) top left no-repeat;
}
#main
{
	width: 980px;
	margin: auto;
	overflow-y: auto !important;
	height: auto !important;
	min-height: 278px;
	height: 350px;
	background-color: White;
	overflow-y: none;
}
#menubawah
{
	width: 980px;
	margin: auto;
	background:white;
	text-align:center;
	padding: 2px 0;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
}
#menubawah ul
{
	display: inline;
}
#menubawah ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 8px;
	background: url(../images/titik.gif) center right no-repeat;
	/* border: 1px solid lime; */
}
#footer
{
	width: 980px;
	margin: auto;
	padding: 5px;
	color: White;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}
/*--- ENDMAINDIV ---*/

/*--- CONTENT ---*/
.isitengah
{
	width:auto;
	padding:0;
	overflow-y: auto !important;
	height: auto !important;
	min-height: 270px;
	height: 340px;
	overflow-y: none;
	position:relative;
	/*border: 1px solid Red; */
}
.isikiri
{
	float:left;
	width:auto;
	overflow-y: auto !important;
	height: auto !important;
	min-height: 100px;
	height: 100px;
	padding: 10px;
	padding-top: 25px;
	overflow-y: none;
	/*border: 1px solid Red; */
}
.isikanan
{
	float:right;
	width:auto;
	overflow-y: auto !important;
	height: auto !important;
	min-height: 100px;
	height: 100px;
	padding: 0;
	padding-right: 10px;
	overflow-y: none;
	/*border: 1px solid Red; */
}
/*--- ENDCONTENT ---*/


/*-- TAMBAHAN --*/
.divwarning
{
	width: 60%;
	padding: 5px 45px;
	margin: 5px auto 15px auto;
	border: 1px solid #EEE8AA;
	background-color: #F0FFF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Navy;
	display: none;
}
.divwarning hr
{
	margin: 3px 0;
	border-color: #EEE8AA;
	/* border: 1px solid green; */
}
.divwarning ul
{
	padding: 0;
	margin: 0 15px;
	/* border: 1px solid Red; */
}
.divwarning li
{
	list-style-image: url(../images/arrow2.gif);
	/*border: 1px solid Blue;*/
}
#processing
{
	position:fixed;
	width: 150px;
	height: auto;
	top:0;
	left: 40%;
	right:50%;
	border:3px double Black;
	background-color: Maroon;
	color: #F5F5DC;
	text-align: center;
	font-style:italic;
	z-index: 10000;
	display: none;
}
#tabelform
{
	font-weight: bold;
	position:relative;
}
#kotakform
{
	width: 90%;
	margin: auto;
	margin-bottom:10px;
	padding: 5px;
	border: 1px solid #DC143C;
}
#divdata
{
	margin-top:10px;
}
#tabeldata
{
	font-family: Bookman, Trebuchet MS;
	font-size: 11px;
}
#tabeldata a
{
	text-decoration: none;
}
caption
{
	background-color: Black;
	color: White;
	text-align: center;
	font-size:14px;
	padding:10px;
	font-weight: bold;
}
th
{
	height: 25px;
	background-color: #B22222;
	font-size:12px;
	color: White;
   	border-bottom: solid 1px #FFDEAD;
}
.barispilih
{
	font-weight: lighter;
   	background-color: #DCDCDC;
	color: #696969;
   	border-bottom: 1px solid #8FBC8F;
	 
}
.baris1
{
	background-color: #FFE4E1;
	border-bottom: solid 1px #FFDAB9;
}
.baris2
{
   background-color: transparent;   
   border-bottom: solid 1px #FFDAB9;
}

.editclass
{
	font-weight:bold;
	font-family: Arial, Trebuchet MS;
	font-size: 10px;
	padding: 5px 0;
	margin-top: 1px;
	margin-bottom: 7px;
	text-align: center;
	text-transform: uppercase;
   /* border: 1px solid Red; */
}
.editclass a
{
	padding: 2px 7px;
	text-decoration: none;
   border-right: 1px solid #DCDCDC; */
}
.editclass a:hover
{
	background-color: #F5F5DC;
	color: Black;
	padding: 2px 7px;
	text-decoration: none;
}
.statususer
{
	position:absolute;
	top: 0;
	right: 5px;
	font-family: Trebuchet MS, Lucida Console, verdana;
	font-size: 11px;
	z-index: 5000;
   /*border: 1px solid Red; */
}

.petunjuk
{
	color: #DC143C;
	font-family: Arial, Avant Garde;
	font-size:11px;
	font-style: italic;
	font-weight: normal;
	margin-bottom:10px;
	padding: 5px;
	background-color: #FFE4E1;
	border:1px dotted #FFA07A; */
}
.tgldata
{
	font-size:12px;
	font-family: Calibri,Trebuchet MS;
	color: #696969;
	margin:5px 0;
}
.listdata
{
	width: auto;
	height: auto !important;
	min-height:25px;
	height:25px;
	padding-bottom:5px;
	border-bottom: 1px solid #D0E0B6 ;
	margin-bottom: 10px;
   overflow-y: auto !important;
   overflow-y: none;
	display: block;
}
.fotoilustrasi
{
	width:auto;
	height: auto !important;
	padding: 2px;
	text-align: center;
	font-size: 10px;
	color: #5F9EA0;
	border: solid 1px #C5ECDF;
	margin: 0 1px;
}
.fotocenter
{
	padding: 2px;
	border: solid 1px #E6E6FA;
	margin: 0 1px;
	font-size: 10px;
}
/*-- ENDTAMBAHAN --*/

/*---- SIDECLASS ---*/
.sideclass
{
	font-family: Calibri, Trebuchet MS;
	font-size: 12px;
	margin-bottom:10px;
	padding: 7px;
	border: 1px solid #DCDCDC;
}
.sideclasslist a,
.sideclasslist a:visited
{
	display: block;
	padding: 3px 15px;
	border-bottom: 1px solid #F4DDDD;
}
.sideclasslist a:hover
{
	color: Black ;
}
/*---- SIDECLASS ---*/

/*---- SIDEMENU ---*/
.sidemenu
{
	font-family: Calibri, Trebuchet MS;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:1px;
	border: 1px solid Red;
}
.sidemenu a,
.sidemenu a:visited
{
	padding: 5px 20px;
	display: block;
	background-color: Black;
	color: Red;
}
.sidemenu a:hover
{
	background-color: Red;
	border: 1px solid #B22222;
	padding: 4px 19px;
	color: White;
}
/*---- ENDSIDEMENU ---*/


/*--NEWS TERKAIT--*/
.newsterkait
{
	margin-top: 10px;
	width: auto !important;
	font-family: Arial, Helvetica, Sans-serif ;
	font-size: 11px;
	padding: 5px;
	text-align: left;
	color: Green;
	border-top:1px solid #CACACA ;
	/*border: 1px solid red; */
}
.newsterkait ul
{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	margin-top:5px;
	border-bottom: 1px solid #E6E6FA;
	/*border: 1px solid red; */
}
.newsterkait ul li 
{
	display: block; /* this gets rid of the gaps */
  	list-style: none;
	margin: 0;
	padding: 0;	
	/*border: 1px solid Blue; */
}
.newsterkait ul li a
{
	display: list-item;
	list-style: url(../images/bullet1.gif);
	list-style-position:inside;
	border-top: 1px solid #F5ABAB; 
	margin: 0;
	padding: 3px 5px;
	vertical-align: bottom;
	width: auto;
	text-decoration: none;
	/* border: 1px solid Lime; */
}
.newsterkait li a:hover
{
	background-color: #FFF8DC;
}
/*--END NEWS TERKAIT--*/


/*--- UNTUK PAGING --- */
.paging
{	
	width: 95%;
	margin: auto;
	padding: 1px 0;
	font-family: arial,Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: Maroon;
   /*border : solid 1px Red;*/
}
.paging a
{	
	text-decoration: none;
	color: Green;
}
.paging ul
{
	margin: 0;
	padding: 0;
	z-index: 5;
	padding: 1px 0;
}
.paging li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.paging li a
{
	margin: 0;
	border: 1px solid Red;
	background-color: Black;
	color: Red;
	text-decoration: none;
}
.paging ul li
{
	margin-right: 2px;
}
.paging ul li span
{
	padding: 0 5px;
	border: 1px solid Black;
	background-color: Red;
	font-size: large;
	color: White;
	vertical-align: middle;
}
.paging ul li a
{
	padding: 0 5px;
	color: White;
	text-decoration: none;
}
.paging ul li a:hover
{
	padding: 0 5px;
	background-color: White;
	text-decoration: none;
	color: Black;
}
/*-- END PAGING ---*/

.headeritem
{
	border:2px solid black;
	padding:7px;
	text-align:center;
	border-top: none;
}
.headeritem a,
.headeritem a:visited
{
	margin: 0 2px;
}
.headeritem a:hover .fotocenter
{
	border-color: Black;
	background-color: Red;
}