body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* background: #D1E7F7; */
	background:#E9EBEA;
	margin: 0px;
}


.menukiri_title{
	background-image: url(images/menukirititle_bg.jpg);
	color: white;
	font-weight: bold;
	height: 20px;
	padding: 3px 2px 0px 25px;
	text-align: left;
}

.menukiri_box{
	border: solid 1px #616161;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.inputstyle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000033; border: #000033; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF}


a:link {  
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:visited, a:active {  
color: #000000;
font-weight: bold;
text-decoration: none;
}


a:hover   {  
color: #FF0000;
font-weight: bold;
text-decoration: underline;
}


.footer{
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	padding-top: 7px;
}


.warnamerah{
	color:#FF0000;
}

.warnaputih{
	color: #FFFFFF;
}

.warnabiru{
	color: #0000FF;
}



.menukiri_content{
	padding: 7px;
}

.borderimage{
	border:solid 1px #666666;
}

.footermenu{
	padding: 15px 15px 0px 0px;
}



.content{
	padding: 0px 0px 0px 8px;
	background: url(images/content_bg.jpg) no-repeat bottom right;
	background-color:#FFFFFF;
}

.title{
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}


.searchbox{
	padding: 5px 2px 2px 8px;
}

.content_title{
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.font_besar{
	font-size:14px;
}



div.contentdetail {
	width: 600px;
	overflow: auto;
}


/* load custom font  */
@font-face {
    font-family: "My Custom Font";
    src: url(http://www.example.org/mycustomfont.ttf) format("truetype");
}

/*use it  */
p.customfont { 
    font-family: "My Custom Font", Verdana, Tahoma;
}

