/*
  Info.css - stylesheet definitions for DetailInfo
  (siehe "YellowMap Stylesheet Dokumentation")
*/
/* import YellowMap_Info stylesheet */
@import url(../../../../YM/Layout/Css/Info.css);

a:link 
{ 
	text-decoration: underline;
	color: #000000;
}

a:visited 
{ 
	text-decoration: underline; 
	color: #336699;
}

a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #990000;
}
#DetailInfoHeader  {
	position: relative;
	height: 71px;
	margin: 0px;
	padding: 0px;
	background: #fff url(../Images/Header/HomeHeaderBackground.gif) repeat-x scroll bottom left;
}
/* top level navigation */
.TabNavigation 
{
	font: bold 11px tahoma, arial, helvetica, sans-serif;
	list-style: none outside none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 560px;
	height: 23px;
	position: absolute;
	left: 20px;
	top: 40px;
	z-index: 1;
}

.TabNavigation li 
{
	display: block;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 23px;
	text-align: center;
	background: transparent url(../Images/Header/NaviUnselectedRight.gif) no-repeat scroll top right;
}

.TabNavigation a, .TabNavigation a:link, .TabNavigation a:visited {
	text-decoration: none;
	color: #000000;
}

.TabNavigation a:hover {
	text-decoration: underline;
	color: #000000;
}

.TabNavigation .SelectedTab a, .TabNavigation .SelectedTab a:link,
.TabNavigation .SelectedTab a:visited {
	text-decoration: none;
	color: #fff;
	cursor: default;
}

.TabNavigation .SelectedTab a:hover {
	text-decoration: none;
	color: #fff;
	cursor: default;
}

.TabNavigation div {
	text-decoration: none;
	width: 100%;
	height: 17px;
	padding: 4px 0px 0px 0px;
	background: transparent url(../Images/Header/NaviUnselectedLeft.gif) no-repeat scroll top left;
}

.TabNavigation li.SelectedTab {
	z-index: 100;
	background: transparent url(../Images/Header/NaviSelectedRight.gif) no-repeat scroll top right;
}

.TabNavigation .SelectedTab div {
	height: 23px;
	background: transparent url(../Images/Header/NaviSelectedLeft.gif) no-repeat scroll top left;
}

#DetailInfoFooter {
	position: relative;
	font-size: 11px;
	background-color: #f0f0f0;
	margin: 10px 0px 0px 0px;
	border-top: solid 3px #666;
	height: 40px;
}
#DetailInfoFooter a {
	color: #000;
	margin: 0px;
}
#DetailInfoFooter a.Upgrade {
	float: left;
	margin: 3px 0px 0px 10px;
}
#DetailInfoFooter a.Close {
	position: absolute;
	top: 3px;
	left: 710px;
}
.FormBox
{
	background-color: #f0f0f0;
	padding: 6px;
	border: solid 1px #ccc;
	margin: 0px 0px 12px 0px;
	position: relative;
}
legend 
{
	padding: 0px;
	margin: 2px 0px;
	color: #000;
	font: bold 11px tahoma, arial, helvetica, sans-serif;
}
#RouteSideColOptions,
#RouteSideColSpecials,
#RouteSideColLinks
{
	display: none;	
}
#MapControlPanel
{
	position: absolute;
	margin-left: 572px;
	width: 178px;
	top: 32px;
	background-color: #f0f0f0;
	border: 1px solid #dddddd;
}
#WelcomeText,
#TopNavigation a
{
	background-color: #fff;
	color: #000;		
}
