@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
}
#banner-gold { margin:0 Auto; width:960px;}
#sheet {
	width:960px;
	margin:0 auto;
}

a:hover {
	text-decoration:none;
}
.orange {
	color:#f07221;
}

/* Background Gradient */
.bg-gradient2px {
	height:2px;
	width:100%;
	background: rgb(1,81,130); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left, rgba(1,81,130,1) 0%, rgba(0,172,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,81,130,1)), color-stop(100%,rgba(0,172,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015182', endColorstr='#00acee',GradientType=1 ); /* IE6-8 */
}
.bg-gradient4px {
	height:4px;
	width:100%;
	background: rgb(1,81,130); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left, rgba(1,81,130,1) 0%, rgba(0,172,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,81,130,1)), color-stop(100%,rgba(0,172,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015182', endColorstr='#00acee',GradientType=1 ); /* IE6-8 */
}
.bg-gradient5px {
	height:5px;
	width:100%;
	background: rgb(1,81,130); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left, rgba(1,81,130,1) 0%, rgba(0,172,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,81,130,1)), color-stop(100%,rgba(0,172,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015182', endColorstr='#00acee',GradientType=1 ); /* IE6-8 */
}

/* My Profile */

.image { margin:0; padding:0; }
.image-view { float:left; width:100px; }
.image-text { float:left; font-size:11px;}
.submit_photo { background:none; border:0; cursor:pointer; background-color:#00a9ea; color:#ffffff; font-weight:bold; padding:5px 15px 5px 15px; border-radius:8px;-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;}
.submit_photo:hover { background:none; border:0; cursor:pointer; background-color:#016296; color:#ffffff; font-weight:bold; padding:5px 15px 5px 15px; border-radius:8px;}
/* End of My Profile */

/* Content bar */
#content-bar { margin:0 auto; width:930px; padding:10px 0 10px 0; margin-top:10px; clear:both;}
.cb-items { float:left; width:295px; height:170px; border:solid 1px #014f80; margin-right:19px; margin-bottom:19px; }
.cb-itemslast { float:left; width:295px; height:170px; border:solid 1px #014f80; margin-bottom:19px;}
.cbi-title { background-color:#014f80; padding:10px 15px 10px 15px; text-transform:uppercase; font-weight:bold; color:#ffffff;}
.cbi-desc { color:#330033; padding:10px 0 10px 0;}
.cbi-desc ul { margin:0 0 0 30px; padding:0; }
.cbi-desc ul li { padding:5px 10px 5px 0px; height:25px; font-weight:bold; font-size:11px; line-height:15px; color:#165e8b;}

/* Header */
#header {
	width:960px;
	height:100px;
	margin:0 auto;
	padding-top:30px;
}
#header .logo {
	margin-top:-30px;
}
#header .right {
	float:right;
}
#header .right .register {
	text-align:center;
	margin-top:35px;
	font-size:12px;
	display:block;
}
#header .right .register .signup {
	margin-left:250px
}
#header .right .register .login {
	margin-left:15px;
}
#header .right .register a {
	color:#00acee;
}
#header .right .register a:hover {
	color:#014f80;
}
#header .right .search-form {
	background:#014f80;
	width:370px;
	height:45px;
	float:right;
}

#header .right .search-form input[type=text] {
	margin:8px 0 0 45px;
}
#header .right .search-form .btn {
	background:#00acee;
	width:70px;
	height:30px;
	margin:8px 0 0 0;
}

/* Menu Navbar Header */
#navbar {
	width:960px;
	margin:0px;
	margin:0 auto;
}
#navbar .inner {
	height:40px;
	padding:0px;
}
#navbar .inner ul {
	list-style:none;
	margin:0 0px 0 65px;
	padding:0;
}
#navbar .inner li {
	float:left;
	text-align:center;
	margin:20px 0 0 0;
	padding:0 4px 0 4px;
	font-size:14px;
	text-transform:uppercase;
}
#navbar .inner li a {
	color:#014f80;
	display:block;
	padding:10px;
	margin:-20px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
#navbar .inner li a:hover {
	color:#ffffff;
	background:#014f80;
}
#navbar .inner .homeicon {
	position:absolute;
	width:27px;
	height:23px;
	margin-top:8px;
	margin-left:0px;
	cursor:pointer;
}
/*#navbar .inner .prev {
	background:url(../images/prev-arrow.png) no-repeat center;
	position:absolute;
	width:15px;
	height:15px;
	margin-top:13px;
	margin-left:39px;
	cursor:pointer;
}
#navbar .inner .next {
	background:url(../images/next-arrow.png) no-repeat right;
	position:absolute;
	width:15px;
	height:15px;
	margin-top:13px;
	cursor:pointer;
	margin-left:945px;
} */
	
/* Container */
#container-fluid {
	margin-top:10px;
	margin-bottom:10px;
}

