/* CSS Document */

body {
	margin-top:30px;
	font:12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background:#f6f6f6;
}
#menu{
	/*clear:both; width:225px; height:135px; background:url(images/bg-menu.jpg) no-repeat;*/
	clear:both; width:225px; height:150px; background:url(images/bg-menu.jpg) no-repeat;
}

ul{
	margin-top:0;
	margin-left:5px;
	padding:0;
	list-style:none;
	
}
ul li{
	font:10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin-right:15px;
}
ul li a{
	color:#fff;
	display:block;
	text-decoration:none;
	border-bottom: 1px solid #fff;
}
ul li a:hover{
	border-bottom: 1px solid #fff;
	color:#15336f;
	background:url(images/footprint.gif) no-repeat;
	padding-left:20px;	
}
.menu-selected{
	background:url(images/footprint.gif) no-repeat;
	padding-left:20px;
}

.judul-berita{
	font-size:12px; 
	font-weight:bold; 
	border-bottom:1px solid #000; 
	margin-bottom:3px;
}
.judul-berita a{
	color:#000;
	text-decoration:none;
}
.judul-berita a:hover{
	color:#6f6f6f;
}

.footer{
	
	font-size:10px;
	height:54px;
	padding:15px 5px 0 5px;
	
	clear:both;
}
.footer a{
	text-decoration:underline;
	color:#000;
}
.footer a:hover{
	color:#6f6f6f;
	text-decoration:none;
}
.selected{
	text-decoration:none;
	color:#6f6f6f;
}

#wrap{
	margin:auto; 
	width:776px;
}
.mainbg{
	height:703px; background:url(images/bg.jpg) no-repeat;
}

#wrap-kiri{
	float:left; 
	width:235px;
}
.wrap-kiri-dalam{
	margin:6px 0 0 5px;
}
.logo{
	width:225px; height:154px;
}

.big-cat{
	 clear:both; width:235px; height:247px;
}
.cat-link{
	clear:both; width:151px; height:136px
}
#wrap-kanan{
	float:left; margin:164px 0 0 4px;
}
.wrap-kanan-dalam{
	width:423px; height:442px; background:url(images/bg-content.jpg) no-repeat; padding:28px 0 0 38px;
}
.wrap-kanan-dalam01{
	width:423px; height:442px; background:url(images/bg-content-nofoot.jpg) no-repeat; padding:28px 0 0 38px;
}
.wrap-kanan-dalam02{
	width:423px; height:442px; background:url(images/bg-content-nofoot.jpg) no-repeat; padding:15px 0 0 19px;
}
.wrap-kotak-berita{
	width:320px; border:0px solid #000;
}
.wrap-kotak-berita img{
	padding:2px;
	border:1px solid #333;
	margin:4px;
}
.wrap-kotak-berita1{
	width:320px; border:0px solid #000;
}

.box-news{
	float:left; width:100%;
}
.box-news a{
	/*color:#000;*/
	color:#88343b;
	text-decoration:none;	
}
.box-news a:hover{
	text-decoration:none;
	color:#666666;
}

.kanan{
	float:right;
}


.bengal-gallery{
	clear:both;
	width:118px; border:0px solid #ccc; float:left; margin:0 3px 0 0;
}
.bengal-gallery a{
	/*color:#0000FF;*/
	color:#88343b;
	text-decoration:none;	
}
.bengal-gallery a:hover{
	color:#000;
	text-decoration:none;
}
.bengal-gallery span a{
	font-size:11px; font-weight:bold; color:#990000;
}

.paging{
	clear:both;
	text-align:center;
	font-size:11px;	
}
.paging a{
	color:#000;
}
.paging a:hover{
	text-decoration:none;
}
.box-gallery-bengal{
	float:left;
	width:142px; height:96px; float:left; margin:0 5px 4px 4px; padding:0px; border:0px solid #ccc;
}

.box-galleries{
	float:left;
	width:142px; height:96px; float:left; margin:0 5px 4px 4px; padding:0px; border:0px solid #ccc;
}

.readmore a{
	color:#88343b;
	text-decoration:none;
}
.readmore a:hover{
	color:#000;
}

#box-link{
	width:370px; height:121px; border:0px solid #000; margin:5px 0 5px 4px; background:url(images/bg-link.jpg) no-repeat;
}
.box-banner{
	float:left; width:90px; height:90px; border:0px solid; margin:12px 0 0 19px
}
.box-banner img{
	padding:2px;
	border:1px solid #333;
}
.box-text-link{
	float:left; width:190px; height:90px; border:0px solid; margin:13px 0 0 9px; padding:15px 0 0 0;
	font-weight:bold;
}
.box-text-link span{
	font-size:11px;
}
.box-text-link a{
	/*color:#0000FF;*/
	color:#88343b;
	text-decoration:none;	
}
.box-text-link a:hover{
	color:#000;
	text-decoration:none;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}