/*
----------------------------------------------- 
London Midland 
Author:www.imaginet.co.uk 
Version:04 Feb 2009 
----------------------------------------------- */


/* Global Styles
----------------------------------------------- */

html body {
   margin:0;
   background:#fff;
   color:#000;
   font:small Verdana,Sans-serif;   
}
a img {
   border:none;
}
h1 {
   font-size:1.6em;
   margin:0 0 0.5em 0;
}
h2 {
   font-size:1.2em;
   margin:0 0 0.8em 0;
}
h3, h4, h5 {
   font-size:1em;
   margin:0 0 1em 0;
}
p {
   margin:0 0 1em 0;
}
hr {
   border-color:#000;
   border-width:1px 0 0 0;
   border-style:solid;
   color:#fff;
}
#validation {
   display:none;
}


/* sIFR stuff 
----------------------------------------------- */

.sIFR-flash {
   display:none !important;
}
.sIFR-alternate {
   visibility : visible !important;
}


/* Page structure
----------------------------------------------- */

#masthead, #bct, #left, #right, #travelhome, #bookmarks, #footnav, #station_nav, #homeoptions {
   display:none;
}
div.pagenav, div.big_buttons, div.button_right, div.boxmenu {
   display:none;
}
#printlogo {
   position:absolute;
   top:0;
   left:0;
   display:block;
   width:100%;
   height:60px;
   margin:0 0 1em 0;
}
#page, #homepage {
   position:absolute;
   top:60px;
   left:0;
   border-top:2px solid #000;
   padding-top:1em;
}
#footer {
   width:100%;
   position:absolute;
   left:300px;
   top:26px;
}
#footer #govia, #footer #footnav, #footer div.breaker {
   display:none;
}
#homebanner {
   margin:0 0 1em 0;
}



/* Tables 
----------------------------------------------- */

table {
   border-style:solid;
   border-width:0 0 1px 1px;
   border-color:#000;
   border-collapse:collapse;
   margin:0 0 1em 1px;
}
table td, table th {
   border-style:solid;
   border-width:1px 1px 0 0;
   border-color:#000;
   padding:5px;
}




/* Inline Images
----------------------------------------------- */

img.left1, img.left2 {
   float:left;
   padding:0;
   margin:0 20px 0.5em 0;
}
img.right1, img.right2 {
   float:right;
   padding:0;
   margin:0 0 0.5em 20px;
}
img.left1, img.right1 {
   border:1px solid #000;
}
img.left3 {
   float:none;
   border:1px solid #000;
}
img.left4 {
   float:none;
   border:none;
}


