html, body
{
	height: 100%;
	overflow: hidden;
}

body
{
	background: #69892A url(../images/background.gif) repeat-x scroll 0%;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0;
}
body div.document
{
	margin: 0pt auto;
	width: 960px;
}

#map
{
	height: 100%;
}

#help
{
	position:absolute;
	left:6px;
	bottom:50px;
	z-index:100;
}

.signBox
{
	background: url( '/images/infowindow.png' );
	border: none;
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 999999999;
}

.signBox #naptan
{
	font-size: 11px;
}

.signBox #close
{
	text-align: right;
	padding-right: 10px;
	width: 20px;
}

.stopNameRow
{
	font-size: 13px;
	color: #002e4f;
	text-align:center;
	font-weight:bold;
	padding:2px;
}

.noDeparturesRow
{
	text-align:center;
	padding:2px;
}


.psmRow
{
	font-size: 12px;
	color: #002e4f;
	text-align:center;
}

.departureRow
{
	font-size: 12px;
}

.signBox #link
{
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	cursor:pointer;
	color:#002e4f;
}

.signBox #content
{
	padding-left: 10px;
}

