/* navigasi top utk berita */
.wrap-navigasitop{
	float: left;
	display: inline;
	margin:0 0 0 5px;
}	
	
.wrap-navigasitop .wrapnavigasitop{
	float:left;	
	background:#ededed;
	width:556px;
	height:25px;
}

.wrap-navigasitop .imgnavigasitop-l{
	float: left;
	display: inline;
	width:7px;
	height:25px;
	background:url(../images/cor-gr-l.gif) no-repeat;
}

.wrap-navigasitop .imgnavigasitop-r{
	float: left;
	display: inline;
	width:7px;
	height:25px;
	background:url(../images/cor-gr-r.gif) no-repeat;
}

.wrap-navigasitop ul{
	list-style-type:none;
	float:right;
	margin:6px 0;
	padding: 0;
}

.wrap-navigasitop ul li{
	float:left;
	background:url(../images/img-spt.gif) no-repeat 1px;
	padding:0 10px 0 20px;
	display: inline;
}

.wrap-navigasitop ul li.linknews a{
	display: block;
	color: #999;
	font-weight: bold;
}

.wrap-navigasitop ul li.linknews a:hover{
	color: #656;
}
/*end navigasi top*/

#wrapberita ul{
	margin: 5px 0;
}
a.umum-:link, a.umum-:visited, a.umum-:active {
	color: #FF0000;
	text-decoration: underline;
}
a.umum-:hover {
	color: #fff;
	background: #FF6699;
}
.entry{
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0 10px 0;
}
.entrygambar, .entrygambar2, .entrygambar3, .entrygambar4, .entrygambar5{
	clear: both;
	float: left;
	margin: 0 7px;
	padding: 3px;
	border: 1px #ccc solid;
	background: #fff;
}
.entrygambar2{
	margin: 0;
}

.withquote, .withquote2 {
	font-family: Georgia, serif;
	font-size: 12px;
	background:url(../images/quote.gif) no-repeat top left;
	padding-left:25px;
	text-align:justify;
	
} 
.withquote2 {
	font-size: 15px;
	text-align:center;
	padding-left:0;
	color: #993300;
	font-weight: bold;
}	
.withunquote {
	background: url(../images/unquote.gif) no-repeat bottom right;
	padding-right:5px;
}
.perhatian {
	background-color: #CC3300;
	color: #fff;
	padding: 5px;
	margin: 3px 0;
}

/*berita*/
#wrap-isi {
	float: left;
	margin: 5px 5px 5px 9px;
	font-size:11px;
	line-height:15px;
	width:565px;
	display: inline;
}

#imgbanner{
	margin:5px;
}

#imgbannerberita{
	margin:8px;
}

#content img{
	vertical-align: middle;
}
#wrap-berita {
	margin: 5px;
	font-size: 11px;
	line-height: 1.4em; 
	color: #333; 
}
#wrap-berita span{
	font-size: 12px;
	color: #ff0099;
	font-weight: bold;
}
#wrap-berita img{
	border:0;
	vertical-align: middle;
}
#wrap-berita ul.list-point {
	margin: 10px;
	padding: 0;
}
#wrap-berita ul.list-point li{
	clear:both;
	margin: 8px 10px 8px 20px;
	list-style-type: none;
	background: url(../images/icon/arrow1.png) no-repeat top left;
	padding: 0 0 0 23px;
}
ul.nlist {
	list-style-type: disc;
	margin:0 10px;
	padding:0 10px;
}
ul.nlist li{
	margin: 8px 4px;
	padding-left: 18px;
	list-style: none;
	background: url(../images/icon/sunny.gif) no-repeat left center;
}
ul.list-kotak {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #ddd;
}
ul.list-kotak li{
	list-style: none;
}
#wrap-berita blockquote {
	background: url(../images/quote/brown02.gif) no-repeat top left;
	padding-left: 25px;
}

#nav-wrap {
	margin: 10px 0 0 0;
}
#nav01{
  clear:both;
  float:left;
  font-weight:bold;
  color:#666;
  font-size: 10px;
  margin:0;
  padding:0 0 21px 0;
  width: 560px;
  list-style-type:none;	
  background:url(../images/tab/navshadow.gif) no-repeat 8px 100% #fff;
}
html>body #nav01{
  background:url(../images/tab/navshadow.gif) no-repeat 4px 100% #fff;
  width: 555px;
}
#nav01 li{
  list-style-type:none;
  float:left;
  height: 22px;
  margin:0 0 0 4px;
  padding:0 0 0 12px ;
  border-bottom:1px solid #999;
  background: #fff url(../images/tab/tabgrey.gif) top left no-repeat;
}
#nav01 li a{
  color:#666;	
  background: #fff url(../images/tab/tabgrey.gif) top right no-repeat;
  display:block;
  padding:3px 10px 0 0;
}
#nav01 li.curr,
#nav01 li.over,
#nav01 li:hover
{
  background: #fff url(../images/tab/tabblue.gif) top left no-repeat;
  border-bottom:1px solid #036;
}
#nav01 li strong,
ul#nav01 li.curr a,
ul#nav01 li.over a,
ul#nav01 li:hover a
{
  display:block;
  color:#fff;
  padding:3px 10px 0 0;
  text-decoration:none;
  background:#fff url(../images/tab/tabblue.gif) top right no-repeat;
}

