@charset "utf-8";
/* CSS Document */

/* ******* HTML STYLES START ******* */
body  {
	font-size:0.8em;
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background: #e6e6e6 url('images/bgpg.gif') repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}
a, a:link {
	color: #0090ae;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF6583;
}

p {
	margin:8px 0px;
	margin-top:0px;
}

form {
	padding:0px;
	margin:0px;
}
img {
	border-width:0px;
}
/* ******* HTML STYLES END ******* */

/* ******* MAIN LAYOUT START ******* */
#container { 
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:10px;	
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff url('images/banner.gif') no-repeat top left;	
	height:94px;
	border: 0px solid #000000;
} 

/* --- navigation start --- */
ul#nav {
	padding:0px;
	margin:0px;
	background:#FFFFFF url('images/nav/bggrad_general.gif') repeat-x top left;		
	border-bottom:solid 3px #f26f21;
	height:32px;	
	float:left;
	width:100%;	
} 
#nav li, #nav li.sel  { 	
	display:block;
	float:left;
	padding:0px;
	margin:0px;	
	height:32px;
	list-style-type:none;
	border:solid 0px #990077;
	border-right:solid 1px #ffffff;
} 
#nav li a,#nav li a.sel  { 
	display:inline-block;
	color:#ffffff;
	padding:8px;	
}
#nav li a.home:hover {background:#FFFFFF url('images/nav/bggrad_home.gif') repeat-x top left;	}
#nav li a.bus:hover {background:#FFFFFF url('images/nav/bggrad_bus.gif') repeat-x top left;	}
#nav li a.rail:hover {background:#FFFFFF url('images/nav/bggrad_rail.gif') repeat-x top left;	}
#nav li a.walk:hover {background:#FFFFFF url('images/nav/bggrad_walk.gif') repeat-x top left;	}
#nav li a.cycle:hover {background:#FFFFFF url('images/nav/bggrad_cycle.gif') repeat-x top left;	}
#nav li a.taxi:hover {background:#FFFFFF url('images/nav/bggrad_taxi.gif') repeat-x top left;	}
#nav li a.air:hover {background:#FFFFFF url('images/nav/bggrad_air.gif') repeat-x top left;	}
#nav li a.drive:hover {background:#FFFFFF url('images/nav/bggrad_drive.gif') repeat-x top left;	}
#nav li a.liftshare:hover {background:#FFFFFF url('images/nav/bggrad_home.gif') repeat-x top left;	}
#nav li a.jplanner:hover {background:#FFFFFF url('images/nav/bggrad_jplanner.gif') repeat-x top left;	}
#nav li a.winter:hover {background:#FFFFFF url('images/nav/bggrad_home.gif') repeat-x top left;	}

#nav li.sel  { 
	background:transparent url('images/nav/bggrad_home.gif') repeat-x top left;	
}

body.home #nav li.sel  { background-image:url('images/nav/bggrad_home.gif');	}
body.bus #nav li.sel  { background-image:url('images/nav/bggrad_bus.gif');	}
body.rail #nav li.sel  { background-image:url('images/nav/bggrad_rail.gif');	}
body.walk #nav li.sel  { background-image:url('images/nav/bggrad_walk.gif');	}
body.cycle #nav li.sel  { background-image:url('images/nav/bggrad_cycle.gif');	}
body.taxi #nav li.sel  { background-image:url('images/nav/bggrad_taxi.gif');	}
body.air #nav li.sel  { background-image:url('images/nav/bggrad_air.gif');	}
body.drive #nav li.sel  { background-image:url('images/nav/bggrad_drive.gif');	}
body.liftshare #nav li.sel  { background-image:url('images/nav/bggrad_home.gif');	}
body.jplanner #nav li.sel  { background-image:url('images/nav/bggrad_jplanner.gif');	}

