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

/*------------------------------------*\
   CONTENTS
\*------------------------------------*/
/*
SPRITE BACKGROUND
NEWS
NEWS ASIDES 
SERVICE ALTERATIONS TABLE

*/

/*------------------------------------*\
   $SPRITE BACKGROUND
\*------------------------------------*/

body.Next5Page #content-container{
	display:none;
}

form#selectline{
	position: static;
}

.next5 #content {
overflow: visible;
}

#next5Nav {
border-bottom:1px dotted #999;
margin-bottom: 20px;
}

#next5Nav div {
width:960px;
min-height:80px;
padding-top:10px;
margin:0 auto;
}

#next5Nav label + input {
background:#FFF;
border:1px solid #B2B2B2;
padding:5px;
width:360px;
margin-right:10px;
}

#next5Nav .submitButton {
display:inline-block;
padding-left: 40px;
padding-right: 40px;
font-size:1.2em; 
}

#next5Nav label {
display:none;
}

#next5Nav a {
width: 100px;
margin-top:6px;
}

.next5 #content h1 { 
font-weight:normal;
margin-bottom: 0;
}

.next5 .lastUpdated { 
text-transform:uppercase;
margin: -5px 0 10px 0;
}

.next5 .lastUpdated a { 
text-transform: none;
}

.next5 .lastUpdated + form { 
margin-bottom: 25px;
}

.next5 .lastUpdated + form label { 
display:none;
}

.next5 .lastUpdated + form a { 
width:100px;
}

/*------------------------------------*\
   $TIMETABLE  
\*------------------------------------*/
.timetable {
position:relative;

padding:5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:45px;
}

.timetable h2 {
font-weight:normal;
margin-left:10px;
}

.timetable > a {
position:absolute;
top:15px;
right:15px;
}

.timetable table {
margin: 25px 5px 10px 5px;
}

.timetable th, .timetable td {
padding:15px 20px 10px 5px;
vertical-align:top;
}

/*.timetable thead th {
border-bottom:1px solid #C0C1C1;
}*/

.timetable thead th span {
text-align:center;
display:block;
}


.timetable tbody td a {
background: url(../img/bgArrowLarge.png) no-repeat 0 3px;
padding-left:12px;
margin-left:5px;
color:#000;
text-decoration:none;
} 

/*.timetable tbody tr:first-of-type td, .timetable tbody tr:first-of-type th {
padding-top:25px;
} */

.timetable tbody td span {
display:block;
text-align:center;
} 

.timetable table tfoot td, .timetable table tfoot th {
font-weight:normal;
font-size:0.9em;
}

.timetable tfoot th a {
background: url(../img/bgArrowSmall.png) no-repeat 0 1px;
padding-left:12px;
margin-left:5px;
color:#000;
text-decoration:none;
} 

.timetable tfoot th a:hover, .timetable tfoot th a:focus  {
text-decoration:underline;
} 

.moreServices {
display:none;
}

/*------------------------------------*\
   $TOOLTIP POPUP 
\*------------------------------------*/
.timetable tbody tr:hover {
background:#FFF;
}

.timetable .tooltip {
	display: none;
	position: relative;
	background: #FFF;
	width: 300px;
	z-index: 100;
	text-align: left;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 2px;
}

.timetable .tooltip:before {
	content: " ";
	display: block;
	position: absolute;
	background: url(../img/next5/bgNextStops.png) no-repeat;
	top: 50%;
	left: -13px;
	margin-top: -8px;
	width: 13px;
	height: 17px;
}

