/*------------------------------------------------------------------------------
    Reset Spacing
------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

/*------------------------------------------------------------------------------
    Main Positioning Blocks
------------------------------------------------------------------------------*/
html, body {
    width: 100%;
    height: 100%;
    font: normal 12px Arial,Helvetica,Geneva,Verdana,Sans-serif;
    color: #46403b;
    background: url(../images/newBackground.png) repeat-x scroll 0 0 #FFFFFF;
}

div#container {
    margin: 0px auto;
    width: 640px;
/*     min-height: 100%; */
    overflow: hidden;
    
}

div#header {
    position: relative;
    width: 100%;
    height: 141px;
    overflow: hidden;
    margin: 30px 5px 0px 5px;
}

div#content {
    float: left;
    margin: 0 auto;
    padding: 0 5px 0px;
   
    overflow: hidden;
    width: 100%;
    border-top: 0px #ffffff solid;
}

#centerCol {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#leftCol {
    display: inline;
    float: left;
    font-size: 12px;
    margin: 0;
    position: relative;
    color: #000000;
    text-decoration: none;
    height: 34px;
}

#rightCol {  
    float: right;
}

#leftCol,
#rightCol {
    width: 170px;    
}

#leftCol,
#rightCol,
#centerCol {
    border-top: 1px #ffffff solid;    
}
div#footer {
    background: url(../images/newFooter.png) no-repeat scroll 0 0 transparent;  
    height: 55px;
    margin: 20px auto auto auto;
    width: 640px;
}

/*------------------------------------------------------------------------------
    Block Elements
------------------------------------------------------------------------------*/
h1 {
    color: #000000;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0.6em;
}

div#header h1 {
    color: #000;
    float: left;
    font-size: 20px;   
    margin: 45px auto 0 200px;
}

h2 {
    margin-bottom: 10px;
    font: bold 16px Arial, serif;
    line-height: 20px;
    color: #472a2b;
}

h3 {
    margin-bottom: 10px;
    font: bold 14px Arial, serif;
    line-height: 18px;
}

div#headerBG {
    width: 100%;
    height: 105px;
    background: url(../images/newHeader.png) no-repeat left bottom;
}

div#rightColHead {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #CCC7B9;
}

div#headerTools {
    width: 100%;
    clear: both;
    color: #FCFCF0;
    font-size: 11px;
    height: 26px;
    padding: 2px 0;
}

div#footerLogo {
    position: absolute;
    top: 32px;
    right: 35px;
    display: block;
    width: 323px;
    height: 28px;
    text-indent: -99999px;
    background: url(../images/footerLogo.png) no-repeat;
}

p {
    margin-bottom: 15px;
    text-align: left;
    line-height: 15px;
}

p.doubleMargin {
    margin-bottom: 30px;
}

div#footer p {
    font-size: 11px;
    line-height: 2.3em;
    margin: 0 auto;
    padding: 14px 45px 10px;
    text-align: left;
    
}

img.rightCol {
    display: block;
    margin: 20px auto;
}

img.footerImage {  
    float:right;
}

/*------------------------------------------------------------------------------
    Inline Elements
------------------------------------------------------------------------------*/
a {
    color: #46403b;
}

a:hover {
    color: #bc1903;
}

#headerTools a {
    float: right;
    padding: 5px 60px;
    text-decoration: none;
}
#headerTools a:hover {
    color: #F8B131;
    text-decoration: underline;
}
#headerTools a:focus {
    color: #F8B131;
    text-decoration: underline;
}

#leftCol A {
    background: none repeat scroll 0 0 #CCC7B9;
    border-bottom: 1px solid #FCFCF0;
    color: #000000;
    display: block;
    padding-left:0px;
    padding-right:0px;
    padding-top:8px;
    padding-bottom:6px;
    text-decoration: none;
    width: 170px;
    height: 18px;
    text-align: left;
    text-indent: 12px;
}
#leftCol A:hover {
    background: none repeat scroll 0 0 #9B8F80;
    color: #FFFFFF;
}
#leftColA:focus {
    background: none repeat scroll 0 0 #9B8F80;
    color: #FFFFFF;
}

/*------------------------------------------------------------------------------
    Shared Styles
------------------------------------------------------------------------------*/
.hidden {
    display: none;
}

.error,
.errorWide {
    color: #f00 !important;
}

.hint {
    color: #000;
    float: left;
    font-size: 10px;
    width: 325px;
}

.empty {
    z-index: -1;
}

.note {
    margin-left: 10px;
    width: 480px;
}

.floatLeft {
    float:left;
}


/*------------------------------------------------------------------------------
    Common Form Elements
------------------------------------------------------------------------------*/
ul {
    list-style: none;
}
ul.formItems {
    margin-bottom: 30px;
    
}

ul.formItems li {
    margin-bottom: 15px;
    padding-left: 25px;
    overflow: hidden;
    line-height: 22px;
}



ul.formItems li#donationsValueLi{
    height: 200px;
}

