body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span, a{
	margin:0; padding:0;
}


input[type=text], input[type=password], input[type="file"], select, textarea{
	display:block;
	padding: 7px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	/*corner*/

	border-radius: 4px;
	background: -webkit-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* IE 10 */
  background: -ms-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #F0EEEE, #FFFFFF);
	border: solid 1px #E5E5E5;
	font-size: 14px;
	margin: 3px;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus{
	background:#feffef;
}
input[type="submit"], input[type="button"], button{
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
	margin: 2px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background: #3D7002;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #FFF;
}
.msgred{
	color: #F00;
	font-size: 12px;
}
.msggreen{
	color: #360;
	font-size: 12px;
}
.boxmsgred{
	background-color: #FCF;
	display: table;
	width: 500px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	font-size: 12px;
	text-decoration: none;
	margin: 5px;
	background-image: url(../images/merah.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	height: 50px;
}
.boxmsggreen{
	background-color: #E7F7CD;
	display: table;
	width: 500px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #063;
	border-bottom-color: #063;
	font-size: 12px;
	text-decoration: none;
	margin: 5px;
	background-image: url(../images/ijo.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	height: 50px;
}
.boxmsgyellow{
	background-color: #FFC;
	display: table;
	width: 500px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC0;
	border-bottom-color: #FC0;
	font-size: 12px;
	text-decoration: none;
	margin: 5px;
	background-image: url(../images/kuning.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	height: 50px;
}

#topmain{
	width:100%;
	height:134px;
	padding-top: 5px;
	
}
#top{
	width:1000px;
	height:140px;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top div.logo img{
	height: 85px;
	padding-top: 10px;
}

#top div.topmenu{
	width:898px;
	border: thin solid #EEE;
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* IE 10 */
  background: -ms-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #F0EEEE, #FFFFFF);
	padding-left: 100px;
}

#top div.topmenu span.item a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#top div.topmenu span.item a.hover{
		color: #2A8E25;
	background-color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#top div.topmenu span.item a:hover{
	color: #2A8E25;
	background-color: #FFF;
}
#top div.topmenu span.itemrigth {
	color: #2A8E25;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: right;
	margin-right: 10px;
}
#top div.topmenu span.itemrigth a{
	font-style: italic;
	color: #F00;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 5px;
}

#bodymain{
	width:100%;
	height:134px;
	display: table;
	
}
#mainfull{
	width:1000px;
	height:350px;
	margin-right: auto;
	margin-left: auto;
	
}

#main{
	border: thin solid #CCC;
	width:1000px;
	height:350px;
	padding-top:5px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-top: 5px;
}
#main div.left{
	display: table;
	float: left;
	height: 500px;
	width: 215px;
}
#main div.left h2{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
#main div.left div.boxleft{
	display: table;
	width: 225px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#main div.left div.boxmenu{
	display: table;
	width: 225px;
	border: thin solid #CCC;
	margin: 5px;
}
#main div.left div.boxmenu h2.headmenu{
	display: block;
	width: 193px;
	color: #FFF;
	text-decoration: none;
	background-color: #2A8E25;
	font-size: 14px;
	margin: 5px;
	text-transform: uppercase;
	padding: 10px;
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #063, #2A8E25);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #063, #2A8E25);
	/* IE 10 */
  background: -ms-linear-gradient(top, #063, #2A8E25);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #063, #2A8E25);
}
#main div.left div.boxmenu ol{
	text-decoration: none;
	list-style: none;
	display: table;
	width: 220px;
	padding: 0px;
	margin: 0px;
}
#main div.left div.boxmenu ol li{
	cursor:pointer;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#main div.left div.boxmenu ol li.hover{
	cursor:pointer;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
		  /* Safari 5.1+, Chrome 10+ */
 background: -webkit-radial-gradient(circle, #FFFFFF, #E7F7CD);
  
  /* Firefox 3.6+ */ 
  background: -moz-radial-gradient(circle, #FFFFFF, #E7F7CD);
  
  /* IE 10 */ 
  background: -ms-radial-gradient(circle, #FFFFFF, #E7F7CD);
  
	
	background-color: #E7F7CD;
}
#main div.left div.boxmenu ol li:hover{

	  /* Safari 5.1+, Chrome 10+ */
 background: -webkit-radial-gradient(circle, #FFFFFF, #E7F7CD);
  
  /* Firefox 3.6+ */ 
  background: -moz-radial-gradient(circle, #FFFFFF, #E7F7CD);
  
  /* IE 10 */ 
  background: -ms-radial-gradient(circle, #FFFFFF, #E7F7CD);
  
	
	background-color: #E7F7CD;
}

#main div.left div.boxmenu ol li a, li.hover a{
	display:block;
	font-size:12px;
	line-height:24px;
	color: #000;
	text-decoration: none;
}


#main div.left .boxlogin{
	display: table;
	width: 225px;
	background-color: #360;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}
#main div.left .boxlogin form{
	display: table;
	background-color: #E7F7CD;
	width: 150px;
	padding: 10px;
	margin: 5px;
}
#main div.left .boxlogin form .btnlogin{

	display: block;
	margin-left: 90px;
}
#main div.left div.katlist a{
	display: block;
	margin: 0px;
	padding: 3px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#main div.left div.katlist a:hover{
	color: #CCC;
}

