@charset "utf-8";
/* CSS Document */

/* Box Helpers */
.Location .Box .BoxContent {
	padding: 0;
}

/* User Box */
.Location .UserBox {
	height: 80px;
}

/* Agenda */

/* Direcrory */
.Location .FeatureItems {
	margin-top: 10px;
}

.Location .FeatureItems table {
	border-collapse:collapse;
}

.Location .FeatureItems h3 {
	margin: 0 0 3px;
	font-size: 10pt;
}

.Location .FeatureItems .Category {
	font-size: 7pt;
	margin: 0 0 3px;
}

.Location .FeatureItems .LocationText {
	font-size: 7pt;
	margin: 0 0 3px;
}

.Location .FeatureItems td {
	border-bottom: 1px dotted #CCC;
	padding: 5px 0;
}

.Location .FeatureItems .Last td {
	border-bottom: 0px;
}

.Location .FeatureItems td.Details {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.Location .FeatureItems td.Thumbnail {
	vertical-align: top;
	width:80px;
	text-align: center;
	height: 85px;
}

.Location .FeatureItems .Agenda img {
}

.Location .FeatureItems .IntroText p {
	padding: 3px;
	margin: 0px;
	height: 75px;
}

.Location .SimpleBox {
	margin-bottom: 0px;
}

.Location .More {
	text-align: right;
	padding-bottom: 10px;
}

.OtherLocations ul.BulletList li {
	background-image: none;
	padding-left: 3px;
}


