/* CSS Document */
/* body */
body {
	background-color: #2C2C2C;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.judul {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.isi {
	font-size: 13px;
}

/* menuatas*/

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background:#990000;
}
a:active {
	text-decoration: none;
}

/* menu kiri*/
.menukiri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: ;	
}
.menukiri a:link {
	color: #021D48;
	text-decoration: underline;
}
.menukiri a:visited {
	text-decoration: none;
	color: #333333;
}
.menukiri a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background:#990000;
}
.menukiri a:active {
	text-decoration: none;
}

/* menuatas*/
.menuatas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF
	background: ;	
}
.menuatas a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.menuatas a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menuatas a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background:#990000;
}
.menuatas a:active {
	text-decoration: none;
}


/* Footer*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background: url(../images/footer.png) 0px 0 no-repeat; */
	padding-top: 5px;

}	
#footerlinks {
	float: left;
	text-align: left;
	padding-left: 20px;
}

/*popthumbnail */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 5px;
left: -1000px;
border: ;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}