body.home ul#nav {border-bottom:solid 3px #f26f21;}
body.bus ul#nav {border-bottom:solid 3px #de2373;}
body.rail ul#nav {border-bottom:solid 3px #005263;}
body.walk ul#nav {border-bottom:solid 3px #b9cf2f;}
body.cycle ul#nav {border-bottom:solid 3px #ef5d9c;}
body.taxi ul#nav {border-bottom:solid 3px #6f8a00;}
body.drive ul#nav {border-bottom:solid 3px #93198f;}
body.air ul#nav {border-bottom:solid 3px #fbce3b;}
body.liftshare ul#nav {border-bottom:solid 3px #f26f21;}
body.jplanner ul#nav {border-bottom:solid 3px #0090ae;}
/* --- navigation end --- */

/* --- sub navigation start --- */
#subnav {
	padding:0px;
	margin:0px;
	width:100%;
	height:24px;
} 

body.home ul#subnav {border-bottom:solid 1px #f26f21;}
body.bus ul#subnav {border-bottom:solid 1px #de2373;}
body.rail ul#subnav {border-bottom:solid 1px #005263;}
body.walk ul#subnav {border-bottom:solid 1px #b9cf2f;}
body.cycle ul#subnav {border-bottom:solid 1px #ef5d9c;}
body.taxi ul#subnav {border-bottom:solid 1px #6f8a00;}
body.drive ul#subnav {border-bottom:solid 1px #93198f;}
body.air ul#subnav {border-bottom:solid 1px #fbce3b;}
body.liftshare ul#subnav {border-bottom:solid 1px #f26f21;}
body.jplanner ul#subnav {border-bottom:solid 1px #0090ae;}

body.home ul#subnav a:hover {color: #f26f21;}
body.bus ul#subnav a:hover {color: #de2373;}
body.rail ul#subnav a:hover {color: #005263;}
body.walk ul#subnav a:hover {color: #b9cf2f;}
body.cycle ul#subnav a:hover {color: #ef5d9c;}
body.taxi ul#subnav a:hover {color: #6f8a00;}
body.drive ul#subnav a:hover {color: #93198f;}
body.air ul#subnav a:hover {color: #fbce3b;}
body.liftshare ul#subnav a:hover {color: #f26f21;}
body.jplanner ul#subnav a:hover {color: #0090ae;}

#subnav li, #subnav li.sel  { 	
	display:block;
	float:left;
	padding:0px;
	margin:0px;	
	list-style-type:none;	
} 
#subnav li a,#subnav li a.sel  { 
	display:inline-block;
	border-right:solid 1px #868686;
	color:#868686;
	padding:0px 8px;
	margin:4px 0px;
}
#subnav li.sel  { 
}
#subnav li.first a { 
}
#subnav li.last a { 
	border-right:solid 0px #868686;
}
/* --- sub navigation end --- */

#content {
	padding:0px;
	border:0px dotted #000000;
}

#colmain {
	width:540px;
	float:left;
}
#colright {
	width:180px;
	float:right;
}

#footer {
	/*border-top:2px solid #de8b2f;
	border-bottom:1px dotted #d7d7d7;*/
	border-top:solid 2px #d9d9d9;
	border-bottom:solid 2px #d9d9d9;
	height:70px;
	clear:both;	
	margin-top:4px;
	background:transparent url('images/footer_logos.gif') no-repeat top left;
}
#disclaimer a, #disclaimer a:link {	 
	color:#777;
}
#disclaimer {	
	margin-top:20px;
	border-top:solid 0px #d9d9d9;
	text-align:right;
	font-size:0.86em;
}

#breadcrumb {
	margin:2px 0px;
	color:#0090ae;
}
#breadcrumb a.sel {	
	text-decoration:underline;
}

#pagebanner {
	height:165px;
}
/* ******* MAIN LAYOUT END ******* */



/* ******* LOADER STYLES START ******* */

#loader {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:100;
	padding-top:220px;
	width:10%;
	color:#333333;
	font-weight:bold;
	text-align:center;
	color:#DE8B2F;
	/*height:100%;*/
}
#loader .loaderbox {
	display:block;
}
#loader embed, #loader object {
	padding-bottom:20px;
}
#loader span {
	display:inline-block;	
	padding-top:16px;
}

