/* @override http://w2c:10088/css/main.css */

/* Common */

html, body { margin: 0; padding: 0; }

body {
	background: #8daedc url(layout/body-background.jpg) top center repeat-x;
	text-align: center;

	font-family: Arial, san-serif;
}

a, div.text div.more a { display: block; text-decoration: none; color: red; }
div.text a { display: inline; }

em { font-weight: bold; font-style: normal; }

#w2c-doc {
	width: 928px;

	background: white;

	margin: 0 auto;
	padding: 0 0 6px 0;

	text-align: left;

	overflow: hidden;
}

#hd, #bd, #ft { float: left; display: block; width: 916px; padding: 0px 6px; clear: both; }

/* Header */

#hd { background: url(layout/header-map.jpg) top center no-repeat; }

/* Body */

#bd { height: 320px; }

/* Footer */

#ft { padding-top: 6px; }
#ft span { display: block; width: 100%; background-color: #f1eeee; overflow: hidden; }

#ft div a { height: 44px; }

#ft div.addthis { float: left; display: block; margin: 0; padding: 14px 0 0 37px; }
#ft div.beehive { float: right; display: block; padding: 0 14px; }
#ft div.nblmc { float: right; display: block; padding: 0 39px 0 14px; }

#ft div.addthis a { height: auto; }
#ft div.beehive a { width: 114px; background: url(layout/footer-beehive.gif) 0px 4px no-repeat; }
#ft div.nblmc a { width: 214px; background: url(layout/footer-nblmc.gif) 0px 4px no-repeat; }

/* Locations */

ul.locations { float: left; width: 100%; height: 24px; background-color: white; }

ul.locations li {
	float: left;
	display: block;

	height: 24px;

	padding: 0 7px;

	font-size: 0.7em;
	font-weight: bold;
}

ul.locations li.beacon-hill { width: 72px; padding-left: 10px; }
ul.locations li.kings-chapel { width: 83px; }
ul.locations li.government-center { width: 123px; }
ul.locations li.old-state-house { width: 100px; }
ul.locations li.financial-district { width: 110px; }
ul.locations li.custom-house { width: 89px; }
ul.locations li.rose-kennedy-greenway { width: 150px; }
ul.locations li.long-wharf { width: 74px; padding-right: 0; }

ul.locations li a span { display: block; height: 24px; }
ul.locations li.beacon-hill a span { background: url(menu/beacon-hill_off.gif) 0 -3px no-repeat; }
ul.locations li.kings-chapel a span { background: url(menu/kings-chapel_off.gif) 0 -3px no-repeat; }
ul.locations li.government-center a span { background: url(menu/government-center_off.gif) 0 -3px no-repeat; }
ul.locations li.old-state-house a span { background: url(menu/old-state-house_off.gif) 0 -3px no-repeat; }
ul.locations li.financial-district a span { background: url(menu/financial-district_off.gif) 0 -3px no-repeat; }
ul.locations li.custom-house a span { background: url(menu/custom-house_off.gif) 0 -3px no-repeat; }
ul.locations li.rose-kennedy-greenway a span { background: url(menu/rose-kennedy-greenway_off.gif) 0 -3px no-repeat; }
ul.locations li.long-wharf a span { background: url(menu/long-wharf_off.gif) 0 -3px no-repeat; }

ul.locations li.beacon-hill a:hover span { background: url(menu/beacon-hill_over.gif) 0 -3px no-repeat; }
ul.locations li.kings-chapel a:hover span { background: url(menu/kings-chapel_over.gif) 0 -3px no-repeat; }
ul.locations li.government-center a:hover span { background: url(menu/government-center_over.gif) 0 -3px no-repeat; }
ul.locations li.old-state-house a:hover span { background: url(menu/old-state-house_over.gif) 0 -3px no-repeat; }
ul.locations li.financial-district a:hover span { background: url(menu/financial-district_over.gif) 0 -3px no-repeat; }
ul.locations li.custom-house a:hover span { background: url(menu/custom-house_over.gif) 0 -3px no-repeat; }
ul.locations li.rose-kennedy-greenway a:hover span { background: url(menu/rose-kennedy-greenway_over.gif) 0 -3px no-repeat; }
ul.locations li.long-wharf a:hover span { background: url(menu/long-wharf_over.gif) 0 -3px no-repeat; }

