body {
	margin: 0;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #BAC7F3;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}

#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-left: blue 1px solid;
	border-right: blue 1px solid;
	border-bottom: blue 1px solid;
}

#header {
	width: 800px;
	padding: 0;
	margin: 0;
	
}

#header_topLeft {
	border:none;
	width:424px;
	height:72px;
	
}

#header_topright {
	float: right;
	border: none;
	width: 376px;
	height:72px;
	background: url(../images/header_right.jpg);
	position: relative;
	display: block;
}

.fright {
	float:right;
	padding-right: 5px;
}
.bold {
	font-weight: bold;
	font-size: 12px;
}
.nobold {
	font-weight: normal;
	font-size: 10px;
}

#header_banner {
	width: 800px;
	height: 148px;
	border: none;
}

#header_bottom{
	background-image:url(../images/bck_blue.gif);
	width: auto;
	border: none;
	padding:5px 0 2px 5px;
	color: white;
	font-weight: bold;
	
}
#header_date {
	float:left;
	padding:2px 10px 2px 2px;
}
#header_menu{
	float: right;
}

.spacer {
	clear:both;
}

#bigContent {
	width: 800px;
	background-image: url(../images/bck_body.jpg);
	margin: 0;
	padding: 0;

}


#leftBlock{
	width: 206px;
	float: left;
	margin: 0;
	font-weight: bold;
	color: white;
}

.leftLinks2{
	text-decoration: none;
	padding: 4px 3px 3px 13px;
}

.leftLinks{
	border-bottom:1px solid #ccc;
	text-decoration: none;
	padding: 4px 3px 3px 13px;
}

.leftLinks a, .leftLinks2 a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.leftLinks a:hover .leftLinks2 a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.leftLinksText{
	padding: 4px 3px 3px 13px;
	margin: 0;
	font-size: 12px;
	border-bottom:1px solid #ccc;
	font-weight: normal;
}

#mainBlock {
	width: 588px;
	float:right;
	background: white;
	padding:2px;
}

#runText {
	padding: 2px 0 5px 0;
}

#pageTitle {	
	background-image:url(../images/bck_left.gif);
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 2px;
	border-top: blue 1px solid;
	border-bottom: blue 1px solid;
}

#titleText{
}

#listText{
	float: right;
}

#listText a{
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#listText a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: white;
}

#content{
	padding-top: 7px;
	height: 100%;
}

.divContent {
	padding: 2px;
	width: 80%;
}

#footer {
	height: 30px;
	margin: 0;
	padding: 0;
}

#pic_kapus {
	float: left;
}

#img_fasilitas{
	text-align:center;
	width:100%;
}

a { 
	font-weight: normal;
	color:#4A6D27;
	text-decoration : underline; 
}

a:hover { 
	font-weight: normal;
	color:#4A6D27;
	text-decoration : none; 
}

a:active {  
	color: #FF0000; 
	text-decoration: none
}

.menu_fasilitas {
	margin:0 auto 0 auto;
	border-spacing: 3px;
}

.menu_fasilitas td{
	width:150px;
	height:100px;
	border:none;
	text-align:center;
	cursor: pointer;
	font-weight: bold;
}

.menu_fasilitas td:hover{
	background-color:#7C7EFC;
}

.tableView_title_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006633;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #FFFFF1;
}

.table_guestbook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006633;
	border-bottom:1px solid #006666;
	border-left: 1px solid #006666;
	border-right: 1px solid #006666;
	border-top: 1px solid #006666;
	background-color: #ffffff;
}

.title_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight:bold;
}

.org_text{
	margin:5px;
	font-weight:bold;
}

/*Tabel and div in content*/

.tblYellow_center{
	border-collapse:collapse;
	text-align:center;
	background:#FFFFFF;
	margin: 0;
	padding:2px;
}

.tblYellow_center th{
	border:#000066 1px solid;
	background:#7C7EFC;
	color: white;
	padding:2px;
}
.tblYellow_center .fill:hover{
	background-color: silver;
	cursor: arrow;
}


.tblYellow_center td{
	text-align:left;
	border:#000066 1px solid;
	padding:2px;
}

.tblYellow_center td.center{
	text-align:center;
}

/******************************************
							divYellow
******************************************/
.divYellow_left {
	margin: 0px;
	padding: 0px;
}

.divYellow_left .judul {
	font-weight:bold;
	text-align:left;
	padding:3px;
	border-top:#E78E18 1px solid;
	border-bottom:#E78E18 1px solid;
	background-color:#FFFFCC;
	margin:0;
}

.divYellow_left .isi {
	background-color:#FAFAFA;
	margin:0;
	padding:5px;
	border-bottom:#E78E18 1px solid;
}

.divYellow_left .isi .list {
	list-style:none;
	margin:0px;
	padding:0px;
}

.divYellow_left .isi .list li {
	margin-bottom: 5px;	
}

.th1{
	border:#E78E18 1px solid;
	background:#FAFAFA;
	font-weight:bold;
	text-align:center;
}

/******************************************
							divGray
******************************************/
.divGray_left {
	margin:0;
	padding:0;
}

.divGray_left .judul{
	border:#D6D6D6 1px solid;
	background-color:#FCFCFC;
	margin:0;
	padding:3px;
	font-weight:bold;
}

.divGray_left .isi{
	border-left:#D6D6D6 1px solid;
	border-right:#D6D6D6 1px solid;
	border-bottom:#D6D6D6 1px solid;
	background-color:#FFFFFF;
	padding:3px;
}

.divGray_left .isi .list {
	list-style:none;
	margin:0px;
	padding:0px;
}

.divGray_left .isi .list li {
	margin-bottom: 5px;	
}

.errorText{
	color:#FF0000;
	font-weight:bold;
}

