body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dfdcd8;
	background: #EFEFEF repeat-x bottom;
}
#gambarback img {
    display: block;
    margin: 150px auto;
}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.horizontal_divider {
	height: 15px;
    background: url(images/templatmeo_content_divider_01.png) no-repeat bottom center;
}

.fl { float: left; }
.fr { float: right; }

.margin_r50 { margin-right: 50px; }

.button_01 a {
	display: block;
	width: 81px;
	height: 23px;
	padding: 5px 0 0 0;
    background: url(images/templatemo_button.png) no-repeat;
	text-align: center;
	color: #d1c2ac;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.button_01 a:hover {
	background: url(images/templatemo_button_hover.png) no-repeat;
}

h1 {
	margin: 0px;
	padding: 0px;;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-family: Verdana, monospace;
	margin: 10px 0 10px 0;
	padding: 3px 0;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	background: -webkit-linear-gradient(#DC4B3F, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	 text-shadow: 2px 2px #fff;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px #317329;
}


.image_wrapper {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	background: #333;
}

.fl_image {
	float: left;
	margin-right: 15px 
}

.fr_image {
	float: right;
	margin-left: 15px 
}

.image_wrapper img {
	border: 1px solid #000000;
}

/* site title bar */

/* site title */

#templatemo_site_title_bar_wrapper {
	position: relative;
	width: 100%;
	height: 75px;
	margin: 0 auto;	
	background:  url(images/templatemo_header_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#templatemo_site_title_bar {
	width:  100%;
	height: 60px;
	margin: 0 auto;
	background:  url(images/templatemo_header_bg.jpg) center top no-repeat;	
}

#templatemo_site_title_bar  #site_title {
	padding: 1px 0;
	margin: 0px 0 0 0;
	/*background: url(images/templatemo_site_title_bg.jpg) top left no-repeat;*/
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 4px;
	font-weight: normal;
}

#site_title h1 a:hover span {
	font-weight: normal;
}

#templatemo_site_title_bar #twitter a {
	margin-top: 30px;
	float: right;
	display: block;
	width: 68px;
	height: 83px;
	background: url(images/twitter_icon.png) no-repeat;
}

/* end of site title bar */

/* content */

#templatemo_content_wrapper {
	clear:both;
	width: 100%;
	height: 555px;
	margin: 0 auto;	
	background:  url(images/templatemo_content_bg.jpg) top center no-repeat;
}

#templatemo_content {
	width:  995px;
	height: 555px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/templatemo_content_bg.jpg) top center no-repeat;	
}


#templatemo_content p {
	margin-bottom: 10px;
}



/* end of content */

/* content */

#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	height: 16px;
	margin: 0 auto;	
	bottom: 0;
	position: absolute;
	background: url(images/templatemo_footer_bg.jpg) top center no-repeat;
}

#templatemo_footer {
	width:  800px;
	height: 7px;
	margin: 0 auto;
	color: #ece9e6;
	text-align: center;
	background: url(images/templatemo_footer_bg.jpg) top center no-repeat;
}

#templatemo_footer a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* end of content */

/* ------------- login -------------*/
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}
.logout{
	position: fixed; 
	z-index: 999;
	margin : -38px 940px;
}
.loading{
	padding: 10px; 	
	border: 2px solid #ddd;	
	top: 50%; left: 50%;
	position: fixed;
	display:none;
	background: #291B06;
	font-size: 1.5em;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999; /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari, Chrome */
}
.merah {
	font-weight:bold;
	color: #FC5B5B;
}
#nilaiakhir{
	border: 1px solid #8e8e97; 
    border-radius:3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	display:inline-block;
	padding:20px 10px;
	margin:0px auto;
	background-image : linear-gradient(to bottom, #ffffff, #d2d2d8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:90%;
	font-weight:bold;
}
#nilaiakhir2{
	border: 1px solid #8e8e97; 
    border-radius:3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	display:inline-block;
	padding:20px 10px;
	margin:0px auto;
	background-image : linear-gradient(to bottom, #ffffff, #d2d2d8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:90%;
	font-weight:bold;
}
#ket {
	border: 1px solid #8e8e97; 
    border-radius:3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	display:inline-block;
	padding:1px 1px;
	margin-top:0px;
	background-image : linear-gradient(to bottom, #ffffff, #d2d2d8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:"99%";
}
#ket ol li {
    margin-left: -25px;
	list-style-type: lower-alpha;
}