* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	font-family: Trebuchet Ms, Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
}
a {
	color: #f2a301;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #666;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: .1em;
}
h4 {
	color: #f2a300;
	font-weight: normal;
	padding: 0.8em;
}
h5 {
	color: #f2a300;
	font-weight: normal;
	padding-top: 0.1em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
/* body wrap start */
body {
	background-color: #444;
	color: #ddd;
}
#container {
	background-color: #fff;
	text-align: left;
	overflow: auto;
}
#footer_wrap {
	margin: 0 auto;
	clear: both;
	padding: 16px 0px;
	background-color: #666;
	color: #ccc;
	border-top: 4px solid orange;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.footerBody
{
	width: 960px;
	margin: auto;
}
.footerText
{
	font-size: 11px; 
	width: 600px; 
	float: left; 
	text-align: center;
}
.footerImage {
	float: right; 
	text-align: center;
}
.footerLinks {
	clear: both;
	text-align: center;
}
.footerLinks a {
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}
.footerLinks a:hover {
	color: #f2a301;
	text-decoration: underline;
}

/*
table[id^="cakeSqlLog"] {
	display: none;
}
*/
/* body wrap end */

#header_wrap {
	border-bottom: 4px solid orange;
	background-color: #fff;
	color: #888;
}
#header_bg {
}
#header {
	padding-top: 6px;
	max-width: 960px;
	margin:0 auto;
	text-align: right;
	position: relative;
}
#header a {
	color: inherit;
	text-decoration: none;
}
#header a:hover {
	color: #f2a301;
	text-decoration: underline;
}
#logo {
	background: transparent url("../img/logo.png") no-repeat;
	width: 177px;
	height: 90px;
	margin: 2px 0;
}
#logo img {
	display: none;
}
@media print {
#logo img {
	display: inline;
}
}
#themepicker {
	position: absolute;
	right: 0;
	bottom: 0;
}
#themepicker a {
	text-decoration: none !important;
	display: block;
	float: left;
	margin: 3px;
}
#themepicker a div {
	border: 1px solid;
	font-size: 11px;
	padding: 2px 3px;
}
#content{
	background: white;
	clear: both;
	color: #333;
	padding: 16px 0;
	width: 960px;
	margin: 0 auto;
}

/*Languages*/
#current_language
{
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 200px;
}

@media print {
#themepicker, #current_language {
	display: none;
}
}

#languages
{
	background-color: #EAEAEA;
	display: block;
	color: #888;
    border: 1px solid #D1CFCC;
    border-radius: 4px 4px 4px 4px;
	padding-right: 5px;
	padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
	text-align: left;
	width: 210px;
	z-index: 1000;
	position: relative;
	right: 13px;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}

#languages ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#languages ul li 
{ 
	display: inline-block; 
	list-style-type:none;
	line-height:20px;
	width:80px;	
}
#languages ul li a {
	margin-left: 3px;
	font-weight: normal;
}
#languages ul li a:hover {
	text-decoration: none;
}
#languages ul li img {
	vertical-align: baseline;
	padding-right: 5px;
	border: none;
}

#rightadvpanel {
	float: left;
	border-left: 1px dotted #cccccc;
	width: 190px;
	min-height: 400px;
	padding: 0 4px;
	text-align: center;
	overflow: hidden;
}
.ad {
	margin: 10px 0;
}
.ad.first {
	margin-top: 0px;
}
.ad.last {
	margin-bottom: 0px;
}

/* Tables */
table {
	background: #fff;
	border:3px solid #F2A301;
	/*border-right:0;*/
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
    border-collapse: collapse;
}

