.menuTable { 
	background-color:#FFFF99;
	border-collapse:collapse; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	
}
.headlogo {
	background: url(../images/header.jpg);
	width: 780px;
	height:56px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color : white;
	text-shadow: 2px 2px 4px #000000;
	line-height: 50%;
	
}

.myTable { 
	background-color:#FFFF99;
	border-collapse:collapse; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.myTableTabungan { 
	background-color:#FFFF99;
	border-style: solid; 
	border-color: #000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.myTablethTabungan { 
	background-color:#66CC99;
	color:white; 
	text-align:center;
}
.mhsTable { 
	background-color:#FFFF99;
	border-collapse:collapse; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.myTableth { 
	background-color:#66CC99;
	color:white; 
	text-align:center;
}

.myTablethis { 
	background-color:#FFFF99;
	color:black; 
	text-align:center;
	font-size: 11px;
}

.myTableth2 { 
	background-color:#66CC99;
	color:white; 
	text-align:left;
}
.myTable td, .myTable th { padding:5px;border:1px solid #BDB76B; }

.textbox { 
    background: transparent url(../images/input-text.png) repeat-x; 
    border: 1px solid #999; 
    outline:0; 
    height:25px; 
    width: 100px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
  }

.textbox0 { 
    background: transparent url(../images/input-text.png) repeat-x; 
    border: 1px solid #999; 
    outline:0; 
    height:25px; 
    width: 100px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
  }
  
.textboxl { 
    background: transparent url(../images/input-text.png) repeat-x; 
    border: 1px solid #999; 
    outline:0; 
    height:25px; 
    width: 100px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
  }
    
  .nimbox { 
    background: transparent url(../images/input-text.png) repeat-x; 
    border: 1px solid #999; 
    outline:0; 
    height:25px; 
    width: 150px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
  }
 .namebox { 
    background: transparent url(../images/input-text.png) repeat-x; 
    border: 1px solid #999; 
    outline:0; 
    height:25px; 
    width: 300px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
  } 
.namebox2 { 
	background: transparent url(../images/input-text.png) repeat-x; 
	border: 1px solid #999; 
	outline:0; 
	height:25px; 
	width: 200px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
  } 
 .nobox { 
	background: transparent url(../images/input-text.png) repeat-x; 
	border: 1px solid #999; 
	outline:0; 
	height:20px; 
	width: 20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
  }  
.teks {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
 }
.teks2 {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
 }
.teksprint {
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 2px;
}
.teksprint2 {
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 150%;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


.rotate {
    width:1px;
    word-wrap: break-word;
    font-family: monospace; /* this is just for good looks */
    white-space:pre-wrap; /* this is for displaying white spaces including Firefox.*/

}

/* MODAL */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}