﻿#contentTop
{
    width: 698px;
}
#trustSymbols
{
    float: right;
    margin: 25px 111px 20px 5px
}
#trustSymbols img
{
    margin: 0 5px;
}
#leftCol
{
	width: 235px;
	margin-right: 15px;
	float: left;
	clear: none;
}
#rightCol
{
	width: 410px;
	margin-left: 35px;
	float: left;
	clear: right;
}
#bodyContent
{
	width: 860px !important;
}
#mainRightColumn
{
    width: 453px;
    float: right;
    clear: none;
}

#mainLeftColumn
{
    width: 235px;
    float: left;
    clear: none;
    padding: 28px 0 0 0;
}
#donateResultsPg
{
	width: 698px;
}
#donateReviewPg
{
	width: 698px;
}
#navBar
{
	display: none;
}
#middle
{
	border-top: 4px solid #ccc;
}
#topLine
{
        background: none;
}
#parentContent_pageContent_btSubmit.button
{
    clear: none;
    float: left;
    margin: 5px 7px 0 0;
    padding: 1px 3px;
}

.widthSpacer
{
    /* needed to maintain width of Email/Mail card fieldset in older Opera browsers */
    width: 400px;
}

table.form
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0 5px;
}
table.form td
{
    background-color: #E7EFF4;
    padding: 1px 4px;
}
table.form tr th
{
    background-color: #005596;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}
table.form tr td.label
{
    text-align: right;
    vertical-align: top;
    padding-top: 4px;
    width: 35%;
}

table.form tr td.label label
{
	width: 100%;
	margin: 0;
	padding: 0;
}

#parentContent_pageContent_rbCardMethod1 td
{
	width: 150px;
}

#parentContent_pageContent_rbCardMethod1 input
{
	float: left;
	clear: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

#parentContent_pageContent_rbCardMethod1 label
{
	width: 75%;
	float: left;
	clear: none;
	text-align: left;
	padding-left: 5px;
	margin-top: 3px;
}

table.form tr td.field
{
    text-align: left;
    vertical-align: top;
}
table.form tr td.button
{
    background-color: #fff;
    text-align: right;
    padding: 10px 20px;
}
table.form tr td.link
{
    background-color: #fff;
    text-align: left;
}
.formNoteField
{
    font-size: .8em;
    float: left;
    clear: both;
}
.formNoteLabel
{
    font-size: .8em;
    float: left;
    clear: both;
}
#parentContent_pageContent_lbAmountOther
{
	float: left;
	clear: both;
}
.formError
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 0 0 5px;
    color: Red;
}
.required, label em, .requiredText
{
    color: red;
    font-weight: bold;
}

.readOnly
{
    background: #fff;
    border: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: .9em;
}

table.message
{
    width: 100%;
    border-collapse: collapse;
}

table.message td
{
    background-color: #EEF7EC;
    padding: 2px 20px;
    border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;
}

p.message
{
    padding: 2px 20px;
    margin: 10px 0;
    border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;
    background: #EEF7EC;
}

.bodyTextContain
{
	font-size: .9em;
}

.cardButton
{
	margin: 3px 5px 3px 0;
}

.fieldsetcontent fieldset, .fieldsetcontent legend
{
	background: none;
}


.addCard
{
    float: left;
    clear: none;
}
p.lblGreenBox, p.lblGreenBoxLeft
{
    margin: 0 0 10px 0;
    color: #000;
    /*background-color: #eff7ef;*/
    padding: 8px 10px;
   /* border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;*/
    /*text-align: center;*/
}
p.headText
{
    text-align: center;
}
#rightContent
{
    width: 35%;
    float: right;
    clear: none;
}
#mainColumn
{
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 15px 0;
}
.leftContentBlock
{
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 25px 0;
}
.leftContentBlock ul
{

    margin: 2px 0;
}
.entrust
{
    width: 50px;
    float: right;
    clear: none;
    margin: 10px;
}
#leftContent
{
    width: 60%;
    float: left;
    clear: none;
}
#leftContent p {
    width: 100%;
    float: left;
    clear: none;
    margin: 10px 0;
}