.timetable .tooltip.loading {
	height: 60px;
	background-image: url(../img/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.timetable .tooltip ul, .timetable .tooltip li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.timetable .tooltip li {
	padding: 6px;
	font-size: 0.92857em;
}

.timetable .tooltip li.more {
	text-align: center;
}

.timetable .tooltip li:nth-child(2n) {
	background: #F8F8F8;
}

.timetable .tooltip .previousStation {
	color: #666;
}

.timetable .tooltip .yourStation {
	font-weight: bold;
}

.timetable td div {
text-align:center;
}

/*------------------------------------*\
   $ALERTS
\*------------------------------------*/
.alert {
	position:relative;
	overflow:visible;
	color:#BB340D;
	background:none;
	background-image: url(../img/spriteGlobal.png);
	background-position: 25px -460px;
}

.timetable tbody td div {
padding:2px 8px 8px 3px;
}

.alert:hover, .alert:focus {
	cursor: pointer;
}

.timetable td .alert div {
	display:none;
	position:absolute;
	background:#FBF8C7;
	width:330px;
	top: -13px;
	left:63px;
	text-align:left;
	padding-right:15px;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;
}

.timetable td .alert div h2 {
font-size:1.2em;
margin-bottom:0;
background-image: url(../img/spriteGlobal.png);
background-position: -80px -462px;
padding-left:24px;
padding-bottom:1px;
margin-bottom:0;
}

.timetable td .alert div h2 a {
color: #426DC7;
text-decoration:underline;
background-image:none;
padding-left:0;
}

.timetable td .alert div p {
padding-left:40px;
margin-top:0;
line-height:1.3;
color:#000;
}

.timetable td .alert div h2 a:hover {
text-decoration:none;
}


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

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

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

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


/*------------------------------------*\
   $Save as button 
\*------------------------------------*/


/*------------------------------------*\
   $HTML ELEMENTS
\*------------------------------------*/
a:hover, a:focus { color:#C00; }

/*------------------------------------*\
   $INTERNET EXPLORER MODIFICATIONS
\*------------------------------------*/
.ie7 .selectBox-dropdown, .ie8 .selectBox-dropdown, .ie9 .selectBox-dropdown {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3;
}

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

p.loading{
	background: url(../img/spinner.gif) no-repeat center transparent;
	height: 32px;
}

/* center position of arrow icon on next stops tooltip */
.timetable .tooltip a {
	background: none;
	margin: 0;
	padding: 0;
}

.timetable h2{
	float: left;
}

.timetable .saveAs{
	position: absolute;
	right: 0px;
	top: -40px;
}

.Next5Page .timetable table{
	margin-top: 0;
}


.timetable h2 {
  float: none;
}


.Next5Page #content {
overflow: visible;
}

/***** next5 *****/

.Next5Page #next5 {
	visibility: hidden;
}

body.Next5Page .functional-panel {
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	min-height: 91px;
}

body.Next5Page #timetableNav {
    border-bottom: none;
    margin-bottom: 0px;
}

body.Next5Page #next5 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.Next5Page #next5 label {
    color: #FFF;
    padding-left: 5px;
}

body.Next5Page #next5 label.error {
	color: #ED1C24;
}

body.Next5Page #next5 .tabbody label {
    display: none;
}

body.Next5Page #next5 .tabs-list a {
    color: #666;
}

body.Next5Page #next5 .tabs-list .current a {
    color: #000;
}

body.Next5Page #next5 .tabs-list li:last-child {
    width: 87px;
}

body.Next5Page #next5 .tabs-list .current {
    behavior: url(PIE.htc);
	border: 1px solid #BBB;
	border-radius: 4px;
}


body.Next5Page #next5 .traintab .submitButton {
    margin-left: -10px;
	position: absolute;
    bottom: 25px;
}

body.Next5Page .next5SubmitAlt {
	/*display: none;*/
}

body.Next5Page .selectboxtab {
	position: relative;
}

body.Next5Page div.selectboxtab div.Actions {
	position: absolute;
	right: 5px;
	top: 20px;
}


body.Next5Page #next5 .selectBox-dropdown {
    width: 168px;
	margin: 0 5px 5px 5px;
}

body.Next5Page #next5 .tabs-list li {
    padding-left: 3px;
    padding-right: 3px;
}
body.Next5Page #next5 #timetableNav .submitButton {
	position: static;
    bottom: 0px;
}

body.Next5Page .functional-panel .submitButton {
	box-shadow: none;
	padding-left: 35px !important;
	padding-right: 35px !important;
	float: none !important;
}

body.Next5Page .functional-panel .submitButton {
    color: #fff;
    text-decoration: none;
}

body.Next5Page div.functional-panel.first {
    margin-left: 0;
}
body.Next5Page .functional-panel h2 {
	display: none;
}
body.Next5Page .panel-content {
	width: 960px;
	min-height: 80px;
	padding-top: 9px;
	margin: 0 auto;
}
body.Next5Page .panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.Next5Page .panel h2 {
    margin: 0;
    padding: 0;
}

