.form {
	width: 200px;
	text-align: center;
	padding: 2px 0px;
	margin: 3px 0px;
	clear: both;
}
a.tt {
	position:relative;
	z-index:24;
	color:#006633;
	font-weight:bold;
	text-decoration:none;
}
a.tt span {
	display: none;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	color: #FFFF00; background:none;
}
a.tt:hover span.tooltip {
	display:block;
	position:relative;
	top:-50px;
	left: 10px;
	padding: 15px;
	width: 290px;
	color: #2d81ad;
	text-align: left;
	height: auto;
	background-color: #f60;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	margin:0;
	padding: 10px  8px;
	background: #098F03;
	border:#8fc400 solid 1px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
}
.judultt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFF00;
	margin: 5px 0;
	line-height: 120%;
}
.kotak_tengah #cal p {
	width: 21px;
	float: left;
	border: 1px solid #006633;
	height:10px;
	margin:1px;
	padding: 5px 0;
	text-align:center;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #006633;
	color: #FFFFFF;
} 
.kotak_tengah #cal p.firstday { clear: left; } 
.kotak_tengah #cal {
	width: auto;
	margin:0;
	padding:12px 10px 12px 12px;
	clear: both;
}
.kotak_tengah #cal .yellow {
	background-color:#FF3300;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	border: 1px solid #c00;
}
.kotak_tengah #cal .blank {
	background-color:#99CC66;
}
.kotak_tengah #cal .red {
	background-color:#66FFFF;
	font-weight:bold;
	font-size:12px;
	color: #000000;
}
.kotak_tengah #cal .blue {
	background-color: #FFFF00;
	border: 1px solid #ff4;
}
.kotak_tengah #cal a {
	color:#FF3300;
	font-weight: bold;
	font-size: 11px;
}

