/*  Thames Travel Style CSS Document */

/* Webpage styles */
body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
		}

/* Content section */
	
td.body
{
border: 1px solid #6F7C96;
padding: 1px;
background-color:#F4F5F5;
line-height: 0.5cm;
}


/* Navigation */

a.nav:link { 
	font-family: Arial;
	font-size: 12px;
	
	font-weight: bold; 
	text-decoration: none; 
	color: #092151;
	display:block;
	width:195px;
	height: 17px;
	padding:2px 2px;
	border-bottom:1px solid white;
	letter-spacing: 1px;
	
	}
a.nav:visited { 
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold; 
	text-decoration: none; 
	color: #092151;
	display:block;
	width:195px;
	height: 17px;
	padding:2px 2px;
	border-bottom:1px solid white;
	}
a.nav:hover, a.nav:active  { 
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none; 
	color: #2E3C58;
	font-weight:bold;
	display:block;
	width:195px;
	height: 17px;
	padding:2px 2px;
	border-bottom:1px solid #C9DAFA;
	background-color: #8FA7D4; 
	}
	
/* Links */

a:link { 
	font-family: Arial;
	font-size: 13px;
	color: #05389B;
	text-decoration: underline; 
	}
	
a:visited { 
	font-family: Arial;
	font-size: 13px;
	color: #05389B;
	text-decoration: underline; 
	}
	
a:hover, a:active  { 
	font-family: Arial;
	font-size: 13px;
	text-decoration: underline; 
	color: #044BD5;
	}
	
/* Footer Links */  
			
a.footer:link { 
	font-family: Arial;
	font-size: 10px;
	color:#666666;
	text-decoration: underline;
	}
		
a.footer:visited { 
	font-family: Arial;
	font-size: 10px;
	color:#666666;
	text-decoration: underline;
	}
	
a.footer:hover, a.footer:active  { 
	font-family: Arial;
	font-size: 10px;
	color:#353535;
	text-decoration: underline; 
	}
		
		
/* List style */
		
ul {
	list-style: none;
	}

li {
	padding-left: 15px;
	margin-bottom: 15px;
	background-image: url(images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
   	}
	
/* Areas */

.southox {
   background-color:#E4E9F4;
   padding: 5px;
   margin-bottom: 10px;
   }
	 
.chal {
   background-color:#E9F4D1;
   padding: 5px;
   margin-bottom: 10px;
     }
	  
.abing {
   background-color:#FDFFE3;
   padding: 5px;
   margin-bottom: 10px;
     }

/* text styles */

.heading {
	 font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #468E43;
	margin-bottom: 8px;
	}
	
hr {
	border: 1px solid #468E43;
	} 

/* Timetable style */

table.timetabletable {
border: 1px solid #6E7C96;
padding: 1px;
border-collapse: collapse;
font-family: Arial;
font-size: 13px;
margin: 0px;
}

td, tr {
border: 1px solid #6E7C96;
padding-left: 7px;
padding-right: 7px;
padding-top: 4px;
}

/* layout table  */

table.none {
border: 0px;
}

td.none, tr.none {
border: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

/* footer text */

.footnote {
font-size: 10px;
color:#666666;
margin-top:0px;
text-align:center;
}
