* {
	margin: 0;
	padding: 0;
}

body {
	background: #e5e5e5;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
}

a {
	color: #7E0B2B;
}

a:hover {
	text-decoration: none;
}

/** float-enclosures **/
* html #travelerHeader,* html #travelerNavAndLang,* html .row,* html #travelerMain .tabs,* html #itinOptions,* html .threeCols,* html .ad
	{
	height: 1%;
	overflow: visible;
}

*+html #travelerHeader,*+html #travelerNavAndLang,*+html .row,*+html #travelerMain .tabs,*+html #itinOptions,*+html .threeCols,*+html .ad
	{
	min-height: 1%;
}

#travelerHeader:after,#travelerNavAndLang:after,.row:after,#travelerMain .tabs:after,#itinOptions:after,.threeCols:after,.ad:after
	{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/** header **/
#travelerHeader {
	background: #fff;
}

#travelerHeader #leftLogo {
	float: left;
}

#travelerHeader #rightLogo {
	float: right;
	display: none;
}

/** navigation bar **/
#travelerNavAndLang {
	background-color: #500016;
}

#travelerNav {
	padding: 0 0 0 20px;
	list-style-type: none;
}

#travelerNav li {
	float: left;
	margin: 10px 20px 10px 0;
}

#travelerNav a {
	color: #fff;
	text-decoration: underline;
}

#travelerNav a:hover {
	text-decoration: none;
}

select.travelerLanguage {
	display: none;
}

/** content containers **/
#travelerMain {
	float: none;
	background: #fff;
	width: auto;
	border-bottom: 4px solid #ccc;
	padding: 20px;
}

#travelerRail {
	float: none;
	width: auto;
	padding: 20px 20px 0 20px;
}

/** travelerMain **/
#travelerMain h1,#travelerMain h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #69001d;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#travelerMain h2 {
	font-size: 14px;
	color: #69001D;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: #E5E5E5 url(../images/bg/h2Bg.gif) repeat-x scroll left
		center
}

p {
	font-size: 13px;
	margin-bottom: 25px;
	line-height: 20px;
}

#travelerMain ul {
	margin: 13px 0;
	padding-left: 40px;
}

#travelerMain ul li {
	margin: 15px 0;
	font-size: 14px;
	color: #666;
}

#travelerMain ul.letters {
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px solid #ccc;
}

#travelerMain ul.letters li {
	display: inline;
	margin-right: 5px;
}

#travelerMain ul.letters a.current {
	padding: 2px 5px;
	background: #eee;
}

#travelerMain ul.travelGuideInfo {
	margin-bottom: 30px;
}

	#travelerMain ul.travelGuideInfo li {
		font-size: 13px;
		color: #000;
	}

#travelerMain .tabs {
	list-style-type: none;
	padding-left: 0;
}

#travelerMain .tabs li {
	display: inline;
	margin-right: 20px;
}

#travelerMain .tabs a {
	color: blue;
	text-decoration: underline;
}

#travelerMain .tabs a:hover {
	text-decoration: none;
}

#travelerMain .tabs a.current {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#travelerMain table a {
	display: block;
	margin-bottom: 5px;
}

#travelerMain #itinOptions {
	margin-bottom: 20px;
	list-style-type: none;
	padding-left: 0;
}

#travelerMain #itinOptions li {
	float: left;
	margin: 0 7px 0 0;
}

#travelerMain #itinOptions a,
#travelerMain #itinOptions span {
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	padding: 5px 10px 6px 26px;
	background-repeat: no-repeat;
}

#travelerMain #itinOptions a:hover,
#travelerMain #itinOptions span:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

#travelerMain #itinOptions span.print,#travelerMain #itinOptions span.print:hover
	{
	background-image: url("../images/icons/printer-grey.gif");
	background-position: 5px 5px;
	cursor: pointer;
}

#travelerMain #itinOptions a.email,#travelerMain #itinOptions a.email:hover
	{
	background-image: url("../images/icons/email-green.gif");
	background-position: 5px 3px;
}

#travelerMain #itinOptions a.assign,#travelerMain #itinOptions a.assign:hover
	{
	background-image: url("../images/icons/right-blue.gif");
	background-position: 5px 5px;
}

#travelerMain #itinOptions span.infuzer,#travelerMain #itinOptions span.infuzer:hover
	{
	background-image: url("../images/icons/infuzer.png");
	background-position: 5px 5px;
	cursor: pointer;
}

#travelerMain #itinOptions span.calendar,#travelerMain #itinOptions span.calendar:hover
	{
	background-image: url("../images/icons/calendar.png");
	background-position: 5px 5px;
	cursor: pointer;
}

#travelerMain .threeCols .col {
	width: 200px;
	float: left;
}

#travelerMain .airlineInfo h2 {
	background: none;
	border: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

	#travelerMain .airlineInfo td.airline {
		width: 230px;
	}

	#travelerMain .airlineInfo td a {
		color: #7E0B2B;
	}

/** form fields **/
fieldset {
	border: 0;
	margin-bottom: 25px;
}

fieldset.checkboxList {
	margin-bottom: 5px;
}

