@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background: #052354 url(../images/bg.jpg) repeat-x top;
	color: #333;
}

body.popup{
	font: normal 12px 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background: #e2dfda;
	color: #333;    
}

body.popup #container-inner{
    margin-top:0px;
}

a:link, a:visited{
    color: #4EA9C2;
}
a:hover{
    color: #29687A;
}

fieldset.bordertoponly {
    border-width: 1px 0px 0px 0px;
    border-color: #eee;
    border-style: solid;
}

fieldset{
    border:1px solid #eee;
}

fieldset legend{
    margin-left: 10px;
    padding:4px;
    font-weight:bold;
}

p.help{
    margin:6px 0px 6px 0px;
}

h3.help{
    border-bottom: 1px solid #e4e4e4;
}
.first-word{
    padding-left:15px;
}

.space {
	margin: 10px 10px 10px 10px;
}

#container {
    width:965px;
	margin: auto;
	background: url(../images/mainbg.gif) no-repeat;
	min-height: 500px;
}

#container h1 {
	width: 458px;
	height: 108px;
	font-size: 10px;
	text-indent: -7777px;
}

#container-inner{
	margin: 0 auto;
	width:inherit;
	background-color: #fff;
	padding-bottom:10px;
}

#peta {
	width: 700px;
	height: 495px;
	margin: 0 auto;
	margin-top: 100px;
	background-color: #fff;
	border: 1px solid #ada79d;
	padding: 5px;
}
#main-menu {
	border: none;
	background: #122E5D url(../images/search-bar.jpg) repeat-x;
	margin: 0 left;
	text-align:right;
}

#main-menu table tr td{
	height: 35px;
	padding-left:25px;
	padding-right:25px;
	
}
#main-menu table tr td:hover {
	background-color:#3D597C;
}

#main-menu a {
	text-decoration: none;
	color: #EBF0F1;
	font-weight: bold;
	font-size:14px;
}

#main-menu a:hover {
	color:#fff;
}

#main-menu .current{
	background-color:#3D597C;
	border:1px solid #496B96;
}

#main-menu .current a{
	color:#fff;
}
.roundtop{
    background: transparent url(../images/top-right.gif) no-repeat top right;
}

#copyright {
	color: #B4B4B4;
	text-align: right;
	/*padding: 10px 0;*/
	padding-top : 10px;
	line-height:1.2em;
	margin-top:5px;
	margin-bottom:20px;
	padding-right:5px;
	font-size:12px;
}


.map-leftside{
    width:240px;
}
.map-rightside{
    border:1px solid #eee;    
}

.map-leftbox{
    border:1px solid #eee;
    margin-bottom:2px;
}
.map-leftbox-title{
    background-color:#ECEBE8;
    color:#333;
    line-height:1.5em;
    font-weight:bold;
    font-size:13px;  
    padding:4px;
}
.map-leftbox-content{
    padding:4px;
}

#map-image-header{
    background-color:#ECEBE8;
    line-height:1.5em;
    font-weight:bold;
    font-size:14px;  
    padding-top:3px;  
    padding-bottom:3px;
    padding-left:5px;
    padding-right:5px;      
}

#info-detail, #info-overview{
    margin:0px;
    padding:0px;
    border-bottom: 1px solid #eee;
}

.map-image-footer-title{
    border-bottom:1px solid #ECEBE8;
    text-align:left;
    padding-left:4px;
    padding-right:6px;
    padding-top:4px;
    padding-bottom:4px;
}
#map-image-header, .map-image-footer-title, .map-leftbox-title{
    font-family: 'Trebuchet MS', Arial, tahoma, verdana, Helvetica, sans-serif;
}
#info-detail-content, #info-overview-content{
    padding:4px;
}
#map-image-container{
    width:706px;
    margin:2px;
    padding-top:1px;
    text-align:center;
    background-color: #FFFFFF;
    border: 1px solid #E0E9F6;

}
#pan-left{
    margin-left:1px;
}

#pan-left, #pan-right, #pan-top, #pan-down {
    border:1px solid transparent;
    cursor:pointer;
    padding:2px;
}

#pan-left:hover, #pan-right:hover, #pan-top:hover, #pan-down:hover {
    background-color:#E0E9F6;
    border:1px solid #99BBE8;
}

#map-image{
    margin:1px;
    padding:0px;
}

#map-image img{
    border:1px solid #CAD9F0;
}

.map-tools{
    border-top:1px solid #eee;    
    border-bottom:1px solid #eee;
    padding-left:4px;
    padding-right:4px;
    padding-top:2px;
    margin-bottom:2px;
}

.map-tools input, .map-tools label, #map-image img{
    cursor:pointer;
}

.clear{
    clear:both;
}

ul.menu-wilayah {
    padding-left: 5px;
}
ul.menu-wilayah li{
    list-style-type: none;
    border-bottom:1px solid #ccc;
    line-height:2em;
}
ul.menu-wilayah li a{
    display:block;
    text-decoration: none;    
}

ul.menu-wilayah li a:hover{
    background-color:#E5E5E5;
    
}

.table-data {
    clear:both;
    margin-top: 4px;
    margin-bottom: 4px;
}

.table-data table{
	background: #BCD3BD;
    border-spacing: 1px;
}

.table-data tr{
    background: #fff;
}

