/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #000000;
}

a:link, a:visited { color: #FFFFFF; text-decoration: none; } 
a:active, a:hover { color: #cc0000;}

h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
	height: 20px;
}

h2 {
	margin: 0px 0px 8px 0px;
	padding: 10px 0px 0px 15px;
	font-size: 16px;
	color: #FFFFFF;
}

p {
	margin: 10px 0px;
	color: #5b5847;
	text-align: justify;
}


#templatemo_container_wrapper1 {
	background: url(background.gif) top center repeat-x;
}

#templatemo_container_wrapper2 {
	background: url(templatemo_mainbackground.jpg) top center no-repeat;
}

#templatemo_container {
	margin: 0px auto;
	width: 900px;
}


/* ----- Header ----- */

#templatemo_header {
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 900px;
	border: 1px solid #333333;
}


#templatemo_site_title {
	padding: 60px 0px 10px 30px;
	font-size: 40px;
	font-weight:bold;
	color: #FFFFFF;
}

/* ----- End of Header ----- */

/* ------------- Menu ------------------ */
#templatemo_menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 42px;
	text-align: right;
	background: url(templatemo_menu_bg.png) no-repeat;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 18px 20px 0px 0px;
	list-style: none;
}

#templatemo_menu ul li {
	margin: 0px;
	display: inline;	
}

#templatemo_menu ul li a {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font: 14px arial;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul li .current {
	color: #cccccc;
}

/* ---------- End of Menu ------------- */

/* ----------------- Content ----------------------- */

#templatemo_content {
	float: left;
	margin: 0px;
	width: 900px;
	background: url(templatemo_content_bg.png) no-repeat;
}

#blok-kiri {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	width: 200px;
}

/* IE6 Only */
* html #blok-kiri{
	float: left;
	margin: 5px 5px 0px 5px;
	padding: 0px;
	width: 200px;
}
#blok-tengah {
	float: left;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	width: 440px;
}

/* IE6 Only */
* html #blok-tengah {
	float: left;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	width: 440px;
}
#blok-kanan {
	float: right;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	width: 200px;
}
/* IE6 Only */
* html #blok-kanan {
	float: right;
	margin: 5px 5px 0px 10px;
	padding: 0px;
	width: 200px;
}

/* IE6 Only */
#templatemo_bottom {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 90px;
	background: url(templatemo_content_bg_bottom.png) no-repeat;

}

/* ----------------- End of Content ------------------- */

/* ------------- Section ------------------ */
.templatemo_section {
	margin: 0px 0px 15px 0px;	
	padding: 0px;
	color: #FFFFFF;
}

.templatemo_section .section1_top {
	padding-left:5px;
	height: 40px;
	background: url(templatemo_section1_top.png) no-repeat;
}
.templatemo_section .section1_middle {
	background: url(templatemo_section1_middle.png) repeat-y;
}
.templatemo_section .section1_bottom {
	padding-left:5px;
	height: 37px;
	background:url(templatemo_section1_bottom.png) no-repeat;
}

.templatemo_section .section2_top {
	padding-left:5px;
	height: 40px;
	background: url(templatemo_section2_top.png) no-repeat;
}
.templatemo_section .section2_middle {
	background: url(templatemo_section2_middle.png) repeat-y;
}
.templatemo_section .section2_bottom {
	height: 37px;
	padding-left:5px;
	background: url(templatemo_section2_bottom.png) no-repeat;
}

.templatemo_section .section3_top {
	height: 40px;
	background: url(templatemo_section3_top.png) no-repeat;
}
.templatemo_section .section3_middle {
	background: url(templatemo_section3_middle.png) repeat-y;
}
.templatemo_section .section3_bottom {
	height: 37px;
	background: url(templatemo_section3_bottom.png) no-repeat;
}


.templatemo_section ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

.templatemo_section ul li {
	display: block;
}

.templatemo_section ul li a {
	padding: 0px;
	margin: 0px;
	color: #3e3939;
	text-decoration: none;
}

.templatemo_section ul li a:hover {
	color: #990000;
}

/* ---------- End of Section ------------ */

/* ----- Post ------ */
.templatemo_postbody {
	padding: 0px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #333333;
}

.publish_info {
	clear: both;
	margin: 0px;
	padding: 0px;
	color:#3e3939;

}

.comment {
	clear: both;
	margin: 10px 0px 0px 0px;
	text-align: right;
	padding: 0px;
}

.comment a {
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	background: url(templatemo_comment_icon.gif) left center no-repeat;
}
/* ----- End of Post ------ */



/* ----- Footer ----- */