ul.formItems li#donationBranchLi button.ui-corner-right{
    position:relative;
    bottom: 1px;
    height: 23px;
}

ul.formItems li.requiredItem {
    background: url(../images/requiredAsterisk.png) 0 6px no-repeat;
}

ul.formItems div.requiredItem {
    background: url(../images/requiredAsterisk.png) 0 6px no-repeat;
}

ul.formItems li.noPadding {
    padding-left: 0;
}

ul.formItems li.noPadding label,
ul.formItems li.noPadding span#captchaLabel {
    width: 245px !important;
}

ul.formItems li.noPadding span.error {
    margin-left: 245px !important;
}

ul.sendEmail li {
    padding-left: 0 !important;
}

ul.sendEmail label {
    margin-top: 1px;
    width: 245px !important;
}

ul.sendEmail input {
    margin-top: 1px;
}

ul.sendEmail span.error {
    margin-left: 245px !important;
}

a.formButton {
    float: left;
    margin-right: 18px;
    width: 79px;
    height: 24px;
    overflow: hidden;
    font: bold 12px Arial, sans-serif;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(../images/buttons.gif) no-repeat;
}

li a.formButton {
    margin: 0 0 0 10px;
}

a.wide {
    width: 128px;
    background-position: 0 -24px;
}

a.wider {
    width: 189px;
    background-position: 0 -48px;
}

a.right {
    float: right;
    margin-right: 0;
}

a.formButton:hover,
a.formButton:focus {
    color: #46403b;
    background-position: 0 -96px;
}

a.formButton.wide:hover,
a.formButton.wide:focus {
    background-position: 0 -120px;
}

a.formButton.wider:hover,
a.formButton.wider:focus {
    background-position: 0 -144px;
}

div#submitContainer {
    font-weight: bold;
    line-height: 24px;
}

div#submitContainer #waitIcon {
    margin-left: 10px;
    vertical-align: text-bottom;
}

div#surchargeInfoBox {
    margin-bottom: 30px;
}

form#mainForm div#donationBranchSearch span.error{
	margin:0px !important;
}

div#surchargeInfoBox ul {
    margin-bottom: 15px;
}

div#surchargeInfoBox li {
    margin-left: 30px;
}

div#surchargeAcceptBox label {
    float: none !important;
}

img.requiredAsterisk {
    vertical-align: text-top;
}

div.inputWithHint {
    float:left;
}

div.hint {
    clear: left;
    float: left;
}

div#phonePaymentDates li,
div#donationAmounts li {
    padding-left: 0px;F
}

p#phonePaymentText {
    width: 200px;
}

ul.sendEmail span.error{
    padding-left: 10px;
}
/*------------------------------------------------------------------------------
    Return Form
    Cancel Form
    Error Form
------------------------------------------------------------------------------*/
form#returnForm fieldset,
form#cancelForm fieldset,
form#errorForm fieldset {
    border: 0;
}

/*------------------------------------------------------------------------------
    Main Form
------------------------------------------------------------------------------*/
form#mainForm {
    padding: 0px 10px;
}

form#mainForm fieldset {
    border: 0;
}

form#mainForm label,
form#mainForm div.listTextLeft,
form#mainForm div.empty,
form#mainForm span#captchaLabel {
    float: left;
    padding-top: 2px;
    width: 230px;
    font-weight: bold;
    color: #495761;
    padding-right: 10px;
}

form#mainForm div.listTextLeft {
    width: 180px;
}


form#mainForm li.payerSectionHead,
form#mainForm li.sectionHead,
form#mainForm tr.sectionHead {
        margin-top: 10px;
        background: none repeat scroll 0 0 #CCC7B9;
        color: #000000;
}

form#mainForm li.payerSectionHead h3,
form#mainForm li.sectionHead h3,
form#mainForm tr.sectionHead th  {
    margin-bottom: 2px;
    margin-top: 2px;
}



form#mainForm tr.sectionHead th {
    font: bold 14px Arial, serif;
    line-height: 18px;
    color: #000000;
    padding-left: 5px;
}
form#mainForm li.payerDetails {
        margin-bottom: 5px;
}

form#mainForm li.payerDetails  label,
form#mainForm li.paymentDetails  label,
form#mainForm div#donationBranchSearch label {
    display: block;
    float:left;
}

form#mainForm li.payerDetails  input[type="text"],
form#mainForm li.paymentDetails input[type="text"] {
    float:left;

}

form#mainForm li.payerDetails  div.payerDetails,
form#mainForm li.paymentDetails div.paymentDetails {
    float: left;
    width: 240px;
}

form#mainForm li.payerDetails  div#organisationChoice {
    float: left;
    width: 250px;
}


form#mainForm label.uncoloured {
    color:#46403b;
    font-weight: normal;
}

form#mainForm div#phonePaymentDates,
form#mainForm div#donationAmounts {
    float: left;
}

form#mainForm span#donationsOther {
    float: left;
    margin-right: 20px;
}

