/****** FILE: themes/transport-site/css/global.css *****/
/*@import url(superfish.css);*/

/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body { margin: 0; font-size: 13px; line-height: 1.231; background: url(../images/bg_keylines.gif) 0 0 repeat;}

body.fullWidth {
	background: none;
}

.notification-bar{
   position: relative;
   z-index: 999;
}

body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */


/* NEW BACKGROUNDS 
   Display multiple background images on the body for > ie10
   Fallback to multiple div work around for others
*/

#bg {
	/*
   background:
      url(../img/global/metlinkbg-c.png) no-repeat -135px 0,
      url(../img/global/metlinkbg-c.png) no-repeat top right,
      #e6e7e8;
	*/
}
html.oldie #bg { background: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #222222; }
a:visited { color: #222222; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: none; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input[type="radio"]:focus { outline: thin dotted; }
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

.field.emptytext { }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */










/*------------------------------------*\
   CONTENTS
\*------------------------------------*/
/*
SPRITE BACKGROUND
SHARED
HEADER
MEGA MENU DROP DOWNS
SERVICES NAV
BREADCRUMBS
BASIC CONTENT AND ASIDE COLUMN LAYOUTS - USED ON FAVOURITES, NEWS PAGES 
GLOBAL CONTENT HEADING, LIST AND PARAGRAPH STYLES 
SUBMIT AND SAVE BUTTONS
FOOTER
LEGALS
ALERT
HTML ELEMENTS
*/

/*------------------------------------*\
   ALL DECLARATIONS ARE ORDERS BY BOX MODEL, COLOR, TYPE
\*------------------------------------*/

/*------------------------------------*\
   $SPRITE BACKGROUND
\*------------------------------------*/
a#head-logo,
#header div > a#languages
{
background-image: url(../img/spriteGlobal.png);
}

.submitButton
{
background-image: url(../img/spriteJourneyPlanner.png);
}


/*------------------------------------*\
   $SHARED - GROUPED DECLARATIONS
\*------------------------------------*/

.wrapper{
   width: 960px;
   margin: 0 auto;
   position: relative;
}

#main-border-wrap {
	width: 1308px;
	margin: 0px auto;
	position: relative;
}

#right-border {
	display: none;
	position: absolute;
	top: 0px; right: 0px;
	width: 115px;
	height: 944px;
	overflow: hidden;
}

#left-border {
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	width: 115px;
	height: 944px;
	overflow: hidden;
}

#main-border-wrap.has-side-banner #right-border,
#main-border-wrap.has-side-banner #left-border {
	display: block;
}

#main{
   width: 1078px;
   margin:0 auto;
   position:relative;
   background: #fff; 
   z-index: 2;
   /*padding-bottom: 550px;*/
   min-height: 100%;
}

body.JourneyPlannerPage #main, body.JourneyPlannerPage #main-border-wrap, body.fullWidth #main, body.fullWidth #main-border-wrap {
   width: 100%;
}


#container {
position:relative;
width:960px;
margin:0 auto;
}

#header ul, #servicesNav ul, #legals ul {
margin:0;
}

#header li, #servicesNav li, #legals li {
display:inline;
}

#header li a, #servicesNav li a, #legals li a {
color:#FFF;
text-decoration: none;
}

#header li a{
color: #343434;
}

/*------------------------------------*\
   $HEADER
\*------------------------------------*/
#header {
	background:#FFF;
	min-height:145px;
	position: relative;
	z-index:2;
}


#header div > a#head-logo {
	position:absolute;
	top: 20px;
	left:3px;
	display: block;
	width:229px;
	height:72px;
	background-position: -569px -530px;
}

a#head-logo {
	text-indent: -10000px;
	overflow: hidden;
}

#header div > a#languages {
position: absolute;
left: auto;
right:13px;
color:#4E4849;
top: 7px;
display: block;
width:21px;
height:25px;
line-height: 25px;
background-position: 0 8px;
font-size: 85%;
font-weight:bold;
text-decoration: none;
overflow: hidden;
text-indent: -999em;
}

#header div > a#languages:hover, #header div > a#languages:focus {
text-decoration: underline;
}

#header form {
position: absolute;
right:16px;
top: 45px;
}

label[for=txtSearch] {
	display: block;
	float: left;
    text-indent: -10000px;
}

#header form input + input, #header form input:last-child {
	position: absolute;
	right:6px;
	top: 0;
}
#header ul#nav {
	position: absolute;
	left:0;
	bottom:0;
	padding: 0;
	font-size:0.92857em;
	width: 100%;
	z-index: 2;
}
#header li#navAbout {
	background:none;
}

#header li {
	position: relative;
	color: #515151;
	display:inline;
	float:left;
}

#header li a {
padding: 15px 0;
display:block;
}

#header li a:hover, #header li a:focus {
background:#FFF;
color:#C00;
text-decoration: none;
font-weight: bold;
}
#header li div a:hover, #header li div a:focus {
	font-weight: normal;
}

#header li a.selected {
background: #423E3C; /* Old browsers */
background: -moz-linear-gradient(top, #423E3C 0%, #34302E 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #423E3C), color-stop(100%, #34302E)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #423E3C 0%, #34302E 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #423E3C 0%, #34302E 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #423E3C 0%, #34302E 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423E3C', endColorstr='#34302E', GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #423E3C 0%, #34302E 100%); /* W3C */
}

#header li a.selected:hover {
color:#FFF;
}

#header form #txtSearch {
border:1px solid #CCC;
padding:8px 30px 8px 7px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#header form input {
width:auto;
padding:0;
border:0;
}

#header .wrapper {
	min-height: 145px;
}

/*------------------------------------*\
   Jeffry Susanto, August 21st 2013
   *Set min-height on mobile newsArticle type
\*------------------------------------*/
#header.mobile-newsarticle-length, #header  .mobile-newsarticle-length{
	min-height: 110px;
}

/*------------------------------------*\
   $MEGA MENU DROP DOWNS
\*------------------------------------*/
ul#nav li .sub {
	position: absolute;
	top: 40px;
	left: 0;
	padding: 20px 0;
	float: left;
	width:280px;
	display: none;
	background: #e3e4e5;
	z-index: 1200
}

/*ul#nav li .row {clear: both; float: left; width: 400px; margin-bottom: 10px;}
*/
ul#nav li .sub div {
padding: 0 20px;
}

ul#nav li .sub ul {
list-style: none;
margin: 0;
padding: 0;
}

#header ul#nav li .sub ul li {
text-align:left;
float:none;
display:block;
}

ul#nav .sub h3, ul#nav .sub div.second-level {
padding: 0;
margin: 0;
font-size: 1em;
font-weight: normal;
text-align:left;
margin-bottom: 5px;
}

ul#nav .sub ul + h3, ul#nav .sub ul + div.second-level {
padding-top: 20px;
}

ul#nav .sub ul li a, ul#nav .sub h3 a, ul#nav .sub div.second-level a {
padding: 0;
display: block;
text-decoration: none;
color: #000;
}

ul#nav .sub ul li a:hover, ul#nav .sub ul li a:focus, ul#nav .sub h3 a:hover, ul#nav .sub h3 a:focus, ul#nav .sub div.second-level a:focus {
text-decoration: underline;
background:none;
}

ul#nav li {
list-style: none;
}

/*------------------------------------*\
   $SERVICES NAV - RED NAVIGATION BAR
\*------------------------------------*/
#servicesNav {
	height:49px;
	position: relative;
	background: #cc0000;
	overflow: hidden;
	width: 100%;
}

#servicesNav ul {
padding-left:0;
}

