/* aSandbox Defaul CSS */




/* Basic Elements =========================================== */

h1
{
	font-size: 30px;
}

h2
{
	font-size: 18px;
	margin: 0 0 10px 0;
}

h3,
h4,
h5,
h6
{
	font-size: 14px;
	color: #666;
}

br.c
{
	clear: both;
	margin: 10px 0;
}

a
{
	text-decoration: none;
	color: #0A4A9A;
}

a:hover
{
	text-decoration: none;
}





/* Basic Layout =========================================== */

#a-header
{
	width: 540px;
	clear: none;
}

#a-search
{
	width: auto;
	clear: none;
	float: right;
}

.a-area-logo
{
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	clear: both;
}

.a-area-logo .a-slot
{
	margin: 0;
}

.a-area-logo .aImage a
{
	float: left;
	display: inline;
	position: relative;
}

.a-area-header
{
	float: left;
	width: 50%;
}

.a-area-body
{
	width:650px;
	float:left;
	display:inline;
	position:relative; 
}

.a-home .a-area-body
{
	width: 720px;
}

.a-area-sidebar
{
	width:300px;
	float: right;
	display:inline;
	position:relative;   
	
}

.a-area-footer
{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 11px;
	color: #ccc;
}

.a-blog-posts #a-content,
.a-blog-events #a-content
{
	clear: none;
	width: 720px;
}

.a-home #a-content
{
	width: 100%;
}


/* Top Navigation =========================================== */

.a-navigation-main
{
	/*float: left;
	display: inline;
	clear: both;
	margin: 0px 0;*/

	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.a-navigation-main .a-tab-nav-item
{
	/*float: left;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;*/

	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	
	
}

.a-navigation-main .a-tab-nav-item.last
{
	border-right: 0;
}

.a-navigation-main .a-tab-nav-item a
{
	/*float: left;
	display: inline;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight:bold;*/

	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px 8px;
	text-decoration:none;

}

.a-navigation-main .a-tab-nav-item.a-current-page a,
.a-navigation-main .a-tab-nav-item a:hover
{
	color:#FFFFFF;
		
}


/* Subnav =========================================== */

#a-subnav
{
	background: #ddd;
}

#a-subnav .a-tab-nav-item a
{
	float: left;
	clear: both;
	color: #fff;
	display: inline;
}

#a-subnav .a-tab-nav-item a:hover
{
	color: #333;
	background: #fff;
	text-decoration: none;
}


#a-subnav li .a-drag
{
	position: absolute;
	right: 0;
}

#a-subnav li .a-drag,
#a-subnav li .a-drag *
{
	background-color: transparent;
}

#a-subnav #a-tab-navigation-subnav-0 li
{
float: left;
width: 100%;
clear: both;
position: relative;
line-height: 20px;
margin-bottom: 5px;
}

#a-subnav #a-tab-navigation-subnav-0 li.last
{
	margin-bottom: 0;
}

#a-subnav #a-tab-navigation-subnav-0 li a
{
/*float: right;
position: relative;
margin-left: 10px;
cursor:move;
*/
}

#a-subnav #a-tab-navigation-subnav-0 li a
{
	float: left;
	width: 155px;
	height: 100%;
	padding: 0 20px 0 5px;
}



/* Breadcrumb Component =========================================== */

#a-breadcrumb-component
{
	float: left;
	width: 100%; /*commented by bayu due to long breadcrumb */ 
	font-size: 12px;
	margin: 0px 0 4px 0;
}

#a-breadcrumb-component li
{
	float: left;
	margin-right: 5px;
}




/* Blog & Events =========================================== */

.a-blog-events #a-blog-main .a-blog-post-media
{
	float: left;
	width: auto;
	clear: none;
	display: inline;
	position: relative;
	margin: 0 20px 0 0;
}

#a-blog-main .a-blog-post-media .a-slideshow-controls
{
	position: absolute;
	right: 0;
	bottom: 0;
	/*background: rgba(255,255,255);*/
	width: 100%;
	z-index: 999;
}

#a-blog-main .a-blog-post-media .a-slideshow-controls li
{
	float: left;
/*	padding: 5px 0;*/
	margin: 5px;
}

#a-blog-main .a-blog-post-media .a-slideshow-controls li.a-slideshow-controls-previous
{
	position: absolute;
	top: 0;
	right: 25px;
}

#a-blog-main .a-blog-post-media .a-slideshow-controls li.a-slideshow-controls-next
{
	float: right;
}





/* Variants =========================================== */

/* Variants =========================================== */
.judul
{
	top:500px;
	background-color:red;
}
.imageslide
{
    background-color:#EEEEEE;
    border:1px solid #DDDDDD;
    float:left;
    margin-bottom:15px;
    margin-right:15px;
    padding:10px 20px 5px;
    
}
.imagedeskripsi
{ 
    width:500px;
    height:50px;
    background-color:#5494AF;
    color:#fff;
    padding:5px;
    
}

/* css untuk halaman achievement */

#news_kiri {
	border-right:0 solid #CCCCCC;
	margin-bottom:10px;
	min-height:100px;
	padding-right:20px;
}	

