body{
	  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12pt;
	  background-color: #FFFD99;
}


h2 {
	text-align: center;
	margin-top: 70px;
	border-style: dotted;
	background-color: #ffffff;
	color: #2F91FA;
}

h3 {
	text-align: center;
	
	background-color: #ffffff;
	color: #2F91FA;
}

h4 {
	text-align: center;
	
	background-color: #ffffff;
	color: #2F91FA;
}

form {
	background-color: #ffffff;
	border-style: dotted;
	border-color: #2F91FA;
	text-align: center;
}

input {
	font-size: 14pt;
	color: blue;
	
	font-family: "Tahoma";
}

.bulet { border:2px solid #009900; border-radius: 10px;  -moz-border-radius: 10px;  -webkit-border-radius: 10px; }

#search { border:1px solid #009900; border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; height: 24px; width: 300px; margin-left: 280px;}

.tombol { border:2px solid #2F91FA; border-radius: 10px;  -moz-border-radius: 10px;  -webkit-border-radius: 10px; height: 42px; width: 160px; 
	background-color: #5A5D61;
	color: #ffffff;
}

.icon{
	border:1px solid;
	border-color: #2F91FA;
	border-radius: 5px;  
	-moz-border-radius:5px;  
	-webkit-border-radius: 5px;
	width: 28px;
	height: 28px;
}

.icon:hover{
	
    border-color: #2F91FA;
    border-radius: 5px;  
	-moz-border-radius:5px;  
	-webkit-border-radius: 5px;
	width: 28px;
	height: 28px;
    -moz-box-shadow:    1px 1px 1px 1px #2F91FA;
	-webkit-box-shadow: 1px 1px 1px 1px #2F91FA;
	box-shadow:         1px 1px 1px 1px #2F91FA;
}

.flat {
	border: 3px solid;
	background-color: #D1EAFF;
	color: #000000;
	border-color: #2F91FA;
	font-size: 13pt;
	border-radius: 10px;
	padding: 2px;

}

.buttonlink {
	border: 3px solid;
	background-color: #D1EAFF;
	color: #000000;
	border-color: #2F91FA;
	font-size: 13pt;
	border-radius: 10px;
	padding: 3px;


}

.btn {
	font-size:20px;
    margin:6px;
    clear: both;
    font-family: Tahoma;
    white-space: nowrap;
    height: 42px; width: 160px; 
    border-radius: 4px;  -moz-border-radius:4px;  -webkit-border-radius: 4px;
    background-color: #5A5D61;
    color: #ffffff;
    -moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

.btn:hover {
	background-color: #000000;
    color: #ffffff;
    border-color: #FF9D00;
    -moz-box-shadow:    3px 3px 5px 6px #000;
	-webkit-box-shadow: 3px 3px 5px 6px #000;
	box-shadow:         3px 3px 5px 6px #000;
}

#dialog-window {
  height: 500px;
  border: 0px black solid;
}

#scrollable-content {
  height: 500px;
  overflow: auto;
 
}

.folder-aktif {
	text-align: left;
	border: 1px;
	border-color: #FF8800;
	background-color: #171716;
	color: #FFFFFF;
	border-radius: 4px;  -moz-border-radius:4px;  -webkit-border-radius: 4px;
	height: 42px; width: 160px; 
}