.table-data th{
    background: #ffffff url(../images/bg_hr.gif) repeat-x bottom;
    height: 25px;
	font: 11px "arial", "luxi sans", arial, tahoma;
	font-weight : bold;
	color: #1D1D1D;
	text-align: center
}

.table-data td{
    padding : 3px 4px 3px 4px;
}


.table-data tr:hover{
    background-color: #F2FFF3;
}


.table-data #galeri-content {
	background: #FFFFFF;
    border-spacing: 1px;
}

.table-data #galeri-content tr:hover{
    background-color: #FFFFFF;
}

#zoombox{
    position:absolute;
    border:1px solid #1669DA;
    background-color: #c3daf9;
    left:0;
    top:0;
    visibility:hidden;
    width:1px;
    height:1px;
}

ul.maptools-menu{
    list-style: none;

}

ul.maptools-menu li{
    display:inline;
    margin:0px 1px 0px 0px;
}

ul.maptools-menu li img{
    border:1px solid #eee;
    cursor:pointer;
}

ul.maptools-menu li img:hover,ul.maptools-menu li img:focus{
    border:1px solid #8CE140;
}

ul.maptools-menu li img:active {
    border:1px inset #8CE140;
}

img {
	border: none;
}

.xar-error { color: #ff0000; }

user-menu-container{
    margin:10px 0px 10px 0px;
}

.user-menu-separator{
    clear:both;
    border-top:1px solid #B4B4B4;
    margin-bottom:10px;
}

.user-menu-form{
    float:right;
}

ul.user-menu{
     line-height:2.2em;
     float:left;
}

ul.user-menu li{
    display:inline;
    border: 1px solid #999999;
    background: #E8F2FD;
    padding:5px;
    margin-right:1px;
}

ul.user-menu li a{
    color: #3782A6;
    text-decoration : none;
}

ul.user-menu li a:hover{
    color: #D54E21;
    text-decoration : none;
}

ul.user-menu li.active a{
    color: #FFFFFF;
   	font-weight: bold;
}

ul.user-menu li.active{
    background: #6D6D6D;
   	font-weight: bold;
}

ul.user-menu li.active a:hover{
    color: #D54E21;
}


ul.user-menufront{
     line-height:2.2em;
     float:left;
}

ul.user-menufront li{
    display:inline;
    border: 1px solid #999999;
    background: #F2FFF3;
    padding:5px;
    margin-right:1px;
}

ul.user-menufront li a{
    color: #779227;
    text-decoration : none;
}

ul.user-menufront li a:hover{
    color: #003300;
    text-decoration : none;
}

ul.user-menufront li.active a{
    color: #FFFFFF;
   	font-weight: bold;
}

ul.user-menufront li.active{
    background: #969696;
   	font-weight: bold;
}

ul.user-menufront li.active a:hover{
    color: #D54E21;
}

a.opt-list{
    background-image: url(images/icon-list.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:20px;
}

a.opt-add{
    background-image: url(images/icon-add.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:20px;
}

dl.tabs-panel {
    margin: 0 0 .5em 0;
    padding: 3px 0 0 0;
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    line-height: 1.6em;
    border-bottom: 1px solid #a0a0a0;
    font-weight: bold;
}

html * dl.tabs-panel {
    display: table;
    float: none;
}

dl.tabs-panel dd {
    margin: 1px -6px -1px 5px;
    padding: 0;
    float: left;
    border: 1px solid #a0a0a0;
    border-bottom: 1px solid #f0f0f0;
}

dl.tabs-panel dd a {
    display: block;
    padding: 0 .5em;
    color: #a0a0a0;
    background-color: #f9f9f9;
    text-decoration: none;
    white-space: nowrap;
}

dl.tabs-panel dd a:hover {
    color: #ffffff;
    background-color: #bbbbbb;
    text-decoration: none;
}

dl.tabs-panel dd.active a {
    color: #0080C0;
    background-color: white;
    border: 1px solid #0080C0;
    border-bottom: 1px solid #ffffff;
}


/* a bit fancier look for good browsers */
dl.tabs-panel dd.active > a {
    margin: -3px 1px -1px -1px;
    border-bottom: 3px solid #ffffff;
}

* html dl.tabs-panel dd.active {
    margin-top: -3px;
    border: 0 none;
    line-height: 1.9em;
}

dl.tabs-panel dd.active a:hover {
    text-decoration: underline;
    color: #800040;
    background-color: white;
}

.fieldsetform {
	padding-left: 10px;
	padding-right: 10px;
}

.space-div {
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.table-title {
    margin-top:5px;
    border-bottom:1px solid #ccc;
    margin-bottom:3px;
    font-weight:bold;
}

select{
    padding:2px;    
}

option {
    padding-left:2px;
}

select, option {
    font-size: 12px;
    font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.button-menu{
    text-align: center;
    background-color: #E0E9F6;
    border:1px solid #A3BDE4;
    line-height:2.5em;
    padding:4px 6px;
    cursor:pointer;
    margin-left:4px;
    font-weight:bold;
}

.button-menu:hover{
    background-color: #BDD0EC;
}

.button-selected{
    background-color: #BDD0EC;
    color:#970000;
}

.icon-load {
    background-image:url(../images/lb-load.gif) !important;
}