#servicesNav a:not(#MoreSearchOptions) {
border-left:1px solid #777;
/*padding: 15px 54px 15px 94px;*/
padding: 15px 0 0 0;
min-height:34px; 
text-align:center;
font-size: 105%;
display:block;
float:left;
width:auto;
}

#servicesNav a:hover, #servicesNav li a:focus {
background-color:#000;
border-left: 1px solid #333;
}


/*------------------------------------*\
   $BREADCRUMBS
\*------------------------------------*/
#breadcrumbs {
padding: 15px 0 10px 0;
}

#breadcrumbs li {
list-style-type:none;
display:inline;
padding-left:0;
margin-right:2px;
}

#breadcrumbs li a {
padding-right:6px;
display:inline-block;
}

#breadcrumbs li:after {
content: ":";
}

#breadcrumbs li:last-child:after {
content: "";
}

#tagline {
font-weight:bold;
text-align:right;
font-size:110%;
padding-top:3px;
padding-right:10px;
}


/*------------------------------------*\
   $BASIC CONTENT AND ASIDE COLUMN LAYOUTS - USED ON FAVOURITES, NEWS PAGES 
\*------------------------------------*/
#content {
position: relative;
overflow:auto;
}

#layout-2-1 #content {
float:left;
width:630px;
}

#layout-3-2 #content {
float:left;
width:641px;
}

#layout-3-2 .aside {
float:left;
width:283px;
margin:0 0 40px 20px;
}

#layout-4-1 #content {
float:left;
width:741px;
}

#layout-4-1 .aside {
float:left;
width:183px;
margin: 0 0 40px 20px;
}

#content.with-side {
	width: 540px;
}

#page-side-image {
	position: absolute;
	right: 0px; 
	top: 263px;
	width: 254px;
	text-align: right;
}
/* possible global */
.invisible {
visibility:hidden;
}

/*------------------------------------*\
   $GLOBAL CONTENT HEADING, LIST AND PARAGRAPH STYLES 
\*------------------------------------*/
#content h1 {
padding-bottom:10px;
margin-top:0;
}

#content h2 {
font-size: 1.2em;
}

#content p + h2, #content ol + h2, #content ul + h2 {
padding-top: 1em;
}

#content h3 {
font-size: 1.1em;
}

#content h4 {
font-size: 1.1em;
color:#515151;
}

#content h5 {
font-size: 1em;
}

#content p {
line-height:1.5;
margin-bottom:1.2em;
}

#content th {
text-align:left;
min-width:60px;
}

.dataTable {
width:100%;
border: 1px solid #D6D3D3;
margin-bottom:1.7em;
}

#content .dataTable th, .dataTable td {
padding: 10px 5px;
text-align:center;
border-right:1px dotted #999;
border-bottom: 1px solid #D6D3D3;
}

.dataTable th {
background:#333;
color:#FFF;
border-right:1px dotted #FFF;
}

.dataTable td {
background:#F2F1F1; 
}

.dataTable td .addCart {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0;
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top, #666666 0%, #434343 47%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(47%,#434343)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #666666 0%,#434343 47%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #666666 0%,#434343 47%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #666666 0%,#434343 47%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #666666 0%,#434343 47%); /* W3C */
font-weight: bold;
color: #FFF;
padding: 4px 10px;
text-decoration:none;
margin-left: 40px;
}

.dataTable td .addCart:hover,
.dataTable td .addCart:focus {
background: #333333; /* Old browsers */
background: -moz-linear-gradient(top, #333333 0%, #434343 47%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(47%,#434343)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #333333 0%,#434343 47%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #333333 0%,#434343 47%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #333333 0%,#434343 47%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #333333 0%,#434343 47%); /* W3C */
}

.terms p {
font-size:82%;
}

.minimalList {
padding-left:0;
list-style-type:none;
}

/*------------------------------------*\
   $SUBMIT AND SAVE BUTTONS 
\*------------------------------------*/
.saveAs {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0;
background: #494949 url(../images/favourites-icon-sprite.png) 8px 5px no-repeat;
font-weight: bold;
color: #FFF;
padding: 7px 12px 7px 30px;
text-decoration:none;
width:auto;
position:absolute;
top:18px;
right:0;
}

.printBtn {
background-image: url("../img/spriteGlobal.png");
background-position: 0 -505px;
height: 25px;
position: absolute;
right: 80px;
text-indent: -9999px;
top: 20px;
width: 25px;
z-index: 5;
}
.saveAs:hover, .saveAs:focus { background-color: #222222; text-decoration: underline; color: #fff; }

.saveAs:visited, .printBtn:visited {
color: #FFF;
}

/* Grey submit button used on several areas of the Journey Planner */
/*#locationSelector [type|="submit"] {*/
.submitButton {
display:block;
margin-top: 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0;
-moz-box-shadow: 3px 3px 5px #999;
-webkit-box-shadow: 3px 3px 5px #CCC;
box-shadow: 3px 3px 5px #CCC;

background: rgb(171,33,33); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(171,33,33,1) 52%, rgba(121,42,42,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,rgba(171,33,33,1)), color-stop(100%,rgba(121,42,42,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(171,33,33,1) 52%,rgba(121,42,42,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(171,33,33,1) 52%,rgba(121,42,42,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(171,33,33,1) 52%,rgba(121,42,42,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(171,33,33,1) 52%,rgba(121,42,42,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab2121', endColorstr='#792a2a',GradientType=0 ); /* IE6-9 */

font-size: 140%;
color: #FFF;
padding: 7px 5px;
}

.submitButton:focus, .submitButton:hover {
background: rgb(154,50,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(154,50,50,1) 52%, rgba(107,6,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,rgba(154,50,50,1)), color-stop(100%,rgba(107,6,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(154,50,50,1) 52%,rgba(107,6,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(154,50,50,1) 52%,rgba(107,6,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(154,50,50,1) 52%,rgba(107,6,6,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(154,50,50,1) 52%,rgba(107,6,6,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a3232', endColorstr='#6b0606',GradientType=0 ); /* IE6-9 */
}



/*------------------------------------*\
   $FOOTER
\*------------------------------------*/
#footer {
	clear:left;
	background:#FFF;
	padding: 30px 0 0 0;
	position:relative;
	margin: 0 auto;
	width: 1078px;
	z-index: 2;
}
#footer div > a {
	position:absolute;
	bottom: 0;
	right:20px;
}
#footer ul, #footer h3 {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0.78571em;
}
#footer ul + ul, #footer ul + h3  {
	border-top: 1px solid #D5D5D5;
	padding-top: 13px;
}
#footer a {
	color: #404040;
	display: block;
	text-decoration: none;
	padding: 2px 0;
}
#footer li a:hover, #footer li a:focus, #footer h3 a:hover, #footer h3 a:focus {
	background: #FFF;
}
#footer .servicesNavFooter ul{
	font-weight:bold;
}

.footerLinkGroup {
	width: 310px;
	margin-left: 15px;
	float: left;
}
.footerLinkGroup > div {
	float: left;
	width: 155px;
}
.footerLinkGroup.first {
	margin-left: 0px;
}

/*------------------------------------*\
   $LEGALS
\*------------------------------------*/
#legals {
background:#FFF;
font-size:11px;
color: #404040;
padding: 0 0 30px 0;
clear:both;
margin: 0 auto;
width: 100%;
z-index: 2;
overflow: auto;
}
#legals .wrapper {
	padding-top: 44px;
}
#legals ul {
padding-left: 0;
}

#legals li a {
padding-right:3px;
color: #404040;
font-weight: bold;
}

#legals a:hover, #legals a:focus {
text-decoration:underline;
}

/*------------------------------------*\
   $ALERT BOXES
\*------------------------------------*/
.alert {
background:#FAFBC5;
}

/*------------------------------------*\
   $SECTION NAV
\*------------------------------------*/
#sectionNav {
float:left;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background:#E9E9E9;
padding:15px 10px;
width:170px;
min-height:455px;
margin: 0 20px 100px 0;
}

#sectionNav li {
list-style-type:none;
padding-bottom:10px;
padding-left:19px;
font-size:100%;
}

#sectionNav > li {
background: url(../img/global/bgArrowLarge.png) no-repeat 5px 4px;
}

