.hmt_cl {
	font-family: helvetica;
	color:#FFFFFF;	
}

.hmt_cl .monthName {
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 12px 5px 12px;
}

.hmt_cl .event_wrap {
	padding: 12px;
	border-bottom: 3px solid #333333;
}

.hmt_cl .event_wrap .flyer_wrapper {
	float: left;
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
}

.hmt_cl .event_wrap .date {
	float: left;
	width: 100px;
}

.hmt_cl .event_wrap .date .date1 { font-size: 12px; font-weight: bold; }
.hmt_cl .event_wrap .date .date2 { font-size: 10px; font-weight: bold; }
.hmt_cl .event_wrap .date .date3 { font-size: 9px; font-weight: bold; }

.hmt_cl .event_wrap.row1 { background: #000000; }
.hmt_cl .event_wrap.row2 { background: #121212; }

.hmt_cl .event_wrap .name {
	float: left;
	width: 300px;
	font-size: 14px;	
	font-weight: bold;
}

.hmt_cl .event_wrap .event_name_sec {
	font-size: 12px;
}

.hmt_cl .event_wrap .event_name_third {
	font-size: 11px;	
}

.hmt_cl .event_wrap .buttons {
	padding-top: 15px;
	
}

.hmt_cl .event_wrap .buttons a {
	background: #990000;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 6px 3px 6px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hmt_cl .event_wrap .buttons a:hover {
	background: #d90000;
	text-decoration: none;
}

.hmt_cl .event_wrap .price {
	float: right;
	font-size: 16px;
	font-weight: bold;
}

.hmt_cl .event_wrap .event_details { padding: 20px; }

.hmt_cl .event_wrap .event_html {

}
.hmt_cl .event_wrap .event_desc {
	line-height: 160%;
}
.hmt_cl .powered { font-size: 11px; padding: 5px; }
.hmt_cl .powered a { font-weight: bold; }