#main div.left ul{
	text-decoration: none;
	list-style: none;
	padding: 0px;
	width: 195px;
}
#main div.left ul li{
	background-color: #063;
	cursor:pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	
	text-align: center;
}
#main div.left ul li:hover{
	background: #3D7002;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #FFF;
}
#main div.left ul li a{
	display:block;
	font-size:12px;
	line-height:24px;
	text-decoration: none;
	color: #FFF;
	
}



/*------------------------------------------------FORM--------------------*/

div.callv{
	display: block;
	width: 720px;
	padding-left: 10px;
	
}
div.callv label{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	vertical-align: text-top;
}
div.callv input, select, file{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
div.callv textarea{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	width: 200px;
	height: 75px;
}
div.callv span{
	display: inline-block;
	padding-left: 10px;
}


/* ==========================  Right  =================================== */
#main div.right{
	display: table;
	height: 500px;
	width: 742px;
	/*border: thin solid #CCC;*/
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	/*padding-top: 10px;*/
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main div.right hr{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#main div.right h3{
	margin: 5px;
	color: #063;
}
#main div.right fieldset{
	width: 710px;

}
#main div.right a{
	text-decoration: none;
	color: #063;
}
#main div.right a:hover{
	color: #E7F7CD;
}
#main div.right div.boxgrafik{
	display: block;
	margin-top: 15px;
	margin-left: 5px;
	padding: 0px;
}
#main div.right div.boxgrafik .grafik{
	display: inline;
	margin-top: 15px;
	margin-left: 5px;

}
#main div.right div.boxgrafik .artikel{
	display: inline;
	margin-left: 5px;
	float: right;
	width: 250px;	
}
#main div.right div.boxgrafik h2{
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#main div.right div.boxgrafik .judulcontent{
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #030;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#main div.right div.boxgrafik .judulcontent:hover{
	background-color: #E7F7CD;
}
#main div.right div.boxgrafik .judulcontent a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}


#main div.right .captcha{
	
	list-style: none;
	text-decoration: none;
	display: table;
	background-color: #FFF;
	padding-left: 50px;
}

/* ==========================  Right Box =================================== */

#main div.right .boxhorz{
	display: table;
	height: 100px;
	width: 725px;
	margin: 2px;
	border: thin solid #CCC;
	padding: 2px;
	vertical-align: top;	
}

#main div.right .boxhorz div.details{
	display: none;
}
#main div.right .boxhorz p.flip{
	font-weight: bold;
	color: #063;
	text-decoration: none;
	cursor: default;
	text-align: center;
	display: block;
	width: 720px;
	background-color: #DFDFDF;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
#main div.right .boxhorz p.flip:hover{
	color: #0C0;
}

#main div.right .boxhorz span{
	font-size: 12px;
	display: table;
	margin: 5px;
	
}
#main div.right .boxhorz .subjudul{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2A8E25;
	margin-left: 5px;
	width: 720px;
	font-size: 12px;
	font-weight: bold;
	color: #063;
	text-decoration: none;
	margin-top: 10px;
}


#main div.right .box, #main div.right .boxhorz .box{
	display: block;
	height: 100px;
	width: 100px;
	background-color: #E1E1E1;
	text-align: center;
	margin: 5px;
	border: thin solid #CCC;
	padding: 2px;
	float: left;
}
#main div.right .box:hover, #main div.right .boxhorz .box:hover{
	background-color: #FFF;
}
#main div.right .box a, #main div.right .boxhorz .box a{
	text-decoration: none;
	color: #076481;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#main div.right .box a img, #main div.right .boxhorz .box a img{
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 48px;
	
	text-align: center;
}
#main div.right .box a span{
	font-size: 12px;
	display: block;
}


