<?php
/*
 * Created on 2 Jul 2008
 *
 * To change the template for this generated file go to
 * Window - Preferences - PHPeclipse - PHP - Code Templates
 */
?>
/* Tube line colours */
.bakerloo					{color: #FFF;  		background: #AE6118;}
.bakerloo					{color: #FFF;  		background: #AE6118;}
.central					{color: #FFF;  		background: #E41F1F;}
.circle						{color: #113B92;  	background: #F8D42D;}
.district					{color: #FFF; 		background: #00A575;}
/*.eastlondon, .overground	{color: #113B92;  	background: #F2AD41;}*/
.eastlondon					{color: #113B92;  	background: #F2AD41;}
.hammersmithandcity			{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;}
.waterlooandcity			{color: #113B92;  	background: #70C3CE;}
.dlr						{color: #FFF;  		background: #00BBB4;}
.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}
/*.eastlondon:hover, .overground:hover			{color: #113B92;  	background: #F2AD41; text-decoration: underline}*/
.eastlondon:hover			{color: #113B92;  	background: #F2AD41; text-decoration: underline}
.hammersmithandcity: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}
.waterlooandcity:hover		{color: #113B92;  	background: #70C3CE; text-decoration: underline}
.dlr:hover					{color: #FFF;  		background: #00BBB4; text-decoration: underline}

body {
		height: 100%;
		background-color: #FFF;
		background-image:url("img/bg_2.jpg");
		background-repeat:x;
	}

#main {
		margin-left: auto;
		margin-right: auto;
		width:343px;
		height:546px;
		background-image:url("img/fusion343x546.jpg");
		border:0px dotted black;
		z-index:0;
		background-color: #FFF;
		overflow: hidden 
		
	}
#screen_main {
		margin-top:85px;
		margin-left:42px;
		margin-right: auto;
		width:250px;
		height:358px;
		/*background-image:url("img/fusion343x546.jpg");*/
		border:0px dotted black;
		z-index:0;
		background-color: #FFF;
		overflow: hidden;
		
	}	

#arrow_up {
		margin-top:28px;
		margin-left: auto;
		margin-right: auto;
		width:25px;
		height:13px;
		/*background-image:url("img/arrow_up.jpg");*/
		border:0px dotted black;
		z-index:0;
		overflow: hidden;
		
	}	
#arrow_down {
		margin-top:2px;
		margin-left: auto;
		margin-right: auto;
		width:25px;
		height:13px;
		/*background-image:url("img/arrow_up.jpg");*/
		border:0px dotted black;
		z-index:0;
		overflow: hidden;
		
	}	
#arrow_left {
		margin-top:5px;
		margin-left: 140px;
		margin-right: auto;
		width:15px;
		height:27px;
		/*background-image:url("img/arrow_up.jpg");*/
		border:0px dotted black;
		z-index:0;
		overflow: hidden;	
	}		
#arrow_right {
		margin-top:-27px;
		margin-left: 185px;
		margin-right: auto;
		width:15px;
		height:27px;
		/*background-image:url("img/arrow_up.jpg");*/
		border:0px dotted black;
		z-index:0;
		overflow: hidden;	
	}
	
#service-board dd a.problem{
	color: #FFF;
	background-color: #113B92;
	padding-left: 0.2em;
	display: block;
}


.header {
		width:"100%";
		}	

.tube {
		width:"100%";
		border-bottom:2px solid black;
		border-right:1px solid black;
		border-top:1px solid black;
		border-left:1px solid black;
		}	
caption {
		border-bottom:2px solid black;
		border-right:2px solid black;
		border-top:1px solid black;
		border-left:2px solid black;
		}			
#admob {
		border-bottom:2px solid black;
		border-right:2px solid black;
		border-top:0px solid black;
		border-left:2px solid black;
		margin:0px 0px 10px 0px;
		}		
p {
		font-family: tahoma, arial;
		font-size:14px;
		font-style: bold;
		color:#000;
		text-align: center;
		}
a {	
		font-family: tahoma, arial;
		font-size:12px;
		color:#000080;
		text-decoration: none;
		}	
b {
		font-family: tahoma, arial;
		font-size:14px;
		font-style: bold;
		color:#000;
		text-align: center;
		}
p.tiny {
		font-family: tahoma, arial;
		font-size:10px;
		font-weight:normal;
		margin:0px 0px 0px 0px;
		letter-spacing:2px;
	}	
a.tiny {
		font-family: tahoma, arial;
		font-size:10px;
		font-weight:bold;
		color:#0000FF;
		margin:0px 0px 0px 0px;
		letter-spacing:4px;
	}	
