@charset "utf-8";
/* CSS Document */
* {
	margin:0px; padding:0px; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; 
	}	
p,ul,li {
	font-weight:normal
	}
	
li {
	list-style:disk; text-align:justify
	}	
	
ul ul{
	list-style:circle; margin-left:20px;
	}
	
a {
	 font-size:11px;
	}
body {
	background:url(images/back.jpg) repeat-x; background-color:#ffffff;
	}

.container {
	width:960px; margin:auto; margin-top:20px; background:#b6d7e8; border:solid 1px #B6B6B6;
	}
	
.header {
	background-image:url(images/header.gif); width:960px; height:133px;
	}

/*menu atas*/
.menu_atas {
	width:960px; height:20px; background:url(images/slice/menu_atas_background.jpg); border-bottom: #000000 solid 5px;
	}

.atas_kanan {
	float:right; width:210px; text-align:center; height:20px; 
	}	

.atas_kiri {
	float:left; width:202px; padding-left: 3px; padding-top:2px; background:url(images/slice/tanggal.jpg) no-repeat; height:20px
	}

.atas_tengah {
	margin:0px 220px; background:#959fa9;padding-top:3px;
	}
.menu_atas a{
	float:left; width:62px; display:block; text-decoration:none; border-left:solid 1px #FFFFFF; font-weight:bold; padding:3px; color:#FFFFFF; font-size:12px;
	}	

.menu_atas a:hover, .selected {
	background:url(images/slice/menu_atas_selected.jpg)
	}	
/*akhir menu-atas*/
	
/*menu kiri*/
.menu_kiri {
	float:left; margin:20px 0px 20px 10px; background:#9acbe4
	}
	
.menu_kiri li{
	list-style:none; background:url(images/slice/menu_kiri_unselected.jpg)  no-repeat; 
	}
	
.menu_kiri li:hover{
	background:url(images/slice/menu_kiri_selected.jpg)
	}
	
.menu_kiri a{
	text-decoration:none; display:block; width:110px; padding:5px; background:url(images/slice/menu_kiri_unselected.jpg); 
	height:15px; color:#FFFFFF
	}
	
.menu_kiri a:hover {
	color:#0066CC; background:url(images/slice/menu_kiri_selected.jpg)
	}		
	
.sub_menu a {
	color:#FFFFFF; height:25px
	}	

.sub_menu li{
	 margin-left:10px; background:#e5f0fa
	}	
	
/*akhir menu kiri*/	

.menu_kanan {
	width:130px; float:right; border-left:#E0E8FC solid 1px; margin:20px 10px 20px 0px; text-align:center; padding:5px
	}

.isi {
	 margin:20px 160px; padding:10px;
	}
	
.profil {
	border:solid 1px #000066; padding:10px 20px 10px 20px; background:url(images/slice/back-logo.gif) no-repeat center;
	background-color:#FFFFFF
	}
	
.footer {
	clear:both; background:url(images/slice/footer.jpg) repeat-x; color:#FFFFFF; text-align:right; padding:10px; height:66px; border-top: solid 2px #000000;
	}	
	
.judul {
	font-size:16px; padding:5px 20px; border-bottom:solid 1px #9FC9F2; color:#FF0000; font-family:Arial, Helvetica, sans-serif
}

.foto_thumbnail {
	margin:5px 10px 5px 5px;
}

#cuplikan_berita {
	float:left; display:block; width:300px; border-right:dashed 1px #0066CC; padding-top:10px;
	}
#cuplikan_berita p {
	text-align:justify; padding-right:10px;
	}
	
#cuplikan_berita a{
	text-decoration:none
}	

#cuplikan_berita a:hover{
	text-decoration:underline
}	

#judul_berita{
	font-weight:bold; color:#000000; text-decoration:none
}	

#judul_tanggal {
	color:#666666; font-size:9px
}
	
#cuplikan_foto {
	float:left; display:block; width:300px; padding-top:10px;
	}
		
/*Light Box*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*end light box*/
