@charset "utf-8";
/* TABLE's STYLE */

/* FENDY NUGROHO */

#input {
	margin-right: 20px;
}
#input table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}
#input table thead{
	font-weight: bold;
	border-top: none;
	border-bottom: 2px solid #09C;
	text-align: center;
	vertical-align: middle;
}

#input table tbody {
	border-bottom: 1px solid #09C;
	vertical-align: top;
}

#input table tbody tr {
	border-bottom: 1px solid #09C;
}
              
#input table tbody tr.alt-row {
	background: #f3f3f3;
}
#input table tbody th {
	text-align: left;
}
#input table  td,
#input table th {
padding: 5px;
line-height: 1.4em;
border-left: none;
border-right: none;
border-bottom: 1px solid #d0d7e5;
border-top: none;
}        
#input table.noborder tr {
	border-bottom: 1px solid #cacdd3;
}
#input table.noborder td {
	border: none;
	color: #333;
}
#input table.noborder{
	border: none;
}

#input table.noborder tbody{
	border: none;
}
#input p.judul {
  color: #176FCD;
  font-weight: bold;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0; margin: 0;

}

.combobox.ro {
	background-color: #F9f9f9;
	text-align: center;
}



.info-field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#input a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06F;
}

#input .ket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
}

#input .judul {
		font-family: "Roboto Light", sans-serif;
		font-size: 14px;
		color: #4C8FFD;
		font-weight: normal;
	}
#komentar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.komentar {
	width: 450px;
	min-height: 40px;
	float: left;
	padding: 8px;
	background: #EEE;
	margin-top: 5px;
}
.komentar1 {
	width: 400px;
	min-height: 40px;
	padding: 8px;
	padding-left: 60px;
	background: #f1f1f1 url(../images/default.gif) no-repeat;
}
.komentar2 {
	width: 400px;
	min-height: 42px;
	padding: 8px;
	padding-left: 60px;
	background: #FDFDFD url(../images/default.gif) no-repeat;
}