.locationInfo {
	padding: 10px;
	
	background: #161616;
}

.locationInfo h1 {
	font-size: 16px;
	
	margin: 0px;
	
	color: #555555;
	
	text-transform: uppercase;
}

.locationInfo h2 {
	font-size: 11px;
	
	margin: 0px;
	margin-bottom: 15px;
		
	color: #333333;
	
	font-weight: normal;
}

.locationPhotoScrollContainer {
	background: #222222;
}

.locationEventsBox .eventContainer {
	position: relative;
	top: 0px;
	left: 0px;
	
	height: 80px;
	width: 682px; 
	
	background: #202020;
	
	cursor: pointer;
	
	margin-bottom: 2px;
	
	border: 1px solid #393939;	
}

.locationEventsBox.short .eventContainer.hidden {
	display: none;
}

.locationEventsBox .eventContainer:hover {
	background: #303030;
}

.locationEventsBox .eventContainer .icon {
	position: absolute;
	top: 5px;
	left: 5px;
	
	height: 68px;
	width: 48px;
	
	overflow: hidden;
	
	text-align: center;
	
	background: #222222;
	border: 1px solid #333333;
}

.locationEventsBox .eventContainer:hover .icon {
	border: 1px solid #ff0072;	
}

.locationEventsBox .eventContainer .icon img {
	height: 68px;
	width: auto;
}

.locationEventsBox .eventContainer .title {
	top: 10px;
	left: 65px;
	
	width: 600px;
	
	font-size: 16px;
	position: absolute;
	
	text-transform: uppercase;
	
	overflow: hidden;
	text-overflow: ellipsis;
	
	white-space: nowrap;
}

.locationEventsBox .eventContainer .category {
	position: absolute;
	top: 30px;
	left: 65px;
	
	font-size: 10px;
	
	color: #666666;
}

.locationEventsBox .eventContainer:hover .category {
 	color: #808080;
}

.locationEventsBox .eventContainer .dateContainer {
	position: absolute;
	top: 35px;
	right: 10px;
	
	width: 135px;
	
	color: #595959;	
}

.locationEventsBox .eventContainer:hover .dateContainer {
	color: #ff0072;
}

.locationEventsBox .eventContainer .dateContainer .day {
	position: absolute;
	top: 0px;
	left: 0px;
	
	font-size: 26px;
	
	text-transform: uppercase;
	
	width: 65px;
	
	white-space: nowrap;
	
	text-align: right;
}

.locationEventsBox .eventContainer .dateContainer .month {
	position: absolute;
	top: 4px;
	left: 85px;
	
	font-size: 9px;
	
	text-align: left;
}

.locationEventsBox .eventContainer .dateContainer .time {
	position: absolute;
	top: 15px;
	left: 85px;
	
	font-size: 9px;
	
	text-align: left;
}

.locationEventsBox .eventContainer .locationIcon {
	position: absolute;
	top: 53px;
	left: 68px;
}

.locationEventsBox .eventContainer .location {
	position: absolute;
	top: 56px;
	left: 85px;
	
	font-size: 10px;
	
	color: #666666;
}

.locationMapBox {
	border: 1px solid #999999;

	cursor: pointer;
	
	margin-left: 10px;
}

.locationMapBox:hover {
	border: 1px solid #b72af2; 	
}

.favoriteUserGrid {
	width: 300px;
	height: 100px;
	
	padding: 5px;

	clear: both;
	
	overflow: hidden;
}

.favoriteUserGrid .userContainer {
	width: 33px;
	height: 38px;
	
	overflow: hidden;
	
	border: 1px solid #999999;

	cursor: pointer;
	
	margin: 5px;
	
	float: left;

	background: #333333;
}

.favoriteUserGrid .userContainer:hover {
	border: 1px solid #dbfa06;	
}

.favoriteUserGrid .userContainer img {
	width: 44px;
	height: auto;
	
	min-height: 54px;
	
	border: 0px;
}

.locationBigMapContainer {

	width: 684px;
	height: 500px;
	
	text-align: center;
	
	text-transform: uppercase;
	
	overflow: hidden;
	
	border: 1px solid #CCCCCC;
}

.mapLink {
	margin-top: 3px;
	margin-left: 0px;
	width: 585px;
	
	text-align: right;

	font-size: 10px;
	
	font-weight: bold;
	text-transform: uppercase;
}

.mapLink a {
	color: #4B4B4B;
	text-decoration: none;
}

.mapLink a:hover {
	color: #6B6B6B;
	text-decoration: underline;
}

.eventsListScrollBar {
	position: relative;
	
	background-image: url(../../images/style/content/dark/headerBg.jpg);
	
	border-top: 1px solid #393939;
}

.eventsListScrollBar .scrollRightButton {
	position: absolute;
	top: 8px;
	right: 15px;
	
	text-align: right;
	
	font-weight: bold;
}

.eventsListScrollBar .scrollLeftButton {
	position: absolute;
	top: 8px;
	left: 15px;
	
	text-align: left;

	font-weight: bold;
}

.eventsListScrollBar .scrollRightButton.inactive {
	opacity: 0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);	
}

.eventsListScrollBar .scrollLeftButton.inactive {
	opacity: 0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);	
}

.photoAppContainer {
	margin-left: 0px;
}

.rightColumn .locationLogoImage {
	border: 1px solid #999999;
	width: 178px;

	height: auto;
}