/* Home */
#home {
	margin:15px 0 0 0;
}
#home .topik-hangat {
	margin:0px;
	background:#00acee;
	padding-left:5px;
	height:40px;
	width:420px;
}
#home .topik-hangat h2 {
	font-size:16px;
	color:#ffffff;
	margin:0px;
	width:140px;
}
#home .topik-hangat .list-topan {	
	overflow:hidden;
	height:40px;
}
#home .topik-hangat .list-topan .inner-topan {
	margin-top:12px;
	color:#ffffff;
}
#home .topik-hangat .list-topan .inner-topan a {
	color:#ffffff;
}
#home .topik-hangat .list-topan .inner-topan a:hover {
	color:#014f80;
}
#home .topik-utama {
	margin:0 0 0 -6px;
}
#home .topik-utama h2 {
	margin:0px;
	font-size:22px;
	text-align:center;
	border-bottom:2px solid #0179b2;
	color:#014f80;
}
#home .topik-utama .list-toput {
	background:#f2f6f9;
	height:243px;
	overflow:hidden;
}
#home .topik-utama .list-toput ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#home .topik-utama .list-toput li {
	float:left;
	padding-left:5px;
}
#home .topik-utama .list-toput .posdate {
	margin-top:10px;
	display:block;
	font-size:11px;
}
#home .topik-utama .list-toput h5 {
	font-size:12px;
	line-height:15px;
	margin:0px;
}
#home .topik-utama .berita-terkait {
	background:#8cb0c6;
	height:70px;
	margin:0px;
	padding-left:5px;
}
#home .topik-utama .berita-terkait h6 {
	color:#ffffff;
	font-weight:500;
	margin:0px;
}
#home .topik-utama .berita-terkait h5{
	line-height:15px;
	font-size:12px;
	margin:0px;
}
#home .topik-utama .berita-terkait a {
	color:#000000;
	display:block;
}
#home .topik-utama .berita-terkait a:hover {
	color:#333333;
}

/* Sliderhome */
#sliderhome {
	margin:0px;
	width:425px;
	height:315px;
	background:#CCC;	
}

/* Content */
#content {
	margin:0px;
	padding-top:10px;
}

/* Sidebar Left */
#home {
	margin:0px;
}
#sidebar-left {
	margin:0px;
}
#tabs1 {
	margin:0px;
}
#tabs1 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#tabs1 li {
	width:auto;
	font-size:12px;
}

#terkini .desc {
	margin:0px;
	margin-left:-20px;
}
#terkini .desc ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#terkini .desc li:nth-child(odd) {
	float:left;
	margin:0px;
	width:100%;
	background:#f0f0f0;
	padding:5px;
}
#terkini .desc li:nth-child(even) {
	float:left;
	margin:0px;
	width:100%;
	background:#ffffff;
	padding:5px;	
}
#terkini .desc h2 {
	font-size:12px;
	line-height:15px;
	margin:0px;
}
#terkini .desc li a {
	color:#165e8b;
	font-weight:normal;
	opacity:0.8;
	display:block;
}
#terkini .desc li a:hover {
	opacity:1;
}

#populer .desc {
	margin:0 0 0 -20px;
}
#populer .desc ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#populer .desc li:nth-child(odd) {
	float:left;
	margin:0px;
	width:100%;
	background:#f0f0f0;
	padding:5px;
}
#populer .desc li:nth-child(even) {
	float:left;
	margin:0px;
	width:100%;
	background:#ffffff;
	padding:5px;	
}
#populer .desc h2 {
	font-size:12px;
	line-height:15px;
	margin:0px;
	color:#165e8b;
}
#populer .desc li a {
	color:#165e8b;
	font-weight:normal;
	opacity:0.8;
	display:block;
}
#populer .desc li a:hover {
	opacity:1;
}

#terkomen .desc {
	margin:0 0 0 -20px;
}
#terkomen .desc ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#terkomen .desc li:nth-child(odd) {
	float:left;
	margin:0px;
	width:100%;
	background:#f0f0f0;
	padding:5px;
}
#terkomen .desc li:nth-child(even) {
	float:left;
	margin:0px;
	width:100%;
	background:#ffffff;
	padding:5px;	
}
#terkomen .desc h2 {
	font-size:12px;
	line-height:15px;
	margin:0px;
	color:#165e8b;
}
#terkomen .desc li a {
	color:#165e8b;
	font-weight:normal;
	opacity:0.8;
	display:block;
}
#terkomen .desc li a:hover {
	opacity:1;
}