#sectionNav > li.selected {
background: #FFF url(../img/global/bgArrowLarge.png) no-repeat 5px 12px;
padding-top:8px;
padding-bottom:0;
margin-bottom:10px;
}

#sectionNav li ul  {
background:#FFF;
padding: 10px 0 0 10px;
margin:0;
color:#555;
}

#sectionNav li ul ul  {
padding: 10px 0 0 2px;
}

#sectionNav li li  {
padding-bottom:5px;
padding-left:0;
font-size:100%;
}

#sectionNav li li  {
font-size:90%;
}

#sectionNav li li li:before
{
content:"- ";
}

#sectionNav a {
color:#000;
text-decoration:none;
}

#sectionNav li li a {
color:#111;
text-decoration:none;
}

#sectionNav a:hover, #sectionNav a:focus {
color:#C00;
text-decoration:underline;
}

#sectionNav li li.selected > a {
color:#111;
font-weight: bold;
}

#sectionNav li li li.selected > a {
color:#C00;
}


/*------------------------------------*\
   $ALPHA NAV
\*------------------------------------*/

#alpha-nav{
   background: #E9E9E9;
   padding: 0 15px;
   text-align: left;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      
}

#alpha-nav a{
   text-transform: uppercase;
   padding: 10px 4px;
   display: inline-block;
   text-decoration: none;
}

#alpha-nav #alpha-all{
   float: right;
   text-transform: lowercase;
   font-size: 90%;
   text-decoration: underline;
}

#alpha-nav a.current{
   background: #ED1C24;
   color: #fff;
   text-decoration: none;
   cursor: default;
}

#alpha-nav.alt a.current{
   background: #8B8B8B;
   color: #fff;
   text-decoration: none;
   cursor: default;
}

#alpha-list li.hide{
   display: none;
}

/*------------------------------------*\
   $HTML ELEMENTS
\*------------------------------------*/
html body { margin: 0; font-size: 14px; line-height: 1.231; }

a:hover, a:focus { color:#C00; }

abbr[title] { border:0; }

/*body {
background:url(../img/global/bgBackground.jpg) 0 95px repeat-x;
}
*/
/*------------------------------------*\
   $INTERNET EXPLORER MODIFICATIONS
\*------------------------------------*/
.ie7 .selectBox-dropdown, .ie8 .selectBox-dropdown, .ie9 .selectBox-dropdown {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3;
}

.ie7 #header li {
display:inline;
}

.ie7 h1 + form a {
width:180px;
}

html.oldie ul#nav li .sub {
   top: 40px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden, div.field.emptytext { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
/*.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }*/

#scrollMessage {
    display: none;
    z-index: 999; 
    opacity: .8;
    position: absolute;
    bottom: 10px;
	right: 10px;
    width: 150px;
    line-height: 32px;
    height: 32px;
    padding: 10px;
    background-color: #000;
    font-size: 1em;
    text-align: center;
}

#scrollMessage a {
	color: #fff;
	text-decoration: none;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	/*a[href]:after { content: " (" attr(href) ")"; }*/
   /* abbr[title]:after { content: " (" attr(title) ")"; }*/
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }


  /* hidden items for print */  
  #header form,
  #header div > a#languages,
  .nav,
  #nav,
  #servicesNav,
  #breadcrumbs,
  #footer,
  #timetablesFooter,
  #timetableNav,
  .submitButton,
  .saveAs,
  select,
  .selectBox,
  .selectBox-dropdown,
  .selectBox-menuShowing,
  #tagline,
  .staffPhoto ul,
  #gallery + ul {
  display:none;
  }

  /* displayed items for print */
  #header div a > img,
  #content .stationTable table {
  display:block;
  }

  #header {
  min-height:80px;
  }

  #header > div, #legals > div, #container, .container {
  position:relative;
  width:auto;
  margin:0 auto;
  }

  #header div a > img,
  .stationTable {
  display:block;
  }

  /*------------------------------------*\
	 $BASIC CONTENT AND ASIDE COLUMN LAYOUTS - USED ON FAVOURITES, NEWS PAGES 
  \*------------------------------------*/
  #content {
  position: relative;
  overflow:auto;
  padding-bottom:0;
  }

  #layout-2-1 #content,
  #layout-3-2 #content,
  #layout-4-1 #content {
  float:none;
  width:auto;
  }

  #layout-4-1 .aside {
  display:none;
  }
}



#header li#nav-about {
background:none;
}

ul#nav li .sub {
	z-index: 10;
}

#header li {
position: relative;
color: #515151;
display:inline;
float:left;
}

#header {
	z-index: 4;
}

#nav li {
	text-align: center;
	width: 14.2%;
}

#header li a {
padding: 15px 8px 9px;
display:block;
}

#header li.current-section>a {
	font-weight: bold;
	background: #f1f2f3
}

#header li a:hover, #header li a:focus, #header li.expanded > a {
background: #e3e4e5;
color:#343434;
text-decoration: none;
}

ul#nav li div.left-sub{
	left: auto;
	right: 0;
}

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.serviceAlterations {
	font-size: 13px;
}

#header #SearchDropDown {
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: none;
	z-index: 11;
	position: absolute;
	border: 1px solid #ccc;
	border-top: none;
	width: 181px;
}
#header form #txtSearch {
	background: #FFF !important;
	width: 144px;
}

#header #SearchForm_SearchForm:hover > #SearchDropDown, #header #SearchForm_SearchForm.active > #SearchDropDown {
	display: block;
}
#header #SearchForm_SearchForm:hover #txtSearch {
	border-bottom: 1px solid #ccc;
}
#header #SearchDropDown:hover {
	display: block;
}

#header #SearchDropDown ul li label {
	display: inline;
}

#header #SearchDropDown ul li {
	float: none !important;
	display: block;
}
#header #SearchDropDown ul {
	list-style: none;
	padding: 10px;
}

div.jGrowl.transport-top-right {
	top: 210px;
	right: 0px;
}

/* html.oldie #header form #txtSearch {
	padding: 5px 5px 0 !important;
} */

.disruptionDisclaimer {
	padding: 1em;
	font-size: 80%;
	font-weight: bold;
}

.disruptionDisclaimer p {
	margin: 0; padding: 0;
}

/***** override nav *****/


#servicesNav a:not(#MoreSearchOptions):not(.chosen-single) {
	border-left: 1px solid #FFF;
	width: 190px !important;
	text-align: center;
}

#servicesNav a span {
	padding: 10px 0px;
	padding-left: 40px;
	background-image: url(../images/nav-icons-sprites.png);
	background-repeat: no-repeat;
}

#servicesNav #navMapJourney a span {
	background-position: 0 2px;
}
#servicesNav #navTimetables a span{
	background-position: 0 -138px;
}
#servicesNav #navNextFive a span{
	background-position: 0 -68px;
}
#servicesNav #navDisruptions a span {
	background-position: 0 -206px;
}
#servicesNav #navMyki a span {
	background-position: 0 -276px;
}