.news_depan {
	float:left;
	margin-bottom:10px;
	width:580px;
        border-bottom:1px dotted #CCCCCC;
}

.judul_news 
{
        font:bold 15px "Helvetica Neue (TT)","Helvetica Neue","Helvetica","Arial",sans-serif;
        color:#025f99;
        text-decoration:none;
}

.tgl_news
{
        font:normal 10px "Helvetica Neue (TT)","Helvetica Neue","Helvetica","Arial",sans-serif;
        color:#333333;
        text-decoration:none;
        margin-bottom:5px;
}
.image-depan
{
	float:left;
	width:100px;
	height:80px;
        margin:0px 10px 5px 0;
        padding:3px 3px 3px 3px;
        border:2px solid #cccccc;
}
.hrDepan
{
	color:#cccccc;
}


.pagination_desc
{
  margin-left: 15px;
  margin-top: 10px;
  font-style: italic;
  color: #828f95;
}

.pagination_desc strong
{
  color: #176f94;
}

.pagination
{
  margin-top: 10px;
  float: right;
  margin-right: 10px;
  color: #176f94;
  font-size: 110%;
  font-weight: bold;
}

.pagination a
{
  margin: 0 1px;
  text-decoration: none;
  color: #828f95;
  font-size: 75%;
  vertical-align: 1px;
  font-weight: normal;
}

.pagination a:hover
{
  text-decoration: underline;
}

.pagination img
{
  vertical-align: -2px;
}

/*--------------------*/
.isi_admin {
	width:600px;
	padding: 20px;   
    background: url("../images/bg_box_1.jpg") repeat-x scroll 0 0 #BFBEBE;
    box-shadow: 0 0 4px #7A7A7A;
	margin-top:20px;
	min-height:300px;
}
.menu {
	padding: 10px 0 10px 0px;
	color: #787878; 
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none;
	text-shadow: 0 1px 1px #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:20px;
}
.menu a{ 
	color: #0A4A9A; 
}
.save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(../images/ok.png) no-repeat 5px 2px;
  width: 555px;
}
.more {
    color: #02132F;
    display: block;
    font-size: 11px;
    text-decoration: none;
}
.detail_berita { 
    padding: 20px;
}
.detail_berita img {
	float:left;
    background-color: #EEEEEE;
    border: 2px solid #CCCCCC;
    margin-bottom: 5px;
    margin-right: 18px;
    margin-top: 15px;
    padding: 1px;
}
.judul_berita {
    border-bottom: 1px solid #CCCCCC;
    color: #0A4A9A;
    font-size: 24px;
    letter-spacing: -1px;
}
.deskripsi_berita {
    color: #333333;
    font-size: 11px;
    margin-bottom: 5px;
    text-decoration: none;
	font-weight:bold;
}
#banner_berita {
    background: url(../../images/banner.png) repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #8C8C8C;
    clear: both;
    float: left;
    height: 150px;
    margin-top: 10px;
    width: 969px;
} 
.box_menu
{
	background:#cccbcb;
	width:300px;
	float:left;
	clear:both;
	-moz-box-shadow: 0px 0px 4px #7a7a7a;
	-webkit-box-shadow: 0px 0px 4px #7a7a7a;
	box-shadow: 0px 0px 4px #7a7a7a;
}
.judul_box_menu
{
	background:#c9c3c3;
	padding:10px;
	float:left;
	width:279px;
	border-bottom:1px solid #acadad;
}
.list_item_menu
{
	border-bottom:1px solid #acadad;
	border-top:1px solid #e4e6e6;
	width:280px;
	float:left;
	padding:5px;
}
.judul_list_menu
{
	margin-bottom:5px;
}
.judul_list_menu a
{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#0a4a9a;
}

