/* 	BookingTabs.css
*	CSS for booking tabs originally used for expedia form but now generalised. The major difference is that since resources
	are now used, the <label> tag can no longer be relied upon and thus every label needs a seperate css selector called .formLabel

	Author: Duncan Abela
	
	Modification Log:
		2008-05-29: Added to new project, added .formLabel selector where required 
*/
#wrap
{
	margin:0 auto;
	width:600px;
}
.tabs
{
	padding: 4px;
	background-color:#889ECE;
	margin:0 auto;
}
.tabs .tabheader .left
{
	font-size: 1.6em;
	font-weight: bold;
	color: #00008b;
	padding-bottom: 6px;
	position: relative;
	float: left;
	width: 78%;
}
.tabs .tabheader .right
{
	padding-bottom: 6px;
	float: left;
	width: 22%;
	text-align: right;
}
.tabs .tabmsg
{
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 8px;
	position: relative;
}
.tabs .valmsg
{
	color: #ff0000;
	font-size: 1.0em;
	position: relative;
	padding: 2px;
}
.tabs .valmsg  ul
{
	color: #FF0000;
	font-size: 1.4em;
	background-color: #FFFFFF;
	padding-top: 3px;
	margin-left: -2px;
	border: 1px solid black;
}
.tabs .valmsg li
{
	padding-bottom: 4px;
	padding-left: 4px;
	vertical-align: middle;
	list-style: circle inside url(../../../images/icons/validationError.png);
}
.tabs .valmsg span
{
	padding-left: 8px;
}
.tabs .substep
{
	
}
.tabs .substep .number
{
	text-align: center;
	font: 1.4em Tahoma,Verdana, arial, sans-serif;
	font-weight: bold;
	color: #ffffff;	
	background:#00005e none repeat scroll 0%;
	float:left;
	width:50px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dashed #00005e;
}
.tabs .substep .content
{
	background: #889ECE none repeat scroll 0%;
	float:left;
	width:514px;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dashed #00005e;
}
.tabs .clearStep
{
	clear: both;
}
.tabs label,
.tabs .formLabel
{
	font-weight: bold;
	color: #fffafa;
	cursor: help;
}
.tabs select
{
	border: 1px solid #191970;
	font-size: 0.9em;
	vertical-align: middle;
}
.content label,
.content select,
.content .formLabel
{
	display: block;
	width: 190px;
	float: left;
	margin-bottom: 10px;
}
.content label,
.content .formLabel
{
	text-align: right;
	width: 155px;
	padding-right: 10px;
}
.content .warning
{
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
	background-color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.content .subTitle
{
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
}

.content .dateSelection
{
	float: none;
	display: inline;
	width: 100px;
	font-family: Courier New,monospace;
	font-size: 11px;
}

.content table
{
	/*border: 1px solid black; IE fucks up - do it in html*/
}
.content .voysel
{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.content .exrsel
{
	text-align: center;
	margin: 0 auto;
	width: 490px;
}
.content thead,
.tabs .conf thead
{
	color: #ffffff;
	background: #0029df url(../../../images/backgrounds/TheadBack.png) repeat scroll left;
}
.content tbody
{
	background-color: #ffff00;
	color: #000000;
}
.content tbody label,
.content tbody .formLabel
{
	text-align: left;
	width: auto;
	display: inline;
	padding-right: 2px;
	margin-bottom: auto;
	float: none;
	font-size: 9px;
	vertical-align: text-top;
	font-weight: normal;
	cursor: help;
	color: #000000;
}
.content .highlight
{
	background-color: #ff1717;
}
.content .noHighlight
{
	background-color: #ffffff;
}
button
{
	color: #000000;
	font-family: Tahoma;
	font-size: 14px; /*em on ie fucks this up*/
	cursor: pointer;
	margin-right: 4px;
}

button:hover
{
	color: #FF6600;
}

.tabs .buttonsDiv
{
	text-align: right;
	margin-bottom: 6px;
	padding-bottom: 4px;
}
.tabs .buttonsDiv .left
{
	text-align: left;
	float: left;
	width: 68%;
	padding-bottom: 6px;
}
.tabs .buttonsDiv .right
{
	text-align: right;
	float: left;
	width: 30%;
	padding-bottom: 6px;
}
.tabs .buttonsDiv .ImgBtn
{
	background-color: #CCCCCC;
	border: 1px solid Black;
	margin-left: 0px;
	margin-right: 0px;
}
/*.disable
{
	background-color: #D3D3D3;
	border: 1px solid black;
}*/
.tabs .buttonsDiv .disable
{
	background-color: Gray;
	border: 1px solid black;
	color: #CCCCCC;
}
.tabs .buttonsDiv .disable:hover
{
	cursor: no-drop;
	cursor: url(../../../images/cursors/disabled2.cur), auto;
	color: #FF0000;
	border: 1px solid #FF0000;
}
.tabs .buttonsDiv IMG
{
	vertical-align: middle;
}
.valmsg
{
	font-family: Tahoma;
}

.content .info
{
	color: #191970;
	font-size: xx-small;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}
.content img
{
	padding-left: 4px;
	vertical-align: top;
}
.tabs .details
{
	border: 1px solid #00005e;
	width: 316px;
	float: left;
}
.tabs .details .substep .content
{
	width: 276px;
}
.tabs .details .substep .content label,
.tabs .details .substep .content input,
.tabs .details .substep .content select,
.tabs .details .substep .content .formLabel
{
	border: 1px solid #191970;
	width: 154px;
	float: left;
	font: normal 9px/normal "@Arial Unicode MS";
}
.tabs .details .content input
{
	text-transform: uppercase;
}
.tabs .details .substep .content label,
.tabs .details .substep .content .formLabel
{
	border: none;
	width: 106px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.tabs .details .substep .number
{
	width: 30px;
	margin-left: 2px;
}
.tabs .details #header
{
	background-color: #ffff00;
	font-size: 1.6em;
	font-weight: bold;
	padding: 6px;
	padding-left: 1px;
	margin-bottom: 2px;
	width: 309px;
	color: #ffffff;
	border-bottom: 1px solid #191970;
	background: url(../../../images/backgrounds/PassDetailsBck.png) repeat scroll top;
}
.tabs .list
{
	float: left;
	width: 262px;
	margin-left: 6px;
	height: 600px;
	border: 1px solid #191970;
	background-color: #eae3f6;
	min-height: 600px;
	overflow: auto;
}
.tabs .list #header
{
	font-size: 1.6em;
	font-weight: bold;
	padding: 6px;
	padding-left: 1px;
	border-bottom: 1px solid #191970;
	color: #ffffff;
	background: url(../../../images/backgrounds/PassDetailsBck.png) repeat scroll top;
	text-align: center;
}
.tabs .list .content
{
	padding: 2px;
	background-color: #eae3f6;
	font-weight: normal;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
}
.tabs .list .content label,
.tabs .list .content .formLabel
{
	float: none;
	text-align: left;
	margin-bottom: 4px;
	display: inline;
}
.tabs .list .content td
{
	text-transform: uppercase;
}
.tabs .details .substep .content .specialNeeds
{
	margin-left: 14px;
	padding: 2px;
	padding-left: 8px;
}
.tabs .details .substep .content .specialNeeds label,
.tabs .details .substep .content .specialNeeds .formLabel
{
	color: #FFFFFF;
	font-weight: normal;
	cursor: help;
	text-align: left;
	vertical-align: baseline;
}
.tabs .details .substep .content .specialNeeds input
{
	border: none;
}
.tabs .details .substep .content textarea
{
	border: 1px solid #191970;
	width: 260px;
	font: normal normal normal 9px Lucida Console;
}
.tabs .conf
{
	display: block;
}
.tabs .conf .content label,
.tabs .conf .content .formLabel
{
	font-size: 1.4em;
	padding-left: 4px;
}
.tabs .conf .content tbody
{
	background-color: #ffffff;
	font-family: "Lucida Console";
	font-size: 1.0em;
}
.tabs .conf .content tbody label
{
	cursor: default;
}
.tabs .conf .content tbody td
{
	text-align: left;
}
.tabs .conf .content tbody #FareTotalRow
{
	background-color: #ffff00;
	font-size: 1.2em;
	text-align: right;
	font-weight: bold;
}
.tabs .conf .content tbody #FareTotalRow td
{
	text-align: right;
}
.tabs .conf .content tbody #FareSpecialOfferRow
{
	/*background-color: red;*/
	color:red;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	/*font-weight: bold;*/
}
.tabs .conf .content tbody #FareSpecialOfferRow td
{
	text-align: right;
}
.tabs .conf .content tbody #SpecialOfferConditions
{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: Red;
}
.tabs .conf .content tbody #FareTotal
{
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}
.tabs .conf .content tbody #FareTotal img
{
	cursor: pointer;
}

.tabs .conf .content tbody #FareName
{
	text-align: left;
}
.tabs .conf .content input
{
	border: 1px solid #191970;
	font: normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 160px;
}
.tabs .centerButtons
{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 4px;
}
.tabs .conf .content .fareTextSmall
{
	font-size: 10px;

}
.tabs .conf .content .fareTextSmall td
{
	text-align: right;
}
.notify
{
	color: #FFFF00;
	font-weight: bold;
	text-align: right;
	position: relative;
}
.content #ContactDetails .formLabel
{
	font-size: 0.9em;
	vertical-align: text-top;	
}
.content #ContactDetails input
{
	border: 1px solid #191970;
	width: 154px;
	float: left;
	font: normal normal normal 9px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}