#servicesNav #navJourney a span {
	background-position: 0 2px;
}
#servicesNav #navTimetables a span{
	background-position: 0 -138px;
}
#servicesNav #navNext5 a span{
	background-position: 0 -68px;
}
#servicesNav #navLiveTravelUpdates a span {
	background-position: 0 -206px;
}
#servicesNav #navTicketsMyki a span {
	background-position: 0 -276px;
}

#servicesNav #navDisruptions a:hover, #servicesNav #navDisruptions a:focus {
	background-color: #000;
}

#servicesNav #navDisruptions a.current {
	font-weight: bold;
	background-color: #000;
}

#servicesNav #navMyki a:hover, #servicesNav #navMyki a.current {
	background-color: #000;
}

#servicesNav li:last-child a {
	border-right: 1px solid #FFF;
}
#servicesNav a.current {
	font-weight: bold;
	background-color: #000;
}

#footer a:hover {
	text-decoration: underline !important;
}

#legals li {
	display: inline-block;
	margin-right: 25px;
}
#vic-logo {
	position: absolute;
	bottom: 0;
	right: 0;
}
#legals .wrapper > a { background: none; }
#header .page-tools {
	position: absolute;
	right: 10px;
	top: 7px;
}
#header .page-tools .label { font-size: 0.78571em; display: inline-block; padding-right: 4px; text-decoration: underline; }
#header .page-tools .icon { width: 25px; height: 25px; display: inline-block; background-image: url("../images/page-tools-icons.png"); background-repeat: no-repeat; vertical-align: middle; }

#head-fav {
	float: left;
}
#head-fav, #head-fav:visited, #head-fav:active {
	text-decoration: none;
	padding: 0 2px;
	float: left;
}
#print-page {
	display: block;
	float: left;
	margin-right: 9px;
}
#print-page .icon { background-position: 0 center; }
#head-fav .icon { background-position: -34px center; }

#textsize-search {
	position: absolute;
	top: 45px;
	right: 16px;
}

#text-resizer {
	float: left;
	margin-right: 16px;
	padding-top: 3px;
}
#header #text-resizer .label { text-decoration: none; padding-right: 0; }
#text-resizer a {
	background: #4d4e50;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 2px 5px;
}
#text-resizer a:hover, #text-resizer a:focus, #text-resizer a:active { background: #cc0000; }

table.favourites tr td .icon,
table.recently-visited tr td .icon,
.stop-timetables a.timetableLink,
.stop-timetables a.next5Link, 
.stop-timetables a.jpLink {
    background-image: url(../img/spriteGlobalInvert.png);
    height: 36px;
    display: inline-block;
    padding-left: 49px;
    padding-bottom: 10px;
    vertical-align: middle;
    line-height: 34px;
}

table.favourites tr td div.icon.Timetable,
table.recently-visited tr td div.icon.Timetable,
.stop-timetables a.timetableLink {
    background-position: -75px -54px;
}

table.favourites tr td div.icon.Next,
table.recently-visited tr td div.icon.Next,
.stop-timetables a.next5Link {
    background-position: -71px -108px;
}
table.favourites tr td div.icon.Journey,
table.recently-visited tr td div.icon.Journey,
.stop-timetables a.jpLink {
    background-position: -79px 1px;
}

#HelpTopics {
	position: absolute;
	top: -1000px;
	left: -500px;
}

#header form {
	position: relative;
	right: auto;
	top: auto;
	float: left;
}

.clear-row {
	display: inline-block;
	width: 100%;
}

/** Autocomplete styles **/

.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px;
    width: 226px;
}

span.entryTypeLabel {
	float: right;
	font-size: 10px;
	color: #666;
	margin-right: 12px;
}

.ui-menu li.ui-menu-item {
	margin-bottom: 2px;
	font-size: 12px;
}

li.userEntry {
	position: relative;
	background-color: #ffe;
}

li.transportEntry {
	background-color: #ffe;
}

li.userEntry .ui-icon {
	position: absolute;
	top: 3px;
	right: 3px;
}

#main-skip-block {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

#main-skip-block.activated {
	position: static;
	display: block;
	background-color: #fff;
	padding: 30px;
	font-size: 16px;
	text-align: center;
}
#main-skip-block.activated a {
	display: inline-block;
	padding: 0 4px;
}

.ss-inlinehelp-tooltip.ui-widget-content {
	border: 1px solid #dedede;
	font-size: 0.9em;
}

.ss-inlinehelp-tooltip .ui-widget-header {
	background: #fff;
	border: none;
}