th {
	background: #F2A301;
	text-align: center;
    color: white;
    padding:2px;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
    border: 1px solid #F2A301;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
}
table tr.altrow td {
	background: #FFD97F;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
        color:#F2A301;
}
div.paging  a {
        color:#F2A301;
}
/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 98%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: .1em;
	padding: .1em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	/*display: block;*/
	/*font-size: 110%;
	padding-right: 20px;*/
}
input, textarea {
	/*clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;*/
        background: #fff;
        border: 1px solid #ccc;
        padding: 2px 4px;
	/*clear: both;*/
	font-size: 140%;
	font-family: "verdana", "Arial";
	padding: 2px;
	width: 100%;
}
/*textarea:focus, input:focus { outline: 0;background-color: #ffffdf; }*/
select {
	clear: both;
	/*font-size: 100%;*/
	/*vertical-align: text-bottom;*/
}
select[multiple=multiple] {
	/*width: 100%;*/
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
        
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 0px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
        background-image: url("../img/error_warning_32.png");
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 30px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

.noresult
{
	background-image: url("../img/error_warning_32.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 50px;
}

.notripresult
{
	background-image: url("../img/error_warning_32.png");
    background-position: 8px 16px;
    background-repeat: no-repeat;
	background-color: #FFF1F1;
    border: 1px solid #FFAAAA;
    clear: both;
    color: #727070;
    font-size: 12px;
    height: 60px;
    margin-top: 20px;
    padding-left: 50px;
    padding-top: 10px;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
        text-align: left;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.button {
	color: #f1f1f1;
	font-size: 15px !important;
	font-weight: bold;
	padding: 0 23px 6px 0 !important;
	text-align: center;
	border: 0px none;
	width: 176px !important;
	height: 40px;
	background: url("../img/search_button.png") no-repeat scroll 0px 0px transparent;
	cursor: pointer;
	-moz-text-shadow: 0 1px 1px #444444;
	-webkit-text-shadow: 0 1px 1px #444444;
	text-shadow: 0 1px 1px #444444;
}
.button.en {
	background-position: 0px 0px;
}
.button:hover {
	background-position: -176px 0px;
}

.button:focus{
}

#adv{
	width:250px;
	height:200px;
	background-color: #eff0f4;
	border: 1px solid #cccccc;
	padding:1px;
	margin-top:20px;
	margin-bottom: 10px;
	color:#f0a200;
}


table.tablesorter thead tr .header {
	background-image: url('../img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../img/desc.gif');
}

#extra{
        display:none;
        background-color: #FFE9BF;
        border:1px solid #ffdf9e;
        padding: 10px;
}
#extra table{
        border-collapse: collapse;
        clear:none;
        float:left;
       /* display:inline;*/
        text-align: left;
        border-left: 0;
        margin-right: 5px;
        width:47%;
        border:1px solid #ffdf9e;
}
#extra table tr td{
        text-align: left;
        border:none;
        border-left: 0;
        background-color: transparent;
        color:#F2A300;
}
#smallh{
	color: #ffffff;
	height: 20px;
	background: url("../img/ui/ui-bg_gloss-wave_75_f2a301_500x100.png") repeat-x scroll 50% 50% #F2A301;
}

.menuLinks a:hover
{
	color:white;
	font-weight:normal;
	text-decoration:none;
}



table.summaryTrips{
    /*border-left:0;*/
    /*border-right: 0;*/
    /*border-collapse: collapse;*/
	border:3px solid #F2A301;
	margin-top: 8px;	
}
table.summaryTrips tr td {
        /*border-right: 0;*/
        border:0;
		/*border:1px solid #F2A301;*/
}
table.summaryTrips th {
        background-color: #F2A301;
        border:0;
        border-right: 0;
}

.summ table{
        border:0px;
        border-collapse:collapse;
}
.summ th{
        background-color: #EFF0F4;
        border:0px;
        color: #F2A300;
}
.summ td{
        border:0px;
}




.triplegselect {
	background-color: #F2A301 !important;
}
.triplegselect a{
	color:white !important;
}
#trip_stops{
	margin: 0 0 16px 0;
}
#trip_stops h4{
	color: #666;
	padding: 0 0 4px 8px;
	font-size: 12px;
	font-weight: normal;
}
#trip_stops h3{
	color:#F2A300;
	font-size:15px;
	font-weight:bold;
}
#trip_stops span{
	display:block;
	color:#cccccc;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}
#arrival_information {
	color: #f2a301;
	margin: 16px 0;
}
#tripia ul{
        margin:0 20px;
        padding:0;
}
#tripia li{
        margin:0px;
        padding:0px;        
        list-style: none;
        /*list-style-image: url("../img/plus.gif");*/
         border-bottom:1px solid #F2A300;
}
#tripia table{
        margin-top:0px;
        border:none;
       /* border-bottom:1px solid orange;*/

}
#tripia td{
        width:20%;
        margin:0px;
        border:none;
        text-align: left;
        padding:0;
}
#tripia tr{
        /*text-align: left;*/
}
.leg_details tr td{
    text-align: left;
    border:none;
    background: transparent;
    padding:2px;
}
.leg_details table{
    border:none;
    background: transparent;
    color:grey;
}

