/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  background-color: #edeff4;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-left:1px solid #2763A5;
	  border-right:1px solid #2763A5;
	  border-bottom: 2px solid #2763A5;
	  }
	 
  .member-nav{
    margin-bottom:-5px; 
    font-size:1.0em;
    text-align:right;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:5px;
  }
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  }
		
	a {
	  color: #6DA6E2;
	  text-decoration: none;
	  }

	a:hover {
	  color: inherit;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  
	  font-size: 9px;
	  }
		
	
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
	  
	.button-all {
	  padding: 2px;
	  background-color: #637bad;
	  color: #FFFFFF;
	  border: 1px solid #26446e;
	  font-size: 11px;
	  }

/**************** header styles ****************/
  #tabs101 {
      width: 750px;
      margin: 0px auto;
	    padding-bottom: 1px;
	    border-bottom:5px solid #2763A5;
      line-height:normal;
      }
	#header {
	  width: 750px;
	  border: 0px
	  padding-top: 10px;
	  clear: both;
	  height:150px;
	  background:url(../images/banner.jpg) no-repeat #FFFFFF; 
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** menu styles ****************/
#menu {
	width: 750px;
	height: 25px;
	margin: 1px auto;
	background:#2763A5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin: 0 1px 0 0;
	padding: 5px 15px 0 15px;
	border: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:verdana;
}

#menu a:hover {
	background: #5c75aa;
}

#menu .current_page_item a {
	color: #2763A5;
	background: #edeff4;
}     

    #tabs10 {
      float:left;
      width:750px;
      font-size:93%;
	    padding-bottom: 1px;
	    border-bottom:4px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
  	  margin:0;
  	  padding:10px 10px 0 50px;
  	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("../images/templates/tableft10.gif") no-repeat left top;
      font-weight: bold;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a.active {
      background-position:0% -42px;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("../images/templates/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
	  #tabs10 a span.active {
      background-position:100% -42px;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  width: 530px;
	  padding-left: 12px;
	  padding-right: 0px;
	  padding-top: 10px;
	  float: left;
	  margin-bottom:25px;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 15px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
	#sidebar #login-area {
	  background-color:#edeff4;
	  padding: 5px 7px 5px 7px;
	  width:158px;
	  color:#3b5998;
	  }
		
	#sidebar #login-area label{
	  display:block;
	  font-weight:bold;
	  }
	  
	#sidebar #login-area label.button-label{
	  margin-top:5px;
	  text-align:right;
	  }
	  
	#sidebar #login-area a{
	  color:#3b5998;
	  text-decoration:none;
	  }
	  
	#sidebar #login-area a:hover{
	  text-decoration:underline;
	  }
	  
	#sidebar #login-area input[type=text], input[type=password]{
	  border: 1px solid #cccccc;
  	background-color: #FFFFFF;
  	color:#666;
	  }
	
  .text-long {
  	border: 1px solid #cccccc;
  	background-color: #FFFFFF;
  	color:#666;
  	font-size:11px;
  	padding:3px;
  } 
  
  textarea {
  	border: 1px solid #cccccc;
  	background-color: #FFFFFF;
  	color:#666;
  	font-size:11px;
  	padding:3px;
  } 
          
  .text-long:focus, select:focus, textarea:focus { border: 1px solid #bdc7d8; background-color: #fdfcf6;}
  
  .text-long-error {
  	border: 1px solid #cccccc;
  	background-color: #faf1e9;
  	color:#666;
  	font-size:11px;
  	padding:3px;
  } 
  
  input[type=password] {
  	border: 1px solid #cccccc;
  	background-color: #FFFFFF;
  	color:#666;
  	font-size:11px;
  	padding:3px;
  } 
  
  input[type=password].text-long-error {
  	border: 1px solid #cccccc;
  	background-color: #faf1e9;
  	color:#666;
  	font-size:11px;
  	padding:3px;
  } 
    
  select {
  	padding:2px; 
    border:solid 1px #cccccc; 
    font-size:11px;
    color:#666;
  }
  
  select.error-select {
  	background-color: #faf1e9;
    border: 1px solid #cccccc;
  }
  
  select.error-select:focus, .text-long-error:focus { border: 1px solid #bdc7d8;}
  
  #sidebar .info{
	  padding:0px 3px 0px 15px;
	  }
   
  #sidebar .info li{
	  padding:0px 3px 0px 5px;
	  /*font-style:italic;*/
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
	  
	.red{
    color:#c66653;
  }
  
  .bold{
    font-weight:bold;
  }
  
  .keterangan{
    color:#999;
    font-style:italic;
    font-size:10px;
  }
  
  #div-daftar table tr td {
    padding:5px 5px 5px 15px;
    font-size:11px;
  }
  
  #div-account table tr td {
    padding:3px 2px 3px 18px;
    font-size:11px;
  }
  
  #div-to table tr td {
    padding:5px 5px 1px 15px;
    font-size:11px;
  }
  
  h5{
    font-size:120%;
    margin-bottom:0px;
  }
  
  #livesearch{
    width:450px;  
    position:absolute;
    z-index:100;
    display:none;
    border-top:1px solid #d8dfea;
    overflow:auto;    
  }
  
  .list-search, .no-list-search{
    list-style-type: none;
    padding:0px 0px 0px 0px;
    margin-top:0px;
    margin-bottom:0px;
  }
  
  #livesearch li{
    margin-top:0px;
    margin-bottom:0px;
    padding:2px;
    border-bottom:1px solid #d8dfea;
    font-size:95%;
    cursor:pointer;
  }

  #livesearch li:hover{
    background:#fdfcf6;
    color:#000;
  }
  
  .ada{
    border-left:1px solid #d8dfea;
    border-right:1px solid #d8dfea; 
    background:#edeff4;
  }
  
  .div-submit{
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
  }
  
  .button-submit {
  	font-size: 11px;
  	color: #666;
  	font-weight:bold;
  	width: 94px;
  	height: 28px;
  	margin:1px 0 0 2px;
  	cursor: pointer;
  	border: none;
  	background: url(../images/templates/button-submit.gif) no-repeat left top;
  }
  
  .div-pesan{
     background-color:#fdfcf6;
     border:1px solid #ddd;
     padding:5px;
     margin-bottom:15px;
     margin-top:10px;
     font-size:100%;
  }
  
  .div-pesan h5{   
     font-size:120%;
     margin-top:3px;
  }
  
  .div-pesan p{   
     margin-top:5px;
     margin-bottom:1px;
  }
  
  .div-pesan ul{   
     margin-top:0px;
     margin-bottom:1px;
     padding-left:2.9em;
     margin-left:5px;
  }
  
  .div-pesan ul li{   
     padding:0px 3px 0px 3px;
     margin-bottom:0px;
  }