/*images shadow*/
div.shadow {
  clear: both;
  float: left;
  padding: 0 1px;
  margin: 0 5px 0 0;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../images/border/shad_bottom.gif) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../images/border/shad_tlcorner.gif) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../images/border/shad_trcorner.gif) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../images/border/shad_blcorner.gif) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../images/border/shad_brcorner.gif) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

/**************************** untuk template ************************************/
.fright {
	float: right;
}
.wrp-tb {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 10px 0;
	border-top: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
}

.clreol2{	/*clreol dg tambahan height 20px*/
	clear:both;
	height:15px;
}	

/* positioning gambar */
.poskiri{ float:left; display:inline;}
.poskanan{ float:right; display:inline;}

/* lebar gambar */
.lebar250{ width:250px; }
.lebar260{ width:260px; }
.lebar275{ width:275px; }

/* positioning teks */
.top15{ padding-top:15px; }
.top30{ padding-top:30px; }
.top45{ padding-top:45px; }
.top60{ padding-top:60px; }
.alignright{	text-align:right;	}
.alignleft{	text-align:left;	}

/* warna background item */
.bgcoklatmuda{	background:#ffeed6;	}
.bgcoklattua{	background:#f6dab3;	}		
.bgbirumuda{	background:#e1ecf9;	}
.bgbirutua{		background:#cce0f5;	}		
.bghijaumuda{	background:#e1f9e3;	}
.bghijautua{	background:#ccf5cd;	}		
.bgputih{	background:#fff;	}		

/* warna border gambar */
.borderabu{
	background:#fff;
	border:1px solid #ddd;
}

.bordercoklat{
	background:#fff;
	border:1px solid #ffc676;
}

.borderbiru{
	background:#fafcfe;
	border:1px solid #bad3ed;
}

.borderhijau{
	background:#f2fff2;
	border:1px solid #b2e9b4;
}

/* pilihan warna text */
.teksmerah{
	font-weight:bold;
	color:#cc0000;
}

.tekspink{
	font-weight:bold;
	color:#FF0099;
}

.teksungu{
	font-weight:bold;
	color:#6600CC;
}	

.teksgede {
	font-size: 14px;
}

.teksbiru{
	font-weight:bold;
	color:#0065cd
}	

.tekshijau{
	font-weight:bold;
	color:#007236;
}	

.tekscoklat{
	font-weight:bold;
	color:#754c24;
}	

/* utk item berita */
.item{
	float: left;
	margin:0 0 5px 0;
	width:565px;
	display: inline;
}	

.item .img, .item .imgr{
	padding:5px;
	margin:9px;
	float:left;
	display: inline;
}

.item .imgr{
	float: right;
}

.item p{
	padding:0 0 5px 0;
	margin:10px;
	font-size:11px;
	line-height:15px;
}	

/* utk content */
#content h3.hallo {
	background: url(/images/berita/hallo.gif) no-repeat;
	width: 330px;
	height: 33px;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
}

#content span.jd1 {
	color: #0065CD;
	font-weight: bold;
	background: #fff;
	border: 0;
}

#content span.menang {
	background-color: #F26520;
	font-weight: bold;
	color: #fff;
	padding: 3px 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 2px 0;
}

#content h3.pemenang {
	background: url(/images/berita/rodoll/menang.gif) no-repeat;
	width: 380px;
	height: 40px;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
}

/* header judul event dan tanggal acaranya */
.headtemplate{
	font-size:14px;
	color:#006699;
	border-bottom:1px dashed #006699;
	padding-bottom:5px;
	margin-top:25px;
}

.headtanggal{
	background-color:#fffff0;
	border-bottom:1px dotted #aaa;
	border-top:1px dotted #aaa;
	font-weight:bold;
	width:565px;
	vertical-align:middle;
	padding-bottom:3px;
}

.headtanggal .div1{
	float: left;
	font-size: 14px;
	margin:5px 0 5px 5px;
	width:485px;
	display: inline;
}

.headtanggal .div2{
	font-size: 10px;
	margin:7px 0 2px 0;
}

/* utk catatan footer */
.catatan{
	padding:10px; 
	background-color:#5f2301;
	color: #fff;
}

.catatan2{
	padding:8px;
	background-color:#87e887;
	color: #000;	
}	

/*table dg header berwarna silver*/ 
.tableumum {
	clear:both;
	padding: 10px 10px 5px 10px;
	margin: 5px 0;
}

.tableumum caption {
	padding: 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.tableumum th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #efefef url(../images/table/bg_header.jpg) no-repeat;
}

.tableumum .th1 {
	border-left: 1px solid #ddd;
}	

.tableumum th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ddd;
	background: none;
	width: 20%;
	white-space: nowrap;
}

.tableumum td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

.tableumum td.alt {
	background: #F9F9F9;
	color: #797268;
}

.tableumum .lvl {
	border-left: 1px solid #ddd;
	border-top: 0;
	background: #fff url(../images/table/bullet10.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.tableumum .lvlalt {
	border-left: 1px solid #ddd;
	border-top: 0;
	background: #F9F9F9 url(../images/table/bullet20.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.gbr-img{
	border:1px solid #ccc;
	padding:5px;
	width:375px;
	background:#eee;
	margin:5px;
}

/* header sub berita */
h2.headtipe1{
	clear: both;
	width:565px;
	background:#cce0f5;
	border-bottom:2px solid #0066cc;
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size:14px;
	color:#0066cc;
	margin: 10px 0 5px 10px;
	padding:3px 0 0 0;
}	

h2.headtipe1 span{ padding-left:5px; }

h2.headtipe2{
	clear:both;
	width:565px;
	background:#ddbd91 url(../images/roguide/barangimages/alice_egg.gif) no-repeat;
	border-bottom:2px solid #7d5823;
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size:14px;
	color:#7d5823;
	margin: 10px 0 5px 0;
	padding:3px 0;
}

h2.headtipe2 span{
	margin-left:25px;
}

h2.headtipe3{
	width:565px;
	background:#a6b7dc url(../images/roguide/barangimages/alice_egg.gif) no-repeat;
	border-bottom:2px solid #304570;
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size:14px;
	color:#304570;
	clear:both;
	margin: 10px 0 5px 0;
	padding:3px 0;
}

h2.headtipe3 span{
	margin-left:25px;
}

h3.judulsection {
	font-size:14px;
	color:#cc0000;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}

.topn{
	margin-top:25px;
}	

h4.hiteman {
	background: url(/images/berita/gameon/hiteman.gif) no-repeat;
	text-indent: -3000px;
	width:230px;
	height:37px;
	
}

/* UL Khusus */
.ulkhusus{	
	margin:20px 20px 20px 25px;
	padding: 0;
}

.ulkhusus li{
	font-size:11px;
}

/*lebaran*/
.info-left {
	float: left;
	margin: 5px;
}

.info-right {
	float: left;
	margin: 5px 0;
}

#content h3.boneka {
	clear:both;
	float:left;
	background: url(/images/berita/rodoll/boneka.gif) no-repeat;
	width: 380px;
	height: 40px;
	text-indent: -3000px;
	margin: 10px 0;
	padding: 0;
}

.viewgambar {
	clear: both;
}

.viewgambar .entrygambar {
	float: left;
	padding: 5px;
	border: 5px solid #ddd;
	margin-left: 10px;
	margin-bottom: 5px;
}

#ketgambar {
	clear: both;
	padding: 5px;
	border: 1px solid #ddd;
	width: 520px;
	margin-left: 20px;
	margin-top: 5px;
	color: #666666;
	background: url(/images/bg-dtable.gif) repeat-x bottom left;
	text-align: center;
}

html>body #ketgambar {
	margin-left: 10px; 
	width: 512px;
}

