body {
	background-image:url(HE_bg.jpg);
	background-color: #f2b426;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
}
.msl_ticket {display:none;}
.fnd-item {
float:left; width:238px; margin:10px; background:#ffffff; padding:10px;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px; 
-moz-box-shadow: 1px 1px 4px #000; 
-webkit-box-shadow: 1px 1px 4px #000; 
box-shadow: 1px 1px 4px #000; 
}
.fnd-item img {float:left; margin-right:15px; border: solid #ffffff 1px;}
.fnd-item dt a {color: #666666; font-size:14px;}

.fnd-item .msl_event_types, .fnd-item .msl_event_location  {display:none;}
.fnd-item .msl_event_time {font-size: 13px; color:#f2b426; font-weight:bold;margin-bottom:10px;}
.fnd-item .msl_event_description {color:#cccccc; display:none;}

.fnd-list {width:840px;padding:10px; margin-top:140px; margin-bottom:20px;}
#fnd-wrap {
padding:20px;
background-image:url(HE_top.jpg);
background-repeat: no-repeat;
background-position:top;
min-height: 400px;
background-color:#ffffff;
}

.accor-wrap {background-color:#ffffff; clear:both;margin-top:10px;}
#accordion {
 	background-color:#fff;
	height:280px;
	width:860px;
	margin:0px auto 0px auto;
	overflow:hidden;
	}

#accordion img {
	float:left;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#accordion img:hover {
	cursor:pointer;
	opacity:0.75;
	filter: alpha(opacity=75);
}

/* currently active header */
#accordion img.current {
	float:left;
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}
#accordion div {
	width:0px;
	height:280px;
	float:left;	
	display:none;		
}
#accordion div p {	
	font-size:11px;
	width:200px;
	float:left;
	margin-left: 20px;
	margin-top: 20px;
	color:#333333;
}
#accordion div a {color: #2FB6C9;}
#accordion div a:hover {color: #000000;}


.st_drinks {background:url(tab_bg_drinks3.jpg);background-position:-30px 0px;}
.st_music {background:url(tab_bg_music.jpg);background-position:-30px 0px;}
.st_social {background:url(tab_bg_social.jpg);background-position:-30px 0px;}