ul.locations li.beacon-hill span.active { background: url(menu/beacon-hill_on.gif) 0 -3px no-repeat; }
ul.locations li.kings-chapel span.active { background: url(menu/kings-chapel_on.gif) 0 -3px no-repeat; }
ul.locations li.government-center span.active { background: url(menu/government-center_on.gif) 0 -3px no-repeat; }
ul.locations li.old-state-house span.active { background: url(menu/old-state-house_on.gif) 0 -3px no-repeat; }
ul.locations li.financial-district span.active { background: url(menu/financial-district_on.gif) 0 -3px no-repeat; }
ul.locations li.custom-house span.active { background: url(menu/custom-house_on.gif) 0 -3px no-repeat; }
ul.locations li.rose-kennedy-greenway span.active { background: url(menu/rose-kennedy-greenway_on.gif) 0 -3px no-repeat; }
ul.locations li.long-wharf span.active { background: url(menu/long-wharf_on.gif) 0 -3px no-repeat; }

ul.locations li.active a, ul.locations li.active a:hover { color: red; }

/* Panels */

ul.panels, div.content { float: left; display: block; width: 100%; clear: both; }

ul.panels { width: 870px; padding-left: 38px; height: 20px; }
ul.panels li {
	float: left;
	display: block;

	margin-right: 4px;

	font-size: 0.75em;
	font-weight: bold;
}
ul.panels li a { 
	float: left;
	display: block;
	height: 20px;

	background-color: #BACADC;

	padding: 0px 10px;

	color: white;

	cursor: pointer;

	clear: both;
}
ul.panels li a:hover { background-color: #9ebfec; }
ul.panels li span { display: block; padding-top: 2px; }

ul.panels li.active a, ul.panels li.active a:hover { background-color: white; color: red; }

div.content { background: #dadada; padding: 10px 0 0 0; }
div.content div.previous, div.content div.stack, div.content div.stack-single, div.content div.next { float: left; display: block; }

div.content div.previous, div.content div.next, div.content div.previous a, div.content div.next a { height: 243px; }

div.content div.previous { width: 28px; padding-right: 10px; }
div.content div.previous a { background: url(layout/content-previous.gif) center right no-repeat; }

div.content div.next { width: 24px; padding-left: 10px; }
div.content div.next a { background: url(layout/content-next.gif) center left no-repeat; }

div.content div.stack, div.content div.stack-single {
	width: 839px;
	height: 243px;

	background-color: white;

	overflow: visible;
}
div.content div.stack-single { height: 263px; }

div.content div.panel { height: 243px; position: absolute; padding-right: 5px; }
div.content div.stack-single div.panel { height: 263px; }

/* Content */

div.content div.image { margin: 5px 0 0 5px; }

div.content div.text, div.content div.thumbnail { float: left; display: block; }
div.content div.thumbnail-wide { float: left; display: block; }

div.content div.text { width: 358px; background-color: white; padding-bottom: 5px; font-size: 0.75em; overflow: hidden; }
div.content div.text h1, div.content div.text p { display: block; padding: 5px 10px 0px 10px; line-height: 1.5em; }
div.content div.text h1 { padding-top: 10px; font-size: 1.2em; font-weight: bold; line-height: 1em; color: #254ea1; }
div.content div.more { 
	width: 355px;
	height: 14px;

	padding-top:2px;
	padding-bottom:2px;

	position: absolute;
	bottom: 0;

	background-color:#EEEEEE;
	line-height:15px;

	overflow: hidden;
}
* html div.content div.more{ 
margin-bottom:-1px;
} 
div.content div.more a { padding: 0px 10px; text-align: right; font-weight: bold; color: red; }
div.content div.thumbnail, div.content div.thumbnail-wide { position: relative; width: 233px; height: 233px; padding: 5px 0 5px 5px; overflow: hidden; }
div.content div.thumbnail-wide { position: relative; width: 476px; padding: 5px 0 0 0; }
div.content div.stack-single div.thumbnail, div.content div.stack-single div.thumbnail-wide { height: 253px; }
div.content div.thumbnail span, div.content div.thumbnail-wide span { display: none; }
div.content div.thumbnail a:hover span, div.content div.thumbnail-wide a span { 
	display: block;

	width: 217px;

	position: absolute;
	bottom: 0;

	background: black;

	padding: 4px 8px;

	font-size: 0.85em;
	color: white;
	line-height: 1.2em;

	opacity: 0.75;
	filter: alpha(opacity = 75);
}
.spanHover { display: none; }
.spanHover_ovr div {
	display: block;

	width: 217px;

	position: absolute;
	bottom: 5px;

	background: black;

	padding: 4px 8px;

	font-size: 0.85em;
	color: white;
	line-height: 1.2em;

	opacity: 0.75;
	filter: alpha(opacity = 75);
}
div.thumbnail-wide .spanHover_ovr div { width: 460px; bottom: 0; }

div.content div.thumbnail-wide a:hover span { width: 460px; }

div.content div.stack-single table { width: 338px; margin-left: 10px; }
div.content div.stack-single table td { line-height: 1.25em; }
div.content div.stack-single table td.col1 { padding-left: 30px; }
div.content div.stack-single table td.col2 { vertical-align: middle; font-size: 0.9em; }
div.content div.stack-single table td.col1 span, div.content div.stack-single table td.col2 span { display: block; padding: 0 10px; }

div.content div.stack-single table td div { width: 57px; height: 49px; }
div.content div.stack-single table td div.legend-marker { background: url(legend/legend-marker.gif) top right no-repeat; }
div.content div.stack-single table td div.legend-mbta { background: url(legend/legend-mbta.gif) top right no-repeat; }
div.content div.stack-single table td div.legend-exit23 { background: url(legend/legend-exit23.gif) top right no-repeat; }

/* Download */

div.download {
	float: left;
	display: block;

	width: 100%;
	height: 23px;

	background: #dadada;

	font-size: 0.75em;
	font-weight: bold;

	clear: both;
}

div.download div { float: right; display: block; padding-right: 44px; }

/* Overlay */

div.overlay {
	display: none;

	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;

	text-align: center;
}

div.overlay div.dimmer {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;

	background-color: black;

	opacity: 0.75;
	filter: alpha(opacity = 75);

	zoom: 1;
}

div.overlay div.window {
	display: none;

	width: 800px;

	position: relative;
	top: 70px;

	margin: 0 auto;
	margin-bottom: 20px;

	background-color: white;

	text-align: left;

	border: 2px solid #CCC;

	overflow: hidden;
}

div.overlay div.window div.close { background-color: white; display: block; float: right; clear: both; }
div.overlay div.window div.close[class] { position: absolute; top: 0; right: 0; float: none; clear: none; }
div.overlay div.window div.close a { padding: 4px 8px 4px 8px; text-align: right; font-weight: bold; color: red; }

div.overlay div.window div.inner { float: left; display: block; width: 100%; font-size: 0.75em; line-height: 1.5em; overflow: hidden; }
div.overlay div.window div.inner img { float: left; display: block; }
div.overlay div.window div.inner span { display: block; margin: 0 1em 1em 1em; clear: both; overflow: hidden; }
div.overlay div.window div.inner p { padding-top: 1em; }

div.overlay div.window div#mapviewer { width: 100%; height: 500px; }
div.overlay div.window div.inner span.alternate { float: left; display: block; margin: 4px 0 2px 8px; }
div.overlay div.window div.inner span.alternate span.name { font-weight: bold; margin: 0; }
div.overlay div.window div.inner span.nblmc { float: right; display: block; margin: 4px 8px 2px 0; color: red; }
div.overlay div.window div.inner span.nblmc a { display: inline; }