p.intro:first-letter {
	font-size: 200%; 
	color:#009900;
}

.imgborderonly{ 
	margin:10px; 
	border:5px solid #ddd;
}

/* lists */
ul.nlisticon {
	list-style-type: disc;
	margin:0;
	padding:10px;
	background: url(/images/roguide/item/ketupat.gif) no-repeat right center;
}

ul.nlisticon li{
	margin: 3px 8px;
	list-style-type: none;
	background: url(/images/roguide/barangimages/ketupat.gif) no-repeat center left; 
	padding-left: 28px;
	padding-top: 5px;
	height: 27px;
}

ul.nlisticon li a:link, ul.nlisticon li a:visited, ul.nlisticon li a:active {
	line-height: 14px;
	color: #436c08;
	background-color: #fff3eb;
	margin: 2px;
	padding: 2px 3px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	white-space: nowrap;
}

ul.nlisticon li a:hover {
	position: relative;
	top: -1px;
	left: -1px;
	border-bottom-color: #999;
	border-right-color: #999;
}

.list-bhn li {
	float: left;
	display: inline;
	margin: 5px 10px;
}

.list-bhn2 {
	margin: 0;
	padding: 0;
}

.list-bhn2 li {
	margin: 10px 20px;
	list-style: none;
	background: url(/images/icon/arrow1.png) no-repeat left center;
	padding-left: 20px;
}

.list-bhn2 li img{
	vertical-align: middle;
}