form#mainForm span.donationAmount {
    position: relative;
    margin-left: 5px;
    margin-right: 15px;
    bottom: 2px;
}

form#mainForm div.phonePaymentDate {
    display: block;
    height: 22px;
    float: left;
    clear: left;
    padding-bottom: 15px;
}

form#mainForm span.phonePaymentLeft,
form#mainForm span.phonePaymentRight,
form#mainForm label.phoneTotalAmount {
    float: left;
    position: relative;
    height: 22px;
}

form#mainForm span.phonePaymentLeft,
form#mainForm label.phoneTotalAmount {
    display: block;
    width: 190px;
    padding-right: 0px;
}

form#mainForm span.phonePaymentLeft p,
form#mainForm span.phonePaymentRight p {
    font-weight: bold;
    color: #495761;
}

form#mainForm textarea {
    border: 1px solid #003729;
    float: left;
    font: 13px Arial,sans-serif;
    height: 62px;
    padding: 2px;
    width: 176px;
}

form#mainForm span.description {
    float: left;
    clear: left;
    margin: 2px 0 0 220px;
    width: 180px;
    font-size: 11px;
    line-height: 15px;
    color: #666;
}

form#mainForm span.description.right {
    clear: none;
    margin: 0 0 0 20px;
    width: 120px;
}

form#mainForm input[type="text"],
form#mainForm input[type="password"],
form#mainForm select {
    float: left;
    border: 1px solid #495761;
}

form#mainForm input[type="text"]#amountOtherValue {
    float:none;
}

form#mainForm input[type="text"],
form#mainForm input[type="password"] {
    padding: 2px 3px 1px 3px;
    width: 174px;
    height: 16px;
}

form#mainForm li.phonePaymentDate input[type="text"] {
    width: 164px;
}

form#mainForm input[type="text"].wideInput {
    width: 315px;
}

form#mainForm select {
    width: 182px;
    height: 22px;
}

form#mainForm select.dateSelect {
    width: 80px;
}

form#mainForm span.slash {
    float: left;
    width: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
}

form#mainForm input#no_credit_card {
    margin-right: 40px;
}

form#mainForm input#no_cvn {
    margin-right: 15px;
    width: 35px;
}

form#mainForm li img {
    float: left;
    margin-left: 5px;
    height: 21px;
}

form#mainForm li img#captchaImage {
    margin-left: 0;
    height: auto;
}

form#mainForm span#captchaRefresh {
    float: left;
    clear: left;
    margin: 2px 0 0 245px;
    width: 300px;
}

form#mainForm a#cvvLink {
    float: left;
    height: 19px;
    line-height: 19px;
}

form#mainForm span.error {
    float: left;
    clear: left;
    margin: 2px 0 0 240px;
    width: 180px;
    font-size: 11px;
    line-height: 15px;
    color: #f00;
}

form#mainForm div.payerDetails span.error,
form#mainForm div.paymentDetails span.error,
form#mainForm li.donationAmount span.error {
    margin-left: 0px;
}

form#mainForm div.payerDetails,
form#mainForm div.paymentDetails,
form#mainForm div#organisationChoice {
    padding-left: 20px;
}

form#mainForm li.phonePaymentDate span.error {
    margin-left: 190px;
    width: 164px;
}

form#mainForm li.paymentType span.error {
    margin-left: 0px;
}

form#mainForm ul.sendEmail span.success {
    float: left;
    clear: left;
    margin: 2px 0 0 255px;
    width: 180px;
    font-size: 11px;
    line-height: 15px;
    color: #666;
}

form#mainForm input#CP_development_address {
    width: 280px;
}

div#brigadeNote {
    width:500px;
    clear: left;    
}

form#mainForm input[type="text"]#CP_donation_branch {
    width: 300px;
    display: block;
    float: none;
}
div#brigadeNote,
form#mainForm input[type="text"]#CP_donation_branch {
    margin-left: 20px;
}

div#donationBranchSearch {
    width: 310px;
}

form#mainForm div#donationBranchSearch input[type="text"] {
    float:left;    
    margin-left: 0px;
}

form#mainForm span.errorWide {
    float: left;
    width: 500px;
    font-size: 11px;
    line-height: 15px;
}

/*------------------------------------------------------------------------------
    Confirmation Table
    Receipt Table
------------------------------------------------------------------------------*/
table.infoTable,
table.receipt {
    margin-bottom: 30px;
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
}

table.infoTable th,
table.receipt th {
    width: 245px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #495761;
}

table.infoTable th,
table.infoTable td,
table.receipt th,
table.receipt td {
    padding: 4px 10px 4px 0;;
}

table.infoTable tr.sectionEnd th,
table.infoTable tr.sectionEnd td,
table.receipt tr.sectionEnd th,
table.receipt tr.sectionEnd td {
    padding-bottom: 19px;
}

td#surchargeCell input.checkbox {
    display: inline;
    float: none;
    vertical-align: text-top;
}

td#surchargeCell label {
    float: none;
    margin: 0 10px 0 40px;
}
