/*
* {
	font-family: Helvetica,Arial,sans-serif;;
}
h1 {
	margin:0;
	font-size:24px;
	color:#21579D;
	font-weight: normal;
}
*/
h1.print-only {
	display: none;
}
a.search-link {
	color: #21579D;
	font-size: 12px;
	text-decoration: none;
}
a.search-forward {
	color: #D30000 !important;
	font-size: 12px;
	padding-right: 7px;
	background: url('../img/arrow_forward.gif') no-repeat center right;
	text-decoration: none;
}
a.search-link:hover, a.search-forward:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.info {
	cursor: help;
}

#print-page, #email-page {
	background-repeat: no-repeat;
	background-position: left center;
}
#print-page {
	width: 60px;
	padding-left: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('../img/print_13x13.gif');
}
#email-page {
	float: right;
	clear: both;
	background-image: url('../img/mail_13x13.gif');
	width: 45px;
}
#print-page a, #email-page a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	background: none;
	white-space: nowrap;
}

#back-link-container {
	margin-top: 10px;
	margin-bottom: 10px;
}
#back-link-container a {
	line-height: 2em;
}

/* Search form */
.search-section {
	padding: 10px 0;
	background: #ffffff url('../img/search_section_footer.gif') repeat-x bottom left;
	width: 350px;
}
.search-section-plain {
	padding: 10px 0;
}
.search-section dl {
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
}
.search-section-plain dl {
	float: left;
	margin: 0;
	padding: 0;
}
.search-section dt, .search-section-plain dt {
	margin-top: 2px;
	margin-right: 4px;
	padding-top: 5px;
	width: 130px;
	clear: both;
	float: left;
	text-align: right;
}
.search-section-plain dt {
	width: 85px;
}
.search-section dt label {
	float: right;
	width: 130px;
}
.search-section dd, .search-section-plain dd {
	margin: 2px 0 0 0;
	float: left;
}
.button-section {
	padding: 10px 0;
}
/* Some special styles for plain search form */
#plain-search-container {
	width: 260px;
}
#plain-search-container dl {
	float: right;
}
#plain-search-container .button-section {
	float: right;
	padding: 0;
	text-align: right;
}
#plain-search-container .button-section a {
	display: block;
	margin-bottom: 10px;
}
#detailed-search-container {
	background: #ffffff url('../img/bg_adv_search.jpg') center right no-repeat;
}

/* form inputs */
.input-textbox {
	height: 20px;
	width: 155px;
	padding: 0;
	border: 1px solid #c8daee;
}
.input-select {
	height: 22px;
	width: 145px;
	border: 1px solid #c8daee;
}
.input-radio {
	margin-left: 0;
}
.input-checkbox {
	margin-left: 0;
}
.button-search {
	width: 105px;
	height: 26px;
	padding-left: 0px;
	padding-right: 40px;
	padding-bottom: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	vertical-align: top;
	border: none;
	cursor: pointer;
	background: transparent url('../img/search_btn.gif') no-repeat top left;
}
label {
	display: block;
	width: 80px;
	color:#21579D;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	margin-bottom: 2px;
}
label.plain {
	display: inline;
	font-weight: normal;
}
label.error {
	color: #D30000;
}
label.success {
	color: #01AF00;
}
#search-route-day label {
	margin-bottom: 5px;
	margin-right: 10px;
}
#search-route-type {
	margin-bottom: 10px;
}
#calendar {
	margin-top: 10px;
}

/* Search results */
table.list {
	width: 740px;
}

table.list tr {
	position: relative; /* Fix for ie to show row's background */
	background: url('../img/table_border_h.gif') repeat-x top left;
}
table.list tr.head {
	background: none;
}

table.list th, table.list td {
	padding: 5px;
	background: url('../img/table_border_v.gif') repeat-y top left;
}
table.list th.first, table.list td.first {
	background: none;
}

table.list th {
	font-size: 12px;
	color: #21579D;
	text-align: left;
	white-space: nowrap;
	border: none;
}
table.list th a {
	display: block;
	margin-right: 5px;
	color: #21579D;
	white-space: nowrap;
}
table.list th a.order-desc {
	padding-right: 11px;
	background: url('../img/arrow_up.gif') no-repeat center right;
}
table.list th a.order-asc {
	padding-right: 11px;
	background: url('../img/arrow_down.gif') no-repeat center right;
}

