#boxDetail table {
      
	border-spacing: 1px;
}
legend {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3B4348;
	padding:5px;
}
fieldset {
	width:auto;
	border:1px solid #ccc;
	padding:5px;
}
blockquote {
	text-align: justify;
	padding:0px;
	margin:0;
	margin-left: 5px;
	margin-right: 5px;
}
.legendtitle {
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #07519a;
	padding-left:5px;
}
/*menu*/

#horiz-menu {
	margin-left: 8px;
}

#horiz-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.home{
	float: left;
	height: 29px;
	line-height: 33px;
	padding: 0 30px;
	background: url('../images/home.gif') no-repeat;
	text-decoration:none;
}

.home:hover {
	float: left;
	height: 29px;
	line-height: 33px;
	padding: 0 30px;
	background: url('../images/home_over.gif') no-repeat;
	text-decoration:none;
}

.about {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 34px;
	background: url('../images/about.gif') no-repeat;
	text-decoration:none;
}

.about:hover {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 34px;
	background: url('../images/about_over.gif') no-repeat;
	text-decoration:none;
}
.shop{
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 30px;
	background: url('../images/shop.gif') no-repeat;
	text-decoration:none;
}

.shop:hover {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 30px;
	background: url('../images/shop_over.gif') no-repeat;
	text-decoration:none;
}
.news {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 30px;
	background: url('../images/news.gif') no-repeat;
}

.news:hover {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 30px;
	background: url('../images/news_over.gif') no-repeat;
}

.agenda {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 40px;
	background: url('../images/agenda.gif') no-repeat;
}

.agenda:hover {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 40px;
	background: url('../images/agenda_over.gif') no-repeat;
}

.dw {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 50px;
	background: url('../images/daftar_warnet.gif') no-repeat;
}

.dw:hover {
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 50px;
	background: url('../images/daftar_warnet_over.gif') no-repeat;
}

/*style div bawah utk tempat chat*/

body {
	margin:0;
	padding:0;
}
#taskbarq {
	margin: auto 11px 0 15px;
	padding:0;
	background-image:url(../images/bg_fb.gif);
	width:97.75%;
	height:25px;
	position:fixed;
	bottom:0;
	opacity:0.7;
	z-index:1;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#taskbar_inside {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#satu {
	margin-top:1px;
	height:25px;
	float:left;
	border-right: thin solid #999999;
}
#satu:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}
#satu_in {
	margin:5px 20px 5px 5px;
}
#showaja {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:200px;
	height:300px;
	background-color:#FFFFFF;
	border:thin solid #000000;
	/*display:none;*/
	overflow-y:auto;
	overflow-x:auto;
	z-index:1;
	position:fixed;
	bottom:25px;
	left:15px;
	display:none;
}
#showaja_header {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#637caf;
	padding:5px;
}
#showaja_header2 {
	background-color:#f0f0f0;
	padding:5px;
}
#showaja_inner {
	padding:5px;
	color:#8c8c8c;
}
#showaja_inner hr {
	border:0.2px solid #ebebeb;
}
#showaja_close {
	/*line-height:14px;*/
	right:6px;
	top:-5px;
	position:absolute;
	/*color:#6fa5fd;*/
	font-size:12pt;
	color:#b5c4dc;
	font-weight:bold;
	display:block;
}
#showaja_close:hover {
	cursor:pointer;
}