﻿/* PtpBookingForm.ascx */

#booking-form
{
	/*width: 100%; /* to prevent the problem of double margin size when using float in IE6 */
	/*margin-left: 10px;*/
}

#booking-form table
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#booking-form table th, #booking-form table td
{
	/*border: solid 1px #56B953; */ /*padding: 2px 5px;*/
}

#booking-form .age-textbox
{
	width: 30px;
}

/* PtpBookingResult */

#booking-result table
{
	width: 100%;
	border-collapse: collapse;
}

#booking-result table th, #booking-result table td
{
	text-align: left;
}

#booking-result table th, #booking-result table td
{
	/*border: solid 1px #56B953; i don't need no green border */
	padding: 2px 5px;
}

#booking-result table th
{
	background-color: #FFFFFF; /*font-weight: normal;*/
}

#booking-result
{
	width: 100%; /* to prevent the problem of double margin size when using float in IE6 */
	margin-left: 10px;
}

.booking-result-message
{
	padding: 2px 5px;
	color: #942421;
	font-weight: bold;
}

/* PtpSearchResultUserControl.ascx */

#ptp-search-result
{
	width: 650px;
	float: left;
}

#ptp-search-section
{
	width: 557px;
}

/* Below css properties belong to search-result.ascx in ptp */

ul.ptp-search-result
{
	/* padding: 8px 2px; */
}

ul.ptp-search-result div.clearing
{
	padding: 0px;
	margin: 4px 0;
	clear: both;
}

ul.ptp-search-result, ul.ptp-search-result ul, ul.ptp-search-result ol
{
	list-style: none;
}

/*  clear: left; for chrome, otherwise the second li with flow */
ul.ptp-search-result li.solution
{
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 12px 8px 12px 8px;
	clear: both;
	border-bottom-style: solid;
}

ul.ptp-search-result span.from-city, ul.ptp-search-result span.to-city, ul.ptp-search-result span.trip-duration-value
{
	font-weight: bold; /*color: Navy;	*/
}

ul.ptp-search-result span.from-city, ul.ptp-search-result span.to-city
{
	font-size: 1.4em;
	letter-spacing: 0.1em;
}

ul.ptp-search-result span.trip-duration-value
{
	font-size: 1.1em;
}

ul.ptp-search-result li.last-solution
{
	border: none;
}

ul.ptp-search-result span.solution-summary br
{
	display: none;
}

/*  float: left; for IE, otherwise the following span can't flow right on the same level */
ul.ptp-search-result span.routing
{
	float: left;
}

ul.ptp-search-result span.trip-duration
{
	float: right;
}

/*  display: inline; for IE, otherwise the li will consume one line */
ul.ptp-search-result li.inline-hack
{
	display: inline;
}

ul.ptp-search-result ol.segments table
{
	width: 100%;
	border-spacing: 0px;
}

ul.ptp-search-result ol.segments th, ul.ptp-search-result ol.segments td
{
	text-align: left;
}

ul.ptp-search-result ol.segments th
{
	font-weight: normal;
}

ul.ptp-search-result ol.segments td
{
	font-weight: bold;
	color: Navy;
}

ul.ptp-search-result ol.segments th.left-column
{
	padding-left: 15px;
}

ul.ptp-search-result ol.segments th.arrival
{
	width: 80px;
}

ul.ptp-search-result ol.segments th.train
{
	text-align: right;
}

ul.ptp-search-result ol.segments td.train
{
	width: 80px;
	text-align: right;
}

ul.ptp-search-result span.first-class-heading, ul.ptp-search-result span.second-class-heading
{
	margin: 2px 0px 2px 0px;
	display: block;
	overflow: auto;
}

ul.ptp-search-result span.first-class-fare-count, ul.ptp-search-result span.second-class-fare-count
{
	font-size: 1.2em;
}

ul.ptp-search-result span.first-class-heading br, ul.ptp-search-result span.second-class-heading br
{
	display: none;
}

ul.ptp-search-result span.first-class-fare-count, ul.ptp-search-result span.second-class-fare-count
{
	display: block;
	float: left;
}

ul.ptp-search-result span.first-class-min-price, ul.ptp-search-result span.second-class-min-price
{
	display: block;
	float: right;
}

ul.ptp-search-result ul.first-class-fares, ul.ptp-search-result ul.second-class-fares
{
	list-style-type: none;
	padding-left: 17px;
	clear: left;
	display: none;
}

ul.ptp-search-result table.first-class-fare-details, ul.ptp-search-result table.second-class-fare-details
{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.ptp-search-result td.first-class-fare-names, ul.ptp-search-result td.second-class-fare-names
{
	vertical-align: top;
}

ul.ptp-search-result td.first-class-fare-price, ul.ptp-search-result td.second-class-fare-price
{
	vertical-align: middle;
	text-align: right;
	width: 20%;
	font-weight: bold;
	color: Navy;
}

ul.ptp-search-result div.first-class-terms-and-conditions, ul.ptp-search-result div.second-class-terms-and-conditions
{
	padding: 2px 8px 2px 8px;
	border: 1px solid #CCCCCC;
	margin: 2px 15px;
	display: none;
}

ul.ptp-search-result span.first-class-fare-rules, ul.ptp-search-result span.second-class-fare-rules
{
	font-size: 0.8em;
}

/* PtpProductDetail.ascx */

#product-detail
{
	top: 100px;
	left: 650px;
}

#product-detail table th
{
	text-align: left;
	width: 50%;
}

/* ptp-completion-list-city */

.ptp-completion-list-city
{
	color: #000000;
}

/* ptp-completion-list-country */

.ptp-completion-list-country
{
	padding-left: 15px;
	color: #003399;
	font-style: italic;
	font-size: 0.8em;
}