#loaderbg {	
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;	
	background-color:#FFFFFF;
	z-index:99;
	padding-top:150px;
	/*width:100%;
	height:100%;*/
	filter:alpha(opacity=86);   /* Internet Explorer       */
	-moz-opacity:0.86;          /* Mozilla 1.6 and below   */
	opacity: 0.86;              /* newer Mozilla and CSS-3 */	
}

.loaderfacebook {
	display:none;	
}
/* ******* LOADER STYLES END ******* */


/* ******* BOX STYLES START ******* */
.boxsmall {
	display:block;
	width:180px;
	margin-top:10px;
}
.boxsmall .body {
	width:160px;
	display:block;
	padding:10px;	
}

.boxbig {
	display:block;
	width:540px;
	margin-right:10px;
	margin-top:10px;
}
.boxbigx {
	display:block;
	width:730px;
	/*margin-right:10px;*/
	margin-top:10px;
}
.boxtitle {
	height:30px;
	margin-bottom:3px;
}

.boxbig .body .row {
	float:left;
	margin-bottom:1px;
}
.boxbig .body .row .icon {
	float:left;
	width:50px;	
	margin:5px;	
	text-align:center;
	/*background-color:#00f100;*/
}
.boxbig .body .row .txt {
	float:left;
	width:465px;
	margin:5px;
	margin-left:0px;
	/*background-color:#fef100;*/
}
html>body .boxbig .body .row .icon {
	width:45px;	
	margin:10px;	
}
html>body .boxbig .body .row .txt {
	margin:10px;
	margin-left:0px;
}
.boxbig .body .row .txt .title {
	font-weight:bold;
}
/* ******* BOX STYLES END ******* */

/* ******* INCLUDE FILE STYLES START ******* */
#jplanner {
	height:265px;	
}
#jplanner .boxtitle {
	background:#0090ae url('images/boxtitle_journeyplannernondrive.gif') no-repeat center left;
	margin-bottom:3px;
}
#jplanner .jpbody {
	background-color:#0090ae;
	height:232px;
}

#jplanner .jpbody form {
	padding:10px;	
	color:#ffffff;
}
#jplanner .jpbody form label {
	text-align:left;
	margin-bottom:5px;
	display:block;
}

#jplanner .jpbody form .gap {
	height:15px;
	display:block;
}
#jplanner .jpbody form input.butjp {
	float:right;
	margin-top:9px;	
	margin-bottom:15px;
}
html>body #jplanner .jpbody form input.butjp {
	margin-bottom:15px;
}

#jplanner .jpbody form input.txt {
	width:160px;
	border-width:0px;
	padding:0px;
	padding-top:5px;
	height:23px;
	background:transparent url('images/input_txtbg.gif') no-repeat top left;
}
#jplanner .jpbody form .traveline {
	clear:right;
	text-align:right;
	padding	-bottom:20px;
}

#livetraffic .boxtitle {
	background:#b9cf2f url('images/boxtitlesmall_livetrafficdata.gif') no-repeat center left;	
}
#livetraffic.boxsmall .body {
	padding:0px;
}
#livetraffic.boxsmall .body .row a {
	width:160px;
	display:block;
	padding:2px 10px;	
	margin-bottom:1px;	
	background-color:#f4e8f4;
	font-size:0.8em;
}#livetraffic.boxsmall .body .row a img {
	vertical-align:middle;
}
#livetraffic.boxsmall .body .tabs {
	width:180px;
	display:block;
	padding:0px;
	margin-bottom:1px;	
	background-color:#f4e8f4;	
}
#livetraffic.boxsmall .body .tabs a {	
	font-size:0.9em;
	padding:4px 0px;
	width:90px;
	text-align:center;
	display:inline-block;
	border:solid 0px #93198f;
	aborder-bottom:solid 0px #999999;
}
#livetraffic.boxsmall .body .tabs a:hover {	
	background-color:#93198f;	
	color:#ffffff;
}
#livetraffic.boxsmall .body .tabs a.sel {	
	color:#ffffff;
	background-color:#93198f;
}

