* {
	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 #travelerContent,
* html .row {
	height: 1%;
	overflow: visible;
}

*+html #travelerHeader,
*+html #travelerNavAndLang,
*+html #travelerContent,
*+html .row {
	min-height: 1%;
}

#travelerHeader:after,
#travelerNavAndLang:after,
#travelerContent:after,
.row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/** header **/

#travelerHeader {
	background: #fff;
}

#travelerHeader #leftLogo {
	float: left;
}

#travelerHeader #rightLogo {
	float: right;
}

/** navigation bar **/

#travelerNavAndLang {
	background-color: #500016;
	padding: 13px 10px 0 18px;
	min-height: 27px;
}

#travelerNav {
	list-style-type: none;
	float: left;
}

#travelerNav li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	background-color: #69001d;
	margin-right: 3px;
}

#travelerNav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 23px;
}

#travelerNav a:hover {
	background: #7e0b2b;
}

#travelerNav a.current {
	background: #fff;
	color: #000;
}

select.travelerLanguage {
	float: right;
	padding: 0;
	margin: -3px 0 0 0;
}

/** content containers **/

#travelerMain {
	float: left;
	width: 74%;
	padding: 2.5% 3% 2.5% 2%;
	background: #fff url('../../../images/bg/travelerMainBg.png') repeat-y top right;
}

#travelerRail {
	float: right;
	width: 20%;
	padding: 1% 0.4%;
}

/** 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;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: #E5E5E5 url(../../../images/bg/h2Bg.gif) repeat-x scroll left center
}

p {
	font-size: 12px;
	color: #666;
	margin-bottom: 25px;
}

/** 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;
}

*+html fieldset.checkboxList legend {
	margin: 10px 0 5px -7px;
}

* html fieldset.checkboxList legend {
	margin: 10px 0 5px -7px;
}

*+html fieldset.checkboxList label {
	margin-left: -3px;
}

* html fieldset.checkboxList label {
	margin-left: -3px;
}

fieldset.checkboxList span.req {
	color: #f00;
}

label span.req {
	color: #f00;
}

label.checkbox span.req {
	color: #f00;
}

label {
	font-size: 11px;
	display: block;
	margin: 2px 0 10px 0;
	height: 1%;
}

label a.help,
legend a.help {
	line-height: normal;
	color: #00e;
}

legend a.help {
	font-weight: normal;
}


label span {
	font-weight: bold;
	color: #666;
}

label span.error {
	color: #f00;
	font-weight: normal;
}

div span.error{
	color: #f00;
	font-weight: normal;
}

table.error{
	border: 4px solid #f00;
	border-collapse: collapse;
}
tbody.error {
	background-color:#FFCCCC;
	border-collapse: collapse;
}

td span.error {
	color: #f00;
	font-weight: normal;
	text-align: left;
}

tr.error{
	background-color: #FFCCCC;
}

input,
select,
textarea {
	display: block;
	padding: 3px;
}

select {
	padding: 2px 3px;
}

option {
	margin-right: 10px;
}

input {
	width: 200px;
}

input.error, select.error {
	border: 4px solid #f00;
}
input.remarksSize {
	width: 350px;
}
.row label {
	float: left;
	margin-right: 10px;
}

.row input.button {
	float: left;
	margin-top: 13px;
}

input.middleName {
	width: 20px;
}

input.IATACode {
	width: 80px;
}

span.IATAText {
	display: block;
}
span.hiperlink {
	text-decoration:underline; color:#F00;

}
input.ext {
	width: 40px;
}

input.zip {
	width: 80px;
}

input.search {
	width: 250px;
}

input.button {
	width: auto;
	margin: 13px 5px 10px 0;
}

input[type="hidden"],
input.hidden {
	display: none;
}

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;
}

.checkboxDisabled
{
	color:grey;
}

/** table **/

#travelerMain table {
	font-size: 12px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

#travelerMain thead {
	background: #000;
	color: #fff;
}

#travelerMain th {
	padding: 10px 20px;
}

#travelerMain tr.alt {
	background: #fcfcc3;
}

#travelerMain td {
	padding: 7px 20px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#travelerMain td input, #travelerMain td select {
	display: inline;
	margin: 0;
	width: auto;
}

/** various table-specific styles **/

#ccTable td {
	padding: 7px 11px;
}

table a {
	color: #f00;
}

img.delete {
	vertical-align: middle;
	margin-left: 3px;
}

#travelerMain input.date {
	width: 90px;
}

/** 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;
}

/** footer **/

#travelerFooter {
	background: #e5e5e5 url('../../../images/bg/travelerFooterBg.png') repeat-x top right;
	width: 74%;
	padding: 1.5% 2.9% 2.5% 2%;
	font-size: 10px;
}

