@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: #333;
}

a {
	color: #0066CC;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FF6600;
}

input {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	padding: 2px 3px;
	color: #333333;
	margin-bottom: 5px;
}

#container {
	width: 910px;
	margin: 0px auto;
	padding-left: 10px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;	
}

#menu {
	width: 900px;
	height: 23px;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
	word-spacing: 2px;
	padding-top: 7px;
}

#menu a {
	color: #FFF; 
}

#menu a:hover {
	color: #FFCC00;
}

#header {
	width: 900px;
	height: 183px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#info {
	width: 900px;
	padding: 0px 3px 2px;
}

#sidebar {
	width: 295px;
	float: left;
	margin-bottom: 15px;
}

#content {
	width: 589px;
	float: left;
	margin-left: 8px;
	padding-left: 7px;
	border-left: 1px dotted #ccc;
	margin-bottom: 15px;
}

#footer {
	width: 860px;
	height: 23px;
	clear: both;
	text-align: center;
	padding: 17px 0px;
	margin-left: 10px;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background-image: url(images/logo_kecil.png);
	background-position: left -13px;
	background-repeat: no-repeat;	
}

#loginform {
	width: 215px;
	height: 130px;
	background-image: url(images/bg_gradasi.png);
	background-repeat: repeat-x;
	text-align: right;
	padding: 20px 40px;
	color: #FFF;
}

#loginform .tombol{
	background-image: url(images/bg_button.png);
	border:2px solid #0074e0;color:#FFF;padding:2px 5px;
}

#galeri, #kalender {
	padding: 5px;
	margin-bottom: 15px;
}

#galeri h1, #kalender h1 {
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.red {
	color: #F00;
}

.yellow {
	color: #CCFF00;
}

.blue {
	color: #00529e;
}

.georgia {
	font-family: Georgia;
}

.date {
	font-size: 9px;
	color: #999;
}

#latest {
	background-image: url(images/bg_gradasi.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00529e;
	color: #FFFFFF;
	padding: 10px;
	text-align: justify;
}

#latest img {
	margin-right: 10px;
}

.berita {
	padding: 10px 0px 10px 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	border-bottom: 1px dotted #ccc;
}
.img_berita{
	float: left; padding: 5px;
	display: inline; text-align: center;
}
.kotak_berita {
	border-top: 1px dotted #ccc;
	clear: both;
}
.kotak_komentar{
	margin: 0 4px 0 0;
	border: solid 1px #999;
	background-color: #EAF1F4;
}
.kotak_kirim_komentar{
	margin: 5px 4px 0 0;
	padding: 2px;
	border: solid 1px #999;
	background-color: #F0F4F6;
}
.pengirim_komentar{
	margin: 2px 4px 0 0;
	padding-left: 10px;
	/*background: url(images/komentar.gif) no-repeat;*/
	color: #0033CC;
	font-weight: bold;
	font-size: 14px;
}

h1 {
	font-family: Georgia;
	font-size: 20px;
}

.kalender{
	background-image: url(images/kalender.png);
	margin-bottom: 5px;
}

.kotak1{
	margin-top: 5px;
	padding: 0px;
	border-bottom: 1px dotted #ccc;
	clear: both;
}

input.error, select.error { border: 1px solid red; }
label.error { color:red; margin-left: 10px; }
/* table */
.table_silver {
	background-color: #efefef;
	width:100%;
	font-size:11px;
}

.table_silver th {
	background-color: #eee;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	border: 1px solid #D0D0D0;
}

.table_silver td {
	background-color: #fff;
	padding: 6px;
	vertical-align:top;
}



/* paging */

#paging {
	margin-top:12px;
}

#paging a{
	color:#003466;
	cursor:pointer;
	outline-style:none;
	text-decoration:none;
}

#paging a:hover{
	color: #FF0000;
	cursor:pointer;
	outline-style:none;
	text-decoration:underline;
}