#calendar_container {
	position: relative;
}
#popup_detail {
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	padding: 20px;
	z-index: 200;
	background-color: #FFFFFF;
	visibility: hidden;
	border: solid #BBBBBB 5px;
}
.calendar_key {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.calendar_key a {
	text-decoration: none;
	color: #666666;
}
.calendar_key a:hover {
	color: #000000;
}
#calendar_table {
	font-size: 11pt;
	width: 100%;
}
#calendar_table th, #calendar_table td {
	padding: 5px;
	margin-top: 1px;
	margin-left: 1px;
}
#calendar_table td.day_box, 
#calendar_table td.today_box {
	background-color: #E3E3E3;
	width: 14%;
	height: 120px;
	vertical-align: top;
}
#calendar_table td.today_box {
	background-color: #CCCCCC;
	border: solid #000000 1px;
}
#calendar_table td.header_box {
	text-align: center;
}
#calendar_table div.day_item {
	font-size: 10px;
	padding: 2px 2px 2px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	overflow: hidden;
	background-position: left 2px;
	background-repeat: no-repeat;
}
#calendar_table div.day_item:hover {
	background-color: #CCCCCC;
}
#calendar_table div.day_item a {
	color: #000000;
	text-decoration: none;
}
#calendar_table div.today_number {
	font-weight: bold;
	color: #000000;
}
#calendar_table   th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 0px;
	height: 25px;
}
