	#calendar_frame {
		position: absolute;
		z-index: 10;
	}
	
	#calendar {
		position: absolute;
		background-color: white;
		border: 1px solid black;
		padding: 0;
		margin: 0;
		z-index: 19;
	}
	
	#iframe {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100px;
		height: 100px;
		z-index: 19;
	}
	
	.cal_class {
		font-family: Georgia, Arial, Verdana;
		font-size: 11px;
		width: 100%;
	}
	.cal_th {
		padding-bottom: 0.3em;
	}
	.prev_month {
		width: 14%;
	}
	.cal_td {
		text-align: center;
		padding-left: 0.1em;
		padding-right: 0.1em;
	}
	.cal_text {
		color: black;
	}
	.cal_text a:link, .cal_text a:hover, .cal_text a:active, .cal_text a:focus, .cal_text a:visited { 
		color: black;
		text-decoration:none;
	}

	.cal_text a:hover { 
		color: black;
		text-decoration:none;
		font-weight: bold;
	}