#livetraffic {
	border-bottom:solid 3px #93198f;
}
#parkride {
	border-bottom:solid 3px #de2373;
}
#parkride .boxtitle {
	background:#de2373 url('images/boxtitlesmall_parkride.gif') no-repeat center left;	
}
#parkride .body {
	background-color:#fce9f1;
	padding:10px;
}
#parkridebig {
	border-bottom:solid 3px #de2373;
}
#parkridebig .boxtitle {
	background:#de2373 url('images/boxtitle_parkride.gif') no-repeat center left;	
}
#parkridebig .body {
	background-color:#fce9f1;	
	display:inline-block;
}

#weatherforcast {
	border-bottom:solid 3px #f26f21;	
}
#winipad .boxtitle {
	background:#f26f21 url('images/boxtitlesmall_snowway.gif') no-repeat center left;	
}
#beprepared .boxtitle {
	background:#f26f21 url('images/boxtitlesmall_readyscotland.gif') no-repeat center left;	
}
#localinfo .boxtitle {
	background:#f26f21 url('images/boxtitlesmall_localinfo.gif') no-repeat center left;	
}
#beprepared, #localinfo {
	border-bottom:solid 3px #f26f21;
}
#weatherforcast .boxtitle {
	background:#f26f21 url('images/boxtitlesmall_weather.gif') no-repeat center left;	
}
#weatherforcast.boxsmall .body, #winipad.boxsmall .body {
	width:180px;
	padding:0px;
	background-color:#fef1e9;
}
#weatherforcast.boxsmall .body .row, #winipad.boxsmall .body .row {
	padding:10px;
	background-color:#fef1e9;
	margin-bottom:1px;
	border-top:solid 1px #ffffff;
	display:block;
	/*width:160px;*/
	font-size:0.86em;
}
#weatherforcast.boxsmall .body .row .description {
	font-size:0.8em;
}
#weatherforcast.boxsmall .body .row a {
	display:block;
	margin-bottom:2px;
}

.mapbubbletitle {
	font-weight:bold;
	color:#003366;
	margin-bottom:7px;
}
.mapbubbletitle img {
	vertical-align:middle;
	margin-right:3px;
}

.mapbubtrafficdetails {
	font-size:0.8em;
	width:400px;
	height:160px;
	overflow:auto;
	font-weight:normal;
}
.mapbubtrafficdetails img {
	vertical-align:middle;
}
.mapbubtrafficdetails .title {
	font-weight:bold;
	font-size:1.1em;
	color:#93198f;
}
.mapbubtrafficdetails h3 {
	display:none;
}
/* ******* INCLUDE FILE STYLES END ******* */

/* ******* BANNER STYLES START ******* */
body.home #pagebanner {
	height:265px;
	background:transparent url('images/banner_home.jpg') no-repeat top left;
}
body.jplanner #pagebanner {
	height:118px;
	background:transparent url('images/banner_jplanner.jpg') no-repeat top left;
}
body.bus #pagebanner {background-image: url('images/banner_bus.jpg');}
body.rail #pagebanner {background-image: url('images/banner_rail.jpg');}
body.walk #pagebanner {background-image: url('images/banner_walk.jpg');}
body.cycle #pagebanner {background-image: url('images/banner_cycle.jpg');}
body.taxi #pagebanner {background-image: url('images/banner_taxi.jpg');}
body.air #pagebanner {background-image: url('images/banner_air.jpg');}
body.drive #pagebanner {background-image: url('images/banner_drive.jpg');}
body.liftshare #pagebanner {background-image: url('images/banner_liftshare.jpg');}
body.jplanner #pagebanner {background-image: url('images/banner_jplanner.jpg');}