#travelerFooter p {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

#travelerFooter a {
	color: #666;
}

#travelerFooter a:hover {
	text-decoration: none;
}


/** messages **/

p.message {
	display: block;
	padding: 20px 20px 20px 39px;
	margin-bottom: 13px;
	font-weight: bold;
}

p.success {
	background: #ebffdf url('../../../images/icons/success.gif') no-repeat 14px 21px;
	border: 1px solid #56e600;
	color: #55962e;
}

p.error {
	background: #ffe5e5 url('../../../images/icons/error.gif') no-repeat 14px 21px;
	border: 1px solid #ff0000;
	color: #ff0000;
}

p.info {
	background: #fffdd5 url('../../../images/icons/info.gif') no-repeat 14px 21px;
	border: 1px solid #d69320;
	color: #d69320;
}

p.checkboxError {
	background: transparent url('../../../images/icons/error.gif') no-repeat center left;
	color: #ff0000;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 10px;
}

/** globals **/

.accessible {
	position: absolute;
	left: -999em;
}

.accessibleNotVisible {
	visibility: hidden;
}

.secretQuestion {
	margin-bottom: 10px;
	font-size: 11px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/** LANDING PAGE **/
.profileFormContainer {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.profileFormContainer ul.customLinks {
	list-style-type: none;
	margin-top: 15px;
}

.profileFormContainer ul.customLinks li {
	margin-bottom: 15px;
}

.profileFormContainer .content {
	margin: 0 0 25px 25px;
}

.profileFormContainer dl dt {
	font-size: 13px;
	float: left;
	clear: left;
	margin-right: 10px;

}

.profileFormContainer dt, dd {
	margin-bottom: 10px;
	white-space:nowrap;
}

/**
 * The automcomplete box styling
 */
.ui-autocomplete {
	margin: 0;
    padding: 0;
    width: 325px;
    background: #fff;
    border: 1px solid #31430f;
    list-style-type: none;
    cursor:default;
    position: absolute;
    font-size: 11px;
    font-weight: bold;
}

.ui-menu {
	float:left;
	margin:0;
	padding:2px;
}

.ui-autocomplete li a {
    display: block;
    padding: 3px;
    color: #000;
}

.ui-autocomplete a:hover {
	background-color: #B7ACA5; /*#dcedad;*/
}

.ui-autocomplete .ui-state-hover {
	background-color: #B7ACA5; /*#dcedad;*/
}

/**
  * UDefID
  **/
div.auto_completeUDefID {
    width: 100%;
    background: #fff;
}

div.auto_completeUDefID ul {
	background-color: #ffffff;
    border: 1px solid #31430f;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;

}

div.auto_completeUDefID ul li {
    margin: 0;
    padding: 3px;
    text-align: left;
}

div.auto_completeUDefID ul li.selected {
    background-color: #DEB887; /*#dcedad;*/
}

div.auto_completeUDefID ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}

/** dialog **/
.ui-dialog {
	border: 10px solid #333;
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
    left: 0;
	background: #000;
	opacity: .25;
    filter: alpha(opacity=25);
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .bd,
.ui-dialog .ft {
	border: 0;
	margin: 0;
}

.ui-dialog .ui-dialog-titlebar {
	color:white;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background: #8490b0 url('../../../images/bg/globalNav.gif') repeat-x top left;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../../images/sprite.png") no-repeat scroll 0 -300px transparent;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 25px;
    text-indent: -99999px;
}

.ui-dialog .ui-dialog-content {
	background: #fff;
	padding: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
	background: #fff;
	padding: 0 10px 10px;
	text-align: right;
}

.ui-dialog .bd label {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

.ui-dialog .bd label.checkbox {
	border-bottom: 0;
	padding-bottom: 0;
}

.ui-dialog .bd input {
	border: 1px solid #ccc;
}

.ui-dialog .bd input.hidden {
	border: 0;
}

.ui-dialog .bd input.error {
	border:4px solid #FF0000;
}

.ui-dialog span.infoicon {
	background: url("../../../images/sprite.png") no-repeat scroll 0 0 transparent;
}

.tooltipSection {
	position: relative;
	display: inline-block;
	height: 14px;
	padding-left:20px;
	background: transparent url('../../../images/icons/error.gif') no-repeat center;
	margin: -1px 0 0 5px;
	cursor: help;
}

.tooltip {
	display: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: left;
	width: 250px;
	padding: 14px;
	background: #FFFFAA; border: 1px solid #FFAD33;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 20px;
	top: 26px;
	z-index: 99;
}

.loading
{
	background: url('../../../images/loading.gif') no-repeat center left;
	padding: 0px 0px 0px 18px;
}