@charset "utf-8";
/* kota batam */
.skn-top-menu {
   background:#DBF0B9 url(../skin/bg_head_hijau1.png) repeat-x 0 0;
}
.banner{
	background:url(../banner/banner_gresik.jpg) no-repeat center center;
	height:153px;
}
.banner_sml{
	background:url(../banner/banner_gresik_sml.jpg) no-repeat right center;
}
.skn-left-menu .item-on,
.skn-left-menu .item:hover {
	background-color:#DBF0B9;
}
/* box welcome */
.box-welcome {
   font-family:Arial,Tahoma,Verdana;
   font-size:12px;
   color:#333;
   border:4px solid #cee8ff;
   -moz-border-radius:10px;
   -khtml-border-radius:10px;
   -webkit-border-radius:10px;
}
.box-welcome .cont{
   margin:15px 15px 20px;
   background:#FFF url(../icon/ic_guru.png) no-repeat bottom right;
}
.box-welcome p{
   font-size:14px;
   margin:0 0 0.5em;
   line-height:1.4em;
}
.box-welcome .cont h3 + p {
   font-size:12px !important;
}
.box-welcome h2 {
   margin:0;
   padding-bottom:10px;
   color:#2a6297;
}
.box-welcome h3 {
   margin:10px 0;
   color:#2a6297;
}
.box-welcome a {
   display:inline-block;
}
.box-welcome a:hover {
   text-decoration:none;
}
.box-welcome a.pesan {
   height:24px;
   width:130px;
   overflow:hidden;
   margin-top:10px;
   padding:5px 0 0;
   background:url(../skin/but_orange.png) repeat-x 0 -1px;
   color:#fff;
   font-size:18px;
   line-height:18px;
   text-align:center;
   border:1px solid #ffab00;
   -moz-border-radius:4px;
   -khtml-border-radius:4px;
   -webkit-border-radius:4px;
}
/* lightbox */
.skn-lightbox,
.skn-lightbox-disabler{
   height:100%;
   left:0;
   position:fixed;
   top:0;
   width:100%;
}
.skn-lightbox-disabler{
   opacity:0.5;
   z-index:10001;
   background-color:#ddd;
}
.skn-lightbox{
   z-index:10002;
}
.skn-lightbox .container{
   margin:3% auto 0;
   width:700px;
   background-color:#fff;
   -moz-box-shadow: rgba(150,150,150,1) 2px 4px 15px;
   -webkit-box-shadow: rgba(150,150,150,1) 2px 4px 15px;
   -khtml-box-shadow: rgba(150,150,150,1) 2px 4px 15px;
}
.skn-lightbox .close{
   float:right;
   background:url(../icon/close.png) no-repeat center center;
   width:34px;
   height:34px;
   cursor:pointer;
}
