﻿body {
}

div.innerLocationDetails
{
	
}

div.EventDetail
{
	width: 400px;
	float:left;
}

div.EventDetailHeader
{
	width: 120px;
	float:left;
}

div.EventDetailData
{
	width: 270px;
	float:left;
}

div.LocationDetails
{
	float: left;
	width: 400px;
}

div.LocationMap
{
	float: left;
	width: 400px;
}

.gigHeaderDetails
{
	font-size:large;
	text-align:center;
}

div.locationImage
{
	border-bottom-color:Gray;
	border-width:medium;
	border-style:outset;
	width: 300px;
	height: 200px;
	margin-bottom:20px;
	margin-top:20px;
}	

.locationImage
{
	width:300px;
	height:200px;
	vertical-align:middle;
	text-align:center;
}

div.locationMap
{
	border-bottom-color:Gray;
	border-width:medium;
	border-style:outset;
	width: 340px;
	height: 300px;
	margin-bottom:20px;
	margin-top:20px;
}	

div.LocationMapHolder
{
	float:left;
	width:350px;
}

div.noImageLabel
{
	margin:auto;
	position: relative; /* makes block-box wrapped around its content */
    top: 45%; /* absolute %-unit referes to the selector's first positioned ancestor */
}

span.noImageLabel
{
	text-align:center;
	
}

.EventDetailHeaderText
{
}

div.AddressLine
{
	height:auto;
	width:auto;
}

div.MapContainer
{
	cursor: url(http://dev.virtualearth.net/mapcontrol/v6.1/cursors/grab.cur), move;
	position:relative;
	height:inherit;
	width:inherit;
}