body{
  font-family: 'Tahoma';
  font-size: 12px;
}
ul.inline{
  margin: 0;
  padding: 0 10px;
}

ul.inline li{
  display: inline;
  margin-right: 10px;
  line-height: 30px;
}

table{
  border: 1px solid #000;
  border-collapse: collapse;
}

th{
  background-color: #f9f9f9;
  text-align: center;
}

td, th{
  border: 1px solid #000;
  padding: 2px 5px 2px;
  vertical-align: top;
}

table.tb-no-border, table.tb-no-border th, table.tb-no-border td{
  border: 0;
}
table.td-border, table.td-border td{
  border: 0;
}
table.td-border td{
  /* border-top: 1px solid #000; */
  border-bottom: 1px solid #000;
}
.td-border td:first-child{
  border-left: 0;
}
.td-border tr:last-child td{
  /* border-bottom: 0; */
}

div{
  margin: 5px 0;
}
input{
  padding: 0px 5px;
}

input[readonly]{
  background-color: #f9f9f9;
  border: 1px solid #EEE;
}

textarea{
  font-family: 'Tahoma';
}

hr{
  border: 0;
  border-bottom: 1px solid #000;
  margin: 0;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}

.full{
  width: 100%;
}
.center, td.center{
  text-align: center;
}
.right, td.right{
  text-align: right;
}
.left, td.left{
  text-align: left;
}
.strong{
  font-weight: bold;
}
.miring{
  font-style: italic;
}
.bg-putih{
  background-color: #ffffff;
}
.bg-abu{
  background-color: #f9f9f9;
}