h2
{
	margin-top: 1.2em;
}
p
{
	margin-top: .5em;
}
label
{
    width: 32%;
    text-align: right;
    float: left;
    clear: left;
    padding: 0 5px 0 0;
    margin: 4px 0;
    /*background: orange;*/
}
label.rb
{
    float: left;
    clear: both;
    width: 98%;
    text-align: left;
    padding: 0 0 0 15px;

}
input[type='submit']
{
  padding: 2px;
}
input[type='text'], select {
    margin: 3px 0;
    vertical-align: middle;
    overflow: visible;
    background: #fff;
    margin-left:auto;
    margin-right:auto;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
input[readonly='readonly'], input.readonly
{
    border: none;
    /*padding: 3px 0 0 0;
    margin: 3px 0 0 0;*/
    overflow: hidden;
    background: none;
    padding: 0 5px 0 0;
    margin: 4px 0 4px 0;
}
.rbList label
{
    float: right;
    clear: right;
    width: 65%;
    text-align: left;
}
.rbList input
{
    float: left;
    clear: left;
    padding: 0 5px 0 0;
    margin: 5px 0 5px 30%;
}
.rbOptionsText
{
	float: left;
	clear: both;
	margin: 5px 0 0 10px;
	width: 95%;
}
.fieldsetcontent
{
    padding: 5px 8px;
    overflow: visible;
}
fieldset
{
    border: solid 1px #bbb;
    margin: 5px 5px 15px 5px;
    padding: 5px 0 5px 0;
    background: #E7EFF4;
    width: 97%;
    float: left;
    clear: both;
}
fieldset.plain {

    background: none;
}
fieldset fieldset /*, fieldset.results */
{
    border: dashed 1px #bbb;
    width: 97%;
    float: left;
    clear: both;
}
fieldset fieldset fieldset
{
    margin-top: 15px;
    margin-bottom: 5px;
    width: 97%;
    float: left;
    clear: both;
}
legend
{
    color: #005596;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    padding: 0;
    margin: 0 0 0 5px;
}
legend.merchInfo
{
	font-size: 1em;
}
fieldset fieldset legend
{
    /*background: #E7EFF4;*/
    font-size: 1em;
}
.giftCards
{
    /* background: #fff; */
}
.fieldsetcontent fieldset, .fieldsetcontent legend
{
    /* background: #fff; */
}
fieldset.giftCards fieldset, fieldset.giftCards fieldset legend
{
   /* background: #fff; */
}
#pageActionButtons
{
	margin-top:10px;
	float:left;
	width: 99%;
}
input.btSubmit
{
    float:right;
    clear:none;
}
input.btCancel
{
    float:left;
    clear:none;
}
fieldset ul li
{
    margin: 4px;
}
label em
{
    font-weight: bold;
    color: Red;
}
label.checkboxSmall input, label.checkboxFull input
{
    margin: 0 0 0 5px;
    padding: 0;
    width: 15px;
    height: 15px;
    float: left;
    clear: both;
}
label.checkboxFull
{
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
    clear: both;
}
label.checkboxSmall
{
    padding: 0;
    text-align: left;
    vertical-align: bottom;
    width: 65%;
    margin: 3px 0 0 32%;
}
p.checkboxSmall
{
    padding: 0 0 0 23px;
    text-align: left;
    vertical-align: bottom;
    width: 60%;
    margin: 3px 0 0 32%;
}
.checkBoxText
{
    vertical-align: bottom;
    padding: 0 0 0 2px;
}
.checkBoxText2
{
    vertical-align: bottom;
    padding: 0 0 0 2px;
    display: block;
    width: 90%;
    float: left;
    clear: none;
}
#divDesignateText
{
	width: 98%;
	float: left;
	clear: both;
}
#divDesignateText label
{
	width: 95%;
	text-align: left;
	clear: none;
}
#divDesignateText input
{
	background: none;
}

.cardNumberTotal
{
    padding: 0 0 0 10px;
    font-weight: bold;
    float: left;
    clear: both;
}
.checkbox label
{
    text-align: left;
    float: left;
    clear: none;
    margin: 2px 0;
    width: 80%;
}
.checkbox input
{
    float: left;
    clear: left;
    width: 20px;
}
.radio label
{
    width: 55%;
    text-align: left;
    float: left;
    clear: right;
    margin-left:5px;
}
.radio input
{
    float: left;
    clear: left;
    margin: 4px 0 0 36%;
}
.requiredTextNote
{
    color: red;
    padding: 0 0 0 36%;
    margin: 0;
}
.show
{
    display:inline;
}
.hide
{
    display: none;
}
.leftButton
{
    float: left;
    clear: both;
    margin: 5px;
}
table.tblGreenBox
{
    margin: 0 0 10px 0;
    color: #000;
    background-color: #eff7ef;
    border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;
}
a, a:link
{
    text-decoration: underline;
    color: #0066CC;
}
a:hover, a:active
{
    text-decoration: none;
    color: #0066CC;
}
.leftButton2
{
    float: left;
    clear: right;
    margin: 5px;
}
.affiliateDesignation
{
    border: solid 1px #bbb;
    margin: 5px 0 15px 0;
    padding: 0 5px;
    float: left;
    clear: both;
    width: 98%;
}
.affiliateDesignation p
{
    float: left;
    clear: both;
}
#donationAmounts, #donationAmountsHB
{
    float: left;
    clear: none;
    width: 60%;
}
#donationAmounts label, #donationAmountsHB label
{
    float: left;
    clear: none;
    width: 13%;
    text-align: left;
    margin: 4px 0 0 0;
    padding: 0;
    vertical-align: bottom;
}
#donationAmounts input, #donationAmountsHB input /*.rbHorizontal */
{
    float: left;
    clear: none;
    width: 15px;
    height: 15px;
    margin: 4px 2px 0 0;
    padding: 0;
 }
#donationOther, #donationOtherHB
{
    float: left;
    clear: none;
    width: 100%;
    vertical-align: middle;
}
#donationOther input, #donationOtherHB input
{
    margin: 0 2px 0 0;
}
#donationOther input.tbOther, #donationOtherHB input.tbOther
{
    float: left;
    clear: none;
    margin: 4px 0 0 0;
    padding: 1px;
    width: auto;
    height: auto;
}
#donationOther input.readonlyAmount, #donationOtherHB input.readonlyAmount
{
	margin-top:4px;
}
#donationOther label, #donationOtherHB label
{

    width: 20%;
    padding: 2px 0 0 0;
}
#reqAmountsOther, #reqAmountsOtherHB
{
    float: left;
    clear: none;
    padding: 5px 0 0 5px;
}
#designate
{
    margin: 5px 0 0 0;
    float: left;
    clear: both;
    width: 100%;
    vertical-align: top;
}
#designateLink
{
    float: left;
    clear: both;
    padding: 2px 0 0 0;
    margin: 0 10px 0 0;
}
#tbDesignationText
{
    width: 90%;
}
#parentContent_pageContent_btSubmit, #parentContent_pageContent_btReviewDonation
{
    float: right;
    clear: none;
    margin: 5px 7px 0 0;
    padding: 1px 3px;
}
#parentContent_pageContent_btSubmit2, #parentContent_pageContent_btSubmitChanges2, #parentContent_pageContent_btCancelChanges2
{
	display: none;
}
#deliveryMethods label
{
    width: 30%;
    margin: 0;
    float: left;
    clear: none;
    padding: 4px 0 0 0;
}
#deliveryMethods label.two
{
    margin: 0;
    clear: right;
}
.moreWays
{
    width: 98%;
    margin: 15px 0;
    padding: 10px 1%;
    color: #000;
    background-color: #E7EFF4;
    border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;
    float: left;
    clear: none;
}
.moreWays p
{
    width: 100%;
    font-weight: bold;
    margin:0 0 5px 0;
    padding: 0;
}
.moreWays ul.list1
{
    width: 45%;
    margin: 0;
    padding-left: 15px;
    float: left;
    clear: none;
}
.moreWays ul.list2
{
    width: 45%;
    margin: 0;
    padding-left: 15px;
    float: left;
    clear: none;
}
textarea
{
    float: left;
    clear: right;
    margin: 5px 0 0 0;
}
.question
{
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 0;
}
.hiddenField
{
    border: none;
    background: #E7EFF4;
    width: 330px;
    height: 30px;
    padding: 3px 0 0 0;
    margin: 3px 0 0 20px;
    font-family: Arial;
    font-size: 1em;
    overflow: hidden;
    /* float: left;
    clear: both;  */
}

.tbCardPhrase
{
	width: 240px;
}
#tbCardPhrase1Error
{
	float: left;
	clear: both;
}
#tbEmailMessageError
{
    background: #E7EFF4;
    border: none;
    width: 250px;
    height: 30px;
    vertical-align: top;
    margin: 3px 0 0 33%;
    font-family: Arial;
    font-size: .8em;
    float: left;
    clear: both;
}
.hiddenFieldLeft
{
    border: none;
    width: 90%;
    height: 45px;
    padding: 0;
    margin: 5px 0 0 20px;
    font-family: Arial;
    font-size: 1em;
    overflow: hidden;
    float: left;
    clear: both;
    background: none;
    font-weight: bold;
}

.hiddenFieldLeftNoCb
{
    border: none;
    width: 90%;
    height: 45px;
    padding: 0;
    margin: 5px 0 0 0;
    font-family: Arial;
    font-size: 1em;
    overflow: hidden;
    float: left;
    clear: both;
    background: none;
    font-weight: bold;
}

.tbDisabled
{
    background: lightgrey;
}
.charsLeft
{
/*    margin: 3px 0 0 33%;
    width: 250px;
    height: 15px;
    font-size: .8em;
    float: left;
    clear: both;
    background: red;*/
}
.labelNote
{
    font-size: .8em;
}
.cardNote
{
    float: left;
    clear: both;
    width: 95%;
    padding: 0 0 0 20px;
}
.cardSamples
{
    /*width: 99%;*/
    width: 95%;
    float: left;
    clear: both;
    /*text-align: right;
    padding: 0 0 10px 0; */
    text-align: left;
    padding: 10px 0 10px 20px;
}
ul#giftGuide
{
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    clear: both;
    width: 95%;
}
.donateImage
{
    float: left;
    clear: none;
    padding: 0 15px 20px 0;
}
.validatorErrorAmount
{
    color: Red;
    width: 99%;
    float: left;
    clear: both;
}
.validatorError
{
    color: Red;
    width: 60%;
    float: left;
    clear: both;
    padding: 0 0 0 33%;
}
.companyMessage
{
    width: 66%;
    float: left;
    clear: both;
    padding: 0 0 0 33%;
    font-weight: bold;
}
.error
{
    color: Red;
}
.errorMessage
{
    width: 96.5%;
    float: left;
    clear: both;
    border: solid 2px red;
    padding: 10px;
    margin: 0 0 10px 0;
}
.floatLeft
{
    float: left;
    clear: none;
}
.floatRight
{
    float: right;
    clear: right;
}
.widthSpacer
{
    /* needed to maintain width of Email/Mail card fieldset in older Opera browsers */
    width: 435px;
    height: 2px;
}
.imageButton
{
	margin: 5px 0 0 0;
	/*float: right;
	clear: right;*/
}

#fldExternalGiftCards, #divMatchingGift #divMatchLookup, #divMatchingGift #success, #divMatchingGift #fail
{
	border: solid 1px #bbb;
	background: #E7EFF4;
	width: 97%;
	float: left;
	margin: 5px 5px 15px 0;
	padding: 5px
}

#divMatchingGift #divMatchLookup #learnMore
{
	margin:5px 0 0 0;
	float:left;
}

#divMatchingGift #divMatchLookup label
{
	float:right;
	clear:none;
	width:95.5%;
	text-align:left;
	margin:4px 0 0 0;
	padding:0;
}

#dialog-form label
{
	width: 90%;
	text-align: left;
	margin-left: 10px;
}

#dialog-form #tbEmployer
{
	float:left;
	clear:both;
	margin-left:10px;
	border: solid 1px #4D90FE;
}

#dialog-form #btOK
{
	float:left;
	clear:left;
	margin:5px 5px 5px 10px;
}

#dialog-form #btCancel
{
	float:left;
	clear:none;
	margin:5px;
}
#logoBox {
    float: left;
}
#header_imgLogo {
    height: 53px !important;
    width: 157px !important;
    margin-top: 3px;
    margin-left: 12px;
}
#CVVLink {
    float: left;
    clear: none;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
}
#CVVLink a {
    cursor: pointer;
}
#CVVPopup {
    display: none;
    position: absolute;
    left: -3px;
    bottom: 30px;
    width: 260px;
    padding: 7px 18px 0 7px;
    background: #FEF6DF;
    border: 2px solid #EBAC00;
}
#CVVPopup:after, #CVVPopup:before {
    top: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#CVVPopup:after {
	border-color: rgba(254, 246, 223, 0);
	border-top-color: #FEF6DF;
	border-left-width: 14px;
	border-right-width: 14px;
	border-top-width: 10px;
	margin-left: -14px;
}
#CVVPopup:before {
	border-color: rgba(224, 186, 77, 0);
	border-top-color: #EBAC00;
	border-left-width: 17px;
	border-right-width: 17px;
	border-top-width: 12px;
	margin-left: -17px;
}
#CVVPopup p {
    padding: 0 5px 3px 5px;
}
#CVVPopup img {
    float:right;
    clear:none;
    padding-left:14px;
}
#CVVPopup img.card2 {
    padding-top: 5px;
}
#CVVPopup .CVV-close {
    background-color: #fff;
    border-radius: 50%;
    color: #7c7369;
    font-family: "proxima-nova", "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    height: 1em;
    line-height: 1em;
    padding: 0.5em;
    position: absolute;
    right: 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 0.5em;
    width: 1em;
}