.Next5Page ul.tabs-list {
	list-style-type:none;
	padding-left:0;
	margin:0;
	float: left;
	width: 291px;
}

/* to add more tabs change the width below */
body.Next5Page ul.tabs-list li {
	display:inline-block;
	padding: 10px 5px;
	font-weight:bold;
	width:87px;
	position:relative;
	top:2px;
	text-align:center;
}

body.Next5Page .tabs .content {
	margin-left: 300px;
}

/* to add more tabs change or delete the width below */
body.Next5Page .tabs li + li {
	/*width:88px;*/
}

/* to add more tabs change the margin-left below */
.Next5Page .tabs li img {
	display:block;
	margin-left:25px;
	padding-top:3px;
}
body.Next5Page .tabs li a, 
body.Next5Page .tabs li a:hover, 
body.Next5Page .tabs li a:visited {
	color: #000;
	font-size:0.9em;
	text-decoration:none;
}

body.Next5Page .tabbody table {
	width:100%;
}

body.Next5Page .tabs th, 
body.Next5Page .tabs td {
	text-align: left;
	padding:5px 10px;
}

body.Next5Page .tabs tr.alert td {
	background: #FAFBC5;
	font-weight:bold;
	color:#000; 
	cursor:default;
}

body.Next5Page .tabs th + th, 
body.Next5Page .tabs td + td  {
	text-align: right;
}

body.Next5Page .tabs tfoot td {
	border-top: 1px solid #C9C9C9;
	padding-top:10px;
	font-size:90%;
	text-align: right;
}

body.Next5Page .current-info, 
body.Next5Page .tabhead {
	display:none;
}

.ie7 .Next5Page .tabs li {
	display:inline;
	padding: 10px 5px;
}

.innerHeaderRowBottom {
	border-bottom: 1px solid #C0C1C1;
}

.innerHeaderRow td {
	text-align: left;
	font-weight: bold;
}

table.next5Route {
	margin: 0 0 10px 0;
	width: 100%;
}

table.next5Route .contracted {
	display: none;
}

table.next5Route .innerHeaderRowTop th, table.next5Route .innerHeaderRowTop td {
	padding: 0px;
}

.timetable table.next5Route thead th span {
text-align:left;
display:inline;
}

table.next5Route .routeName {
	font-weight: normal;
	font-size: 0.85714em;
}

body.Next5Page .tabbody label.error {
	position: absolute;
	top: 42px;
	left: 0px;
}

.next5TabForm select {
	width: 350px;
	margin-top: 4px;
}

.next5TabForm div.form-row {
	margin-bottom: 3px;
}

td.viewCol {
	position: absolute;
}

.departingIn .mins {
	display: block;
	font-size: 0.71428em;
}

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

#timetableNav {
border-bottom:1px dotted #999;
margin-bottom: 20px;
}

#timetableNav div.modeSearchContainer {
width:960px;
min-height:80px;
padding-top:10px;
margin:0 auto;
}

.Next5Page .tabbody #timetableNav div.modeSearchContainer {
	width: 710px;
}

.Next5Page div.Actions {
	display: inline;
	width: auto;
}

#timetableNav label + input {
border:1px solid #B2B2B2;
padding:5px;
width:440px;
margin-right:10px;
}

#timetableNav .submitButton {
display:inline-block;
/*padding-left: 40px;
padding-right: 40px;
*/
font-size:1.2em; 
text-align:center;
width:212px;
}

#timetableNav label {
display:none;
}

ul.results li {
	margin-bottom: 5px;
	list-style-type: none;
}

label.error {
	position: absolute;
	top: 42px;
	left: 180px;
}


#Form_ModeSearchForm {
	position: relative;
}

#Form_ModeSearchForm_Mode {
	width: 140px;
}

#Form_ModeSearchForm_Mode_chosen {
	vertical-align: middle;
	height: 27px;
}

div.modesearchable-panel {
	height: 100px;
}


.disruptionInfo {
padding:5px 15px;
background-color:#FAFBC5;
color:#000;
}

.disruptionInfo h2 {
background-image: url(../img/spriteGlobal.png);
background-position: -80px -462px;
padding-left:30px;
}

.disruptionInfo span.disruption-detail {
	font-weight: normal;
}

.disruptionInfo a {
font-weight:normal;
}