/* FAcebook */
.facebook { margin:0; padding:0; }
/* Facebook */
/* Price sembako bar */
.price-sembako { margin:0; padding:10px 0 0 0; }
.sembako-title { text-align:center; color:#990000; font-size:11px; font-family:Verdana; font-weight:bold; line-height:15px; }
.sembako-table { margin-top:0px; padding:10px 0 0 0; }
.sembako-table table { font-size:11px; }
.sembako-table th { padding:8px 0 8px 0; font-weight:bold; border:solid 1px #a0a0a0; font-weight:bold;}
.sembako-table table td { padding:5px 0 5px 0; border:solid 1px #a0a0a0;}
.st-selengkapnya { font-style:italic; font-size:11px; text-align:right; }
.st-selengkapnya a { color:#990000; }
.st-selengkapnya a:hover { color:#000000; }
/* End of price sembako bar */

/* Page */
.page-static { margin:0; padding:0; }
			.ps-title { font-size:15px; color:#006699; font-weight:bold; padding-bottom:20px;}
			.ps-desc { font-size:13px; text-align:justify; line-height:21px; line-spacing:1px; padding:0 10px 0 0px;}
			.ps-desc h2 { margin:0; padding:0; font-size:15px; font-weight:bold; }
			.bread { background-color:#cccccc; color:#999999; height:25px; margin-bottom:20px; width:628px;}
			.bread ul { margin:0; padding:0; }
			.bread ul li { list-style:none; display:inline; float:left; }
			.bread ul li a div { font-size:12px; text-align:center; color:#999999; text-decoration:none; padding:2px 14px 3px 13px; width:auto;}
			.bread ul li a:hover div:hover { color:#ffffff; text-decoration:none; background-color:#006699;}
			.bread .active a div { color:#ffffff; text-decoration:none; background-color:#006699;}
.btn-kontak { color:#000000; padding:5px 15px 5px 15px; cursor:pointer; border:solid 1px #bc4542; 
	box-shadow: 2px 2px 5px #999999; font-size:11px;
	background: rgb(255,165,164); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(255,226,226,1) 0%, rgba(255,165,164,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(255,226,226,1)), color-stop(100%,rgba(255,165,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,226,226,1) 0%,rgba(255,165,164,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,226,226,1) 0%,rgba(255,165,164,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,226,226,1) 0%,rgba(255,165,164,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,226,226,1) 0%,rgba(255,165,164,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa5a4', endColorstr='#ffe2e2',GradientType=1 ); /* IE6-8 */
	font-weight:bold;
}
/* End of Page */
/* BP- Slider */
.bp_sliders {  height:auto;}
.bp_sliders ul { margin:0; padding:0; }
.bp_sliders ul li { display:block; height:190px; width:360px; }
/* Bp- Slider */
/* Berita pilihan */
.berita-pilihan { margin:0 0 20px 0; padding:0; border:solid 1px #999999;  height:230px;}
.bp-title { color:#ffffff; text-transform:uppercase; background-image:url("../images/bar-tabsactive.jpg"); background-repeat:repeat-x; height:27px; font-weight:bold; font-family:Helvetica; padding-top:5px; padding-left:10px; border:solid 1px #014f80;}
.bp-news { padding:0 10px 0 10px; margin:0 10px 0 10px;}
.bp-news-last { padding:10px; margin:0 10px 0 10px;}
.bpn-topic { font-size:10px; text-transform:uppercase; color:#cc0000; line-height:13px;}
.bpn-title { color:#014f80; font-weight:bold; font-size:12px; line-height:14px;}
.bpn-title a { color:#014f80; text-decoration:none;}
.bpn-title a:hover { color:#666666; text-decoration:none;}
.bpn-desc { margin-top:5px; }
.desc-images { float:left; width:130px; }
.desc-sinopsis { float:right; width:180px; font-size:10px; line-height:14px; color:#999999;}
.bpn-others { margin:0; padding:5px 0 0 0; }
.bpn-others div { display:block; font-size:12px; background-image:url("../images/panah.jpg"); background-repeat:no-repeat; background-position:0 4px; padding:0 0 5px 10px; font-size:11px; line-height:13px;}
.bpn-others div a { color:#666666; text-decoration:none; }
.bpn-others div a:hover { color:#014f80; text-decoration:none; }
/* End of berita pilihan */
.ads-sidebar { padding:0 0 10px 0; }
/* live stream */
.live-stream { margin:10px 0 0 0; padding:0; }
.ls-title { background-image:url("../images/bar-tabsactive.jpg"); background-repeat:repeat-x; height:25px; border:solid 1px #0a517d; color:#ffffff; text-transform:uppercase; padding:7px 0 0 10px; font-weight:bold;}
.ls-desc { padding:10px 0 10px 0; }
.ls-desc span { text-align:right; }
.ls-desc img { border:solid 2px #999999; }
/* End of live stream */

/* Today Photo */			
.today-photo { margin:15px 0 0 0; padding:0; width:300px;}
.tp-title { background-image:url("../images/bar-topstories.jpg"); background-repeat:repeat-x; height:24px; margin-bottom:10px;}
.tpt-text {border-right:solid 1px #004e7e; border-left:solid 1px #004e7e; padding:3px 10px 0 10px; background-color:#ffffff; width:110px; height:21px; text-transform:uppercase; color:#004e7e; font-weight:bold; text-align:center;}
.tp-desc { margin:0; padding:0; }
.tpd-images { margin:0; padding:0; }
.tpd-title { color:#ffff00; font-weight:bold; font-size:11px; background-image:url("../images/bg-todayfoto.png"); background-repeat:repeat; padding:10px; line-height:15px; position:relative; margin-top:-48px; height:28px;}
.tpv-title { color:#ffff00; font-weight:bold; font-size:11px; background-image:url("../images/bg-todayfoto.png"); background-repeat:repeat; padding:10px; line-height:15px; position:relative; margin-top:0px; height:28px;}
/* End of today photo */

/* Top stories Center */
.top-storiescenter { margin:0 0 10px 0; padding:0; border:solid 1px #999999; height:auto;}
.tsc-title { background-image:url("../images/bar-tabs.jpg"); background-repeat:repeat-x; height:32px; margin-bottom:0px; }
.tsct-text { background-image:url("../images/bar-tabsactive.jpg"); background-repeat:repeat-x; padding:6px 10px 0 10px; background-color:#ffffff; width:100px; height:26px; text-transform:uppercase; color:#ffffff; font-weight:bold;} 
.tsc-news { margin:0; padding:10px 0 10px 19px; }
.storiescenter-items { padding: 0 0 10px 0; margin:0 19px 10px 0; width:150px; height:115px; float:left; }
.items-imagesnews { border:solid 2px #cccccc; padding:5px; height:70px; width:136px;}
.items-detailnews { text-align:center;}
.detailnews-date { font-size:10px; color:#ff0000; margin:0; padding:0;}
.detailnews-title { font-size:10px; text-align:center; line-height:13px; font-weight:bold; padding-bottom:5px; padding-top:5px;}
.detailnews-title a { color:#336699; text-decoration:none; }
.detailnews-title a:hover { color:#1973cd; text-decoration:none; }
.detailnews-sinopsis { font-size:10px; line-height:12px;}
/* End of top storiescenter */

/*RSS*/
.rss-open {
		padding:20px; 
	}
	.items-rss { font-size:13px; text-transform:uppercase; background-image:url(../images/icon-rss.jpg); background-repeat:no-repeat; background-position:left center; padding:5px 10px 5px 55px; font-weight:bold;}
	
	.rss-menu { margin:10px 0 0 0; padding:0; }
	.rm-left { float:left; width:200px; }
	.rm-right { float:right; width:420px;  }
	.rm-left ul { margin:0; padding:0; }
	.rm-left ul li { display:block; background-image:url("../images/bg-rssmenu.jpg"); background-repeat:repeat-x; height:36px; padding:15px 0 0 20px; cursor:pointer;}
	.rm-left ul li:hover { display:block; background-image:url("../images/bg-rssmenu.jpg"); background-repeat:repeat-x; height:36px; padding:15px 0 0 20px; cursor:pointer;}
/* End of rss */
/* News Slider */
.news-slider { border-bottom:solid 10px #014f80; border-left:solid 10px #014f80; border-right:solid 10px #014f80; margin:10px 0 5px 0; height:100px;  width:auto; }
.nslider-items { width:260px; float:left; margin:0 5px 0 5px; height:85px;}
.nsitems-foto { float:left; border:solid 1px #666666; padding:5px; box-shadow: 0 0 5px #000000; }
.nsitems-text { float:right; width:165px; }
.nsitems-date { font-size:10px; color:#666666; }
.nsitems-title { color:#014f80; font-weight:bold; font-size:11px; line-height:15px;}
.nsitems-title a { color:#014f80; text-decoration:none;}
.nsitems-title a:hover { color:#666666; text-decoration:none;}
.ns-border { border-top:solid 4px #cccccc; border-bottom:solid 4px #cccccc; padding:0px 10px 0 10px; height:96px;}
/* End of News Slider */
/* Carousel */
.carousel {
height:auto;
width:100px;
}
.carousel .list {
	margin-left:20px;
	margin-top:0px;
	width:0;
}
.carousel ul {
	padding:0px;	
	list-style:none;
	
}
.carousel li {
	width: 260px;
	height: auto;
	overflow:hidden;
	background:#FFF;
	padding:4px 4px 0 4px;
	margin-right:2px;
	margin-left:2px;
	margin-top:6px;
	float:left;
}
.carousel .next , .carousel .prev {
	cursor:pointer;
}
.carousel .next {
	width: 28px;
	height:32px;
	background:url(../images/slider-next.png) no-repeat center center;
	position:absolute;
	margin-left:570px;
	
	left:0;
	top:35px;
}
.carousel .prev {
	margin-left:-10px;
	left:0;
	width:28px;
	height:32px;
	background:url(../images/slider-prev.png) no-repeat center center;
	position:absolute;
	top:35px;
}
/* End of carousel */
/* Row Bottom */
/* Tam Babel */
	.row { margin:0 0 0px 0; padding:10px 0 10px 20px; }
	.row-itemsred-babel { float:left; width:300px; margin-right:20px; margin-bottom:70px; height:236px;}
	.row-itemsredlast { float:left; width:267px; }
	.ri-head { margin:0; padding:0 }
	.ri-icon { width:60px; z-index:999; position:relative;}
	.ri-text-babel { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #cc0000; position:relative; bottom:0px; text-transform:uppercase;}
	.ri-text-babel span { padding-left:60px; font-size:11px; font-weight:normal; text-transform:lowercase;}
	.ri-text-babel a { color:#cc0000; text-decoration:none; }
	.ri-text-babel a:hover { color:#787878; text-decoration:none; }
	.ric-desc-babel { border-top:solid 1px #cc0000; border-bottom:solid 1px #cc0000; 
		background: rgb(255,249,249); /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		height:201px; padding:20px 15px 15px 15px; }
	.ri-content { border-right: dotted 1px #000000; padding-right:20px; margin-top:-27px;}
	.ric-top { margin:0; padding:0; }
	.top-left { float:left; width:77px; box-shadow:0px 0px 10px #666666;}
	.top-right { float:right; width:160px; }
	.tr-date { font-size:10px; }
	.tr-desc-babel { color:#cc0000; font-weight:bold; font-size:11px; line-height:14px;}
	.tr-desc-babel a { color:#cc0000; text-decoration:none; }
	.tr-desc-babel a:hover { color:#787878; text-decoration:none; }
	.ric-bottom { padding:20px 0 0 0; }
	.bottom-news-babel { padding:0 0 0 15px; background-image:url("../images/panah-bawah.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
	.bottom-news-babel a { color:#787878; text-decoration:none; }
	.bottom-news-babel a:hover { color:#cc0000; text-decoration:none; }
	/* End of Tam Babel */
	
	/* Tam Tekno */
		.row-itemsred-tekno { float:left; width:300px; height:236px; margin-bottom:70px; margin-right:20px;}
		.ri-text-tekno { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #590065; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-tekno span { padding-left:56px; font-size:11px; font-weight:normal; text-transform:lowercase;}
		.ri-text-tekno a { color:#590065; text-decoration:none; }
		.ri-text-tekno a:hover { color:#787878; text-decoration:none; }
		.ric-desc-tekno { border-top:solid 1px #590065; border-bottom:solid 1px #590065; 
			background: rgb(255,249,249); /* Old browsers */
			background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

			height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-tekno { color:#590065; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-tekno a { color:#590065; text-decoration:none; }
		.tr-desc-tekno a:hover { color:#787878; text-decoration:none; }
		.bottom-news-tekno { padding:0 0 0 15px; background-image:url("../images/panah-tekno.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-tekno a { color:#787878; text-decoration:none; }
		.bottom-news-tekno a:hover { color:#590065; text-decoration:none; }
		.ri-content-tekno { margin-top:-27px; border-right: dotted 1px #000000; padding-right:20px;}
	/* End of Tam Tekno */
	
	/* Tam life */
		.row-itemsred-life { float:left; width:300px; margin-right:20px; height:236px; margin-bottom:70px; }
		.ri-text-life { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #f44516; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-life span { padding-left:26px; font-size:11px; font-weight:normal; text-transform:lowercase;}
		.ri-text-life a { color:#f44516; text-decoration:none; }
		.ri-text-life a:hover { color:#787878; text-decoration:none; }
		.ric-desc-life { border-top:solid 1px #f44516; border-bottom:solid 1px #f44516; 
						background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

			height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-life { color:#f44516; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-life a { color:#f44516; text-decoration:none; }
		.tr-desc-life a:hover { color:#787878; text-decoration:none; }
		.bottom-news-life { padding:0 0 0 15px; background-image:url("../images/panah-life.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-life a { color:#787878; text-decoration:none; }
		.bottom-news-life a:hover { color:#f44516; text-decoration:none; }
	/* End of Tam life */
	
	
	
	/* Tam blog */
		.row-itemsred-blog { float:left; width:300px; margin-right:20px; height:236px; margin-bottom:70px; }
		.ri-text-blog { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #0087e3; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-blog span { padding-left:68px; font-size:11px; font-weight:normal; text-transform:lowercase;}
		.ri-text-blog a { color:#0087e3; text-decoration:none; }
		.ri-text-blog a:hover { color:#787878; text-decoration:none; }
		.ric-desc-blog { border-top:solid 1px #0087e3; border-bottom:solid 1px #0087e3; 
			background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-blog { color:#0087e3; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-blog a { color:#0087e3; text-decoration:none; }
		.tr-desc-blog a:hover { color:#787878; text-decoration:none; }
		.bottom-news-blog { padding:0 0 0 15px; background-image:url("../images/panah-blog.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-blog a { color:#787878; text-decoration:none; }
		.bottom-news-blog a:hover { color:#0087e3; text-decoration:none; }
	/* End of Tam blog */
	
	/* Tam Bola */
		.row-itemsred-bola { float:left; width:300px; margin-right:20px; height:236px; margin-bottom:70px; }
		.ri-text-bola { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #336600; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-bola span { padding-left:66px; font-size:11px; font-weight:normal;text-transform:lowercase;}
		.ri-text-bola a { color:#336600; text-decoration:none; }
		.ri-text-bola a:hover { color:#787878; text-decoration:none; }
		.ric-desc-bola { border-top:solid 1px #336600; border-bottom:solid 1px #336600; 
			background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-bola { color:#336600; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-bola a { color:#336600; text-decoration:none; }
		.tr-desc-bola a:hover { color:#787878; text-decoration:none; }
		.bottom-news-bola { padding:0 0 0 15px; background-image:url("../images/panah-bola.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-bola a { color:#787878; text-decoration:none; }
		.bottom-news-bola a:hover { color:#336600; text-decoration:none; }
	/* End of Tam Bola */
	
	/* Tam forum */
		.row-itemsred-forum { float:left; width:300px; height:236px; margin-right:20px; margin-bottom:70px; }
		.ri-text-forum { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #767011; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-forum span { padding-left:60px; font-size:11px; font-weight:normal; text-transform:lowercase;}
		.ri-text-forum a { color:#767011; text-decoration:none; }
		.ri-text-forum a:hover { color:#787878; text-decoration:none; }
		.ric-desc-forum { border-top:solid 1px #767011; border-bottom:solid 1px #767011; 
			background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-forum { color:#767011; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-forum a { color:#767011; text-decoration:none; }
		.tr-desc-forum a:hover { color:#787878; text-decoration:none; }
		.bottom-news-forum { padding:0 0 0 15px; background-image:url("../images/panah-forum.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-forum a { color:#787878; text-decoration:none; }
		.bottom-news-forum a:hover { color:#767011; text-decoration:none; }
		.ri-content-forum { margin-top:-27px; border-right: dotted 1px #000000; padding-right:20px;}
	/* End of Tam forum */
	
	/* Tam events */
		.row-itemsred-event { float:left; width:300px; height:236px; margin-bottom:70px; margin-right:20px; }
		.ri-text-event { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #ffaa00; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-event span { padding-left:60px; font-size:11px; font-weight:normal; text-transform:lowercase;}
		.ri-text-event a { color:#ffaa00; text-decoration:none; }
		.ri-text-event a:hover { color:#787878; text-decoration:none; }
		.ric-desc-event { border-top:solid 1px #ffaa00; border-bottom:solid 1px #ffaa00; 
			background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-event { color:#ffaa00; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-event a { color:#ffaa00; text-decoration:none; }
		.tr-desc-event a:hover { color:#787878; text-decoration:none; }
		.bottom-news-event { padding:0 0 0 15px; background-image:url("../images/panah-bawah.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-event a { color:#787878; text-decoration:none; }
		.bottom-news-event a:hover { color:#ffaa00; text-decoration:none; }
		.ri-content-event { margin-top:-27px; border-right: dotted 1px #000000; padding-right:20px;}
	/* End of Tam forum */
	
	/* Tam Nasional */
		.row-itemsred-nasional { float:left; width:300px; height:236px; margin-right:20px; margin-bottom:70px; }
		.ri-text-nasional { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #0087e3; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-nasional span { padding-left:33px; font-size:11px; font-weight:normal; text-transform:lowercase;}
		.ri-text-nasional a { color:#0087e3; text-decoration:none; }
		.ri-text-nasional a:hover { color:#787878; text-decoration:none; }
		.ric-desc-nasional { border-top:solid 1px #0087e3; border-bottom:solid 1px #0087e3; 
						background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-nasional { color:#0087e3; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-nasional a { color:#0087e3; text-decoration:none; }
		.tr-desc-nasional a:hover { color:#787878; text-decoration:none; }
		.bottom-news-nasional { padding:0 0 0 15px; background-image:url("../images/panah-blog.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-nasional a { color:#787878; text-decoration:none; }
		.bottom-news-nasional a:hover { color:#0087e3; text-decoration:none; }
		.ri-content-nasional { margin-top:-27px; border-right: dotted 1px #000000; padding-right:20px;}
	/* End of Tam forum */
	
	/* Tam forum */
		.row-itemsred-others { float:left; width:300px; height:236px; margin-bottom:70px; }
		.ri-text-others { width:auto; margin-left:30px; padding-left:30px; font-weight:bold; border-top:solid 2px #08507c; position:relative; bottom:0px; text-transform:uppercase;}
		.ri-text-others span { padding-left:60px; font-size:11px; font-weight:normal; text-transform:lowercase;}
		.ri-text-others a { color:#08507c; text-decoration:none; }
		.ri-text-others a:hover { color:#787878; text-decoration:none; }
		.ric-desc-others { border-top:solid 1px #08507c; border-bottom:solid 1px #08507c; 
						background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%, rgba(178,178,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(81%,rgba(255,249,249,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center, rgba(255,249,249,1) 81%,rgba(178,178,178,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height:201px; padding:20px 15px 15px 15px; }
		.tr-desc-others { color:#08507c; font-weight:bold; font-size:11px; line-height:14px;}
		.tr-desc-others a { color:#08507c; text-decoration:none; }
		.tr-desc-others a:hover { color:#787878; text-decoration:none; }
		.bottom-news-others { padding:0 0 0 15px; background-image:url("../images/panah-bawah.jpg"); background-repeat:no-repeat; background-position:center left; font-size:11px; line-height:14px; display:block; margin-bottom:9px;}
		.bottom-news-others a { color:#787878; text-decoration:none; }
		.bottom-news-others a:hover { color:#08507c; text-decoration:none; }
		.ri-content-others { margin-top:-27px; border-right: dotted 1px #000000; padding-right:20px;}
	/* End of Tam forum */
/* End of Row Bottom */

/* Content Row */
.content-row { margin:15px 0 10px 0; height:auto;}
.cr-items { border:solid 1px #08507c; padding:10px; width:291px; margin-right:10px; height: 230px; float:left; margin-bottom:25px; text-align:center;}
.cr-itemslast { border:solid 1px #08507c; padding:10px; width:292px; margin-right:0px; height: 230px; float:left; margin-bottom:25px; text-align:center;}
.critems-title { text-align:center; margin:0 auto; border-left:solid 1px #08507c; width:auto; border-right:solid 1px #08507c; padding:0 10px 0 10px; position:relative; background-color:#ffffff; top:-20px; text-transform:uppercase; font-weight:bold; color:#08507c;}
.critems-desc { text-align:left; }
	
.critems-items { padding: 0 0 10px 0;  margin:0 0 0px 0;}
.critems-imagesnews { border:solid 2px #cccccc; padding:5px; height:75px; width:75px; float:left;}
.critems-detailnews { float:right; width:190px; }
.cdetailnews-date { font-size:10px; color:#ff0000; margin:0; padding:0;}
.cdetailnews-title { font-size:11px; line-height:13px; font-weight:bold; padding-bottom:5px;}
.cdetailnews-title a { color:#336699; text-decoration:none; }
.cdetailnews-title a:hover { color:#1973cd; text-decoration:none; }
.cdetailnews-sinopsis { font-size:10px; line-height:12px;}
.critems-others { margin:0; padding:5px 0 0 5px; }
.critems-others ul { margin:0; padding:0; }
.critems-others ul li { display:block; font-size:12px; background-image:url("../images/panah.jpg"); background-repeat:no-repeat; background-position:left center; padding:0 0 0 10px;}
.critems-others ul li a { color:#666666; text-decoration:none; }
.critems-others ul li a:hover { color:#014f80; text-decoration:none; }
/* End of content row */

/* News Images */
.news-images { margin:0; padding:0; height:310px;}
.ni-gambar { margin:0; padding:0; }
.ni-desc {
	background-image:url("../images/bg-todayfoto.png");
	background-repeat:repeat;
	margin-top:-100px;
	width:613px;
	color:#ffffff;
	padding:5px 10px 0px 10px;
	height:100px;
	border:solid 0px #000000;
	z-index:999;
	position:absolute;
}
.nid-date{ color:#ff0000; font-size:10px; margin:0; padding:0; line-height:15px;}
.nid-title { font-size:16px; color:#ffff00; font-family:Verdana; margin:0; padding:0; line-height:18px;}
.nid-title a { color:#ffff00; }
.nid-title a:hover { color:#4bb5d9; }
.nid-sinopsis { font-size:11px; line-height:14px; padding-top:2px; }
/* End of News Images */

/* Cat Menu */
.cat-menu { background-color:#014f80; width:100%; padding:5px 0 7px 0; text-align:center; }
.cat-menu ul { margin:0; padding:0; }
.cat-menu ul li { font-size:12px; display:inline; text-transform:uppercase; padding:0 10px 0 0; background-image:url("../images/dot.jpg"); background-repeat:no-repeat; background-position:right center; }
.cat-menu .lastlast { font-size:12px; text-transform:uppercase; padding:0 10px 0 0; }
.cat-menu ul li a { color:#ffff00; text-decoration:none; }
.cat-menu ul li a:hover { color:#ffffff; text-decoration:none; }
/* End of cat menu */

/* content distric */
.content-distric { margin:10px 0 0px 0; padding:0; }
.content-distric2 { margin:0px 0 20px 0; padding:0; }
.cd-items { float:left; width:311px; margin-right:10px; height:180px; margin-bottom:20px; border:solid 1px #014f80; }
.cd-items2 { margin:0 Auto; width:311px;height:200px;  }
.cd-itemslast { float:left; width:311px; height:180px; margin-bottom:20px; border:solid 1px #014f80;}
.cditems-title { background-image:url("../images/bar-contentdistric.jpg"); background-repeat:repeat-x; height:25px; color:#ffffff; text-transform:uppercase; font-weight:bold; padding-top:5px; }
.cditems-title span { position:relative; top:-17px; left:10px;}
.cditems-title div { position:relative; top:0px; left:20px;}
.cditems-text { margin:10px 0 0 0; padding:10px; }
.cditems-text ul { margin:0 0 0 20px; padding:0; }
.cditems-text ul li { font-size:11px; color:#014f80;}
.cditems-text ul li a { color:#014f80; text-decoration:none; }
.cditems-text ul li a:hover { color:#999999; text-decoration:none; }
/* End of content distric */

/* Label for registrasi */
label.error{ 
	margin-top:0px;
	margin-left:180px;
	color:#FF0000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	font-size:11px;
	width:181px;
	text-align:right;
	height:auto;
	overflow:hidden;
	float:left;
	padding:0px 10px 0px 0px;
	position:absolute;
	left:720px;
}
/* End of label registrasi */

/* Topik Pilihan */
#topik-pilihan {
	margin:0px;
}
#topik-pilihan h2 {
	margin:2px 0 0 0;
	font-size:20px;
	color:#014f80;
	font-weight:normal;
	border-bottom:2px solid #0083bd;
}
#topik-pilihan .home-cat1 {
	margin:0px;
	padding:0px;
}
#topik-pilihan .home-cat1 .cuplikan {
	font-size:12px;
	margin:10px 0 0 0;
	padding:0px;
}
#topik-pilihan .home-cat1 .cuplikan a {
	color:#ff3300;
	padding-top:10px;
	display:block;
}
#topik-pilihan .home-cat1 .cuplikan a:hover {
	color:#900;
}
#topik-pilihan .home-cat1 h5 {
	font-size:14px;
	margin-top:0px;
}
#topik-pilihan .home-cat1 .desc {
	text-align:justify;
	font-size:12px;
	line-height:15px;
}
#topik-pilihan .home-cat1 ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#topik-pilihan .home-cat1 li {
	margin:0px;
}
#topik-pilihan .home-cat1 li a {
	font-weight:normal;
	font-size:12px;
	color:#333333;
}
#topik-pilihan .home-cat1 li a:hover {
	color:#000000;
	text-decoration:underline;
}

#gallery-foto {
	margin:20px 0 0 0;
}
#gallery-foto h2 {
	font-size:20px;
	color:#014f80;
	font-weight:normal;
	margin:0px;
}
#gallery-foto .colom {
	margin:10px 0 0 0;
}
#gallery-foto .colom .postdate {
	font-size:10px;
}
#gallery-foto .colom a {
	font-size:11px;
	color:#333333;
	display:block;
	line-height:15px;
}
#gallery-foto .colom a:hover {
	color:#000000;
	text-decoration:underline;
}
#gallery-foto img {
	border:1px solid #cccccc;
	padding:1px;
}

/* Sidebar Right */
#sidebar {
	margin:0px;
}
#sidebar .ads1 {
	margin:0 auto;
}

#tamtv .desc .list-tamtv {
	height:185px;
	overflow:auto;
	padding-bottom:10px;
}
#tamtv .desc, #tamradio .desc {
	background:#f3f3f3;
	margin:0px;
	width:100%;
}
#tamtv .desc ul, #tamradio .desc ul {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
#tamtv .desc li, #tamradio .desc li {
	margin:0px;
	padding:0px;
	text-align:left;
	margin:0 0 -10px 0;
}
#tamtv .desc .feat-video, #tamradio .desc .feat-radio {
	background:#d8d8d8;
	padding:5px;
}
#tamtv .desc h6 {
	text-align:left;
	padding-left:10px;
	color:#333333;
}
#tamtv .desc h2, #tamradio .desc h2 {
	line-height:15px;
}
#tamtv .desc .feat-video a,
#tamtv .desc li a {
	text-align:left;
	display:block;
	font-size:12px;
	margin-top:-10px;
	padding:0 10px 10px 10px;
	color:#1eb1ee;
}
#tamtv .desc .feat-video a:hover,
#tamtv .desc li a:hover, #tamradio .desc .feat-radio a:hover, #tamradio .desc li a:hover {
	color:#014f80;
}
#tamradio .desc .feat-radio, #tamradio .desc li a {
	text-align:center;
	display:block;
	font-size:12px;
	margin-top:-10px;
	padding:0 10px 10px 10px;
	color:#1eb1ee;
}


.ads-bottom {
	text-align:center;
	margin-bottom:10px;
}

/* Comment */
#comment {
	margin-top:50px;
}
#comment .formco {
	margin:30px 0 0 0;
}
#comment .formco h6 {
	color:#00acee;
	margin:-20px 0 0 0;
}
#comment .formco a {
	color:#00acee;
	font-size:12px;
	text-align:center;
}
#comment .formco a:hover {
	color:#014f80;
}
#comment .formco textarea {
	height:100px;
	margin:0px;
	margin-bottom:10px;
}
#comment .formco input {
	margin:0 0 0 10px;
}
#comment .formco .right {
	font-size:12px;
	margin:10px 0 5px 0;
	color:#014f80;
}
#comment .formco .left {
	font-size:15px;
	margin:14px 0 0 0;
}
#comment .formco select {
	margin:1px 0 0 0;
}

#list-comment {
	margin:20px 0 0 0;
}
#list-comment .box {
	margin:10px 0 20px 0;
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
}
#list-comment .title {
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#014f80;
}
#list-comment .codate {
	margin:0px;
	font-size:11px;
	color:#014f80;
}
#list-comment .desc {
	margin:0px;
	font-size:12px;
	color:#333333;
	line-height:15px;
	text-align:justify;
}
#list-comment .left {
	margin:10px 0 0 0;
}
#list-comment .left a {
	font-size:11px;
	color:#014f80;
}
#list-comment .left a:hover {
	color:#00acee;
}
#list-comment .left .thumbsup {
	margin:-7px 0 0 0;
}
#list-comment .left .thumbsdown {
	margin:2px 0 0 0;
}
#paginasi {
	margin:0px;
	padding:0px;
}
#paginasi .inner {
	margin:0px;
}
#paginasi .inner ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#paginasi .inner li {
	float:left;
	margin:5px;
	text-align:right;
}
#paginasi .inner li a {
	color:#014f80;
}
#paginasi .inner li a:hover {
	color:#00acee;
}

/* Footer */
#footer {
	width:100%;
	clear:both;
	margin:0px;	
}
.footer-list { margin:10px Auto 0px Auto; padding:0; text-align:center; width:870px; }
.footer-list img { padding:0 10px 10px 10px; }
.footer-list ul { margin:0; padding:0; }
.footer-list ul li { display:inline; padding:0 5px 0 5px; }

#footer .list-tam {
	width:960px;
	margin:0 auto;
	padding:10px;	
}
#footer .list-tam ul {
	list-style:none;
	margin:0px;
	padding:0px;	
}
#footer .list-tam li {
	float:left;
	width:120px;
	color:#014f80;
	font-weight:bold;	
}
#footer .list-tam li ul li {
	float:left;
	list-style:inside;
	font-size:11px;
	color:#01a3e0;
	font-weight:normal;
	padding-left:7px;	
}
#footer .list-tam li a {
	color:#014f80;	
}
#footer .list-tam li a:hover {
	color:#01a3e0;	
}
#footer .navbar-bottom {
	height:30px;
	width:100%;
	margin:10px 0 0 0;
	background: rgb(1,81,130); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left, rgba(1,81,130,1) 0%, rgba(0,172,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,81,130,1)), color-stop(100%,rgba(0,172,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(1,81,130,1) 0%,rgba(0,172,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015182', endColorstr='#00acee',GradientType=1 ); /* IE6-8 */
}
#footer .navbar-bottom .inner {
	width:960px;
	margin:0 auto;
	font-size:12px;
}
#footer .navbar-bottom .inner .left {
	float:left;
	padding:5px 0 0 20px;
}
#footer .navbar-bottom .inner .right {
	float:right;
	padding:5px 20px 0 0;
}
#footer .navbar-bottom a {
	color:#ffffff;
}
#footer .navbar-bottom a:hover {
	color:#cccccc;
}
#footer .menu-footer {
	width:960px;
	height:25px;
	margin:0 auto;
}
#footer .menu-footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#footer .menu-footer li {
	float:left;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	border-right:1px solid #cccccc;
}
#footer .menu-footer .copyright {
	font-size:12px;
	float:right;
	padding-top:2px;
	color:#009edd;
}
@import 'other-style.css';