fieldset.checkboxList legend {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

label span.req {
	color: #f00;
}

label {
	font-size: 11px;
	display: block;
	margin: 2px 0 10px 0;
}

label span {
	font-weight: bold;
	color: #666;
}

label span.error {
	color: #f00;
	font-weight: normal;
}

label span.hint {
	font-weight: normal;
	display: block;
	margin-top: 3px;
}

label span.display{
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin: 2px 0 10px 0;
}

span.calendarURL{
	display: block;
	background: #ededed;
  	border: 1px solid #ccc;
  	margin: 10px 0;
  	padding: 10px 10px;
}

input,select,textarea {
	display: block;
	padding: 3px;
}

select {
	padding: 2px 3px;
}

radio {
	padding: 2px 3px;
}

input {
	width: 200px;
}

input.error,select.error {
	border: 4px solid #f00;
}

.row label {
	float: left;
	margin-right: 10px;
}

.row input.button {
	float: left;
	margin-top: 13px;
}

.row a {
	color: #f00;
	line-height: 53px;
	margin-left: 5px;
}

input.button {
	width: auto;
	margin: 13px 5px 10px 0;
}

input.button copy {
	background: red;
}

input.hidden {
	padding: 0;
	margin: 0;
}

label.checkbox {
	margin-bottom: 10px;
}

label.checkbox span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	line-height: 12px;
}

label.checkbox input {
	width: auto;
	display: inline;
	margin: 0;
	padding: 0;
}

input.short{
	width: 50px;
}

/** table **/
#travelerMain table {
	font-size: 12px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

#travelerMain thead {
	background: #000;
	color: #fff;
}

#travelerMain thead th,#travelerMain tfoot th {
	padding: 10px 20px;
}

#travelerMain tr.alt {
	background: #fcfcc3;
}

#travelerMain td {
	padding: 7px 20px;
	border-bottom: 1px solid #ccc;
}

#travelerMain td input,#travelerMain td select {
	display: inline;
	margin: 0;
	width: auto;
}

table a {
	color: #f00;
}

img.delete {
	vertical-align: middle;
	margin-left: 3px;
}

#travelerMain input.date {
	width: 90px;
}

#travelerMain tfoot th {
	font-size: 15px;
}

#travelerMain tr.detailsBoxParent td {
	border-bottom: 0;
}

#travelerMain tr.detailsBox,#travelerMain tr.detailsBoxParent td {
	background: #EBFFDF;
}

#travelerMain td.segmentInformation {
	padding: 10px 20px 40px;
}

#travelerMain td.segmentInformation table {
	background: #fff;
	margin-bottom: 0;
	width: 100%;
}

#travelerMain td.segmentInformation table caption {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

#travelerMain td.segmentInformation table thead th {
	background: #666;
}

#travelerMain td.segmentInformation table thead th,#travelerMain td.segmentInformation table tbody td
	{
	font-size: 12px;
	padding: 5px 20px;
}

#travelerMain td.segmentInformation table tr.alt {
	background: #F6F7F2;
}

#travelerMain td.segmentInformation table tfoot th {
	background: #EBFFDF;
	padding: 7px 0 0;
	font-size: 11px;
	text-align: left;
}

/** travelerRail **/
#travelerRail h3 {
	font-size: 12px;
	font-weight: normal;
	background: #222;
	color: #fff;
	padding: 5px 0 5px 11px;
}

#travelerRail ul {
	list-style-type: none;
	font-size: 11px;
}

#travelerRail li {
	margin: 8px 0 8px 11px;
	padding-left: 16px;
	background: #e5e5e5 url('../images/icons/railBullet.gif') no-repeat left
		center;
}

#travelerRail li a {
	color: #333;
	text-decoration: none;
}

#travelerRail li a:hover {
	text-decoration: underline;
}

#travelerRail #ads {
	margin: 30px 0 20px 0;
}

#travelerRail .ad {
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
}

#travelerRail .ad h4 {
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#travelerRail .ad .image {
	float: left;
	width: 75px;
}

#travelerRail .ad p {
	color: #000;
	font-size: 12px;
	margin: 0 0 0 75px;
}

/** footer **/
#travelerFooter {
	float: none;
	width: auto;
	background: transparent none;
	text-align: center;
	font-size: 10px;
	padding: 15px 0;
}

#travelerFooter p {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

#travelerFooter a {
	color: #666;
}

#travelerFooter a:hover {
	text-decoration: none;
}

#travelerFooter ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#travelerFooter li {
	display: inline;
	border-right: 1px solid #666;
	margin-right: 5px;
	padding-right: 5px;
}

#travelerFooter li.last {
	border-right: 0;
}

/** messages **/
#travelerMain h2.message {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	padding: 20px 20px 20px 39px;
	margin-bottom: 13px;
	font-weight: bold;
}

#travelerMain h2.success {
	background: #ebffdf url('../images/icons/success.gif') no-repeat 14px
		21px;
	border: 1px solid #56e600;
	color: #55962e;
}

#travelerMain h2.error {
	background: #ffe5e5 url('../images/icons/error.gif') no-repeat 14px 21px;
	border: 1px solid #ff0000;
	color: #f00;
}

.close-x {
	float:right;	
	}
	
#travelerMain h2.none {
	background: #ebffdf;
	border: 1px solid #56e600;
	color: #55962e;
}
	


/** globals **/
.accessible {
	position: absolute;
	left: -999em;
}

.accessibleNotVisible {
	visibility: hidden;
}

.hideElement{
	display: none;
}

@media screen and (max-width: 600px) {
  .copy {
    visibility: hidden;
    display: none;
  }
}

.secretQuestion {
	margin-bottom: 10px;
	font-size: 11px;
}

.calendarIcon {
	margin-right: 10px;
	cursor: pointer;
}

.ui-tooltip {
    font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
  }