html, body {
    height: auto;
    padding:0px;
    margin: 0px;
}
body {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	padding: 0px;
	margin: 0px;
	background-position: top center !important;	
   background: white;
}
a, a:link, a:active, a:visited {
	color: #4682B4 ;
   text-decoration: underline;*/
}
a:hover {
	color: #8B4513;
   text-decoration: none;
}
p {
	margin-top:0;
	/*border: 1px solid red;*/
}
h1
{
	margin-top:0;
	margin-bottom:15px;
	font-family: Monotype Corsiva, Mistral, Lucida Console;
	font-weight: bolder;
	font-size: 27px;
	color: black;
	border-bottom: 1px solid #DCDCDC;
	width: 60%
}
h2
{
	margin-top:0;
	margin-bottom:10px;
	font-weight: bolder;
	font-size: 18px;
	color: Green; /* #BC8F8F;*/
}
h2 a,h2 a:link,h2 a:active,h2 a:visited
{
	text-decoration: none;
	color: Green ;
}
h2 a:hover
{
	text-decoration: underline;
}
h3
{
	padding:5px 15px;
	margin:0;
	font-family: Arial, "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #4682B4;
	color: White;
}
h4
{
	background-color: #F5F5DC;
	margin: -5px -5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #696969;
	font-family: Bookman, Avant Garde, Palatino;
	font-size: 18px;
	font-style: oblique;
	border-bottom: 1px solid #D6D2A2;
}

input
{
	background-color: #FFFAFA;
	border: 1px solid #D3E9A6;
	width:200px;
	vertical-align: middle;
}

textarea
{
	background-color: #FFFAFA;
	border: 1px solid #D3E9A6;
	width:200px;
}
img {
	vertical-align: middle;
}
p
{
	margin: 0;
	margin-bottom: 10px;
}
/*--- TOMBOL --*/
.tombol
{
	border: none;
	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;
}
.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 --*/

/*--- MAIN --*/
#main 
{
	width: 980px;
	margin: auto;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	background: White url(../images/bg_main.jpg) top left repeat-x;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	overflow-y: auto !important;
	overflow-y: none;
}
/*--- END MAIN --*/

/*-- HEADER --*/
#header
{
	width: auto;
	height: 75px;
	/*border: 1px solid Red; */
}
.windowup
{
	float: right;
	text-align: right;
	padding: 10px 20px;
	font-family: Arial, Bookman, Avant Garde;
	font-size:11px;
	/*border: 1px solid Blue; */
}
/*-- END HEADER --*/

/*-- ISI --*/
#isi
{
	width: auto;
	height: auto !important;
	min-height: 431px;
	height: 430px;
	background-color: #D9EDB2;/*#ACD373;*/
	overflow-y: auto !important;
	overflow-y: none;
}
.content
{
	float: right;
	width: 565px;
	height: auto !important;
	min-height: 422px;
	height: 440px;
	overflow-y: auto !important;
	overflow-y: none;
	border-left: 1px ridge #F5F5DC;
	background-color: #FAFAFA;
	padding: 5px 10px 5px 25px;
	/*border: 1px solid Blue; */
}
.content ul li
{
	list-style-image: url(../images/bullet1.gif);
}
.contentkanan
{
	float:right;
	width: 30%;
	margin: 0;
	height: auto !important;
	min-height: 421px;
	height: 430px;
	padding-right: 5px;
	/*	border: 1px solid red; */
}
.kotakside
{
	margin: 5px 0;
	font-family: Arial, Helvetica, Sans-serif ;
	font-size: 11px;
	padding: 0;
	text-align: left;
	/*border: 1px solid red; */
}
.kotakside ul
{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	margin-top:5px;
	border-bottom: 1px solid #E6E6FA;
	/*border: 1px solid red; */
}
.kotakside ul li 
{
	display: block; /* this gets rid of the gaps */
  	list-style: none;
	margin: 0;
	padding: 0;
	/*border: 1px solid Blue; */
}
.kotakside ul li a
{
	display: list-item;
	list-style: url(../images/bullet1.gif);
	list-style-position:inside;
	border-top: 1px solid #E6E6FA; 
	margin: 0;
	padding: 3px 5px;
	vertical-align: bottom;
	width: auto;
	text-decoration: none;
	/* border: 1px solid Lime; */
}
.kotakside ul li a:visited
{
	text-decoration: none;
}
.kotakside li a:hover
{
	background-color: #F5F5DC;
}
/*-- END ISI --*/