.hotels {
	margin: 8px 0;
	-moz-box-shadow: 1px 1px 6px #7c7c7c;
	-webkit-box-shadow: 1px 1px 6px #7c7c7c;
	box-shadow: 1px 1px 6px #7c7c7c;
}
.hotels .hotelimages {
	display: none;
}
.hotels .title {
	background-color: #f2a301;
	color: #fff;
	padding: 0px 8px;
	text-align: left;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	position: relative;
	text-shadow: 1px 1px 1px #333;
}
.hotels .title .stars {
	position: absolute;
	font-size: 20px;
	right: 4px;
	top: 1px;
	text-align: right;
	color: #ffee8f;
}
.hotels .title h3 {
	/*color: #fff;*/
	color: #555;
	text-shadow: 0 0 7px #fff;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.hotels .hotelbody {
	border: 1px solid orange;
	margin-bottom: 3px;
	margin-top: 0px;
	clear: both;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}
.hotels .hotelbody table.hbmt {
	margin: 0;
	border: 0 none;
}
.hotels .hotelbody table.hbmt td {
	border: 0 none;
}
.hotels .hotelbody table.hbmt .c1 {
	vertical-align: top;
}
.hotels .hotelbody table.hbmt .c2 {
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.hotels .hotelbody table.hbmt .c2 .more {
	margin-top: 10px;
}
.hotels .hotelbody table.hbmt .c2 .more a {
	margin-left: -2px;
	padding: 2px;
}
.hotels .hotelbody table.hbmt .c2 .more a:hover {
	background-color: #F2A300;
	color: #fff;
}

.hotels .hotelbody .more .address {
}
.hotels .hotelbody .more .address label {
	display: block;
	color: #F2A301;
	font-weight: bold;
}
.hotels .hotelbody .more .address span {
}
.hotels .hotelbody .more .description {
	margin-top: 10px;
	text-align: justify;
}
.hotels .hotelbody .more .description b{
	display: block;
	margin-top: 1em;
	margin-bottom: -1em;
	color: #F2A301;
}
.hotels .hotelbody .more .ammenities {
	margin-top: 1em;
}
.hotels .hotelbody .more .ammenities label {
	display: block;
	color: #F2A301;
	font-weight: bold;
}
.hotels .hotelbody .more .ammenities ul {
	margin-top: 1em;
	list-style-image: url("/img/list-check.png");
	margin: 2px 0 0 16px;
	padding: 0;
}
.hotels .hotelbody .more .ammenities li {
	float: left;
	font-size: 0.95em;
	margin: 0;
	width: 132px;
}

.hotels .hotelbody table.hbmt .c3 {
	vertical-align: bottom;
}
.hotels .hotelbody table.hbmt .c3 button,
button.booking-button {
	width: 120px;
	height: 26px;
	padding: 5px;
	margin: auto;
	background: transparent url("../img/book_but.png") no-repeat;
	color: #fff;
	font-family: Trebuchet Ms, Arial, Tahoma, sans-serif;
	border: 0 none;
	text-shadow: 1px 1px 4px #444;
	cursor: pointer;
}
.hotels .hotelbody table.hbmt .c3 button:hover,
button.booking-button:hover {
	background-position: 0px -26px;
}
/*
.booking_but{
	background: transparent;
	background-image: url("../img/but2.png");
	background-repeat: no-repeat;
	border:none;
	padding:5px;
	width:120px;
	margin:auto;
	font-family: Trebuchet Ms, Arial, Tahoma, sans-serif;;
}
.booking_but:hover{
	background-image: url("../img/but.png") !important;
}
*/
.spinner {
	display:none;
}
.center-wait {
	color: #555;
	background-color: #fff;
	border: 1px solid #F2A301;
	-moz-box-shadow: 0 0 24px #888;
	-webkit-box-shadow: 0 0 24px #888;
	box-shadow: 0 0 24px #888;

	display: none;
	text-align: center;

	position: fixed;
	left: 50%;
	top: 50%;
	width: 160px;
	height: 60px;
	margin: -46px 0 0 -96px;
	padding: 16px;
	z-index: 10000;
}
.center-wait .caption {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}

table.clear {
	border: 0 none;
	background-color: transparent;
	text-align: left;
}
table.clear td {
	border: 0 none;
	background-color: transparent;
	padding: 2px;
	text-align: left;
}

#interurban{
}
#interurban table {
	height: 100%;
    border:1px solid orange;
	border-collapse: separate;
	border-spacing: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 3px 8px #666;
    -webkit-box-shadow: 0 3px 8px #666;
    box-shadow: 0 3px 8px #666;

}
#interurban table .label {
	color: #F2A301;
	font-weight: bold;
}
#interurban table td {
	padding: 6px;
}
#interurban table td.c1 {
}
#interurban table td.c2 {
	vertical-align: top;
	text-align: center;
}
#interurban table td.c3 {
}
#interurban table td.c4 {
}
#interurban table .lastrow {
	background: orange url("../img/glossy.png") repeat-x bottom left;
}