@media all and (max-width: 600px) {

	.modeSearchableInfoText {
		display: none;
	}

	#timetableNav .submitButton {
		display: block;
		font-size: 1.2em;
		text-align: center;
		width: 70%;
		margin: 15px auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
		min-width: 220px;
	}
	
	#timetableNav div.modeSearchContainer {
		width: 100%;
	}

	#Form_ModeSearchForm_Mode,
	#Form_ModeSearchForm_Mode_chosen {
		width: 20%;
	}

	#timetableNav label + input {
		width: 60%;
	}

	label.error {
		left: 130px;
		position: absolute;
		top: 24px;
	}
}

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

/*------------------------------------*\
   CONTENTS
\*------------------------------------*/
/*
SPRITE BACKGROUND
BASIC CONTENT AND ASIDE COLUMN LAYOUTS 
FAVOURITES TABLES 
FAVOURITES FORMS 

*/

/*------------------------------------*\
   $SPRITE BACKGROUND
\*------------------------------------*/
.favourites td.remove a {
background-image: url(../img/spriteGlobal.png);
}



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

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

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

.favourites .section {
background:#ECECEC;
padding:5px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top:25px;
}

.favourites .section > a {
background: url(../img/bgArrowLarge.png) no-repeat bottom right;
display:block;
text-decoration:none;
color:#000;
}

.favourites .section > a:hover p, .favourites .section > a:focus p {
text-decoration:underline;
}

.favourites .section p {
width:150px;
}

/*------------------------------------*\
   $FAVOURITES TABLES 
\*------------------------------------*/
.favourites table {
	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 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:100%;
	margin-bottom:40px;
}

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

.favourites #content thead th {
font-weight:bold;
padding:15px 5px 5px 18px;
}

.favourites td {
vertical-align:middle;
}

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

.favourites td.remove a {
text-indent:-9999px;
direction:ltr;
background-position:-45px -280px; 
display:block;
width:26px;
height:25px;
margin-left:12px;
}

.favourites td.remove a:hover, .favourites td.remove a:focus  {
background-position:-17px -280px; 
}

.favourites #content td.alert abbr  {
font-weight:bold;
background-image: url(../img/spriteGlobal.png);
background-position: -135px -285px;
padding-left:26px;
padding-bottom:2px;
}

.favourites #content .serviceStatus {
text-align: center;
}

.favourites .alert {
background:none;
text-align:center;
}

.favourites .drag {
	cursor: move;
}

/*------------------------------------*\
   $FAVOURITES FORMS 
\*------------------------------------*/

#TwitterButton, #GoogleButton, #FacebookButton {
	padding-bottom: 10px;
}

#TwitterButton, #GoogleButton, #FacebookButton {
	padding-bottom: 10px;
}

/**
 * MyWay Login Form.
 */

#myway-login {
	background: #FAFAFA;
	width: 741px;
	margin-top: 10px;
}

#myway-login-content {
	border: 1px solid #E6E6E6;
	border-top: none;
	overflow: auto;
	padding: 0;
	position: relative;
}

#myway-login-email {
	float: right;
	width: 435px;
	padding-right: 20px;
	margin-top: 5px;
}

#myway-login-blurb {
	margin-bottom: 10px !important;
	color: #666;
}

#myway-login-email .field {
	overflow: auto;
	margin-bottom: 7px;
}

#myway-login-email label.left {
	display: block;
	float: left;
	width: 80px;
	padding-top: 2px;
}

#myway-login-email .middleColumn {
	float: left;
}

#myway-login-email input.text {
	width: 240px;
	padding: 2px;
}

#myway-login-email .field.checkbox {
	padding-left: 80px;
	margin-top: 0;
}

#myway-login-email .Actions {
	padding-left: 80px;
	margin-top: 4px;
}

#myway-login-email input.action {
	float: left;
	padding: 3px;
	font-weight: bold;
}

#myway-login-email #ForgotPassword {
	float: left;
	margin: 6px 0 0 10px;
}

#myway-login-email #ForgotPassword a {
	color: #888;
}

#myway-login-register {
	position: absolute;
	bottom: 0;
	left: 260px;
	right: 0;
	background: #AAA;
	padding: 8px;
	margin: 0 !important;
}

#myway-login-register a {
	color: #FFF;
}

#myway-login-thirdparty {
	width: 260px;
}

