body {
	font-family: tahoma, arial;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
	font-size: 11px;
	color: Black;
	background: url(../images/bg.png) top repeat-x;
}

/* LIVE SEARCH STYLE */
#search, ul { padding: 3px; width: 95%; border: 0px solid #999; font-family: verdana; arial, sans-serif; font-size: 12px;}
ul { list-style-type: upper-alpha; font-family: verdana; arial, sans-serif; font-size: 12px;  margin: 5px 3px 3px 3px}

ol { 
   list-style-type: upper-alpha; font-family: verdana; arial, sans-serif; font-size: 12px;  margin: 5px 3px 3px 3px 
}

li { margin: 0 0 5px 0; cursor: default; color: black; }

li:hover { background: #ffc; }

#hint { background: #fff; text-align:left;}

ul {
	margin: 2px;
}

a:link {
	text-decoration: none;
	color: Navy;
}

a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #00F;
}
#soal{
	font-size: 12px;
	
}
.header {
	/*background: #3980F4; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/headerbg.png) 10px;
	color: White;
	font-size:;
	color: White;
	font-size: 10px;
}

.cari {
	background-image:url(../images/magnifier.gif);
	background-repeat: no-repeat;
	padding-left: 18px; 
}

.upload {
	background-image:url(../images/wand.png);
	background-repeat: no-repeat;
	padding-left: 18px; 
}

.title1 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.subtitle {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
  	color: #666666;
  	letter-spacing: 1px;
}
.underline {
  	border-bottom: 1px solid #cccccc;
}

/*-------------- list tables 3980F4 ---------------*/
.list_table      { border: 1px solid #cccccc; }
.list_table td	  { padding-left:  5px; }
.list_table th   { background-color: #666; color: white; height: 18px; }
.list_table th a, .list_table th a:visited { color: white; }
.list_table th.del  { text-align: center; background-color: #660000; }
.list_table th.edit { text-align: center; background-color: #333333; }

.list_table tr.trhead {
	background:#C0C0C0;
}

.list_table tr     { background-color: #efefef; height: 20px; }
.list_table td.del { text-align: center; background-color: #660000; }

.list_table tr:hover td {
	background: #FEFAE1;
}

.header a:link {
	color: White;
	font-size: 10px;
}

.header a:visited {
	color: White;
	font-size: 10px;
}

.admin {
	background: #efefef;
}

.info {
	background: InfoBackground url(../images/sign.gif) no-repeat;
	padding: 5px 5px 5px 15px;
	color: Maroon;
	border: solid 1px #999;
}

.menu {
	background-color:#FF9900;
	padding: 3px 3px 3px 10px;
	font-size: 11px;
	color: blue;
	border: solid 1px #999;
}

.tombol {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	font-size: 11px;
	color:#666;
	font-weight:normal;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
}

.tombolexport {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	font-size: 11px;
	color:#666;
	font-weight:normal;
	padding: 2px 2px 2px 20px;
	background:url(../images/exportbg.gif) repeat-x left top;
}

#content {
	padding: 10px;
	margin: 20px;
}


.circle {
	
 	padding: 5px;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.pink {
  background: #EF0BD8;	
}
.green {
 background: #5EA226;
}
.grey {
  background: #cccccc;
}
.grey2 {
  background: #000;
}
.red {
  background: red;
}
.blue {
  background: #5178D0;
}
.btncir {
	font-weight: bold;
   border-radius: 50%;
   height: 40px;
  	width: 40px;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 4px;
	font-weight:300;
	outline:#000;
	line-height:1px;
}

.btn {
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  text-decoration: none;
  margin: 3px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}



.blue:hover {
  background-color: #6FC6FF;
}


.green:hover {
  background-color: #48E68B;
}


.red:hover {
  background-color: #FF6656;
}

.purple {
  background-color: #9b59b6;

}

.purple:hover {
  background-color: #B573D0;
    box-shadow: 0px 5px 0px 0px #3C93D5;

}

.orange {
  background-color: #e67e22;
 
}

.orange:hover {
  background-color: #FF983C;
}

.yellow {
  background-color: #f1c40f;
 
}

.yellow:hover {
  background-color: #FFDE29;
}