/**********************************************
Basic styles start
**********************************************/

body {
	margin: 0;
  padding: 0;
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}

form, p, h1, h2, h3, h4 {
	padding: 0;
  margin: 0 0 1em 0;
}

img {
  border-style: none;
  border: 0;
}
b, strong, .strong {
  font-weight: 700;
}
h1, h2, h3 {
	font-weight: bold;
	color: #CB000A;
}
h1 {
	font-size: 150%;
	line-height: 160%;
}
h2 {
	font-size: 120%;
	line-height: 130%;
}
h3 {
	font-size: 110%;
	line-height: 120%;
}

hr {
	background-color: #ccc;
  height: 1px;
  border: none;
  margin: 0.6em 0 1.5em 0;
}

a:link,
a:visited,
a:active {
	color: #CB000A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.InputWidth {
  width: 200px;
}
input.TextButton
{
	font-weight: bold; 
	border: none;  
	background-color: transparent; 
	margin: 0; 
	padding: 0;
	display: inline;
	cursor: Hand;
	text-align: left;
	text-transform: uppercase;
}
input.SubmitButton, input.SubmitButtonOver {
	font-weight: 700; 
	border: 0; 
	background: transparent url('../img/arrow_blue_bright.gif') 100% 0 no-repeat;
	padding: 2px 22px 5px 0;
	margin: 0;
	display: inline;
	float: right;
	cursor: Hand;
}
input.SubmitButtonOver {
	text-decoration: underline;
}

.TextLeft {
   text-align: left;
}
.TextRight {
   text-align: right;
}
.TextCenter {
   text-align: center;
}
.underline {
   text-decoration: underline;
}


/**********************************************
Basic styles end 
***********************************************
**
***********************************************
Layout & Miscellaneous styles start 
**********************************************/

.WhiteText {
  color: #fff !important;
}
.RedText, .errorText {
	color: #CB000A !important;
}
.BlueText {
	color: #1a499a !important;
}

.RowSpacer {
	height: 11px;
}

.Main {
	width:466px;
}
.Main .top,
.Main .bot {
	width:466px;
	height:16px;
}
.Main .top {
	background: url('../img/main_top.gif') 0 0 no-repeat;
}
.Main .bot {
	background: url('../img/main_bot.gif') 0 0 no-repeat;
}
.Main .mid {
	width:434px;
	background: url('../img/main_mid.gif') 0 0 repeat-y;
	padding: 0 16px 16px 16px;
}

.Footer {
	width: 745px;
	text-align: center;
	padding: 2em 0 4em 0;
	font-size: 80%;
	line-height: 160%
}

.AccessLink {
  position: absolute;
  top: 0;
  left: 0;
}

.ErrorPanel {
	margin: 32px 0 20px 138px; 	
}

.Inline {
	display: inline;
	clear: both;
}

.newsdate {
	color: #666;
	font-style: italic;
}
/**********************************************
Layout & Miscellaneous styles end 
***********************************************
**
***********************************************
Nav styles start 
**********************************************/

.NavM .mid {
	width:450px;
	padding: 0 8px;
}

.NavButton {
	 background-position: 3px 4px;
	 background-repeat: no-repeat;
}
.NavButton img {
	padding: 0 3px 4px 0;
}
.NavButton a:hover {
	position: relative;
	top: 4px;
	left: 3px;
}
.NavButton_on {
	position: relative;
	left: 2px;
}

.NavL {
	width:123px;
}
.NavL .top,
.NavL .bot,
.NavL .top_on,
.NavL .bot_on,
.NavL .mid_on_start,
.NavL .mid_on_end {
	width:123px;
	height:16px;
}
.NavL .top {
	background: url('../img/navL_top.gif') 0 0 no-repeat;
}
.NavL .top_on {
	background: url('../img/navL_top_on.gif') 0 0 no-repeat;
}
.brookesNav .top_on {
    background: url('../img/brookes/navL_top_on.gif') 0 0 no-repeat !important;
}
.NavL .bot {
	background: url('../img/navL_bot.gif') 0 0 no-repeat;
}
.NavL .bot_on {
	background: url('../img/navL_bot_on.gif') 0 0 no-repeat;
}
.NavL .mid,
.NavL .mid_on, 
.NavL .mid_spacer, 
.NavL .mid_spacer_on {
	width:115px;
	padding: 0 0 0 8px;
}
.NavL .mid_spacer, 
.NavL .mid_spacer_on {
	height: 6px;
}
.NavL .mid,
.NavL .mid_spacer {
	background: url('../img/navL_mid.gif') 0 0 repeat-y;
}
.NavL .mid_on,
.NavL .mid_spacer_on {
	background: url('../img/navL_mid_on.gif') 0 0 repeat-y;
}
.NavL .mid_on_start {
	background: url('../img/navL_mid_on_start.gif') 0 0 no-repeat;
}
.NavL .mid_on_end {
	background: url('../img/navL_mid_on_end.gif') 0 0 no-repeat;
}

.brookesNav .mid_on,
.brookesNav .mid_spacer_on {
    background: url('../img/brookes/navL_mid_on.gif') 0 0 repeat-y;
}

.brookesNav .mid_on_end {
    background: url('../img/brookes/navL_mid_on_end.gif') 0 0 no-repeat !important;
}