.judul_list_menu a:hover
{
	
	text-decoration:underline;
	
}
.the_judul_box_menu
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}
#menu_detail
{
	width:650px;
	background:#1c66c2 url(../images/bg_pk_home.jpg) repeat-x;
	float:left;
	-moz-box-shadow: 0px 0px 4px #7a7a7a;
	-webkit-box-shadow: 0px 0px 4px #7a7a7a;
	box-shadow: 0px 0px 4px #7a7a7a;
}

.judul_box_menu_detail
{
	padding:8px 30px 8px 8px;
	border-bottom:1px solid #246bc4;
	font-size:18px;
	font-family:Helvetica Nueue, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	/*background:url(../images/pk_icon.png) no-repeat;*/
	background-position:10px 50%;
	color:#000000;
}
.pk_button 
{
	float:left;
	margin-top:20px;
	width:300px;
}

.pk_button a
{
	width:300px;
	height:41px;
	float:left;
	background:url(../images/pk_button.png) no-repeat;
	background-position:-0px -3px;
	text-indent:-9999px;
}

.pk_button a:hover
{	
	background:url(../images/pk_button.png) no-repeat;
	background-position:-0px -46px;	
}

.pk_button a:focus , .pk_button a:active
{	
	background:url(../images/pk_button.png) no-repeat;
	background-position:-0px -87px;	
}

#link
{
	float:left;
	margin-left:3px;
	clear:both;
	margin-top:10px;
	width:297px;
}

.judul_link
{
	padding:5px 0px;
	border-bottom:1px solid #000;
	color:#000;
	font-size:11px;
}

.menu_link
{
	margin-top:10px;
}

.menu_link ul , .menu_link li
{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

.menu_link li a
{
	width:55px;
	float:left;
	font-size:10px;
	text-align:center;
	margin-right:0px;
	color:#242523;
	text-decoration:none;
	padding:8px;
	border:0px solid #000;
	font-weight:bold;
}

.menu_link li a img
{
	margin-bottom:10px;
}

.menu_link li a:hover
{
	background:#FFFFFF;
	-moz-box-shadow: 0px 3px 5px #7a7a7a;
	-webkit-box-shadow: 0px 3px 5px #7a7a7a;
	box-shadow: 0px 3px 5px #7a7a7a;
}
.list_box_kal
{
	float:left;
	width:606px;
	padding:8px 0 8px 0; 
	border-bottom:1px solid #CCCCCC;
}
#cal_kal
{
	width:81px;
	height:86px;
	float:left;
	margin-right:10px;
	background:url(../images/bg_cal.png) no-repeat;
	position:relative;
}

.cal_bul_kal
{
	position:absolute;
	top:6px;
	left:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.cal_tgl_kal
{
	position:absolute;
	top:30px;
	left:18px;
	color:#242523;
	text-shadow:1px 1px 1px #FFF;
	font-weight:bold;
	font-size:42px;
	letter-spacing:-1px;
}
.text_list_kal
{
	font-size:11px;
	color:#252624;
}
.judul_box_kal
{
	margin-bottom:5px;
}
.judul_box_kal a
{
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
	color:#0a4a9a;
	text-shadow:1px 1px 1px #7f7f7f;
}