/* ******* BANNER STYLES END ******* */



/* ******* GENERAL CLASSES START ******* */
.clr {
	clear:both;
	height:0px;
	font-size:0;
	line-height:0%;
}

input.txt {
	background:#ffffff url('images/input_bg.gif') repeat-x top left;
	border:solid 1px #898989;
}
input.but {
	background:#ffffff url('images/nav/bggrad_home.gif') repeat-x center left;
	border:solid 1px #ffffff;
	height:30px;
	padding:0px 10px;
	color:#ffffff;
	font-weight:bold;
}
input.butsmall, input.butsmallsel {
	background:#ffffff url('images/nav/bggrad_home.gif') repeat-x center left;
	border:solid 1px #ffffff;
	height:24px;
	padding:2px 4px;
	color:#ffffff;
	font-weight:bold;
}
input.butsmallsel {
	background:#ffffff url('images/nav/bggrad_jplanner.gif') repeat-x center left;
}

input.butmap {
	background:transparent url('images/icon_map.gif') no-repeat top left;
	height:22px;
	width:25px;
	border-width:0px;
	cursor:pointer;
}

a.butmap {
	background:transparent url('images/icon_map.gif') no-repeat top left;
	height:22px;
	width:25px;
	border-width:0px;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	/*border:dashed 1px #ffffff;*/
}
a:hover.butmap {
	/*border:dashed 1px #e68f3a;*/
}

a.webblank, a.webself, a.pdf, a.print {
	padding-left:22px;
	padding-bottom:2px;
	display:block;
	clear:both;
	margin-bottom:3px;
}
a.webblank {
	background:transparent url('images/icon_awebblank.gif') no-repeat top left;
}
a.webself {
	background:transparent url('images/icon_awebself.gif') no-repeat top left;
}
a.pdf {
	background:transparent url('images/icon_apdf.gif') no-repeat top left;
}
a.print {
	background:transparent url('images/icon_print.gif') no-repeat top left;
}
a.gmapicon {
	background:transparent url('images/icon_gmap.gif') no-repeat top left;	
	padding-left:18px;
	display:block;
	clear:both;
}
/* ******* GENERAL CLASSES END ******* */


.visitlink {
	font-size:90%;
	color:#777777;
}

.rssimg {
	vertical-align:top;
	text-align:top;
	padding-left:0px;
	padding-right:6px;
	float:left;
}

#phototaybridge {
	margin-top:10px;
}

a.comments {
	background:transparent url('images/icon_comments.gif') no-repeat top left;	
	padding-left:24px;
	font-size:0.86em;
	height:22px;
	display:block;
}

.instruc {
	font-size:0.9em;
}

.warning {
	font-weight:bold;
	color:#ff1111;
	padding:4px 0px;
}

.clear {
	clear:both;
	display:block;
}


#nav li.extras {
	border-width:0px;float:right;padding:0px
}
#nav li.extras a {
	padding:4px;
	display:inline-block;
	border:solid 0px #000990;
}





.realtime .th {
	font-weight:bold;
	background-color:#DE2373;
	color:#ffffff;
	display:inline-block;
	margin:1px 0px;
}

.realtime .tr {
	background-color:#E7E7EF;
	color:#555555;
	display:inline-block;
	margin:1px 0px;
}

.realtime .route, .realtime .depart, .realtime .destination {
	display:inline-block;
	float:left;
	padding:2px;
}
.realtime .route {
	width:40px;
}
.realtime .destination {
	width:160px;
}
.realtime .depart {
	width:60px;
}
.realtime .tf {
	font-size:0.8em;
}	margin:1px 0px;

.realtime .tf .refresh { /* not working */
	float:right;
	padding-left:15px;
	border:solid 1px #999999;
	background:transparent url('images/refresh.gif') no-repeat top left;
}	

.realtime .showall a, .realtime .showall a:link {
	color:#DE2373;
	float:left;
	padding-right:4px;
}
