/* font standar 
.std_font{
	font-size:12px;
}
*/
/* 
.kotakkiri{
	border-color: black;
	border-style: solid;
	border-width: 0px 1px 0px 0px
}
.kotakatas{
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 1px 0px
}
.kotakbawah{
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 0px 0px
}
.kotakkanandashed{
	border-color: black;
	border-style: dashed;
	border-width: 0px 1px 0px 0px
}
.kotakdashed{
	border-color: black;
	border-style: dashed;
	border-width: 1px 1px 1px 1px
}
.kotakmenuatas{
	border-color: white;
	border-style: solid;
	border-width: 2px 2px 2px 2px
}
.teksmenu1{
	font-size: 14px;
	color: #555555;
}
.teksdate {
	font-size: 9px;
	color: black;
}
.teksmenu{
	font-size: 16px;
	color: white;
}
.tekstgltamu{
	font-size: 10px;
}
*/

.kotakatas1{
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px
}
.kotakbawah{
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 0px 0px
}
.kotakbawahdashed{
	border-color: black;
	border-style: dashed;
	border-width: 0px 0px 1px 0px
}
.kotakmenu{
	background-image: url(../images/right_bg_th.png); 
	background-position: left; 
	background-repeat: no-repeat;
    height:27px;
    padding-left: 40px;
    color: #FFFFFF; 
    font-size: 12px;
	margin-top:-5px;
	text-align: left;
}

.teks {
	font-size: 12px;
	color: black;
}
.teksnewsjudul{
	font-size: 18px;
	text-transform: capitalize;
	color:#555555;
}
.teksnewseditor{
	font-size: 10px;
}
.teksnewsheadline{
	font-size: 12px;
	color:#555555;
}
.teksbukutamu{
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

a.headinglink:link, a.headinglink:visited, a.headinglink:active{
	color:#555555;
	text-decoration: none;
}
a.headinglink:hover{
	color:#555555;
	text-decoration: underline;
}

a.menu:link, a.menu:visited, a.menu:active{
	font-size:12px;
	color:#555555;
	text-decoration: none;
}
a.menu:hover{
	font-size:12px;
	color:#555555;
	text-decoration: underline;
}

.box {
	border-style: dashed;
	border-width: 1px;
	border-color: #C0C0C0;
	background-color: #FFFFCC;
	padding: 5px;
}

/* untuk form input */
.inputlabel{
	font-size: 12px;
	color: black;
	text-align: right;
	vertical-align: top;
}

.inputcomment{
	/* font-size: 11px; */
	color: #555555;
}

.message{
	font-size: 12px;
	color: black;
	background-color: #FED57E;
	display: block;
	width: 100%;
}

.error_message{
	font-size: 12px;
	color: white;
	background-color: #CC0000;
	display: block;
	width: 100%;
}

/* added: 11:27 AM Friday, December 26, 2008 */
/* latar belakang untuk semua aplikasi menu dan desktop */
.latar{
	background-image: url(../images/kmhdi2.org_32.gif);
	background-repeat: repeat;
}

body {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/* added: 10:22 AM Sunday, December 28, 2008 */
/* untuk judul halaman index berita, artikel, dsb */
.viewhead {
	font-size: 16px;
	color:#555555;
}

/*
li {
	list-style-image: url(../images/segitigamenu.gif); 
	list-style-position: outside;
}
*/

.note{
	font-size: 10px;
	color: #555555;
}

/* added 11:58 PM Friday, September 11, 2009 */
/* sebagai kotak abu-abu untuk menandai suatu tulisan */
.barnote{
	background-color: #e5e5e5; 
	margin: 2px; 
	padding: 2px;
}

#statusbar{
	visibility: hidden;
	position: absolute;
}

/* http://rumahdot.com/web-design/efek-highlight-pada-input-form-dengan-css/ */
/* input[type=submit]{
	padding: 10px;
	font-weight: bold;
}
input[type=reset]{
	padding: 10px;
}
 */
input.save{
	padding: 10px;
	font-weight: bold;
}
input.cancel{
	padding: 10px;
}
