

 

.legend {
	position:absolute;
	width:192px;
	height:18px;
	background:url(../../site_files/images/legend_03.png) no-repeat transparent;
	top: 70px;
	left: 156px;	
}

.white_grad {
	position:absolute;
	width:323px;
	height:37px;
	background:url(../../site_files/images/white_grad.png)transparent;
	top: 92px;
	left: 81px;
	z-index:70;
}

.left_wrapper {
	position:absolute;
	top:10px;
	left:6px;	
	overflow:auto;
	overflow-x:hidden;
	height:442px;
	width: 343px;
}

.event{
	background-color: #39526c;
	margin: 4px;
	padding: 0px;
	*cursor: hand;
	cursor: pointer;
}

.date_container {
	background-color: #fff;
	color: #39526c;
	padding: 4px;
	margin-top:22px;
}


.namenight_container {
	padding: 2px;
	margin-left:4px;
	color: #fff;
	text-transform: capitalize;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	letter-spacing: 0.1px;
	line-height: 1.2em;
	
}

.headliners {
	color: #87aad1;
	text-transform: capitalize;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10.4px;
	line-height: 1.2em;	
}

.gig_label, .club_label, .non_music_label {
		width:3px;
		height: 20px;
		float: left;
		margin-right: 8px;
		margin-top: 3px;
	}
		
.gig_label {background-color: #38f709;}	
.club_label {background-color: #0180fe;}	
.non_music_label {background-color: red;}

.bottom_buffer {
	width: 323px;
	height: 40px;
	}