/*-- FOOTER --*/
#footer
{
	width: auto;
	height: 10px;
	background: url(../images/footer.jpg) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px 20px;
	color: Black;
	/*border: 1px solid Black; */
}
#footer ul
{
	width: auto;
	height: auto !important;
	padding: 0;
	margin: 0;
}
#footer ul li 
{
	display: inline;
	padding: 0 7px;
	margin: 0;
	/*border: 1px solid Blue; */
}
#footer ul li a
{
	margin: 0;
	color: Green;
   text-decoration: none;
	width: 98%;
	/* border: 1px solid Lime; */
}
#footer ul li a:hover
{
	text-decoration: none;
	color: Black;
}
/*-- END FOOTER --*/

/*-- TAMBAHAN --*/
#processing
{
	position:fixed;
	width: 220px;
	height: auto;
	top:40%;
	left: 40%;
	right:50%;
	border:5px double #9370DB;
	background-color: #D8BFD8;
	color: #F5F5DC;
	text-align: center;
	font-style:italic;
	z-index: 5000;
	display: none;
}
.statususer
{
	width: 980px;
	padding:3px 10px;
	text-align: right;
	margin: auto;
	font-family: Arial, Trebuchet MS;
	font-size: 11px;
	background-color: #FFFAFA;
	margin: 1px auto;
	border-top: 5px solid #F4A460;
	border-bottom: 5px solid #F4A460 ;
}
#tabelform
{
	font-weight: bold;
	position:relative;
}
#kotakform
{
	width: 90%;
	margin: auto;
	padding: 5px;
	border: 1px solid #D6D2A2;
}
.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;*/
}
#divdata
{
	margin-top:10px;
}
#tabeldata
{
	font-family: Bookman, Trebuchet MS;
	font-size: 11px;
}
#tabeldata a
{
	text-decoration: none;
}
th
{
	height: 25px;
	background-color: #5F9EA0;
	font-size:12px;
	color: White;
   border-bottom: solid 1px #F5F5DC;
}
.barispilih
{
	font-weight: lighter;
   background-color: Black;
	color: White;
   border-bottom: 1px solid #8FBC8F;
	 
}
.baris1
{
	background-color: #EBF3EB;
   border-bottom: solid 1px #B7D4B8;
}
.baris2
{
   background-color: transparent;   
   border-bottom: solid 1px #B7D4B8;
}

.editclass
{
	font-weight:bold;
	font-family: Arial, Trebuchet MS;
	font-size: 10px;
	padding: 5px 0;
	margin-top: 1px;
	margin-bottom: 7px;
	text-align: center;
   /* 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;
}
.petunjuk
{
	color: #B22222;
	font-family: Arial, Avant Garde;
	font-size:11px;
	font-style: italic;
	font-weight: normal;
}
.tgldata
{
	font-size:10px;
	font-family: Arial,Trebuchet MS;
	color: #483D8B;
	margin:3px 0;
}
.listdata
{
	width: auto;
	height: auto !important;
	min-height:50px;
	height:50px;
	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 #E6E6FA;
	margin: 0 1px;
	position: relative;
}
.fotocenter
{
	padding: 2px;
	border: solid 1px #E6E6FA;
	margin: 0 1px;
}
/*-- ENDTAMBAHAN --*/


/*--NEWS TERKAIT--*/
.blogterkait
{
	margin-top: 10px;
	width: auto !important;
	font-family: Arial, Helvetica, Sans-serif ;
	font-size: 11px;
	padding: 5px;
	text-align: left;
	color: Navy;
	border-top:1px solid #CACACA ;
	/*border: 1px solid red; */
}
.blogterkait ul
{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	margin-top:5px;
	border-bottom: 1px solid #E6E6FA;
	/*border: 1px solid red; */
}
.blogterkait ul li 
{
	display: block; /* this gets rid of the gaps */
  	list-style: none;
	margin: 0;
	padding: 0;	
	/*border: 1px solid Blue; */
}
.blogterkait ul li a
{
	display: list-item;
	list-style: url(../images/bullet1.gif);
	list-style-position:inside;
	border-top: 1px solid #E6E6FA; 
	margin: 0;
	padding: 3px 5px;
	vertical-align: bottom;
	width: auto;
	text-decoration: none;
	/* border: 1px solid Lime; */
}
.blogterkait li a:hover
{
	background-color: #F0FFF0;
}
/*--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: Green;
   /*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 #BA55D3;
	background-color: #DFC4F8;
	color: #9ACD32;
	text-decoration: none;
}
.paging ul li
{
	margin-right: 2px;
}
.paging ul li span
{
	padding: 0 5px;
	border: 1px solid #9ACD32;
	background-color: #708090;
	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: Yellow;
	text-decoration: none;
	color: Black;
}
/*-- END PAGING ---*/