#templatemo_footer {
	clear: both;
	padding: 10px 0px 0px 15px;
	width: 870px;
	height: 60px;
	text-align: center;
	color: #999999;
	text-align: center;
}

#templatemo_footer a {
	color: #999999;
}

#templatemo_footer a:hover {
	color: #ffffff;
}
.imgright{
vertical-align: top;
	border: 1px solid #eee;
	padding: 3px;
	float: right;
	margin: 5px;
}
.imgleft{
vertical-align: top;
	float:left;
	border: 1px solid #eee;
	padding: 3px;
	margin:5px;
}
/* MORE */
*.more { text-align:right; font-weight:bold; font-size:10px; }

#utama {
float:right;margin-top:0px; margin-bottom:10px; margin-right:0px;margin-left:5px;
overflow:auto;position:relative;min-width:600px;background:#FFFFFF; width:99%;
}
#submenu {
overflow:auto;margin-top:0px;margin-left:5px;margin-right:5px;margin-bottom:5px;
background:#FFFFFF;
}
#garis {
	border: 1px solid #706963;
}
#gambar {
	border: 1px solid #706963;
	margin:5px 10px 5px 5px;
	padding: 2px 2px 2px 2px;
}
.ari13 {
	padding-bottom:10px;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#FFFFFF;
}
.ver11p {
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	
}
.ver10baru {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #165303;
	
}
#atasbanner {
	width: auto;
	text-align:center;
	overflow:hidden;
	border: 1px solid #000000;
	}
#table-no  {
	padding: 0;
	margin: 0;
	border:0;
	margin-left: 10px;
}
#tablebaru  {
	padding: 0;
	margin: 0;
	border:1px solid #706963;
	margin-left: 10px;
}
.highlight { 
background-color: #8E8E8E; 
color: #FFFFFF;
font-size:11px;
}
.normal { 
}
#tablebaru  *.td0 {
	border-right: 1px solid #949594;
	border-bottom: 1px solid #949594;
	background-color:#949594;
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	font-size:13px;
	font-family:  Helvetica, Arial, sans-serif;
}
#tablebaru  *.td1 {
	border-right: 1px solid #949594;
	border-bottom: 1px solid #949594;
	background: #D3D3D3;
	padding: 4px 4px 4px 4px;
	color: #000000;
	font-size:11px;
	font-family:  Helvetica, Arial, sans-serif;
}
#tablebaru  *.td2 {
	border-right: 1px solid #949594;
	border-bottom: 1px solid #949594;
	background: #949594;
	padding: 4px 4px 4px 4px;
	color: #000000;
	font-size:11px;
	font-family:  Helvetica, Arial, sans-serif;	
}
#blok-detail{ 
	float: left;
	margin-right:0px;
	width:680px;
	
}
.box-tengah{
	margin-bottom:7px;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	overflow:auto;
	color:#FFFFFF;
}
.box-tengah h2{
	margin: 0px;
	padding: 15px 0px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
	height: 20px;
}
*.button   {
	border: 1pt solid #706963;
	font: bold 12px tahoma;
	color: #000000;
	background-color:#FFFFFF;
	margin:0px 0px 5px 0px;
}
*.button:hover  {
	border: 1pt solid #706963;
	font: normal 12px tahoma;
	color: #FFFFFF;
	background-color:#706963;
	margin:0px 0px 5px 0px;
}
*.button2   {
	border: 1pt solid #292A29;
	font: normal 12px tahoma;
	color: #FFFFFF;
	background-color:#292A29;
	margin:0px 0px 5px 0px;
}
*.button2:hover  {
	border: 1pt solid #707070;
	font: normal 12px tahoma;
	color: #FFFFFF;
	background-color:#707070;
	margin:0px 0px 5px 0px;
}

*.editbox {
	border: 1pt solid #707070;
	font: normal 12px tahoma;
	color: #000000;
	background-color:#C9C9C9;
	margin:0px 0px 5px 0px;
}
/* NAVIGATION menu kanan */
ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#mainNav a {
	font-family:  Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: none;
	display: block;
	padding: 3px 2px 2px 10px;
	/*background:  url("../images/linkbiru.png") no-repeat 5px 50%;*/
}

#mainNav a:hover {
	font-weight: bold;
	background: #8E8E8E;
	/*background: #DEDEDE url("../images/linkbiru.png") no-repeat 5px 50%; */
}
.flashclass { /*sample CSS class added to image slideshow container*/
width: 196px; /*a width should be defined for transition to work*/
border: 0;
padding: 2px;
}

.flashclass img{
width:196px;
}
/* ----- End of Footer ----- */