.mobile-only, #header li.mobile-only, #servicesNav li.mobile-only  {
	display: none;
}
.grey-gradient {
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #EAEAEA 67%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(67%,#EAEAEA));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#EAEAEA 67%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#EAEAEA 67%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#EAEAEA 67%);
	background: linear-gradient(top, #fcfcfc 0%,#EAEAEA 67%);
	-pie-background: linear-gradient(#fcfcfc, #EAEAEA); /*PIE*/
	behavior: url(themes/transport-site/css/PIE.htc);
}

.red-gradient {
	background: #ED1C24; /* Old browsers */
	background: -moz-linear-gradient(top, #ED1C24 0%, #9a0000 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED1C24), color-stop(67%,#9a0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ED1C24 0%,#9a0000 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ED1C24 0%,#9a0000 67%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ED1C24 0%,#9a0000 67%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED1C24', endColorstr='#9a0000',GradientType=0 );*/ /* IE6-9 */
	background: linear-gradient(top, #ED1C24 0%,#9a0000 67%); /* W3C */
	-pie-background: linear-gradient(#ED1C24, #9a0000); /*PIE*/
	behavior: url(themes/transport-site/css/PIE.htc);
}

.round4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(themes/transport-site/css/PIE.htc);
}

.round10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(themes/transport-site/css/PIE.htc);
}

.dropshadow {
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
}

.alert-icon {
	position:relative;
	overflow:visible;
	color:#BB340D;
	background:none;
	background-image: url(../img/spriteGlobal.png);
	background-position: -80px -460px;
}

a.alert-link {
	background-image: url(../img/spriteGlobal.png);
	background-position: -80px -460px;
	display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
}

.submitButton.redGradientButton {
	background: #ED1C24; /* Old browsers */
	background: -moz-linear-gradient(top, #ED1C24 0%, #9a0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED1C24), color-stop(100%,#9a0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ED1C24 0%,#9a0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ED1C24 0%,#9a0000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ED1C24 0%,#9a0000 100%); /* IE10+ */
	background: linear-gradient(top, #ED1C24 0%,#9a0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-pie-background: linear-gradient(#ED1C24, #9a0000); /*PIE*/
	behavior: url(themes/transport-site/css/PIE.htc);
}

.submitButton.redGradientButton:hover, .submitButton.redGradientButton:focus{

	background: #FF0008; /* Old browsers */
	background: -moz-linear-gradient(top, #FF0008 0%, #9a0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0008), color-stop(100%,#9a0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF0008 0%,#9a0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF0008 0%,#9a0000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FF0008 0%,#9a0000 100%); /* IE10+ */
	background: linear-gradient(top, #FF0008 0%,#9a0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0008', endColorstr='#9a0000',GradientType=0 ); /* IE6-9 */
	-pie-background: linear-gradient(#FF0008, #9a0000); /*PIE*/
	behavior: url(themes/transport-site/css/PIE.htc);
}

a.submitButton {
	display: inline-block;
}

a.submitButton.redGradientButton {
	color: #fafafa;
}

.homeOnly {
	display: none;
}

/*------------------------------------*\
   $ASIDE 
\*------------------------------------*/
.aside > ul {
list-style-type:none;
padding-left:0;
margin-bottom:30px;
margin-top:5px;
}

.aside > ul li {
list-style-type:none;
padding-left:0;
margin-bottom:5px;
}

.aside > ul li a {
font-size: 100%;
color:#000;
text-decoration:none;
padding-left:20px;
background: url(../img/global/bgArrowLarge.png) no-repeat 0 3px;
}

.aside > ul li a:hover, .aside > ul li a:focus {
text-decoration:underline;
}

.aside h2 {
margin:5px 0 0 0;
font-size:1.2em;
}

.alert-message {
	background-color: #ffa;
	padding: 2em;
	
}

#locationSelector > label.error, label.error {
	color: #ED1C24;
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0px;
}


p.eventPlanningCallout {
	padding: 5px;
	display: none;
}

p.modeSearchableInfoText {
	margin: 0px;
	font-weight: bold;
}

/* Starts hidden, will be shown by javascript onload */
.js-shown {
	display: none;
}

/* Help icon overrides */

.ss-inlinehelp-icon {
	background: transparent !important;
	border-radius: 0 !important;
	border: 0 none !important;
}
/* Js, July 31st 2013 - replaced by #MapMenu .ss-inlinehelp-icon .ui-icon-help
.ss-inlinehelp-icon .ui-icon-help {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333 !important;
	background-image: url(../images/help-icons-sprites.png) !important;
	background-repeat: no-repeat !important;
	background-position: -16px 0 !important;
}*/

.ss-inlinehelp-icon .ui-icon-help {
	font-family: Arial, Helvetica, sans-serif;
	border: 0 none !important;
	background-image: url(../images/help_grey.png) !important;
	background-position: 0 0 !important;
	height: 20px;
    width: 20px;
}

.ss-inlinehelp-icon .ui-icon-help.icon-light {
	background-image: url(../images/help_white.png) !important;
}

.ss-inlinehelp-icon .icon-light {
	background-position: 0 0 !important;
}
.ss-inlinehelp-icon .fill-dark {
	background-color: #333;
}
.ss-inlinehelp-icon .fill-light {
	background-color: #FFF;
}

#content .grey-gradient > a h2,
#content .grey-gradient > a h3 { font-size: 1em; }

a.routeTrigger {
	line-height: 40px;
	display: block;
	text-decoration: none;
	background: transparent url(../images/bg-show-hide.png) no-repeat;
	background-position: -8px -55px;
	cursor: pointer;
	padding-left: 30px;
}

a.routeTrigger.openRoute {
	background-position: -8px 0px;
	padding-left: 30px;
}

.subRouteTrigger {
	background: transparent url(../images/bg-show-hide.png) no-repeat;
	background-position: 8px -55px;
	cursor: pointer;
	padding-left: 46px !important;
	display: block;
	line-height: 40px;
	text-decoration: none;
}

.subRouteTrigger.openRoute {
	background-position: 8px 0px;
	padding-left: 46px;
}

/**
 * Main menu
 */

#nav li .sub.sub-cols-1 { width: 240px; }
#nav li .sub.sub-cols-2 { width: 480px; }
#nav li .sub.sub-cols-3 { width: 720px; }
#nav li .sub.sub-cols-4 { width: 960px; }

#nav li#nav-news .sub.sub-cols-3 { left: -100px; }
#nav li#nav-fares .sub.sub-cols-2 { left: -100px; }
#nav li#nav-news .sub.sub-cols-3 { left: -420px; }
#nav li#nav-using-public-transport .sub.sub-cols-3 { left: -420px; }
#nav li#nav-feedback .sub.sub-cols-3 { left: -550px; }
#nav li#nav-about .sub.sub-cols-1 { left: -110px; }

/**
 * Notification bar
 */
.notification-bar { background: #000; color: #FFF; text-align: center; border-bottom: 1px solid #5E5E5E; }
.notification-bar p { margin: 0; padding: 10px; }
.notification-bar a { color: #FFF; }
.notification-bar a:hover { color: #FFF; text-decoration: none; }
.notification-bar-close {
	background: url(../img/spriteGlobal.png) no-repeat -17px -280px;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 26px;
	float: right;
	overflow: hidden;
	margin: 5px;
}

.beta-notification {
	background-color: #FFAE00;
}


#UtilityMenu {
	display: none;
	position: fixed;
	top: 100px;
	right: 100px;
	background: #fff;
	background: rgba(250, 250, 240, 0.95);
	-moz-box-shadow: 0 0 15px 5px #888888;
	-webkit-box-shadow: 0 0 15px 5px #888888;
	box-shadow: 0 0 15px 5px #888888;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 200px;
	padding: 10px;

	height: 300px;
	z-index: 300;
	overflow: auto;
}

.metlinkDialog {
	padding: 10px;
}


.autocompleteMatch {
	font-weight: bold;
}

#SpinnerHolder {
	position: fixed;
	display: none;
	bottom: 100px; 
	right: 100px;
	background: none; 
	width: 50px; 
	height: 50px;
}

.jsSpinner {
	left: 20px;
	top: 20px;
}

.metlinkAutocomplete {
	width: 280px;
}


#JpSearchForm #advancedInterface {
	display: none;
}

.saveAs {
	font-size: 0.85714em;
	line-height: 1.231;
}

html.oldie .saveAs{
	width: 33px;
}

/**
 * Forms
 */

input.submitButton:disabled { opacity: .75; }

#Form_ModeSearchForm input.text:disabled { background: #F4F4F4; color: #666; }
#Form_RouteSearchForm label { display: inline !important; margin-right: 10px; }

#locationSelector .ui-datepicker-trigger { cursor: pointer; display: inline-block; vertical-align: top; margin: 2px 0px 0px 4px; }
#locationSelector button.ui-datepicker-trigger { background: transparent; border: 0 none; padding: 0; }
#locationSelector button.ui-datepicker-trigger:focus { outline: thin dotted; }

#redirector-form { float: right; }

/* Same as .visuallyhidden for UserDefinedForm legends */
#Form_Form fieldset legend { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }


/**
 * Add a .form-inline class to a form to have labels displayed next to the
 * form elements
 */

.form-inline fieldset {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.form-inline .field {
	padding-bottom: 20px;
	overflow: auto;
}

.form-inline .field > label {
	display: block;
	float: left;
	width: 10em;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 6px;
}

.form-inline .middleColumn {
	float: left;
}

.form-inline input.text {
	border: 1px solid #B2B2B2;
	padding: 5px;
	width: 300px;
}

.form-inline select + a {
	width: 265px;
	margin-bottom: 0;
}

.form-inline ul.optionset {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

.form-inline .optionset li {
	width: 100px;
	float: left;
}

.form-inline .optionset li input, .form-inline .optionset label {
	cursor: pointer;
}

.form-inline h2 {
	border-top: 1px solid #CCC;
	padding-top: 25px !important;
	margin-top: 0;
}

.form-inline .holder-required input {
	border:1px solid #C00;
}

.form-inline span.message {
	display: block;
	float: left;
	background: #FAFBC5;
	width: 240px;
	border: 1px solid #F0F356;
	border-radius: 3px;
	padding: 5px;
	margin-left: 10px;
}

.form-inline span.message.required, .form-inline span.message.validation {
	color: #C00;
}

.form-inline input.action {
	font-size: 16px;
	font-weight: bold;
	padding: 7px 50px;
}

/**
 * Tables
 */

table.gradient-table {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:100%;
	margin-bottom:40px;
}

table.gradient-table td, .table.gradient-table th {
	padding:0 5px 15px 18px;
	font-weight:normal;
}

table.gradient-table thead th {
	font-weight:bold;
	padding:15px 5px 5px 18px;
}

table.gradient-table td {
	vertical-align:middle;
}

table.gradient-table td img {
	margin-right: 10px;
}

table.gradient-table,
#twitter-linker {
	background: #f4f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f5f5 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f5), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f5f5 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f5f5 0%,#eaeaea 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f4f5f5 0%,#eaeaea 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f5', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f4f5f5 0%,#eaeaea 100%); /* W3C */
}

#twitter-linker {
	margin-bottom: 2em;
	overflow: auto;
}

#twitter-linker a {
	line-height: 30px;
}

.black-twitter-button {
	background: #313530 url('../images/twitter-white.png') no-repeat;
	background-position: center;
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
}

.disruptions-twitter-banner {
	background: #313530 url('../images/disruptions-twitter-banner.jpg') no-repeat;
	width: 960px;
	height: 75px;
	float: left;
	margin-top: 10px;
}

#serviceAlterationsTable {
	width: 100%;
}

#serviceAlterationsTable td {
	vertical-align: middle;
}

#serviceAlterationsTable .description {
	min-width: 350px;
}

/**
 * Expanders.
 */

.expander {
	margin-top: 5px;
	clear: both;
}
.expander > h2 {
	background: url(../images/bgShowHide-left.jpg) no-repeat #E6E6E6;
	border: 1px solid #E6E6E6;
	padding: 11px 5px 10px 35px;
	margin: 0;
	cursor: pointer;
	background-position: top right;
}
.expanded.expanded > h2 {
	background-position: -5px top;
}
.expander > h2 a { display: block; text-decoration: none; }
.expander > div {
	padding: 15px;
	display: none;
}
.expander.expanded > div {
	display: block;
}
.expander ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	line-height: 25px;
}
.expander ul li {
	float: left;
/*	margin-right: 10px; */
}
.expander dl {
	margin: 0;
	overflow: auto;
}
.expander dt:nth-child(5n) {
	clear: left; 
}
.expander dt {
	display: block;
	float: left;
	min-width: 180px;
	margin-bottom: 8px;
	font-weight: bold;
	margin-left: 10px;
}
.expander dd {
	display: block;
	float: left;
	margin-bottom: 8px;
	margin-left: 0;
	min-width: 90px;
	text-align: left;
}
.expander.phone-numbers dt {
	clear: left;
}
.expander ul.stop-timetables li {
	clear: left;
}

/**
 * Pagination
 */

.pagination {
	background: #F4F4F4;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin-top: 20px;
	padding: 10px;
}

.pagination a, .pagination span {
	text-decoration: none;
}

/**
 * MyWay
 */

#add-favourite, #content #add-favourite {
	float: right;
	margin: 0;
	height: 29px;
	display: block;
}

.myway-add-favourite {
	text-decoration: none;
}

.myway-add-favourite .icon {
	display: block;
	float: left;
	width: 17px;
	height: 16px;
	margin: 2px 5px 0 0;
	background: url(../images/myway-icon.gif) no-repeat;
}

.myway-add-favourite.myway-favourite {
	opacity: .6;
	background-position: 8px -38px;
}

.myway-add-favourite.myway-favourite .icon {
	background-position: bottom;
}

.myway-dialog { width: 590px; }
.myway-dialog-container { padding: 15px; background: #EAEAEA; }
.myway-dialog-container.loading { background: #EAEAEA url(../img/spinner.gif) no-repeat center center; height: 100px; }
.myway-dialog h2 { font-size: 18px; margin-top: 0; }
.myway-dialog input.text { padding: 8px; width: 544px; font-size: 16px; border: 1px solid #AAA; border-radius: 4px; }
.myway-dialog input.text:focus { border-color: #000; }
.myway-dialog input.action { padding: 5px; font-size: 16px; margin: 10px 5px 0 0; cursor: pointer; }
.myway-dialog input.add { font-weight: bold; }
.myway-dialog input.required { border-color: #FF0000; }
.myway-dialog p:last-child { margin-bottom: 0; }
.myway-dialog .submitButton { display: inline-block; margin-top: 0; }
.myway-dialog .submitButton:hover { color: #FFF !important; cursor: pointer; }
.myway-dialog-post { background: url(../img/bgBackground.jpg) repeat-x; border-top: 1px solid #C1C1C1; padding: 15px; width: 560px; }

.service h3 { min-height: 36px; padding-left: 42px; line-height: 40px; }
.service-train h3 { background: url(../images/jp/iconTrain.png) 0 center no-repeat; }
.service-tram h3 { background: url(../images/jp/iconTram.png) 0 center no-repeat; }
.service-bus h3 { background: url(../images/jp/iconBus.png) 0 center no-repeat; }
.service-regional h3 { background: url(../images/jp/iconRegionalCombined.png) 0 center no-repeat; padding-left: 82px; }

div.aside .map { background: #DDD; padding: 10px; border-radius: 4px; text-align: center; margin-bottom: 20px;}
div.aside .map h3 { margin: 4px 0; }
div.aside .map img { background: #FFF; padding: 3px; border: 1px solid #CCC; }
div.aside .map p { margin: 8px 0 3px 0; }

body.NtpNetworkPage div.aside {
    position: absolute;
    right: 0;
    top: 100px;
    width: 150px !important;
}

body.NtpNetworkPage div.aside .map img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    max-height: 130px;
    padding: 3px;
}

body.NtpNetworkPage .myway-add-favourite {
	display: none;
}

#location-switch-form { float: right; }
#location-switch-form input.action { font-weight: bold; padding: 3px; }
#location-switch-form .selectBox { margin-bottom: 3px; margin-right: 0; }
.form-right-inline { float: right; }
.form-right-inline input.text { padding: 4px; }
.form-right-inline input.action { font-weight: bold; padding: 3px; }
.form-right-inline .selectBox { margin-bottom: 3px; margin-right: 0; }

ul .access-link a, ul .map-link a { margin-left: 20px; text-decoration: none; }

.floated-list { clear: both; }
.floated-list li { width: 225px; float: left; }

.ui-autocomplete-loading { background-position: 99% center; }

#timetable-print { float: right; background: url(../img/spriteGlobal.png) 0 -507px; padding-left: 28px; margin: -5px 0 0 0; }
#timetable-direction label { margin-right: 20px; }
.container-timetable #content { padding-bottom: 8px; }
#timetable { margin: 0 20px 50px; padding: 10px; overflow: auto; }

body.fullWidth #timetable { overflow: visible; }

body.TimetablesPage .container-timetable #content {
	padding-bottom: 8px !important;
}

#timetable iframe {
	width: 100%;
	border: none;
	height: 400px;
}

.SecurityLogin {
	background-color: #AAAAAA;
}

#SystemLogin {
	width: 30%;
	margin: 100px auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	-moz-box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;
}


.disruptionPopupInfo {
	padding: 6px 16px;
}

/**
 * Next 5 page
 */

.tooltip ul { max-height: 440px; overflow-y: auto; }
.tooltip .more a { color: #0000EE; }
 
/*
 * Service Status sidebar
 */

#ServiceStatus .tabbody td{ font-size: 13px;}
#ServiceStatus thead th#service-status-line { width: 165px; }
#ServiceStatus .tabbody tr, #ServiceStatus .tabbody tr td { position: relative; }
#ServiceStatus .tabbody tr.ellipsis{ position: relative}
#ServiceStatus .tabbody tr span.truncated { padding: 2px; z-index: 1;}


body.HomePage #ServiceStatus .tabbody tr.ellipsis  span.hover { 
	display: block;
	position: absolute; 
	margin: -2px 0 0;
	width: 170px;
	background: #FFF; 
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 4px; /* Opera 10.5, IE 9 */
	z-index: 9999999;
}

html.ie7 body.HomePage #ServiceStatus .tabbody tr.ellipsis  span.hover { 
	position: static;
}
.address-location { position: relative; }
.address-location .saveAs { top: 0; }

ul.stop-timetables {
	width: 500px;
	font-size: 14px;
	line-height: 20px;
	list-style: none;
}

.routeStopTimetable {
/*
	padding-left: 50px;
	padding-right: 30px;
	background: transparent url(../images/pdf_icon.gif) 20px 10px no-repeat;
*/
}
.routeStopTimetable a img { text-decoration: underline; }

div.timetable-row {
	background-color: #e6e6e6;
	margin-bottom: 2px;
	overflow: auto;
	min-height: 50px;
	padding: 1em;
}

div.timetable-row img {
	margin-right: 5px;
}

#content div.timetable-row p {
	margin: 0px;
	line-height: 40px;
	min-height: 40px;
}

.cms-show {
	display: none;
}

#Form_ProfileForm .confirmedpassword .showOnClick a {
	display: none;
}

span.message.required {
	font-weight: bold;
	color: #c00;
}

a[href$=".pdf"] { background: url(../images/pdf_icon.gif) 0 0 no-repeat; padding-left: 20px; }
a[href$=".docx"], a[href$=".doc"] { background: url(../images/page_word.png) 0 0 no-repeat; padding-left: 20px; }
a[href$=".xlsx"], a[href$=".xls"] { background: url(../images/page_excel.png) 0 0 no-repeat; padding-left: 20px; }
a[href*="://"]:not([href*="ptv.vic.gov.au"]):not([href*="ptv.local"]):not([href*="silverstripe"]):not([href*="ptv.dev"]):not(.innerlink) { 
	background: url(../images/external-site-icon.png) 0 0 no-repeat; padding-left: 18px; 

}

div.mapButton a[href$=".pdf"], div.stopMapButton a[href$=".pdf"],
div.map a[href$=".docx"], div.map a[href$=".xlsx"], div.map a[href$=".doc"], div.map a[href$=".xls"], div.map a[href$=".pdf"] 
{ background: none; padding-left: 0; }
 
.mobile-only-override {
	display:none;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (max-width: 1150px) {
#content.with-side,
	#main,
	#main-border-wrap,
	.wrapper, 
	#container, 
	#footer,
	#legals,
	#layout-4-1 #content,
	#layout-3-2 #content 
	{
		width: 100%;
	}
	
	#twitter-linker {
		display: none;
	}
}

@media all and (max-width: 970px) {
	#servicesNav {
		overflow: visible;
		height: 98px;
	}
}

@media all and (max-width: 600px) {
	#content.with-side,
	#main,
	#main-border-wrap,
	.wrapper, 
	#container, 
	#footer,
	#legals,
	#layout-4-1 #content,
	#layout-3-2 #content 
	{
		width: 100%;
	}
	
	#content {
		overflow: visible;
	}

	#page-side-image,
	#header div > a#languages, 
	#text-resizer, 
	#header #SearchForm_SearchForm:hover > #SearchDropDown {
		display: none;
	}

	#header ul#nav {
		background-color: #F6F6F6;
	}

	#header ul#nav, 

	#header div > a#head-logo, 
	#textsize-search,
	#header form input + input, #header form input:last-child { 
		position: static;
	}

	#textsize-search {
		margin: 10px;
	}

	#header form input + input, #header form input:last-child {
		vertical-align: middle;
	}

	#header form {
		float: none;
	}

	#servicesNav {
		height:auto;
	}
	
	#header li, #servicesNav li {
		display: none;
		float: none;
		width: 100%;
	}

	#servicesNav li:not(.active-result) {
		background-color: #cc0000;
	}

	#servicesNav #navMapJourney a {
		background-position: -71px 8px;
	}

	#servicesNav #navMapJourney a, 
	#servicesNav #navNextFive a {
		width: 100%;
		float: none;
		display: block;
	}

	#servicesNav a:not(.chosen-single):not(#MoreSearchOptions) {
		float: none;
		display: block;
		background-image: none !important;
		width: 100% !important;
		border: none;
	}

	#servicesNav a:hover, #servicesNav li a:focus {
		border: none;
	}

	.mobile-only, #header li.mobile-only, #servicesNav li.mobile-only  {
		display: block;
	}

	.mobile-hidden {
		display: none;
	}

	#sectionNav {
		float: none;
	}

	#footer, #legals {
		width: 90%;
		margin: 0px auto;
	}

	#legals li { 
		display: block;
	}


	.footerLinkGroup {
		margin-left: 0px;
		width: 100%;
	}

	#scrollMessage {
		display: none;
		z-index: 999; 
		opacity: .8;
		position: absolute;
		bottom: 2px;
		right: 2px;
		width: 60px;
		line-height: 14px;
		height: 16px;
		padding: 4px;
		background-color: #000;
		font-size: 10px;
		text-align: center;
	}

	#nav .sub {
		display: none;
	}

	#sectionNav {
		display: none;
		margin-left: -100%;
		width: 100%;
		padding: 0px;
		margin-bottom: 10px;
	}

	#sectionNav > li.selected,
	#sectionNav li {
		padding: 0px;
		background: url("../img/global/bgArrowLarge.png") no-repeat scroll 8px 18px transparent;
	}

	#sectionNav > li.selected {
		font-weight: bold;
		margin-bottom: 0px;
	}

	#sectionNav li a {
		width: 100%;
		padding: 15px;
		padding-left: 25px;
		display: block;
	}

	#sectionNav li a:hover {
		background-color: #e3e4e5;
	}

	#ShowSubnav {
		font-size: 15px;
		padding-left: 10px;
		line-height: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		display: block;
		width: 70px;
		float: right;
		height: 30px;
		margin-top: -30px;
		background: #ED1C24 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAAM0lEQVQoz2NkYGBQYSARMP4HArppOkCyJlI1gBzGOPgD4j/dAkKaZJu+fPlykmSb6BYQABnILK8EDXjoAAAAAElFTkSuQmCC) no-repeat 80% 50%;
	}

	#content {
		width: 100%;
	}

	ul.stop-timetables {
		width: 100%;
		padding: 0px;
	}

	form#SearchForm_SearchForm {
		text-align: center;
		right:0 !important;
		top:0 !important;
		position: static !important;
	}

	#txtSearch {
		width:calc(100vw - 110px) !important;
	}

	#SearchDropDown {
		/*width:calc(100vw - 74px) !important;
		margin-left: 2px;*/
		display:none !important;
	}

	#header > .wrapper > #logo-container {
		height:72px;
		padding:5px;
	}

	#header > .wrapper > #logo-container > #nav-pull {
		width:42px;
		height:42px;
		padding:17px 20px 13px 10px;
		display:inline-block;
		float:left;
	}

	#header > .wrapper > #logo-container > #nav-pull > a {
		width:40px;
		height:40px;
		display:block;
		text-decoration:none;
		text-align: center;
		font-weight: bold;
		border:1px solid #DDD;
		border-radius: 5px;
		background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAf0lEQVRYR+3UzQnCUBRE4S9tKAbTj3W4sxl3NmI5Qv76CFkIIWT7EsF5Bdw5nPvuVA5+1cH5AhADSwM3PNEU/pgfPPCec5YAHS6Fw7/jW1zXAAPOOwH0qNcA8wpeOBWGGHHfWkHh3O3xOcOfMpAeSA+kB2IgPZAeyBXEwH8amAB9Px4hf1lqAAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
	}

	#header > .wrapper > #logo-container > a#head-logo {
		float:right;
	}

	.mobile-only-override {
		display:block !important;
	}

	#journey-holder {
		display:none;
		border-bottom: 1px solid #FFF;
	}

	#journey-holder .chosen-container {
		position: relative !important;
		display: inline-block !important;
		vertical-align: middle !important;
		font-size: 13px !important;
		zoom: 1 !important;
	}

	#journey-holder .chosen-single {
		position: relative !important;
		display: block !important;
		overflow: hidden !important;
		padding: 0 0 0 8px !important;
		height: 25px !important;
		min-height: 25px !important;
		border: 1px solid #aaa !important;
		border-radius: 5px !important;
		background-color: #fff !important;
		background-clip: padding-box !important;
		box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1) !important;
		text-decoration: none !important;
		white-space: nowrap !important;
		line-height: 24px !important;
		width:100% !important;
		text-align: left !important;
	}

	#journey-holder .chosen-single span {
		background-image: none !important;
		display: block !important;
		overflow: hidden !important;
		margin-right: 26px !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		box-sizing: border-box !important;
		padding:0px;
	}

	#journey-holder .chosen-container-single .chosen-single div {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		display: block !important;
		width: 18px !important;
		height: 100% !important;
	}

	#journey-holder .chosen-container .chosen-drop {
		position: absolute !important;
		top: 100% !important;
		left: -9999px !important;
		z-index: 1010 !important;
		width: 100% !important;
		border: 1px solid #aaa !important;
		border-top: 0 !important;
		background: #fff !important;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) !important;
	}

	#journey-holder .chosen-container.chosen-with-drop .chosen-drop {
	  left: 0 !important;
	}

	#journey-holder .chosen-container-active.chosen-with-drop .chosen-single {
		border: 1px solid #aaa !important;
		-moz-border-radius-bottomright: 0 !important;
		border-bottom-right-radius: 0 !important;
		-moz-border-radius-bottomleft: 0 !important;
		border-bottom-left-radius: 0 !important;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff)) !important;
		background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
		background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
		background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
		background-image: linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
		box-shadow: 0 1px 0 #fff inset !important;
	}

	#journey-holder .chosen-container .chosen-results {
		color: #444 !important;
		position: relative !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		margin: 0 4px 4px 0 !important;
		padding: 0 0 0 4px !important;
		max-height: 240px !important;
		-webkit-overflow-scrolling: touch !important;
	}

	#journey-holder .chosen-container .chosen-results li {
		display: none !important;
		margin: 0 !important;
		padding: 5px 6px !important;
		list-style: none !important;
		line-height: 15px !important;
		word-wrap: break-word !important;
		-webkit-touch-callout: none !important;
		width:auto !important;
	}

	#journey-holder .chosen-container .chosen-results li.active-result {
	  display: list-item !important;
	  cursor: pointer !important;
	}

	#journey-holder .chosen-container .chosen-results li.disabled-result {
	  display: list-item !important;
	  color: #ccc !important;
	  cursor: default !important;
	}

	#journey-holder .chosen-container .chosen-results li.highlighted {
	  background-color: #3875d7 !important;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)) !important;
	  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
	  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
	  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
	  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
	  color: #fff !important;
	}

	#journey-holder .chosen-container .chosen-results li.no-results {
	  color: #777 !important;
	  display: list-item !important;
	  background: #f4f4f4 !important;
	}

	#journey-holder .chosen-container-active.chosen-with-drop .chosen-single div {
	  border-left: none !important;
	  background: transparent !important;
	}

	#journey-holder .chosen-container-active.chosen-with-drop .chosen-single div b {
	  background-position: -18px 2px !important;
	}

	#itdTripDateTimeDepArr_chosen {
		width:83px !important;
	}

	#itdDateDay_chosen {
		width:56px !important;
	}

	#itdDateYearMonth_chosen {
		width:87px !important;
	}

	#itdTimeHour_chosen {
		width:56px !important;
	}

	#itdTimeMinute_chosen {
		width:56px !important;
	}

	#am_chosen {
		width:61px !important;
	}
	
	body.NtpNetworkPage div.aside {
		position: static;
		float: none;
	}
}


