/* Index Style CSS ---------- */
/* -------------------------- */

.bodya {
	margin: 0px;
   padding: 0px;
   background:url('images/backbody.gif');
}


table {
    border-collapse: collapse;
}
.lap_name {
   padding: 10px;
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
   line-height: 1;
}
.lap_title {
   background-color: #E9E9E9;
   padding: 6px;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}
.lap_titles {
   padding: 6px;
   font-size: 12px;
   text-align: center;
}
.lap_row {
   padding: 6px;
}
.lap_rec {
   padding: 1px 2px;
}
.lap_sign {
   padding: 10px 0px;
}
.lap_error {
   padding: 50px 0px;
   color: #F00;
   border: 1px solid #000; 
}
.lap_box {
   padding: 4px;
}




.box_file_input {
   padding-bottom: 8px;
}

.box_photo {
   padding: 4px;   
   background-color: #FFFFFF;
   border: 1px solid #D8D8D8;   
   float: left;   
}
.foto {
   max-width:550px;
}

.isiline {
   padding-bottom:2px;
}

.link {
	color: #0000FF;
	text-decoration: none;
}
.link:hover {
	color: #FF0000;
	text-decoration: none;
}

td, select, input, textarea {
	font-family: Arial, Tahoma;
	color: #111;
	font-size: 13px;
	text-align: left;
   line-height: 1.5;
}

.inputtext {
  height: 28px;
  padding: 0px 4px 0 6px;
  border: 1px solid #C8C8C8;   
}
.inputtext[readonly] {
  height: 28px;
  padding: 0px 4px 0 6px;
  background-color: #F9F9F9;
  border: 1px solid #C8C8C8; 	
}

.inputtext_desc {
  height: 28px;
  padding: 0px 4px;
  border: 0px;   
}

.inputtext_hidden {
  height: 0px;
  width: 0px;
  padding: 0px;
  border: 1px;   
}

.inputtext_date {
  height: 28px;
  padding: 0px 1px 0 16px;
  text-align:left;
  background:url('images/calendar.png') no-repeat center right 8px;
  background-color: #FFF;  
  border: 1px solid #C8C8C8; 	
}
.inputtext_date[disabled] {
  height: 28px;
  padding: 0px 1px 0 16px;
  text-align:left;  
  color: #A0A0A0;
  background:url('images/calendar.png') no-repeat center right 8px;
  background-color: #F9F9F9;
  border: 1px solid #B0B0B0; 	
}

.inputtext_kg {
  height: 28px;
  width: 76px;
  padding: 0px 41px 0 0px;
  text-align:left;
  background:url('images/kg.png') no-repeat center right 8px;
  background-color: #FFF;  
  border: 1px solid #C8C8C8; 	
}
.inputtext_kg[disabled] {
  height: 28px;
  padding: 0px 1px 0 17px;
  text-align:left;
  color: #C0C0C0;
  background:url('images/kg.png') no-repeat center right 8px;
  border: 1px solid #B0B0B0; 	
}

.inputtext_persen {
  height: 28px;
  padding: 0px 1px 0 17px;
  text-align:left;
  background:url('images/persen.png') no-repeat center right 8px;
  background-color: #FFF;  
  border: 1px solid #C8C8C8; 	
}
.inputtext_persen[disabled] {
  height: 28px;
  padding: 0px 1px 0 17px;
  text-align:left;
  color: #C0C0C0;
  background:url('images/persen.png') no-repeat center right 8px;
  border: 1px solid #B0B0B0; 	
}


.selectbox {  
  padding: 5px 4px 5px 4px;
  border: 1px solid #C8C8C8;
}
.selectbox[disabled] { 
  background-color: #F9F9F9;
  color: #777; 
}
#optparent {
   font-weight: bold;
}

.textareabox {
  padding: 4px 4px 4px 6px;
  border: 1px solid #C8C8C8;
}

