/**
* AkoBlueZine - A Mambo 4.5.1 template
* @version 2.0
* @package AkoBlueZine
* @copyright (C) 2003, 2004 by Arthur Konze - All rights reserved!
* @license http://www.konze.de/content/view/8/26/ Copyrighted Commercial Software
*/

/* ###################### OVERALL SETTINGS ###################### ok */
body {
  margin           : 0px;
  background-color : #25668D;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000000;
}

.contentbox {
  background-image : url('../images/image_bottom.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-color : #FFF;
  border           : 1px solid #000;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000;
}

hr {
  color            : #91B2C5;
  height           : 1px;
  width            : 100%;
  
}

ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

li
	{
	line-height: 15px;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/dot.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	
	}

/* ######################## BUTTON BAR ######################## ok */
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li {
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
 	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border: none;
}

ul#mainlevel-nav li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #598e30;
	background: transparent;
}

ul#mainlevel-nav li a:hover {
	color: White;
	background: #598e30;
}

/* ##################### MODULE SETTINGS ###################### ok */
table.moduletable {
  width            : 100%;
  border           : 1px solid #C0C0C0;
  margin-bottom    : 10px;
}

table.moduletable th {
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: blue;
	text-align: left;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	width: 100%;
	text-indent: 5px;
	background: #91B2C5;	/*warna header table*/
	border: dashed 0px #d7ebc7;  /*warna garis tepi header table*/
}

table.moduletable td {
  padding          : 2px;
  background       : #EFF7FB;
  
}

/* ##################### FORMULAR SETTINGS #################### ok */
.button {
  /*
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000;
  background       : #C7E2F1;
  border           : 1px solid #91B2C5; */
  
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	background: #91B2C5;
	color: blue;
	border-style: 1px solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: black;
}

.inputbox {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #91B2C5;
	background: #ffffff;
	border: 1px solid;
}

/* ################# SECTION LISTING SETTINGS ################# ok */
.sectiontableheader {
	color : #000000;
	font-weight : normal;
	border-bottom: 1px solid #000000;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 2px;
  background       : #D7EAF5;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 2px;
  background       : #B7D9ED;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */
.mainlevel {    /*menu */
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px;
	height: 25px;
	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

a.mainlevel:link, a.mainlevel:visited {
  font-weight      : normal;
  text-align       : left;
  background       : transparent;
  letter-spacing   : 0px;
  border           : none;
}

a.mainlevel:hover {
  font-weight      : normal;
  text-align       : left;
  background       : transparent;
  letter-spacing   : 0px;
  border           : none;
  
}

.sublevel {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color				: red;
}

/* ########################### LINKS ########################## ok */
a:link, a:visited {
  color            : #25668D;
  text-decoration  : none;
}

a:hover {
  color            : blue;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

a.readon:link {
  padding-left     : 21px;
  margin-left      : 5px;
  background-image : url('../images/rm_icon.png');
  background-repeat: no-repeat;
  background-position: left;
}

/* ##################### PAGE NAVIGATION ###################### ok */
.pagenavbar {
  border           : 1px solid #C0C0C0;
  padding          : 2px;
  background       : #EFF7FB;
}

.pagenav {
  color            : #CC3333;
  font-weight      : bold;
}

a.pagenav:link, a.pagenav:visited {
  color            : #25668D;
  text-decoration  : none;
}

a.pagenav:hover {
  color            : #CC3333;
  text-decoration  : underline;
}

/* ################### SMALL FONT SETTINGS #################### ok */
.small {
  font-size        : xx-small;
  color            : #25668D;
}

.smalldark {
  font-size        : xx-small;
  color            : #000000;
}

.createdate, .modifydate {
  font-size        : xx-small;
  color            : #489ED0;
}

/* ##################### VOTING SETTINGS ###################### ok */
.content_rating {
  font-size        : 10px;
  color            : #25668D;
}

.content_vote {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background       : #EFF7FB;
  border           : 1px solid #C0C0C0;
}

/* ##################### PATHWAY SETTINGS ##################### ok */
.pathway {
  letter-spacing   : -1px;
  font-size        : x-small;
  color            : #FFF;
}

a.pathway:link, a.pathway:visited {
  font-size        : x-small;
  letter-spacing   : -1px;
}

a.pathway:hover {
  font-size        : x-small;
  letter-spacing   : -1px;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentpane {
  padding-left     : 4px;
  padding-right    : 4px;
}

.contentpaneopen {
  width: 100%
 /*padding-left     : 4px;
  padding-right    : 4px;  */
}

.contentheading, .componentheading {
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : blue;
  font-size        : 12px;
  background: #91B2C5;   /* warna judul content*/
  
}

.contentpagetitle {
  font-weight      : bold;
  color            : #25668D;
}

/* ###################### TABBED EDITING ###################### ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #25668D;
  padding          : 5px;
}
.offtab {
  background-color : #EFF7FB;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #25668D;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #C0C0C0;
  border-right     : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  background-color : #FFF;

}
