﻿html
{
	overflow:hidden;
	font-family:Verdana;
	font-size:10px;
}

body
{
	margin:16px;
	overflow:hidden;
	background-color:#e4e9ed;
}

h3
{
	font-size:14px;
	margin:0px;
}

.Map
{
	position:relative;
	width:200px;
	height:200px;
	border:1px solid #d7d7d7;
}

.MapContainer
{

background-color:yellow;
width:260px;
height:260px;
border:2px solid yellow;
overflow:scroll;
}

.MenuLink
{
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration: none;
color: #666666;
text-align: center;
}

.MenuButton a:hover,a:active
{
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration: none;
color: #8fbc0a;
text-align: center;
}

.Pushpin
{
	width:22px;
	height:35px;
	text-align:center;
	line-height:47px;
	color:black;
	font-family:Verdana;
	font-size:9px;
}


.PanelContainer
{
float:left;
background-color:#e4e9ed;
width:260px;
}

.Panel
{

	width:250px;
	height:600px;
	border:1px solid #d7d7d7;
	background-color:White;
	display:none;

}

.PanelCaption
{
	padding-right:6px;
	background-color:white;
	color:black;
	
	/*background-image:url('../images/baw/PanelHeaderBackground.png');*/
	background-repeat:no-repeat;

	height:63px;
	

	
}

.PanelCaptionTextArea
{
	float:left;
	width:222px;
	padding-left:8px;
	padding-top:8px;
	height:26px;
	line-height:26px;
}

.PanelCaptionTextArea a
{
	font-family:verdana;
	font-size:24px;
	color:#444444;
	font-family:Segoe UI;
}




.PanelCaptionCloseButton
{
	float:left;
	height:24px;
	line-height:24px;
	text-align:center;
	width:24px;
	cursor:pointer;
}

.PanelBody
{
	width:250px;
	height:100%;
	overflow:auto;
}

.InfoboxContainer
{
	display:none;
	position:absolute;
	z-Index:32000;
	background-Color:White;
	left:200px;
	top:200px;
	border:1px solid #bbbbbb;
	background-image:url('../images/baw/InfoBoxBg2.gif');
	background-repeat:repeat-x;

}

.InfoboxBody
{
 width:230px;
 vertical-align:top;
 padding:12px;
}

.InfoboxLink
{
	color:#0066A7;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}

.TDCollectionLabel
{
	cursor:pointer;
	padding:8px;
	font-weight:bold;
}

.ExtendedDetailsPanel
{
	position:absolute;
	left:200px;
	top:200px;
	width:1020px;
	height:600px;
	display:none;
	z-index:32006;
	color:White;
	font:Calibri,Arial;
	font-size:18px;
	border:1px solid #cccccc;
}

.ExtendedDetailsIFrame
{
	width:1020px;
	height:600px;
}



.SearchButton
{
	padding:3px;
	width:120px;
	cursor:pointer;
	text-align:center;
	/*vertical-align:baseline;*/
	background-image:url('../images/baw/orangebutton.gif');
	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size:11px;
	border:1px solid #bbbbbb;
	float:right;
margin-right:24px;
}

.ThreeDPanelTitle
{
	font-weight:bold;
	font-size:1.1em;
	color:#0066a7;
	font-size:11px;
}

.ThreeDPanelText
{
	color: Black;
	font-family: Verdana;
	font-size: 1.1em;
}

.ThreeDPanelLink
{
	color:#20209f;
	cursor:pointer;
	font-style:italic;
	
}

hr
{
	color:#d7d7d7;
	height:1px;
}


.PopupMenu
{
border:1px solid #cccccc;
background-color:white;
position:absolute;
width:180px;
display:none;
z-index:20000;
font-family:Verdana;
font-size:8pt;
left:0;
top:0;
width:190px; 
height:120px;
background-image:url('../images/baw/InfoBoxBg2.gif');
background-repeat:repeat-x;

}
.PopupMenu td {padding:8px;}

.PopupMenuItem
{
color:dodgerblue;
cursor:pointer;
width:100%;
padding-left:4px;
height:20px;
line-height:20px;
}

.PopupMenuItemHover
{
background-color:#c1ddfb;
color:dodgerblue;
cursor:pointer;
height:20px;
line-height:20px;
width:100%;
padding-left:4px;
}


#listRouteStationsContainer
{
	border:1px solid #cccccc;
	width:218px;
	height:302px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-left:16px;
	margin-top:16px;	
}

#listRouteStations
{
		width:216px;
		margin:0px;
}

.SortableItem
{
	font-family:Verdana;
	border-bottom:1px solid #cccccc;
	height:24px;
	line-height:24px;
	list-style:none;

}

.ui-sortable-helper
{
	border:none;
	background-color:Orange;
}


.ResultListItem
{
	line-height:18px;
}

.ResultListItemTitle
{
	color:#0066a7;
	font-family:Verdana;
	font-weight:bold;
}

.ResultListItemAdress
{
	color:black;
	font-family:Verdana;
}