a.external {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;
	padding-right: 13px;
}

table.popup {
	border: none;
	padding: 0;
	margin: 0;
}
table.popup th, table.popup td {
	border: none;
	padding: 0;
}
table.popup table.title {
	border: none;
	background-color: #F2A301;
	color: #fff;
	margin: 0;
	margin-bottom: 4px;
	-moz-border-radius: 12px 12px 2px 2px;
	-webkit-border-radius: 12px 12px 2px 2px;
	border-radius: 12px 12px 2px 2px;
	min-width: 350px;
}
table.popup table.title a {
	color: #fff;
}
table.popup table.title a:hover {
	color: #000;
}
table.popup table.title td {
	background-color: inherit;
	color: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.popup table.title td.icon {
	white-space: nowrap;
	text-align:right;
	padding-right:13px;
	max-width: 120px;
	overflow: hidden;
}
table.popup table.title td.name {
	width: 100%;
	font-size: 1.2em;
	text-align: left;
	padding-left: 13px;
}
table.popup table.title td.cat {
	text-align: right;
	white-space: nowrap;
}
table.popup .atgroup {
	margin-top: 4px;
	margin-bottom: 5px;
}
table.popup .atgroup.other {
	border-top: 1px dotted #ccc;
	padding-top: 4px;
}
table.popup .atgroup div.title {
	font-style: italic;
	color: orange;
}
table.popup .atgroup div.attrs {
}
table.popup td.image img {
	width: 140px;
	height: 100px;
}

#betalog {
	color: orange;
	float: left;
	font-size: 15px;
	margin-left: 16px;
	margin-top: 0px;
	text-align: center;
}

/*FIX for jquery bug creating an extra space below the footer. Hides the datepicker js on page load*/
#ui-datepicker-div { display: none; }

.ts_row {
	border: 2px solid #f2a301;
	margin: 0px 0 10px;
	padding: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #fdeed1 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#fdeed1 100%);
background: -o-linear-gradient(top, #ffffff 0%,#fdeed1 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#fdeed1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdeed1',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#fdeed1 100%);	
}
.ts_row.grey {
	border: 1px solid #ccc;
	background: #eee;
	margin: 0px 20px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.ts_row.grey span.duration,
.ts_row.grey span.station {
	margin: 4px;
}

.ts_row table {
	clear: none;
	border: none;
	margin: 0;
	color: #444;
	background-color: transparent;
}
.ts_row table td,
.urban_trips table td {
	border: none;
	text-align: left;
	padding: 2px 4px;
	vertical-align: top;
	background-color: transparent;
}

.ts_row > .left {
	width: 70px;
	float: left;
	text-align: center;
	position: relative;
}
.ts_row > .left .modeicon {
	margin-left: -10px;
	margin-top: -10px;
	position: absolute;
}
.ts_row > .left .spicon {
	margin-top: 43px;
}
.ts_row > .right {
	padding-left: 70px;
}
.ts_row > .right .label, .ts_row > .right .c1 {
	color: #F2A301;
	font-weight: bold;
}
.ts_row > .right .c1 {
	width: 50px;
	white-space: no-wrap;
}
.ts_row > .right .c2 {
	width: 40px;
	text-align: center;
	white-space: no-wrap;
}
.ts_row > .right .c3 {
}
.ts_row > .bottom {
	clear: both;
}
.ts_row > .bottom td {
	vertical-align: middle;
}
.ts_row > .bottom .left {
	width: 35%;
}
.ts_row > .bottom .middle {
	width: 35%;
}
.ts_row > .bottom .right {
	width: 30%;
	text-align: right;
}
.ts_row > .bottom img {
	margin: 2px 4px;
}
.ts_row > .bottom div.co2 {
	display: inline-block;
	position: relative;
}
.ts_row > .bottom span.co2text {
	position: absolute;
	top: 11px;
	right: 11px;
}
.ts_row > .bottom div.gas {
	display: inline-block;
	position: relative;
}
.ts_row > .bottom div.gas a {
	color: inherit;
	font-weight: inherit;
}
.ts_row > .bottom span.gastext {
	position: absolute;
	top: 11px;
	right: 11px;
}



body.fullscreen {
	background: #fff;
	color: #000;
}
#fs_header {
	padding: 0 16px;
	height: 80px;
}
#logo_container {
	text-align: left;
}
#fs_container {
}
#fs_content {
}
#logo_small {
	margin: 2px 0 3px;
}