/****** FILE: themes/transport-site/css/content.css *****/

.youtube { }


.tableStyled {
	width:100%;
	border: 0px;
	font: inherit;
}

.tableStyled thead tr th, .tableStyled caption {
	color:#ED1C24;
	font-weight:bold;
	border-bottom:thin #231F20 solid;
	text-align:left;
	padding: 4px 0px;
}
.tableStyled tr th {
	color:#231F20;
	font-weight:bold;
	border-bottom:thin #231F20 solid;
	text-align:left;
	padding: 4px 0px;
}
.tableStyled tr td {
	color: #231F20;
	border-bottom: thin #231F20 solid;
	text-align: center;
	padding: 4px 0px;
}
.tableStyled tr td:first-child {
/*  text-align:center; */
}

.tableStyled .text-centre { text-align: center !important; }

.tableStyled .text-plain { text-align: left !important; font-weight: normal !important; }

li.red-arrow-list-small {
	list-style-image: url(../img/global/bgArrowSmall.png);
}

li.red-arrow-list-large {
	list-style-image: url(../img/global/bgArrowLarge.png);
}

li.grey-arrow-list {
	list-style-image: url(../img/global/bgArrowGrey.gif);
}


/****** FILE: themes/transport-site/css/jquery.fancybox-1.3.4.css *****/

