@import "bookingPathV2.css";

.agentLeftColumnImages p { overflow: hidden; zoom: 1; }

h2 {
	background-color: #3A210B;
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
}
h2.section {
	background: none;
	color: #422c17;
	padding:0;
	font-size: 1.6em;
	font-weight: normal;
	margin: 25px 0 12px 0;
	line-height: 1em;
	height: 1em;
}
table {
	margin: 0;
}
td {
	padding: 2px;
	width: 400px;
	height: 20px;
	line-height: 20px;
}
td.strongRight {
	font-weight: bold;
	text-align: right !important;
	width: 245px;
}
td.alignRight {
	text-align: right !important;
	width: 140px;
}
td img{
	vertical-align: middle;
}
td img#date-pick{
	float:none;
}
input[type=text] {
	width: 155px;
}
#balancePaymentForm input { width: auto; float: left; margin-right: 5px; }

#contributorMsg { width: 306px; height: 90px; }

#balancePaymentForm {

}

.amountShow {
	display: table-row !important;
}

.amountHide {
	display: none;
}


#cardchargewarning, #issuenumberfield {
	display: none;
}
#balanceSummaryContent, #balancePaymentDetailsContent, #balanceAddressDetailsContent, #holidaySummaryContent, #balanceEmailContent, #contributorContent {
	padding-left: 15px;
}
#balanceSummaryContent, #balancePaymentDetailsContent, #balanceAddressDetailsContent, #holidaySummaryContent, #balanceEmailContent, #contributorContent {
	background-color: #F4F3EF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contributorContent label { line-height: 15px; height: 15px; float: left; margin: 0 10px 0 0; }
#contributorContent .contributorDetails { margin: 20px 0 0 0; }
#balanceSummaryContent, #balanceEmailDetails, #balanceAddressDetails {
	background-color: #F4F3EF;
}
#balanceEmailDetails { margin-bottom: 10px; }
#pleaseWaitDiv{
	background-color:#3A210B;
}

.securityColumn { width: 281px; float: 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; }

#continueBtn {
	background:url(themes/hnjww/images/pageElements/buttons/btnContinue.gif) no-repeat 0 0;
	cursor: pointer;
	width: 88px;
	padding: 22px 0 0 0;
	border: none;
	font-size:0;
	text-align: right;
	color: #fff;
}
#continueBtn:focus {
	background-position: 0px -25px;
}
#submitButtonDiv { width: 100%; overflow: hidden; }
#submitButtonDiv #continueBtn { float: right; width: 88px; }

.goBackBtn {
	display: block;
	width: 83px;
	height: 0;
	overflow: hidden;
	padding-top: 25px;
	background: url("themes/hnjww/images/pageElements/buttons/btnGoBackOnWhite.gif") no-repeat 0 0;
	margin: 0 0 15px 0;
}

.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; }
