﻿.RepeatLine
{	
	background-image:url('Images/InteractiveMap/repeat_line.jpg');
    background-repeat:repeat-x;
    background-position:center center;
}

.BgStartStation
{
	background: url('Images/InteractiveMap/start.jpg');	
	background-repeat:no-repeat;
    background-position:center center;	
}
.BgLinkStation
{
	background: url('Images/InteractiveMap/link.jpg');	
	background-repeat:no-repeat;
    background-position:center center;	
}
.BgStopStation
{
	background: url('Images/InteractiveMap/stop.jpg');	
	background-repeat:no-repeat;
    background-position:center center;	
}


.WhiteLabel
{
	color: #FFF;	
	font-family: Arial;	
	font-size: 14px;
}
.BlueLabel
{
	color: #409FCF;	
	font-family: Arial;	
	font-size: 14px;
}
.OrangeLabel
{
	color: #FF6600;	
	font-family: Arial;	
	font-size: 14px;
}
.GrayLabel
{
	color: #CCC;	
	font-family: Arial;	
	font-size: 14px;
}


#InteractiveMapContainer
{
	width:940px; 
	height:534px; 
	margin-left:auto; 
	margin-right:auto; 
	border: 1px solid #365e98;
}
#HeaderTable
{
	background:url(Images/Bg/page-title-background.png) repeat-x;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:60px;
	width:100%;
	height:60px;
}



.BorderButton2
{	
	
	background-color: #d9e8fb;
	border: solid 1px #6b99fb;		
	text-decoration: none;	
	
	font-size: 11px;
	font-family: Arial;	
	font-weight:bold;
	color:Navy;
		
	margin-bottom : 5px;
	padding: 0px 5px 0px 10px;	
	display:inline;
	margin-left:5px;		
	width: 180px;
	height: 45px;
}
.BorderButton2:hover
{
	border: solid 1px #908f8f;
	background-color: White;
}




.BorderButton
{	
	background:url(Images/InteractiveMap/btnReleased.png);
	border: solid 0px #6b99fb;		
	text-decoration: none;	
	
	font-size: 11px;
	font-family: Arial;	
	font-weight:bold;
	color:White;
		
	margin-bottom : 0px;
	padding: 0px 1px 0px 10px;	
	
	margin-left:2px;		
	width: 180px;
	height: 45px;
}
.BorderButton:hover
{
	background:url(Images/InteractiveMap/btnOver.png);
	border: solid 0px #908f8f;	
}
.BorderButtonPressed
{	
	background:url(Images/InteractiveMap/btnPressed.png);
	border: solid 0px #6b99fb;		
	text-decoration: none;	
	
	font-size: 11px;
	font-family: Arial;	
	font-weight:bold;
	color:White;
		
	margin-bottom : 0px;
	padding: 0px 1px 0px 10px;	
	
	margin-left:2px;		
	width: 180px;
	height: 45px;
}







.CurrentStationButton
{	
	background:url(Images/InteractiveMap/btnCurStationReleased.png);
	border: solid 0px #6b99fb;		
	text-decoration: none;	
	
	font-size: 11px;
	font-family: Arial;	
	font-weight:bold;
	color:Black;
		
	margin-bottom : 5px;
	padding: 0px 5px 0px 10px;	
	display:inline;
	margin-left:5px;
	width: 500px;
	height: 40px;
}
.CurrentStationButton:hover
{
	background:url(Images/InteractiveMap/btnCurStationOver.png);
	border: solid 0px #908f8f;	
}







.IkButton
{	
	background-color: #d9e8fb;
	border: solid 1px #6b99fb;		
	text-decoration: none;	
	
	font-size: 11px;
	font-family: Arial;	
	font-weight:bold;
	color:Navy;		
	
	padding: 5px 5px 5px 5px;	
	display:inline;
	margin-left:5px;			
	
}
.IkButton:hover
{
	border: solid 1px #908f8f;
	background-color: White;
}



.ColumnPanel
{
	display:inline-table;		
	width: 160px;
}

