@import "bookingPathV2.css";

h1 {
	border-bottom: medium double #ccc;
	font-size: 1.5em;
}

h2 {
	background: transparent url(themes/cit/images/bookings/holSumHeadingBG.gif) repeat-x scroll left top;
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 0 5px;
}
td {
	padding: 2px;
	width: 400px;
	height: 20px;
	line-height: 20px;
}
td.strongRight {
	font-weight: bold;
	text-align: right !important;
	width: 140px;
}
td.alignRight {
	text-align: right !important;
	width: 140px;
}
td img{
	vertical-align: middle;
}
input[type=text] {
	width: 150px;
	float: left;
}

#balancePaymentForm input { width: auto; float: left; margin-right: 5px; }

div.balancePaymentForm {
	margin-top: 1em;
}

div.balancePaymentForm table {
	width: 65%;
}

div.balancePaymentForm table td {
	text-align: left;
}

#cardchargewarning, #issuenumberfield {
	display: none;
}
#balanceSummaryContent, #balancePaymentDetailsContent, #balanceAddressDetailsContent, #holidaySummaryContent, #balanceEmailContent{
	padding-left: 15px;
}
#balancePaymentDetailsContent, #balanceAddressDetailsContent, #holidaySummaryContent, #balanceEmailContent {
	padding-top: 10px;
}
#balanceSummaryContent, #balanceEmailDetails, #balanceAddressDetails {
}
#pleaseWaitDiv{
	background:#6A6A6A;
}

#phoneCTA {	float: left; }

.securityColumn { width: 316px; float: right; text-align: right; }
.paymentCards li { float: left; width: 58px; height: 0; padding-top: 36px; margin: 0 3px 0 0; list-style-type: none; overflow: hidden;}
.paymentCards .visaLogo { background: transparent url('themes/common/images/cardlogos/cCardsVisa.gif') no-repeat 0 0; }
.paymentCards .visaElectronLogo { background: transparent url('themes/common/images/cardlogos/cCardsVisaElectron.gif') no-repeat 0 0; }
.paymentCards .masterCardLogo { background: transparent url('themes/common/images/cardlogos/cCardMastercard.gif') no-repeat 0 0; }
.paymentCards .maestroLogo { background: transparent url('themes/common/images/cardlogos/cCardsMaestro.gif') no-repeat 0 0; }
.paymentCards .soloLogo { background: transparent url('themes/common/images/cardlogos/cCardsSolo.gif') no-repeat 0 0; width: 29px; }

#balancePaymentDetails form #submitButtonDiv input,
.balancePaymentTable #continueBtn {
	background:url(themes/cit/images/pageElements/buttons/btnContinueAlt.gif) no-repeat;
	cursor: pointer;
	width: 82px !important;
	padding: 17px 0 0 0;
	border: none;
	font-size:0;
	text-align: right;
	color: #fff;
}

#balancePaymentDetails .goBackBtn {
	display: block;
	width: 81px;
	height: 0;
	overflow: hidden;
	padding-top: 17px;
	background: url("themes/cit/images/pageElements/buttons/btnBackAlt.gif") no-repeat 0 0; 
}

#submitButtonDiv { width: 100%;overflow: hidden; }

.mandatory { color: #FF0000; margin: 0 2px 0 0; }

/* Error/Pass Messages */
#balancePaymentForm p.topError { 
	display: none;
	color: #B21111;	background: #FCCAC1 url('themes/common/images/icons/iconWarningRed.gif') no-repeat 6px 6px;
	border: 1px solid #EB573B;
	padding: 10px 0 10px 40px;
}

#balancePaymentForm td p.message { display: none; float: left; margin: 2px 0 0 5px; width: 200px; padding: 0 0 0 17px; }
#balancePaymentForm td p.error { color: #B21111; height: auto; background: transparent url('themes/common/images/icons/validateCross.gif') no-repeat 0 0; line-height: 17px; }
#balancePaymentForm td p.pass { background: transparent url('themes/common/images/icons/validateTick.gif') no-repeat 0 bottom; line-height: 17px; }
#balancePaymentForm td p.topMargin { margin-top: 22px; }