.submitbutton {
  width:120px; 
  height:32px;
  color: #FFFFFF;  
  text-align: center;
  cursor: pointer;
  background-color: #f15f08;
  background-image: -ms-linear-gradient(top, #f15f08, #d05207);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f15f08), to(#d05207));
  background-image: -webkit-linear-gradient(top, #f15f08, #d05207);
  background-image: -o-linear-gradient(top, #f15f08, #d05207);
  background-image: linear-gradient(top, #f15f08, #d05207);
  background-image: -moz-linear-gradient(top, #f15f08, #d05207);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
}
.submitbutton:hover {
  background-image: -ms-linear-gradient(top, #0485aa, #0bb5e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0485aa), to(#0bb5e6));
  background-image: -webkit-linear-gradient(top, #0485aa, #0bb5e6);
  background-image: -o-linear-gradient(top, #0485aa, #0bb5e6);
  background-image: linear-gradient(top, #0485aa, #0bb5e6);
  background-image: -moz-linear-gradient(top, #0485aa, #0bb5e6);
  color: #FFFFFF;
}

.copyright {
	border-top: 4px solid #004080;
	background-color: #E8E8E8;
	padding: 12px 16px;
}

.centerform {
	padding: 40px;
	text-align: center;
   background-color: #FFF;
}

.judul {
	padding: 10px;
	background-color: #004080;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.jdl {
	padding: 8px 6px;
	background-color: #5BADFF;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.isi {
	padding: 6px;
	background-color: #FFFFFF;
   border-top: 1px solid #FFF;
	border-bottom: 1px solid #D8D8D8;	
}
.is1 {
	padding: 6px;
	background-color: #F8F8F8;
   border-top: 1px solid #FFF;	
	border-bottom: 1px solid #D8D8D8;
}
.isitransparent {
	padding: 6px;
	background-color: transparent;
   border-top: 1px solid #FFF;
	border-bottom: 1px solid #D8D8D8;	
}
.is1check {
	padding: 6px;
	background-color: #F8F8F8;	
   border-top: 1px solid #FFF;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #FFFFFF;
	text-align: center;
}

.isired {
	padding: 6px;
	background-color: #FFE6E8;	
	border-bottom: 1px solid #D8D8D8;
	color: #FF0000;
}
.isigreen {
	padding: 6px;
	background-color: #E0FAD4;	
   border-top: 1px solid #FFF;
	border-bottom: 1px solid #D8D8D8;
	color: #009900;      
}
.isi_off {
	padding: 6px;
	background-color: #B0B0B0;	
   border-top: 1px solid #FFF;
	border-bottom: 1px solid #D8D8D8;
	color: #000;      
}

.span_red {
   background-color:#F00; 
   color:#FFF; 
   padding:4px 4px;
   border-radius: 4px;
   cursor:pointer;
}

.boxbottom {
	border-top: 4px solid #004080;
}

.isierror {
	padding: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;	
}
.isidiv {
   padding: 2px 0px;
}
.isidiv2 {
   padding: 5px 0px;
   color: #009900;
   font-weight: bold;
}
.user {
	padding-top: 28px;
	padding-right: 20px;
	font-size: 14px;
	color: #FF0000;
	float: right;
	text-align: right;
}
.menubar {
	background:url('images/back_menubar.gif') repeat-x top;
}

.linkpage {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF6600;
  font:11px Tahoma;
  font-weight: bold;
  padding: 4px 12px;
	height: 16px;     
}

.linkpage:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #055F80;     
}
.linkpagenolink {  
  text-decoration: none;
  color: #191919;
  background-color: #C0C0C0;
  font:11px Tahoma;
  font-weight: bold;
  padding: 4px 8px;
  height: 20px;
}

.page_number {
	padding: 10px 0px 10px 0px;
	text-align: center;
   border-top: 1px solid #E8E8E8;
   background-color: #F9F9F9;
}

.page_number_index {
	padding: 16px 0px 4px 0px;
	text-align: right;
   border-top: 1px solid #E8E8E8;
}

.spaceline {
   font-size:3px;
   background-color: #00FFFF;
}

/* ------------------------------------------------------------- */

a.button{
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;

-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);

background: #6cb40e;
background: -moz-linear-gradient(19% 65% 90deg, #79c811, #79c811, #6cb40e 51%);
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#6cb40e), to(#79c811));

text-decoration: none;
color:#f0f0f0;
float:left;
font-family: Arial,helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding: 6px 14px;
text-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
border: 0px solid #267ed4;
margin: 0px;
}

.button:hover{
background: #FF6600;
background: -moz-linear-gradient(19% 65% 90deg, #FF6600, #FF6600, #C82D0A 51%);
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#C82D0A), to(#FF6600));
color: #FFFF00;
}


/* Styles Tambahan Jquery UI ---------- */
/* ------------------------------------ */
.custom-combobox {
   position: relative;
   display: inline-block;
}
.custom-combobox-toggle {
   position: absolute;
   top: 0;
   bottom: 0;
   margin-left: -1px;   
   padding: 0;
   *height: 1.7em;
   *top: 0.1em;
}
.custom-combobox-input {
   margin: 0;
   height: 26px;
   padding-left: 4px;
   width: 475px;   
}

/* ----------------------------------------- */

.custom-combobox2 {
   position: relative;
   display: inline-block;
}
.custom-combobox2-toggle {
   position: absolute;
   top: 0;
   bottom: 0;
   margin-left: -40px;   
   padding: 0;
   z-index: -1;
   *height: 1.7em;
   *top: 0.1em;
}
.custom-combobox2-input {
   margin: 0;
   height: 26px;
   padding-left: 4px;
   width: 504px;   
}