
/* ------------------------------------------------------------------------
    sponsored pages
   ------------------------------------------------------------------------ */

/* sponsor contact form
   -------------------- */

#scfTitle {
    color: #333333;
    font-size: 16px;
}
#scfContactFormContainer {
    text-align: center;
}
#scfContactForm {
    width: 400px;
    color: black;
    margin-left: auto;
    margin-right: auto;
}
.scfVerticalBorder {
    float: left;
    width: 400px;
    height: 20px;
    background-color: #cccccc;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}
.scfFormField {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    clear: both;
}
.scfFormField label {
    display: block;
    float: left;
    width: 160px;
    text-align: right;
    margin-right: 15px;
}
.scfFormField input, .scfFormField textarea {
    display: block;
    float: left;
    width: 200px;
}
.scfFormField textarea {
    height: 10em;
}
.scfFormFieldRadioList {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.scfFormFieldRadioList label {
    display: block;
    float: left;
    width: 160px;
    text-align: right;
    margin-right: 15px;
}
.scfContactOpts {
    float: left;
    text-align: left;
}
.scfContactOpts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.scfContactOpts li {
    margin-bottom: 2px;
}
.scfSubmitField {
    float: left;
    margin-top: 20px;
    width: 100%;
}

/* "reverse L" framework for sponsored pages
   ----------------------------------------- */

#spContentTable {
   font-family: Arial, Helvetica, Sanserif;
   width: 620px;
   overflow: scroll;
}
#spContentTable iframe {
   /* reset due to global definition */
   padding: 0;
   margin: 0;
   border: 0;
   width: 0;
   height: 0;
}
#spContentWithRotateText {
    position: relative;
}
#spRotateText {
    width: 608px;
    padding: 5px;
    position: absolute;
    visibility: hidden;
    overflow: scroll;
}
#spRotateText h2 {
    color: #444444;
    font-weight: bold;
}
#spRotateText p {
    color: #666666;
}
.spHeaderCell {
    background: #e9e9e9 url('/images/sponsored_pages/header-bg.gif') no-repeat; 
    padding: 10px 5px 10px 5px; 
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.spHeaderCellNoSponsor {
    border-right: 1px solid #cccccc;
}
.spPageTitle {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.spPageIntroText {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 12px;
}
.spButton {
    float: left; 
    height: 34px;
    width: 221px;
    background: url('/images/sponsored_pages/button.gif') no-repeat;
    font-weight: bold;
    font-size: 16px;
    text-align: center; 
    color: #333333; 
    cursor: pointer; 
    cursor: hand;
    text-decoration: none;
    margin-top: 3px;
}
.spButton span {
    display: block;
    padding-top: 7px;
}
.spSponsorInfoCellAdOnly {
    background: none;
    width: 163px;
    border-top: 1px solid #cccccc;
}
.spSponsorInfoCell {
    background: url('/images/sponsored_pages/branding-bg.gif') no-repeat;
    font-size: 11px;
    color: #666666;
    width: 163px;
}
.spSponsorInfoCell a:link,
.spSponsorInfoCell a:visited,
.spSponsorInfoCell a:hover,
.spSponsorInfoCell a:active {
    color: #666666 !important;
}
.spSponsorInfoCell a:hover {
    text-decoration: underline !important;
}

.spSponsorInfoCell img {
    border: 1px solid #666666;
    margin-bottom: 2px;
}
.spPresentedBy {
    margin-top: 5px;
    margin-bottom: 2px;
    font-weight: bold;
}
.spSponsorNameLink {
    font-weight: bold;
}
.spMission {
    width: 140px;
    font-size: 10px;
    font-weight: bold;
}
.spPhoneLabel {
    float: left;
    width: 50px;
    text-align: right;
}
.spPhoneNumber {
    float: left;
    text-align: left;
    margin-left: 10px;
}
.spContactLinks {
    text-align: left;
    margin-bottom: 40px;
}
.spContactLinks ul {
    list-style-type: square;
}
.spContactLinks li {
    margin-left: 60px;
}
.spContentCell {
    border: 1px solid #d7d7d7;
}
#spReplyWidget iframe {
    width: 160px;
    height: 600px;
}

.clear {
    clear: both;
}

/* Basic Updates 
   ------------- */

.displayPostedDate {
    font-style: italic;
    font-size:9px;
    color:#777777;
}

#xurlx {
    display: none;
}

/* Reply Banners
   ------------- */

#replyBrandingBannerContainer {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
#replyBrandingBannerImg {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

