.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	filter: Chroma(Color=CC0000);
}

BODY{

	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;

}

a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	filter: Chroma(Color=CC0000);
}

UL.nav_list{padding-top:0px; padding-left:0px; padding-bottom:0px; margin-left:5px; margin-top:3px; margin-bottom:6px; }

LI{ 
	list-style-type:circle; 
	padding-top:0px; 
	padding-left:2px; 
	padding-bottom:0px; 
	list-style-position:inside;
}

LI.title{ 
	list-style-type:none;
	color:#336699;
	font-size:12px;
	list-style-position:outside;
}

A.admin{
	color: #990000;
	text-decoration: none;
	font-size:12px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

.medtext{
	font-size: 12px;
	line-height: 14px;
}
.contentTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dedeca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: dedeca;
}
.calendar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #CCCCCC;
}
.calendarinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}
hr {
	border: 1px dotted #999999;
}


.title {
	font-size: 12px;
	font-weight: bold;
	/*background-color: #CCCCCC;*/


}


.wide{
	width:100%;

}

.menu_span {
	color:#336699;
}


.shield {
	position: absolute;
	z-index: 999999;
	top: 0px;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: silver;
	opacity: .30;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3; 
	}

.dialogue_on {
	display: block;
	visibility: visible;
	z-index: 1000000;
	width: 400px;
	height: 250px;
	}

.dialogue_off{
	display: none;
	visibility: hidden;
	}

div {
   font-size: 12px;
   color: #000000;
   font-family: arial, helvetica;
}


.hmt_cl { 
}

.hmt_cl .monthName {
   background: #323232;
	overflow: hidden;
	color: #fff;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 5px 12px 3px 12px;
	border-bottom: 1px solid black;
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	
}

.hmt_cl .event_wrap {
	background: #130a00;
	padding: 8px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	clear: both;
}

.hmt_cl .event_wrap .flyer_wrapper {
	min-height: 50px;
	min-width: 120px;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	clear:both;
}

.hmt_cl .event_wrap .date {
	float: right;
	text-align: right;
	width: 100px;
}

.hmt_cl .event_wrap .date .date1 { font-size: 14px; font-weight: bold; color: #990000; }
.hmt_cl .event_wrap .date .date2 { font-size: 12px; font-weight: bold; color: #505050; }
.hmt_cl .event_wrap .date .date3 { font-size: 10px; font-weight: bold; color: #505050; }

.hmt_cl .event_wrap.row1 {background: #cccccc;
padding: 4px;
opacity:.95;
filter: alpha(opacity=95);
-moz-opacity: 0.95;}

.hmt_cl .event_wrap.row2 {
   background: #eaeaea;
   padding: 4px;
   opacity:.95;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
}

.hmt_cl .event_wrap .name {
	color:#212121;
	width: 290px;
	text-align: left;
	padding-left: 20px;
	float: left;
	font-size: 16px;	
	font-weight: bold;
}

.hmt_cl .event_wrap .event_name_sec {
	font-size: 11px;
	font-weight: normal;
}

.hmt_cl .event_wrap .event_name_third {
	font-size: 11px;	
	font-weight: normal;
}

.hmt_cl .event_wrap .location_city {
	float: left;
	font-size:11px;
	font-weight: bold;
	padding-left: 20px;
}

.hmt_cl .event_wrap .buttons {
	display: block;
	margin: 7px 0 0 0;
}

.hmt_cl .event_wrap .buttons a {
	background: #980e00;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 6px 3px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

.hmt_cl .event_wrap .buttons a:hover {
	background: red;
	color: #000;
	text-decoration: none;
}

.hmt_cl .event_wrap .price {
	color: #505050; 	
	padding: 0 4px 0 6px;
	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 hr { clear: both; }

.hmt_cl .powered { font-size: 11px; padding: 5px; clear: both; text-align:right; }
.hmt_cl .powered a { font-weight: bold; }