body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ECE9D8;
	margin: 0px;
	padding: 20px 10px 0px;
}
.textfield {
	font-size: 16px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
input {
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
  font-size: 14px;
  padding:7px 5px 4px;
}
.button {
	background: #F7F7F7;
	border: 1px solid #F0F0F0;
}


select {
	font-size: 14px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding:7px 5px 4px;
}


hr { 
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.75pt;
    color: #ACACAC;
} 
h1 {
	color: #033698;
  margin: 2px 0px 3px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
/*	border-bottom: 1px dashed #ACACAC;
*/
}
h1 input {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
  	color: #033698;
  background: #F7F7F7;
	border: 1px solid #F0F0F0;
}

a {
	color: #2D3954;
	font-size: 14px;
}
a:hover {
	color: #99CC00;
}
.err {
	color: #FF9900;
}
th {
	font-weight: bold;
	text-align: left;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 260px;
    background-color: #999;
    color: #eee;
    font-size: 11px;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
.popup .popupsmal {
    visibility: hidden;
    width: 70px;
    background-color: #999;
    color: #eee;
    font-size: 11px;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 1%;
    left: 390%;
    margin-left: -80px;
}


/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.bigbutton {position:relative;top:-1px;padding: 5px 5px 2px 5px; color: #033698; font: bold 12px Verdana, Arial, Helvetica, sans-serif;}

button {cursor: pointer;}

#rairan table {
    font-family: verdana, sans-serif;
    border-collapse: collapse;
    font-size:14px;
   // width: 50%;
}

#rairan td, th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 3px;
}

#rairan tr:nth-child(even) {
    background-color: #dddddd;
}

#rairan tbody tr {
    display : none;
}
#rairan tr.parent {
    display : table-row;
}
#rairan tr.open {
    display : table-row;
}
