@charset "UTF-8";
body {
	background-color: #CDCDCD;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #252525;
}#container {
	width: 915px;
	margin: 0 auto;
}
#container #bottom_bar {
	height: 33px;
}
#container #navbar {
	height: 66px;
}
#container #content {
	height: 387px;
}
#container #content #left_sidebar {
	background-image: url(images/kurniadi_r2_c2.png);
	height: 387px;
	width: 25px;
	float: left;
}
#container #content #main_content {
	float: left;
	height: 387px;
	width: 862px;
	background-image: url(images/kurniadi_r2_c4.png);
	background-repeat: repeat-x;
}
#container #content #right_sidebar {
	float: left;
	height: 387px;
	width: 25px;
	background-image: url(images/kurniadi_r2_c10.png);
}
#container #navbar   #top_left_corner {
	background-image: url(images/kurniadi_r1_c2.png);
	height: 66px;
	width: 25px;
	float: left;
}
#container #navbar #logo {
	background-image: url(images/kurniadi_r1_c9.png);
	height: 66px;
	width: 198px;
	float: left;
}
#container #navbar #top_spacer {
	background-image: url(images/kurniadi_r1_c4.png);
	background-repeat: repeat-x;
	position: relative;
	height: 66px;
	width: 359px;
	float: left;
}
.menu_selected {
	background-image: url(images/kurniadi_r1_c6.png);
	height: 36px;
	width: 99px;
	float: left;
	padding-top: 30px;
	padding-left: 9px;
	text-align: center;
	padding-right: 6px;
}

.menu_not_selected {
	background-image: url(images/kurniadi_r1_c7.png);
	float: left;
	height: 36px;
	width: 93px;
	padding-top: 30px;
	padding-left: 7px;
	text-align: center;
	padding-right: 8px;
}
#container #bottom_bar #bottom_left {
	background-image: url(images/kurniadi_r3_c2.png);
	height: 33px;
	width: 25px;
	float: left;
}
#container #bottom_bar #bottom_center {
	background-image: url(images/kurniadi_r3_c4.png);
	background-repeat: repeat-x;
	float: left;
	height: 33px;
	width: 862px;
}

#container #bottom_bar #bottom_right {
	background-image: url(images/kurniadi_r3_c10.png);
	height: 33px;
	width: 25px;
	float: left;
}
.menu_not_selected:hover{
	text-decoration: underline;
}


#container #navbar a {
	color: #993300;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-weight:normal;
	font-size:24px;
	margin:0 0 15px 0;
}
h2 {font-size:15px;margin:0 0 6px 0;}
h3 {font-size:12px;margin:0 0 6px 5px;text-shadow:none;text-transform:uppercase;}
h4 {font-size:13px;margin:0 0 6px 0;}
h5 {font-size:12px;}
h6 {font-size:11px;}

p {margin:0 0 12px 0;}

#footer {
	position: static;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	width: 100%;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #FF6600;
}
a:focus {-moz-outline:0;outline:0;outline-offset:0;}
a:hover {text-decoration:underline;}



.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


