@charset "utf-8";
/* CSS Document */

/*CSS yang umum dipakai dalam halaman website */
body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-color:#FFC;
}
a{
    font:normal 12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#0066FF;
}
a.judul-halaman{
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.isi-halaman{
	font:normal 12px Verdana, Geneva, sans-serif;
	color:#000;
	text-align:justify;
}
#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#versi{
	float:right;
	padding-top:0;
	border-bottom-color:#000;
}

#header{
	height:80px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	background-image:url(../Images/comp_name.jpg);
	width: 800px;
}

#runtex{
	height:20px;
	width:800;
	background-color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	padding-top:3px;
}
/*
#menu{
	width:800px;
	background-color:#FFF;
	height:15px;
	float:left;
	padding-bottom:5px;
}

#top-menu{
    height:15px;
}
#top-menu #navigasi{
	height:15px;
	margin:0px;
	background-color:#FFF;
	width:800px;
	
}
#top-menu #navigasi a{
    font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
    line-height:15px;
    text-decoration:none;
    padding:0 5px 0 5px;
	width:800px;
}
*/
#content{
	width:610px;
	float:right;
	background-color:#FFF;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#content p,#content ul li, #content ol li, #content a{
	font-size:14px;
	padding-left:3px;
}
#posting{
    display:block;
    width:200px;
    float:left;
    margin:0 10px 0 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	position: relative;
	background-image: url(../Images/pattern.png);
}
#boxConten{
	width:800;
	position:relative;
}

#cssmenu {
  width: 180px;
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float:left;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  background:url(../Images/pattern.png) no-repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu > ul > li {
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}
#cssmenu > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
}
#cssmenu > ul > li > a {
  font-size: 12px;
  display: block;
  background:url(../Images/pattern.png) no-repeat;
  color: #ffffff;
  border: 1px solid #ba2f14;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
	border-bottom:none;
	display: block;
}
#cssmenu > ul > li.has-sub > a span {
	background-image: url(../Images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
#cssmenu > ul > li.has-sub.active > a span {
	background-image: url(../Images/icon_minus.png);
	background-repeat: no-repeat;
	background-position: 96% center;
 
}
/* Sub menu */
#cssmenu ul ul {
  display:none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul a:active{
  display:block;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}

#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}

/*
#headline #thumbnail{
    display:block;
    text-align:left;
}
a.judulBerita{
    font:bold 14px Verdana, Arial, Helvetica, sans-serif;
    display:block;
    color:#1284a5;
    text-decoration:none;
}
a.judulterkait{
    font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    display:block;
    color:#1284a5;
    text-decoration:none;
    background-image:url('../images/icons/bullet.png');
    background-position:center left;
    background-repeat:no-repeat;
    padding:0 0 0 20px;
}
span.by{
    font:normal 10px Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
}
*/
p.more{
    font:normal 12px Verdana, Arial, Helvetica, sans-serif;
    text-align:left;

}
p.more a{
    font-weight:bold;
    color:#1284a5;
    display:block;
    text-decoration:underline;
}
a:hover{
    color:#FF9900;
}
#footer{
	height:15px;
	width:800px;
	border-top-color:#000;
	background-color:#F00;
	margin-top:3px;
	float:left;
	bottom: auto;
	border-top-width: 3px;
	border-top-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

#footer #footer-dom{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}
#footer p.copy{
    font:normal 12px Verdana, Arial, Helvetica, sans-serif;
    display:block;
    width:300px;
    float:left;
    line-height:30px;
    color:#FFFFFF;
}
 
/* Css untuk TAG HTML Standard */
h1,h2,h3{
    font:normal 12px Verdana, Arial, Helvetica, sans-serif;
    margin:5px 0 5px 0;
	text-align:justify;
}
h1.judul{
    color:#1284a5;
    display:block;
    border-bottom:#dcdcdc 1px solid;
    padding:0 0 5px 0;
    line-height:30px;
}
/*CSS untuk bagian paging */
span.nav{
    font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    display:block;
    text-align:center;
    color:#666666;
}
span.nav a{
    font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    color:#0099FF;
}
 
/*Span untuk warna */
span.hijau{
    color:#97c43d;
}
span.orange{
    color:#FF9900;
}
span.blue{
    color:#3d73b1;
}

.CSSTableGenerator {
	margin:2px;padding:4px;
	width:100%px;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	display: block;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:3px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);
	background-color:#ff0000;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);
	background-color:#ff0000;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.img{
	border:1px #000;
	margin-left:4px;
	margin-bottom:4px;
	padding:4px;
	float:right;
}
#slide{
	width:610;
	height:auto;
	padding-top:5px;
	text-align: center;
	background-color:#FFF;
	display: block;
}

#divTrigger a:link,#divTrigger a:visited{
 	text-decoration: none; /* hilangkan garis bawah pada link */
 	margin:0px 0px; /* memberi jarak antar link */
 	padding: 1px 4px; /* menjadikan link berada dalam kotak */
 	border: 1px solid #000;
  	background-color: #FFF;
  	color: #000;
}
/* link yang dilalui oleh mouse dan element dengan class='selected' akan mempunyai efek yang sama */
#divTrigger a:hover,#divTrigger a:active,.selected{
	background-color:#9F0;
	/*background-color: #00A;*/
	/*color: #FFF;*/
	color:#0F3;
}

#divContent{
	margin-top:4px;
	width: auto;
	height: auto;
	position: relative;
	padding-top: 4px;
}

#divContent div{ 
/* semua div di dalam element dengan id='divContent' akan di sembunyikan sementara */
 	display:none;
	border:1px #000;
}	

.title{
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	margin-bottom: 2px;
	display:block;
	line-height: normal;
	word-spacing: normal;
} 

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
