.Map
{
	
}

.InfoWindow
{	
	font-size: 11px
}
.InfoWindow A:hover
{
  outline: none;
}

a:active,
a:focus,
a:hover {
  outline: none;
}


.ContexMenu
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #676767;
	color: black;
	cursor: pointer;
	font-size: 75%;
	padding: 4px 4px 4px 4px;
}

.ContexMenu .Item
{
	color: #0000cc;
	border-color: #0000cc;
}

.ContexMenu .Item:hover
{
	background-color: #d3e3fe;
}

.ContexMenu .Separator
{
	color: #cccccc;
	height: 1px;
}



.Panel
{
	background-color: #ffffff;
}

.Panel .Title
{
	background-image: url(images/cmp-bg.gif);
	background-repeat: repeat-x;
	height:23px;
	line-height:23px;
		
	border-color: #ddd Black #ccc;
	border-style: solid none;
	border-width: 1px medium;
	
	margin: 1px 0px 0px;
	
	cursor: pointer;
	font-size: 11px;
	
	padding-left: 2px;
	
}

.Panel .Title:hover
{
	
}

.Panel .SelectedTitle
{
	background-image: url(images/cmp-bg.gif);
	background-repeat: repeat-x;
	height:23px;
	line-height:23px;
		
	border-color: #ddd Black #ccc;
	border-style: solid none;
	border-width: 1px medium;
	
	margin: 1px 0px 0px;
	
	cursor: pointer;
	font-size: 11px;
	
	padding-left: 2px;
	
}

.Panel .Header
{
	color: #000000;
	background-color: #ffffcc;
	border: #dcdcdc 1px solid;
	padding: 5px;
}

.Panel .Header .SortChoice
{
	font-size: 100%;
}

.Panel .Buttons
{
	padding-top: 3px;
}

.Panel .Item, .Panel .Description
{
	padding: 5px 2px 5px 2px;
	background-position: 2px 5px;
	background-repeat: no-repeat;
	
	color: #2d5593;
	display: block;
	-moz-outline: none;
	border:1px solid white;
	margin-bottom:2px;
	text-decoration:none;
}

.Panel .Item
{
	cursor: pointer;
}

.Panel .Item:hover, .Panel .SelectedItem
{
	text-decoration: none;
	border:1px solid #c3daf9;
	background-color:#ddecfe;
}

.Panel .SelectedItem
{
	border: 1px solid #c3daf9;
	padding: 5px 2px 5px 2px;
	background-position: 2px 5px;
	background-repeat: no-repeat;
	
	color: #2d5593;
	display: block;
	-moz-outline: none;
	margin-bottom:2px;
	text-decoration:none;
	background-color:#ddecfe;
	cursor: pointer;
}

.Panel .ExtraMessage
{
	color: #8888cc;
	/*font-size:80%;*/
}

.RouteTimeStation
{
	color: #333333;
	font-size:82%;
}

.ThemeSelectorControl DIV
{
	cursor: pointer;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: center;
	padding: 1px 3px 1px 3px;
	width: 25px;
}

.ThemeSelectorControl .Unselected
{
	font-weight: normal;
}

.ThemeSelectorControl .Selected
{
	font-weight: bold;
}

.Overview
{
	border: #555555 1px solid;
}

.Overview .Region
{
	background: #a1bde1;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


