
/* widgetWrapper */

#hooolp{
	position: relative;
	width: 910px;
	margin: auto;
	padding: 10px;
}

/* widgetOptions */

#hooolpDatepicker{
	width: 310px;
}

#hooolpOptionField{
	width: 310px;
	margin-top: 20px;
	
}

#hooolpEvents{
	position: absolute;
	top: -10px;
	left: 330px;
	width: 580px;
}

.hooolpGenreButtonsList{
	list-style-type: none;
	width: 330px;
	margin: 0px;
	padding: 0px;
}

.hooolpGenreButtonsListItem{
	float: left;
	width: 150px;
	font-size: 13px;
	font-family: arial, sans-serif;
}


.hooolpAllGenres span{
	font-weight: bold;
}

/* events */

#hooolpEvents{
	clear: both;
	padding-top: 20px;
}

.hooolpEventWrapper{
	
}

.hooolpEventUpperBorder{
	height: 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.hooolpFirst .hooolpEventUpperBorder{
	background-color: #ffffff;
}

.hooolpSecond .hooolpEventUpperBorder{
	background-color: #eeeeee;
}

.hooolpEventLowerBorder{
	height: 15px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	margin-bottom: 5px;
}

.hooolpFirst .hooolpEventLowerBorder{
	background-color: #ffffff;
}

.hooolpSecond .hooolpEventLowerBorder{
	background-color: #eeeeee;
}

.hooolpEventHeading{
	clear: both;
	height: 50px;
	color: #285f79;
}

.hooolpFirst .hooolpEventHeading{
	background-color: #ffffff;
}

.hooolpSecond .hooolpEventHeading{
	background-color: #eeeeee;
}

.hooolpHeading{
	float: left;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-right: 10px;
	padding:0px;
	padding-left: 5px;
	
}
.hooolpEventAddText{
	clear: both;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
} 

.hooolpInfoLink{
	clear: both;
}

.hooolpEventDate{
	font-weight: normal;
	
}

.hooolpEventGenre{
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	padding-top: 0px;
}




.hooolpEventDivider{
	clear: both;
	width: 
}

.hooolpEventBody{
	padding: 10px;
	position: relative;
}

.hooolpFirst .hooolpEventBody{
	border: 2px solid #ffffff;
}

.hooolpSecond .hooolpEventBody{
	border: 2px solid #eeeeee;
}

/*EventInfo in Event*/

.hooolpEventInfo{
	font-family: arial, sans-serif;
	font-size: 13px;
	padding: 10px;
}


/*Club Details in Event*/

.hooolpClubDetails{
	position: relative;
	height: 230px;
	font-family: arial, sans-serif;
	
}

.hooolpClubName{
	width: 190px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.hooolpClubAddress1{
	width: 190px;
	position: absolute;
	top: 45px;
	left: 10px;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

.hooolpClubAddress2{
	xwidth: 190px;
	position: absolute;
	top: 65px;
	left: 50px;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: center;	
}

.hooolpClubAddress3{
	xwidth: 190px;
	position: absolute;
	top: 65px;
	left: 110px;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

.hooolpClubMap{
	width: 270px;
	position: absolute;
	top: 10px;
	left: 200px;
}

.hooolpClubMap img{
	width: 270px;
	height: 205px;
}

/* Band Details in Event */

.hooolpBandDetails{
	position: relative;
	margin-left: 10px;
}

.hooolpEventBandList{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.hooolpEventBandList li{
	float: left;
}

.hooolpBandName{
	float: left;
	margin-right: 5px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.hooolpBandMainGenre{
	float: left;
	margin-right: 10px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding-top: 3px;
}


/* Link to hooolp */
.hooolpEventLink{
	clear: both;
	margin-left: 10px;
}

.hooolpEventLink a{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #e7501b;
	text-decoration: none; 
}

.hooolpEventLink a:hover{
	text-decoration: underline;
}
/* mouseOver Styles for Events */

.hooolpHoveredEventUpperBorder{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.hooolpHoveredEventLowerBorder{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.hooolpHoveredEventHeading{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.hooolpHoveredEventDivider{

}

.hooolpHoveredEventBody{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	
}

/* bandSelection */

.hooolpBandList{
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.hooolpBandListItem{
	margin: 0px;
	padding: 0px;
}

.hooolpBandListItemText{
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #285f79;
}

.hooolpBandListItem_selected span{
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}