/* ==========================  Right Menu =================================== */ 

#main div.right div.menu{
	display: table;
	width: 730px;
	
	margin-left: 5px;
	padding-left: 5px;
}
#main div.right div.menu span.judul{
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}
#main div.right div.menu span.judul a{
	font-size: 16px;
	color: #063;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#main div.right div.menu a.panel{
	display: table;
	width: 60px;
	border: thin solid #F00;
	float: right;
	text-decoration: none;
	margin: 5px;
	border: thin solid #CCC;
	background-color: #E1E1E1;
	height: 70px;
}
#main div.right div.menu a.panel:hover{
	background-color: #FFF;
}
#main div.right div.menu a.panel img{
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
#main div.right div.menu a.panel span{
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}


/* ==========================  Right Top Menu =================================== */ 

#main div.right div.topmenu{
	display: table;
	width: 730px;
	
	margin: 5px;
}
#main div.right div.topmenu span.judul{
	display: inline-block;
	font-size: 20px;
	color: #063;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
#main div.right div.topmenu .searching{
	margin-top: 20px;
	width: 400px;
	float: right;
}
#main div.right div.topmenu .searching label, #main div.right div.topmenu .searching input[type=text], #main div.right div.topmenu .searching input[type="submit"]{
	display: inline-block;

}

#main div.right div.topmenu a.panel{
	display: table;
	width: 60px;
	border: thin solid #F00;
	float: right;
	text-decoration: none;
	margin: 5px;
	border: thin solid #CCC;
	background-color: #E1E1E1;
	height: 60px;
}
#main div.right div.topmenu a.panel:hover{
	background-color: #FFF;
}
#main div.right div.topmenu a.panel img{
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
#main div.right div.topmenu a.panel span{
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}

/* ==========================  Right TABEL =================================== */ 

#main div.right table{
	border: 1px solid #063;
	margin: 5px;
}
#main div.right th{
	font-weight: bold;
	background-color: #063;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main div.right td,th{
	padding: 4px 5px;
	font-size: 12px;
}
#main div.right td.num{
	padding: 4px 5px;
	font-size: 12px;
	text-align: right;
}
#main div.right td.saldo{
	padding: 4px 5px;
	font-size: 12px;
	text-align: right;
	background-color: #E9E9E9;
	font-weight: bold;
}
#main div.right tr:hover{
	background-color: #EEE;
}

#main div.right td a.view{
	background-image: url(../images/view16.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}
#main div.right td a.view:hover{
	background-color: #F9ED06;
}
#main div.right td a.tarik{
	background-image: url(../images/tarik16.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}
#main div.right td a.tarik:hover{
	background-color: #F00;
}
#main div.right td a.setor{
	background-image: url(../images/setor16.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}
#main div.right td a.setor:hover{
	background-color: #063;
}

#main div.right .odd {
	background-color: #E7F7CD; }
#main div.right .odd td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063;
}


/* ==========================  Right Box Horizontal =================================== */ 




/*
#main div.right .box{
	width: 185px;
	height: 320px;
	margin: 3px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#main div.right .box:hover{
	color: #003;
	background-color: #E4E4E4;
}
#main div.right .box a{
	text-decoration: none;
	color: #CCC;
}
#main div.right .box img{
	margin: 3px;
}
#main div.right .box span.nama{
	font-size: 14px;
	font-weight: bold;
	display: table;
	margin-left: 10px;
}
#main div.right .box span.hrg{
	display: block;
	margin-left: 10px;
	font-weight: normal;
}

/* img detail */



#footer{
	width:100%;
	height:100px;
	padding-top: 5px;	
}
#footer div.footmain{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* IE 10 */
  background: -ms-linear-gradient(top, #F0EEEE, #FFFFFF);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #F0EEEE, #FFFFFF);
	height: 30px;
}



#slideshow {
	position:relative;
	height:300px;


}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 300px;
	display: block;
	border: 0;
	margin-bottom: 10px;
	width: 740px;
}


/* ---------- START PAGI ----------------------- */
#pagi{
	border: thin solid #CCC;
	display: inline-block;
	text-align: center;
	margin: 2px;
	background-color: #F0EEEE;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#pagi:hover{
	background-color: #2A8E25;
}
#pagi a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	height: 10px;
}
#pagihover{
	border: thin solid #CCC;
	display: inline-block;
	text-align: center;
	margin: 2px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
/* ---------- END PAGI----------------------- */