.fs_cr_container {
	margin: 0 16px;
}
.fs_cr_left {
	width: 500px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 16px;
	top: 80px;
	bottom: 0;
}
.fs_cr_full {
	overflow: hidden;
	position: absolute;
	left: 516px;
	right: 16px;
	top: 80px;
	bottom: 0;
}
table.routesteps {
	border: none;
	border-right: 1px solid #ffd97f;
}
.routesteps thead tr th {
    background-color: #ffd97f;
    color: #666;
    font-size: 1.1em;
    padding: 7px;
}
.routesteps tbody tr td {
    text-align: left;
}
.routesteps tr td {
	border: none;
}
.routesteps tr.altrow td {
	background-color: #ffebbc;
}

@media print {

.fs_cr_full {
	position: static;
	overflow: hidden;
	width: 800px;
	height: 800px;
	page-break-after: always;
}
.fs_cr_left {
	position: static;
	width: 100%;
	overflow: visible;
}
table.routesteps {
	border: 0 none;
}

}

.urban_trips {
	list-style-type: none;
	margin: 10px 0;
}
.urban_trips li {
	margin: 0 0 10px 61px;
	position: relative;
	padding-right: 10px;
}
.urban_trips li table {
	border: 1px solid #888;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 2px #aaa;
	-webkit-box-shadow: 1px 1px 2px #aaa;
	box-shadow: 1px 1px 2px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-spacing: 0px;
	border-collapse: separate;
}
.urban_trips li .urban_summary {
	position: absolute; 
	background: #fff;
	border: 1px solid #888;
	border-right-color: #fff;
	text-align: center;
	padding: 4px;
	top: 20px;
	width: 60px;
	left: -69px;
	height: 32px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
}
.urban_trips li table td {
	vertical-align: middle;
}
.urban_trips .place td {
	height: 25px;
}
.urban_trips td.dot {
	width: 32px;
}
.urban_trips .place td.dot {
	background: transparent url("../img/dot_middle.png") no-repeat center center;
}
.urban_trips .place.first td {
	height: 30px;
	padding-top: 5px;
}
.urban_trips .place.last td {
	height: 30px;
	padding-bottom: 5px;
}
.urban_trips .place.first td.dot {
	background: transparent url("../img/dot_start.png") no-repeat bottom center;
}
.urban_trips .place.last td.dot {
	background: transparent url("../img/dot_end.png") no-repeat top center;
}
.urban_trips .trans td {
	height: 50px;
}
.urban_trips .trans td.dot {
	background: transparent url("../img/dot_connect.png") repeat-y center center;
}
.urban_trips .trans td.info {
	padding-left: 40px;
}

.urban_trips li table td img {
	width: 32px;
	margin-right: 10px;
	vertical-align: middle;
}

#triplist_controls {
}

.buttonlist_group .buttonlist {
	overflow: auto;
	margin: 5px 2px;
	display: inline-block;
	font: 11px/13px Helvetica;
}
.buttonlist .label {
	float: left;
	padding: 5px 4px 5px 0px;
	color: #888;
}
.buttonlist .btn {
	font-weight: normal;
	float: left;
	border: 1px solid #aaa;
	color: #444;
	overflow: hidden;
	text-align: center;
	text-decoration: none;

	text-shadow: 0 1px #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	background: #fff;
	background: -moz-linear-gradient(100% 100% 90deg, #EBEBEB, #FFFFFF 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
	background: linear-gradient(top, #ffffff 0%,#ebebeb 100%);

	padding: 4px 8px;
	margin: 0 -1px 0 0;
	min-width: 8px;
	cursor: pointer;

	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.buttonlist .btn + .btn {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.buttonlist .btn.last {
	margin-right: 0px;
}
.buttonlist .btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 0px;
}
.buttonlist .btn:hover {
	border: 1px solid #aaa;
	background: #fff;
}
.buttonlist .btn.selected
{
	background: #e5e5e5;
	background: rgba(0, 0, 0, 0.1);
	color: #F2A301;
}
.buttonlist .btn:active:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.4) inset, 0 1px 3px rgba(0, 0, 0, 0.8) inset;
	box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.4) inset, 0 1px 3px rgba(0, 0, 0, 0.8) inset;
	text-shadow: none;
	color: #ccc;
}
.buttonlist.sortgroup .btn.asc span.si,
.buttonlist.sortgroup .btn.desc span.si {
	background: no-repeat scroll center top transparent;
	width: 10px;
	height: 6px;
	display: inline-block;
}
.buttonlist.sortgroup .btn.asc span.si {
	background-image: url("../img/desc.gif");
}
.buttonlist.sortgroup .btn.desc span.si {
	background-image: url("../img/asc.gif");
}