.member-area{
  margin-top:10px;
  border:1px solid #bdc7d8;
}

.member-area ul {
	margin: 0;
	padding: 3px 0 8px;
	list-style: none;
}

.member-area li ul {
	padding: 2px 20px 0px 20px;
	list-style-image: url(../images/templates/arrdown.gif);
}

.member-area li ul li {
	margin: 0;
	padding: 1px 0;
	background: none;
	border-bottom:1px dashed #CCCCCC;
}

.member-area li ul li ul{
	padding: 2px 20px 0px 20px;
	list-style-image: url(../images/utils/bg_bullet_full_2.gif);
}

.member-area li ul li ul li{
	margin: 0;
	padding: 1px 0;
	background: none;
	border-bottom:none;
}

.member-area a {
	text-decoration: none;
}

#jam-test {border:none; position: fixed; left:0px; bottom: 0px;width:100%;} /*Color navigation bar normal mode*/
.jam-test{
  width:900px;background:rgb(220,220,220) url(../images/template/nav_bottom.jpg) repeat-x; color:rgb(75,75,75); font-size:9pt;  
}
#jam-test td.normal{
  padding:4px 1px 4px 1px;
  border:1px solid #cccccc;  
}
#jam-test td.normal-link{
  padding:4px 1px 4px 1px;
  border:1px solid #cccccc;  
  cursor:pointer;
  font-weight:bold;
}

#jam-test td.normal-link:hover{
  background:#FFFFCC;
  border:1px solid #cccccc;  
}

.trans table {
	width: 100%;
	color:#666666;
	margin-bottom:10px;
}

.trans table tr td {	
	border: 1px solid #ddd;
}

.trans table tr.title td {
  padding: 5px 5px 5px 5px;
	line-height: 1.3em;
	background: #f6f6f6;
	text-align:center;
	font-weight:bold;
}

.trans table tr.title2 td {
  padding: 5px 5px 5px 5px;
	line-height: 1.3em;
	background: #f6f6f6;
	font-weight:bold;
}

.trans table tr td table{
	margin-bottom:0px;
}

.trans table tr td table tr td{
	border: none;
}

.trans2 table {
	width: 100%;
	color:#666666;
	margin-bottom:10px;
	border: 1px solid #000;
	border-collapse:collapse;
}

.trans2 table tr td {	
	padding: 5px 5px 5px 5px;
	line-height: 1.3em;	
}

.trans2 table tr.title td {
  padding: 5px 5px 5px 5px;
	line-height: 1.3em;
	background: #f6f6f6;
	text-align:center;
	font-weight:bold;
}

.trans2 table tr.title:hover td {
	background: #f6f6f6;
}

.trans2 table tr:hover td { background: #fdfcf6; }

.paging {      
   text-align:right;   
   padding:3px;
   margin-bottom:15px;
}

.paging ul{   
   padding-top:0px;
   margin-top:0px;
   list-style:none;
}

.paging ul li{
   display:inline; 
   padding: 0px 5px;
   font-size:14px;
}

.paging a{
   font-size:12px;	 
}

#div_email{
  margin-bottom:20px;padding:0px 5px 15px 15px;border:1px solid #ccc;width:350px;float:right;margin-top:5px;
}

#tbl_syarat tr td{
  vertical-align:top;
}

.blue {
  color:#2763a5;
}

.abu {
  color:#888;
}

.informasi{
  border:1px solid #ccc;
  background:#efefef;
}