table.list td {
	font-size: 12px;
	color: #21579D;
	vertical-align: top;
}
table.list td.center {
	text-align: center;
}

/* Route details */
.button-small {
	width: 57px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background: transparent url('../img/btn_small.gif') no-repeat top left;
}
.button-medium {
	width: 83px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background: transparent url('../img/btn_medium.gif') no-repeat top left;
	margin-top: 3px;
	margin-right: 5px;
}
.button-big {
	width: 128px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background: transparent url('../img/btn_big.gif') no-repeat top left;
}
#route-details, #details-changes {
	color: #21579D;
	font-size: 12px;
	width: 740px;
}
#route-details span.title,
#details-changes span.title {
	font-weight: bold;
}
#details-no       { width: 110px; float: left; margin-bottom: 10px; margin-right: 5px; }
#details-name     { width: 200px; float: left; margin-bottom: 10px; margin-right: 5px; }
#details-type     { width: 350px; float: left; margin-bottom: 10px; margin-right: 5px; }
#details-time     { width: 310px; float: left; margin-bottom: 10px; margin-right: 10px; clear: both; }
#details-duration { width: 350px; float: left; margin-bottom: 10px; margin-right: 5px; }
#details-info     { clear: both; margin-bottom: 10px; margin-right: 5px; }
#details-changes  { margin-bottom: 10px; margin-right: 5px; }
#details-changes .title { display: block; margin-bottom: 10px; }

table.data {
	width: 740px;
	margin-bottom: 10px;
	background: url('../img/table_border_h.gif') repeat-x bottom left;
	position: relative;
}
table.data tr.head, table.data tr.firstData {
	position: relative; /* Fix for ie to show row's background */
	background: url('../img/table_border_h.gif') repeat-x top left;
}
table.data tr.firstData {
	
}
table.data tr.odd {
	border: none;
	background-color: #ffffff;
}
table.data tr.even {
	position: relative; /* Fix for ie to show row's background */
	border: none;
	background-color: #ffffff;
	/*background: #F5FAFF;*/
}
table.data tr.highlight {
	background-color: #F5FAFF;
	position: relative; /* Fix for ie to show row's background */
}
table.data tr.highlight .stop_name {
	color: #D30000;
}

table.data th {
	text-align: right;
}
table.data th, table.data td {
	padding: 5px 20px 5px 10px;
	font-size: 12px;
	border: none;
	background: url('../img/table_border_v.gif') repeat-y top left;
}
table.data th.discount {
	padding: 5px 0px;
	text-align: center;
}
table.data th.price {
	padding: 5px 0px;
	text-align: center;
	white-space: nowrap;
}
table.data th.first, table.data td.first {
	background: none;
	width: 310px;
	text-align: left;
}
table.data td.right {
	padding-right: 20px;
	text-align: right;
}
table.data td.route_price, table.data td.route_discount {
	white-space: nowrap;
}


table.route-changes-list {
	width: 350px;
}
table.route-changes-list td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}
table.route-changes-list td.date {
	color: #4D88CE;
	text-align: right;
}
table.route-changes-list td.intro {
	
}

.mimass {
	color: #21579D;
	border: 1px solid #c8daee;
	background: #ffffff;
	margin: 0;
	font-size: 12px;
	width: 155px; /* same as input-textbox */
}
.mimass-state-hover {
	color: #21579D;
	background: #c8daee;
	padding: 0;
}

/* E-mail sending box */
#email-form-box {
	width: 200px;
	border: 1px solid #c8daee;
	padding: 10px;
	background-color: #ffffff;
}
#email-field {
	width: 180px;
}
#email-form-box .button-small {
	margin-top: 10px;
	margin-right: 5px;
}


/* Some printing specific parameters */
@media print {
	/* Hide print and email links while printing */
	#print-page, #email-page, #back-link-container, .button-section {
		display: none;
	}
	/* Show printing headings */
	h1.print-only {
		display: block;
	}
	/* Change highlighted row's color to gray. */
	table.data tr.highlight {
		background: #EFEFEF;
	}
}