.bt_nama{
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#CC9900;
}

#logCounter{
	margin: 5px 0;
	padding: 4px 3px 4px 13px;
	color: white;
	font-weight: normal;
	font-size: 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	
}

.block_left {
	background-color:#000066;
	background-image: url(../images/bck_left.gif);
	vertical-align:top;
	min-height:350px;
	text-align:left;
	padding-top:2px;
}

.divAjaxLoading {
	min-width: 100px;
	min-height: 100px;
	background: url(../../themes/default/images/ajax-loader-green.gif) no-repeat center;
}

/*************
Form Component
*************/

.inputText{
	border:#CCFF99 1px solid;
	color:#006600;
}

.input01 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: 1px solid #5FA218;
	BORDER-LEFT: 1px solid #5FA218;
	BORDER-RIGHT: 1px solid #5FA218;
	BORDER-TOP: 1px solid #5FA218;
}

.tombol01 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: 1px solid #5FA218;
	BORDER-LEFT: 1px solid #5FA218;
	BORDER-RIGHT: 1px solid #5FA218;
	BORDER-TOP: 1px solid #5FA218;
	width:80px;
}

/*********************
 DIV Berita dan Event
*********************/
.bl {
	background: url(../images/bl.gif) 0 100% no-repeat;
	background-color: #CCCCFF; 
	margin-bottom: 15px;
}

.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {
	background: url(../images/tr.gif) 100% 0 no-repeat; 
	padding:2px;
}

.listBerita_Item_head {
	clear: right;
	margin:0;
	padding: 0;
}

#listBerita_img {
	float: left;
	margin: 8px 0;
	margin: 0;
	padding: 2px;
}

#listBerita_img img {
	max-width: 75px;
	max-height: 75px;
}

.listBerita_Item {
	clear: right;
	margin:0 0 15px 0;
	padding: 0;
	/*border: black 1px solid;*/
}

.listBerita_Tgl {
	clear: both;
	margin:0;
	padding: 0;
}

.listBerita_Judul {
	clear: right;
	margin: 0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}
.listBerita_Judul a {
	clear: right;
	margin: 0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}
.listBerita_Judul a:hover{
	clear: right;
	margin: 0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}

.listBerita_Isi {
	margin: 0;
	padding: 0;
	text-align: top;
}

.listBerita_Isi p:first-child {
  margin: 5px 0;
}

.listBerita_Selengkapnya {
	font-size: 10px;
}

#divArchive {
	text-align: center;
}

/***************************
 DIV Berita dan Event detail
***************************/

.imgBerita {
	float: left;
	margin:0 3px 2px 0;
}

.DetailBerita_Judul{
	font-weight: bold;
	font-size: 14px;
}

.DetailBerita_Isi{
	text-indent:10px;
	line-height:150%;
}


/*********************
      DIV Isi Web   
*********************/

#divIsi_6 {
	margin:auto;
	width: 488px;
	height: 337px;
	padding:10px;
	background:url(../images/kontak_kami.jpg) top no-repeat;
	text-align: left;
	font-size:14px;
}

/*********************
      POLLING
*********************/
.errorPolling {
	font-weight: bold;
	font-size: 9pt;
	color: yellow;
}

#buttonContainer
{
	position: absolute;
	top: 3px;
	left: 110px;
}


#search-box { float: right; margin: 8px 0px 5px 0px; display: inline; } 
	#search-box input { border: 0; float: left; color: #999; }
	#search-box input:focus { color: #434343; }
	#search-box input#s { background-color: #fff; width: 100px; height: 14px; padding: 3px; }
	#search-box input#searchbutton { background: url(../images/search.png) no-repeat top left; width: 35px; height: 20px; cursor: pointer; }
	
.news {
	/*background-color: #f2f2f2;
	border: 1px solid #d4d4d4;*/	
    padding: 5px;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	font-size: 100%;
}
.post-footer {
	background: url(../images/post.png) repeat-x left center;
	padding: 2px 5px 5px 5px; 
	margin: 5px 0 5px 0;	
	font-size: 95%;	
	
}
.post-footer2 {
	padding: 2px 5px 5px 5px; 
	margin: 5px 0 5px 0;	
	font-size: 95%;	
	
}
.post-footer .date, .post-footer .readmore,.post-footer2 .date, .post-footer2 .readmore{
	margin: 5px 10px 5px 5px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px; margin: 0 10px 0 0;
	color: #666666;

}	
.post-footer .readmore , .post-footer2 .readmore{
	background: url(../images/page.png) no-repeat left center;
}
.post-footer .date, .post-footer2 .date{
	background: url(../images/time.png) no-repeat left center;
	
}
#shoutboxdata { background-color: #FFFDE5; border: 1px solid #ADA979; padding: 4px;overflow: auto; height: 200px; margin-bottom: 10px; margin-right: 10px; }
.shoutbox-row { padding: 3px 0; border-bottom: 1px dashed #ADA979; color: #000; line-height: 15px; }
.shoutbox-row .date { font-size: 9px; color: red; }
.shoutbox-row .name a { font-weight: bold; color: #095085; }
.small { font-size: 10px;}
.sbx {
	width: 120px;
}

#subcontent_div {
background-color:#6699CC; text-align:left;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
color:#FFF;
font-family:arial,verdana,helvetica,tahoma,sans-serif;
padding: 10px;
}

#LinkItemListDomestic {
	border: none;
	font-family: Helvetica, Arial;
	width:190px;
	background: url(../images/background_mac.gif) no-repeat left top;
}

#LinkItemListInternational {
	border: none;
	font-family: Helvetica, Arial;
	width:190px;
	background: url(../images/background_mac.gif) no-repeat left top;
}
#LinkItemList
{
	border: none;
	font-family: Helvetica, Arial;
	width:190px;
}

