/* Screen style sheet for tubewalker.com */

@import url(base.css);

#siteNavigation li#tabMoxon {
	background-image: url(../images/common/tab_off.gif);
}

#siteNavigation li#tabLDW {
	background-image: url(../images/common/tab_off.gif);
}

#siteNavigation li#tabLEJOG {
	background-image: url(../images/common/tab_off.gif);
}

#siteNavigation li#tabTubewalker {
	background-image: url(../images/common/tab_on.gif);
}

#siteNavigation li#tabMarkMoxon {
	background-image: url(../images/common/tab_off.gif);
}

ul.mainMenu li#bakerloo,
ul.mainMenu li#about_tubewalking,
ul.mainMenu li#about_me  {
	margin-top: 0.50em;
}

#progress_chart {
	margin: 1em 0 1em 15px;
	padding: 0;
	width: 560px;
	line-height: 110%;
}

#progress_chart dl {
	margin: 0;
	padding: 0;
  	font-family: Arial, Helvetica, sans-serif;
}

#progress_chart dt {
	width: 180px;
	margin-bottom: 1px;
}

#progress_chart dt a {
	padding: 2px;
	display: block;
	width: 180px;
}

#progress_chart dd {
	position: relative; 
	float: left;
	width: 360px;
	margin-left: 185px;
	margin-bottom: -1.4em;
	top: -1.4em;
	background-color: #ccc;
}

#progress_chart dd a {
	font-weight: bold;
	color: #113b92;
	padding: 2px;
	width: 360px;
	display: block;
}

#progress_chart dd.done {
	background-color: #113b92;
	color: #fff;
}

#progress_chart dd.done a {
	color: #fff;
}

.bakerloo {
	color: #fff;
	background: #ae6118;
}

.central {
	color: #fff;
	background: #e41f1f;
}

.circle {
	color: #113b92;
	background: #f8d42d;
}

.district {
	color: #fff;
	background: #00a575;
}

.east_london {
	color: #113b92;
	background: #f2ad41;
}

.hammersmith_and_city {
	color: #113b92;
	background: #e899a8;
}

.jubilee {
	color: #fff;
	background: #8f989e;
}

.metropolitan {
	color: #fff;
	background: #893267;
}

.northern {
	color: #fff;
	background: #000000;
}

.piccadilly {
	color: #fff;
	background: #0450a1;
}

.victoria {
	color: #fff;
	background: #009fe0;
}

.waterloo_and_city {
	color: #113b92;
	background: #70c3ce;
}

.bakerloo:visited {
	color: #fff;
}

.central:visited {
	color: #fff;
}

.circle:visited {
	color: #113b92;
}

.district:visited {
	color: #fff;
}

.east_london:visited {
	color: #113b92;
}

.hammersmith_and_city:visited {
	color: #113b92;
}

.jubilee:visited {
	color: #fff;
}

.metropolitan:visited {
	color: #fff;
}

.northern:visited {
	color: #fff;
}

.piccadilly:visited {
	color: #fff;
}

.victoria:visited {
	color: #fff;
}

.waterloo_and_city:visited {
	color: #113b92;
}

.bakerloo:hover {
	color: #fff;
	background: #ae6118;
	text-decoration: underline;
}

.central:hover {
	color: #fff;
	background: #e41f1f;
	text-decoration: underline;
}

.circle:hover {
	color: #113b92;
	background: #f8d42d;
	text-decoration: underline;
}

.district:hover {
	color: #fff;
	background: #00a575;
	text-decoration: underline;
}

.east_london:hover {
	color: #113b92;
	background: #f2ad41;
	text-decoration: underline;
}

.hammersmith_and_city:hover	{
	color: #113b92;
	background: #e899a8;
	text-decoration: underline;
}

.jubilee:hover {
	color: #fff;
	background: #8f989e;
	text-decoration: underline;
}

.metropolitan:hover {
	color: #fff;
	background: #893267;
	text-decoration: underline;
}

.northern:hover {
	color: #fff;
	background: #000000;
	text-decoration: underline;
}

.piccadilly:hover {
	color: #fff;
	background: #0450a1;
	text-decoration: underline;
}

.victoria:hover {
	color: #fff;
	background: #009fe0;
	text-decoration: underline;
}

.waterloo_and_city:hover {
	color: #113b92;
	background: #70c3ce;
	text-decoration: underline;
}

dl a {  
  	text-decoration:none;
	font-weight: bold;
} 

dd a {  
  	text-decoration:none;
} 

dd a:hover {  
  	text-decoration:underline;
} 
