.hmt_cal {
	font-size: 12px;
	width: 180px;
	margin: 0 auto 10px auto;
	background: #212121;
	padding: 0 4px 4px 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.hmt_cal table { width: 100%; }
.hmt_cal th, .hmt_cal td { padding: 0; }
.hmt_cal th { padding: 3px; background: #cccccc; color: #323232; font-size: 11px; }
.hmt_cal th.heading { background: #212121; color: #ffffff; }
.hmt_cal td { width: 14%; text-align: center; border-bottom: 1px solid #ffffff; background: #cccccc; font-size: 10px; }
.hmt_cal .day { padding: 0px; color: #898989; }
.hmt_cal .day.none { padding: 2px 3px 2px 3px; background: #eaeaea; }
.hmt_cal .day.highlight { background: #daefc3; color: #2b4015; font-weight: bold; }
.hmt_cal .day.highlight a { color: #323232; text-decoration: none; padding: 2px 3px 2px 3px; display: block; }
.hmt_cal .day.highlight:hover { background: #446d18; color: #ffffff; cursor: pointer; }
.hmt_cal .day.highlight a:hover { color: #ffffff; }
.hmt_cal .day.today { background: #0084ff; color: #ffffff; font-weight: bold; }
.hmt_cal .day.today a { color: #ffffff; }
.hmt_cal .content { display: none; position: absolute; width: 150px; padding: 5px; background: #212121; color: #ffffff; }
.hmt_cal .content .event_time { float: right; font-size: 11px; display: none; }
.hmt_cal .content .event_name { font-weight: bold; font-size: 12px; }

#slide { 
	text-align: left;
	top: 250px;
	position: absolute;
	margin-left: 575px; 
	width: 230px; 
	background: #ffffff; 
	color: #1d1d3e; 
	padding: 0px; 
	border: 2px solid #212121; 
	font-size: 12px;
	z-index: 50;
}
#slide h2 { background: #212121; color: #ffffff; padding: 6px; margin: 0; font-size: 12px; }
#slide .event_wrap { border-bottom: 1px solid #cccccc; padding: 6px; }
#slide .event_name { font-weight: bold; }
#slide .event_time { font-size: 10px; font-weight: normal; }

.hmt_list { padding: 0px; }

.hmt_list .event_line { color: #333366; margin: 60px 0 0 0; padding: 0px; }
.hmt_list .event_line .flyer { float: right; width: 120px; text-align: right; margin: 0 0 15px 15px; }
.hmt_list .event_line .flyer img { float: right; border: 6px solid #ffffff; }
.hmt_list .event_line .mid_col { float: left; width: 600px; }
.hmt_list .event_line h2 { margin: 0 0 5px 0; background: #b0b6c8; font-size: 20px; color: #000000; padding: 10px; text-align: left; clear: both; display: block; }
.hmt_list .event_line h3 { padding: 0; margin: 0 0 3px 0; font-size: 14px; }
.hmt_list .event_line h4 { padding: 0; margin: 0 0 3px 0; font-size: 14px; }
.hmt_list .event_line h5 { padding: 4px 0 4px 0; margin: 0 0 3px 0; font-size: 13px;}
.hmt_list .event_line p { font-size: 13px; margin: 0; padding: 0; line-height: 160%; }
.hmt_list .event_line p.btns { padding: 5px; }
.hmt_list .event_line p.btns a { background: #333366; color: #ffffff; padding: 3px 6px 3px 6px; font-size: 11px; font-weight: bold; text-decoration: none; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.hmt_list .event_line p.btns a:hover { background: #4c285d; }
.hmt_list .event_line p.btns a.backtotop { background: none; color: #333366; }
.hmt_list .event_line p.btns a.backtotop:hover { background: #427704; color: #ffffff; }
.hmt_list .event_line .date { color: #ffffff; float: left; margin: 0 15px 0 0; width: 65px; text-align: center; background: #17172e; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; }
.hmt_list .event_line .date .mo { color: #ffffff; text-transform: uppercase; font-size: 14px; font-weight: bold; padding: 8px 3px 3px 3px; }
.hmt_list .event_line .date .day { color: #ffffff; font-size: 22px; padding: 3px 3px 8px 3px; font-weight: bold; }
.hmt_list .event_line .date_time { font-size: 11px; font-weight: bold; margin: 0 0 3px 0; }