.NavR {
	width:136px;
}
.NavR .top,
.NavR .bot {
	width:136px;
	height:16px;
}
.NavR .top {
	background: url('../img/navR_top.gif') 0 0 no-repeat;
}
.NavR .bot {
	background: url('../img/navR_bot.gif') 0 0 no-repeat;
}

.NavR .mid {
	width:128px;
	background: url('../img/navR_mid.gif') 0 0 repeat-y;
	padding: 5px 0 0 8px;
}

.NavHidden img,
.NavDead img {
	border-bottom:3px dashed #f00;
}

/**********************************************
Nav styles end 
***********************************************
**
***********************************************
cms styles start 
**********************************************/

#Content {
	background-color: #fff;
   width: 572px;
   border-left: solid 4px #fff;
}
.ContentRow {
   width: 100%;
   clear: both;
}
.ContentRow td.Left, .ContentRow td.Right {
   width: 284px;
}
.ContentRow td.LeftLarge, .ContentRow td.RightLarge {
	width: 380px;
}
.ContentRow td.LeftSmall, .ContentRow td.RightSmall, .ContentRow td.Centre {
	width: 188px;
}
.ContentRow td.Left, .ContentRow td.LeftLarge, .ContentRow td.LeftSmall, .ContentRow td.Centre {
   border-right: solid 4px #fff;
}
.ContentRow {
   padding: 6px;
}
#Content ul {
   padding: 0 0 0 10px;
   margin: 2px 0 2px 10px;
}
#Content ul li {
	list-style-image: url('../img/arrow_bullet.gif');
	padding: 0 0 3px 0;
}

/**********************************************
cms styles end 
***********************************************
**
***********************************************
original site styles start 
**********************************************/

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CB000A;
	line-height: 25px;
}
.newsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}
.newslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A4101A;
	text-decoration: underline;
	line-height: 14px;
}
.newstime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
	line-height: 18px;
}
.times1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0E4C46;
	line-height: 16px;
}
.times2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFB300;
	line-height: 19px;
}
.times3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A0CFC0;
	line-height: 24px;
}
.times3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A0CFC0;
	line-height: 12px;
}
.times4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A0CFC0;
	line-height: 14px;
}
.times5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
	color: #A0CFC0;
	line-height: 6px;
}
.timeshead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00645C;
}
.timeshead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	line-height: 22px;
}
.timeshead3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
	line-height: 20px;
}
.timesdays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0E4C46;
	line-height: 20px;
}
.esplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #;
	text-decoration: underline;
	line-height: 14px;
}
.fare1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.fare2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFF00;
}
.fare3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.espheader1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}
.espfares {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
.fare4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFF00;
}
.fare5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0E4C46;
}
.fare6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #;
}
.newsbody2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #;
	line-height: 15px;
}
.espheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00645C;
	line-height: 25px;
}
.newsheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CB000A;
	line-height: 25px;
}
.faqred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CB000A;
	line-height: 14px;
}
.faqredbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CB000A;
	line-height: 14px;
}
.newsbodylist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CB000A;
	line-height: 14px;
}
.newsheader3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
}
.newsheader3link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CB000A;
	line-height: 25px;
	text-decoration: underline;

}
.contact1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
.newsbodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}
.newsbodyboldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CB000A;
	line-height: 14px;
}
.form1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}
.newsheaderxtra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CB000A;
	line-height: 20px;
}
ul.timetable {
  list-style:none;padding:0;margin:0;text-align:center;width:46px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0E4C46;
}
.timetablebox {
  display:block;
  background-color:#00645c;
  width:42px;
  color:#98cff0;
  text-align:center;
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-top:5px;
  padding-bottom:5px;
  line-height: 16px;
  margin-left:auto;
  margin-right:auto;
}
.timetableorange {
  color:#ffb300;
}
.timeshead4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
}
.newsbodyboldgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00645C;
	line-height: 14px;
}
.airtimeshead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A499A;
}
.airlinelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1A499A;
	text-decoration: underline;
	line-height: 14px;
}
.airlinebodyblue01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1A499A;
	line-height: 14px;
}
.airlinebodyblue01bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A499A;
	line-height: 14px;
}
.airlinebodyblue02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3399FF;
	line-height: 14px;
}
.airlinebodyblue02bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3399FF;
	line-height: 14px;
}
.airlinedest01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1A499A;
	line-height: 14px;
}
.airlinedest02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1A499A;
	line-height: 14px;
}
.airlinetimes1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}
.airlinedest03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1A499A;
	line-height: 20px;
}
.airlinedest04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #3399FF;
	line-height: 20px;
}
.airlinefarepound {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #293383;
}
.airlinefare1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.airlinefaretext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #293383;
	line-height: 14px;
}
.newsheader4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #0066B3;
  line-height: 25px;
}
.cleanairlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0066B3;
	line-height: 20px;
	text-decoration: underline;
}
.keyprice01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	line-height: 22px;
}
.keyprice02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	line-height: 22px;
}

/**********************************************
original site styles end 
***********************************************
**/

/**********************************************
Ecommerce styles
***********************************************
**/

.Trail li 
{
	display:inline;
	margin:0px;
	padding: 0px;
	list-style:none;
	line-height: 1.2em;
	color: #00645c;
}

.Trail li a
{
	color: #00645c;
}