#myway-login-thirdparty input {
	background: none;
	border: none;
	border-right: 2px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 260px;
	padding: 32px 10px;
	text-align: left;
}

#myway-login-thirdparty #Form_ThirdpartyLoginForm_action_facebooklogin {
	border-bottom: none;
}

/*------------------------------------*\
   $HTML ELEMENTS
\*------------------------------------*/
a:hover, a:focus { color:#C00; }

.favourites #content h1 + p {
margin-top:5px;
}


/****** FILE: themes/transport-site/css/timetables-footer.css *****/

/*------------------------------------*\
   $FOOTER AND NEXT 5 FOOTER
\*------------------------------------*/

#timetablesFooter {
clear:left;
background:#E1E0E0;
padding: 30px 0 20px 0;
position:relative;
min-height:150px;
}

#timetablesFooter > div {
width:960px;
margin: 0 auto;
overflow: auto;
}

#timetablesFooter div > a {
position:absolute;
bottom: 0;
right:20px;
}

#timetablesFooter div > div {
float: left;
width: 185px;
margin-right: 20px;
}

#timetablesFooter ul {
padding-left: 0;
margin-top:0;
}

#timetablesFooter ul + ul, #timetablesFooter ul + h3  {
border-top: 1px solid #D5D5D5;
padding-top: 13px;
}

#timetablesFooter li {
list-style-type: none;
font-size: 90%;
}

#timetablesFooter li a, #timetablesFooter h3 a, #timetablesFooter h4 a {
color: #000;
display: block;
text-decoration: none;
padding: 2px 6px;
}

#timetablesFooter h3 a {
padding: 2px 6px;
}

#timetablesFooter li a:hover, #timetablesFooter li a:focus, 
#timetablesFooter h3 a:hover, #timetablesFooter h3 a:focus,
#timetablesFooter h4 a:hover, #timetablesFooter h4 a:focus {
background: #FFF;
}

#timetablesFooter .servicesNavFooter {
font-weight:bold;
width:120px;
}

#timetablesFooter .servicesNavFooter a {
background: url(../img/global/bgArrowSmall.png) no-repeat 3px 4px;
padding-left: 15px;
}

#timetablesFooter .servicesNavFooter a:hover,  #timetablesFooter .servicesNavFooter a:focus {
background: #FFF url(../img/global/bgArrowSmall.png) no-repeat 3px 4px;
}

#timetablesFooter div div h3 {
font-size:0.95em;
margin:0 0 1px 0;
}

#timetablesFooter div > div {
width: 140px;
}

#timetablesFooter div div h4 {
margin:5px 0 1px 0;
font-size:0.95em;
}

#timetablesFooter div div ul + h4 {
margin:25px 0 1px 6px;
}

/****** FILE: themes/transport-site/css/next5-narrow.css *****/

@media all and (max-width: 600px) {
	body.Next5Page .panel-content {
		width: 100%;
	}

	div.modesearchable-panel {
		height: auto;
	}

	body.Next5Page #next5 ul.tabs-list {
		float: none;
		margin: 5px auto;
	}


	body.Next5Page .tabs .content {
		margin: 0px;
	}


	.Next5Page .tabbody #timetableNav div.modeSearchContainer {
		width: 100%;
	}


	#timetableNav label + input {
		width: 70%;
		margin: 0px auto;
		display: block;
	}


	.Next5Page div.Actions {
		width: 70%;
		margin: 20px auto;
		display: block;
	}
	
	body.Next5Page #next5 .traintab .submitButton {
		margin-left: auto;
	}

	body.Next5Page #next5 .tabbody label.error {
		width: 60%;
		margin: 0px auto;
		display: block !important;
		position: static;

	}

	body.Next5Page .functional-panel .submitButton {
		display: block;
		font-size: 1.2em;
		text-align: center;
		width: 70%;
		margin: 15px auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
		min-width: 220px;
	}

	body.Next5Page div.selectboxtab div.Actions {
		position: static;
	}


	.next5TabForm div.form-row { 
		width: 370px;
		margin: 0px auto;
	}

	.next5Route tfoot,
	.next5Route tr.innerHeaderRowBottom th:nth-of-type(4), 
	.next5Route tbody td:nth-of-type(4) 
	{
		display: none;
	}
	
	
	.timetable .saveAs{
		top: 0px;
	}
}