#lightbox {
background:#FFF;
}

#lightboxHeader {
height:50px;
padding:20px;
background:url(../img/bgBackground.jpg);
}

#lightboxHeader h1 {
line-height: 50px;
margin: 0;
font-size: 20px !important;
}

#lightboxContent {
	padding: 20px;
}

#lightbox h1, #lightbox h2 {
font-size: 1.3em;
margin: 0 0 1em 0;
}

#lightbox .journeySaved, #lightbox .journeyTimetable {
padding:10px 10px 5px 15px;
background:#EBEAEA;
}

#lightbox .journeyTimetable {
border-top:1px solid #C1C1C0;
background:url(../img/bgBackground.jpg) repeat-x;
}

#lightbox .submitButton {
width:16em;
text-align:center;
text-decoration:none;
}

#lightbox .submitButton:hover, #lightbox .submitButton:focus, #lightbox .submitButton:visited {
text-decoration:none;
color:#FFF;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/****** FILE: themes/transport-site/javascript/chosen-1.3.0/chosen.css *****/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/****** FILE: themes/transport-site/css/networkmap-page-lightbox.css *****/
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
  background: none;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


/****** FILE: transport/javascript/jquery.jgrowl.css *****/

div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}

/****** FILE: inlinehelp/css/ss.inlinehelp.css *****/
.ss-inlinehelp-icon, .ss-inlinehelp-tooltip {
	position: absolute;
	top: 0;
}

.ss-inlinehelp-icon {
	z-index: 100;
}

.ss-inlinehelp-tooltip {
	z-index: 102;
	overflow: hidden;
}

.ss-inlinehelp-tooltip-title, .ss-inlinehelp-tooltip-link {
	padding: 2px 4px;
	border-left: none;
	border-right: none;
}

.ss-inlinehelp-tooltip-title {
	border-top: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
}

.ss-inlinehelp-tooltip-content {
	padding: 4px;
	left: 0;
	right: 0;
	position: absolute;
}

.ss-inlinehelp-tooltip-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: none;
	width: 100%;
}

.ss-inlinehelp-click, .ss-inlinehelp-link {
	cursor: pointer;
}

