@charset "utf-8";
/* CSS Document */

#naviKiri {
	margin: 0px;
	padding: 0px;
}

#naviKiri li {
	list-style-type: none;
}

#naviKiri li a {
	margin: 4px;
	padding: 4px;
	border: 2px solid #FFF;
	background-color: rgb(107, 0, 0);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#naviKiri li a:hover {
	background-color: rgb(157, 40, 40);
	color: #FFF;
	text-decoration: underline;
}

.tabelJendol td, .tabelJendol th {
	padding: 2px;
	background-color: #CCC;
	color: #000;
	font-size: 10pt;
}

.tabelJendol th {
	background-color: #FFF;
	text-align: center;
}

.album_tamnel {	
	margin-bottom: 10px;
}

.album_tamnel img {
	border: solid 5px black;
}

.album_barisTamnel {
	height: 160px;
}

.album_tamnelFoto {
	width: 150px;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
	vertical-align: middle;
	display: inline-block;
	*display: inline; /* ingin sekali ie musnah dari dunia ini */
	margin-right: 8px;
}

.album_tamnelFoto img {
	border: solid 2px black;
}

.fontKecilan {
	font-size: 0.7em;
}

h1 {
	font-size: 160%;
}

/* clearfix hek, dari http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* akhir dari cf hek */

.tanggal {
	font-size: 85%;
	color: #99f;
}

.rataTengah {
	text-align: center;
}