#trips_list {
}
#trips_list.d1 > table {
	border-collapse: separate;
	border: 1px solid #F2A301;
	border-spacing: 0;
	border-radius: 4px 4px 2px 2px;
	cursor: default;
}
#trips_list.d1 > table thead tr {
	background: #edc26f;
	background: -moz-linear-gradient(top, #edc26f 0%, #f2a301 100%);
	background: -webkit-linear-gradient(top, #edc26f 0%,#f2a301 100%);
	background: -o-linear-gradient(top, #edc26f 0%,#f2a301 100%);
	background: -ms-linear-gradient(top, #edc26f 0%,#f2a301 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc26f', endColorstr='#f2a301',GradientType=0 );
	background: linear-gradient(top, #edc26f 0%,#f2a301 100%);	
}
#trips_list.d1 > table th {
	padding: 6px 6px;
	background: transparent;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#trips_list.d1 > table td {
	padding: 4px 6px;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	background: transparent;
}
#trips_list.d1 > table td.a {
	padding: 0;
}
#trips_list.d1 > table td > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 0;
}
#trips_list.d1 > table tr.click td > a {
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}
#trips_list.d1 > table tbody tr.group {
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #ebebeb 0%,#ffffff 100%);	
}
#trips_list.d1 > table tbody tr.group td {
}
/* IE8 doesn't understand :not
#trips_list.d1 > table tbody tr:not(.group):hover td {
	background-color: #ffe8c0;
}
*/
#trips_list.d1 > table tbody tr:hover td {
	background-color: #ffe8c0;
}
#trips_list.d1 > table tbody tr.group:hover td {
	background-color: transparent;
}

#trips_list.d1 > table tr:last-child td {
	border-bottom: none;
}
#trips_list.d1.g0 .mod span {
	font-size: 8px;
}
#trips_list .mod img {
	vertical-align: middle;
}
#trips_list.d1.g0 .mod img {
	width: 32px;
}
#trips_list .mod span {
}

#trips_list.d2 {
	cursor: default;
}
#trips_list.d2 .group {
	clear: both;
	margin-bottom: 10px;
}
#trips_list.d2 .group > .mod {
	border-bottom: 1px solid #eee;
	padding: 0 0 4px 8px;
	background: #fff;
	background: -moz-linear-gradient(left center 87deg, #ebebeb 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #fff 0%, #ebebeb 100%);
	background: linear-gradient(top, #fff 0%, #ebebeb 100%);
}
#trips_list.d2 .items {
	overflow: auto;
}
#trips_list.d2 .item {
	font-weight: normal;
	float: left;
	clear: none;
	width: 164px;
	margin: 8px 8px;
	border-collapse: separate;
	border: 1px solid #F2A301;
	border-spacing: 0;
	border-radius: 4px 4px 2px 2px;
	box-shadow: 1px 1px 4px #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fdeed1 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#fdeed1 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fdeed1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fdeed1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdeed1',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#fdeed1 100%);	
}
#trips_list.d2 .item:hover {
	border-color: #888;
	box-shadow: 0px 0px 4px #888;
}
#trips_list.d2 .item td {
	padding: 4px 6px;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	background: transparent;
	text-align: left;
	vertical-align: top;
}
#trips_list.d2 .item .mod img {
	width: 32px;
}
#trips_list.d2 .label {
	margin-bottom: 4px;
	color: #F2A301;
}
#trips_list.d2 .value {
	margin-left: 16px;
}
#trips_list.d2 td.idx {
	padding: 0;
	width: 24px;
}
#trips_list.d2 div.idx {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F2A301;
	border-radius: 0 2px 0 13px;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
}
#trips_list.d2 .item:hover div.idx {
	background-color: #888;
}

#subfooter {
}
#socnet {
	padding-top: 8px;
}
#socnet .item {
	vertical-align: middle;
	display: inline-block;
}

#noscript {
	position: fixed;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 100;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: #a00;
	padding: 5px 0;
	width: 100%;
	font-family: sans-serif;
}

