﻿/* Highlighted missing questions on profiles page */
.missingQuestions
{
    font-size: 16px;
    font-weight: bold;
    color: Red;
}

/* Validator Box */
#validation_box
{
    position: absolute;
    top: 5px;
    width: 300px;
    right: 5px;
    background-color: #fff;
    z-index: 100001;
    padding: 5px;
    border: solid 1px #ccc;
}
#validation_body ul
{
    margin-left: 10px;
    list-style-type: disc;
    text-align: left !important;
}
.validation_message
{
    color: Blue;
    text-decoration: underline;
    cursor: help !important;
}
.modalDialog
{
    width: 820px;
    background-color: #fff;
    border: 2px solid #444;
    z-index: 100000;
    height: 700px;
    overflow: scroll;
}
.modalClose
{
    width: 120px;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.dialogHeader
{
    width: 100%;
    border: solid 1px #ccc;
    background-color: #333;
    background-image: url(../images/panel_header_bg.png);
    background-repeat: repeat-x;
    color: #ccc;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}
.dialogBody
{
    width: 100%;
    height: auto !important;
    border-bottom: none;
    font-size: 11px;
    padding: 5px;
}

/* Likert Scale Selectors */
.likert_scale
{
    padding: 10px;
    background-color: #fff;
}
.likert_body .header
{
    text-align: center;
    width: 60px;
}
.likert_body TD
{
    border-bottom: solid 1px #ccc;
}

/* Button Float Divs */
.submitButtons_right
{
    float: right;
    padding: 5px;
}
.submitButtons_left
{
    float: left;
    padding: 5px;
}
.submitButtons_center
{
    width: 100%;
    text-align: center;
}

/* Labels & Fields */
.label
{
    text-align: right;
    font-weight: bold;
}
.field
{
    text-align: left;
}
.validation
{
    width: 120px;
    text-align: left;
}
.RadPicker TD IMG
{
    margin: 0px 2px !important;
}
.footer
{
    vertical-align: middle;
    background-image: url(../images/footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
}

/* Tabbed Views */
.tabButtons
{
    width: 100%;
    display: block !important;
    height: 24px;
    margin-bottom: -1px;
}

.tabButtons div
{
    float: left;
    padding: 0px 3px 0px 0px;
}

.tabButton_active
{
    border: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    z-index: 1000;
    font-weight: bold;
    background-color: #fff;
    width: 150px;
    cursor: pointer;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    height: 24px;
}
.tabButton_inactive
{
    border: solid 1px #ccc;
    background-color: #eee;
    width: 150px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    height: 24px;
}

.tabButton_inactive_new
{
    border: solid 1px #ccc;
    background-color: #eee;
    width: 150px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    height: 24px;
    background-image: url(../images/icons/new.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.tabViews
{
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 3px;
}
.innerView
{
    padding: 10px;
}

fieldset, .profileStatus, .demographicQuestion TD, .formItem
{
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Modal Messages */
.MessagePanel
{
    width: 600px;
    height: 600px;
    background-color: #fff;
    border: solid 1px #000;
}

/* Modal */
.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.5;
}
.modalWindow
{
    border: solid 3px #ccc;
    background-color: #fff;
    position: absolute;
    top: -1000px;
    padding: 5px;
}
.modalHeader img
{
    vertical-align: middle;
    margin-top: -5px;
}
.modalHeader
{
    text-indent: 10px;
    background-color: #fff;
    width: 100%;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    float: left;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    color: Red;
}
.modalContent
{
    width: 100%;
    float: left;
    background-color: #fff;
}
.modalButtons
{
    width: 98%;
    float: left;
    text-align: right;
    padding: 5px;
    height: 30px;
    padding-top: 15px;
    background-color: #fff;
}

/* Navigation Buttons */
.leftNav
{
    float: left;
}
.rightNav
{
    float: right;
}

.noPoll
{
    width: 97%;
    border: solid 1px #ccc;
    font-weight: bold;
    color: Red;
    padding: 10px;
}

.noSurveys, .survey_error
{
    color: Red;
}

.profileProgress
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.supportForm
{
    padding-left: 10px;
    padding-bottom: 5px;
    width: 100%;
    padding: 5px;
    margin: 0px;
}


.child_container
{
    display: table;
    width: 100%;
}

.child_row
{
    display: table-row;
    width: 100%;
}

.child_cell
{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: left;
}

.questionProgress
{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* External Login */

.ex_login
{
    width: 250px;
    font-family: Verdana;
    font-size: 1em;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    height: 100px;
    padding: 5px;
}

.ex_input input
{
    font-family: Verdana;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #ccc;
}

.ex_label
{
    float: left;
    width: 30%;
    text-align: right;
    font-size: 0.8em;
    line-height: 24px;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: bold;
}

.ex_input
{
    float: left;
    width: 65%;
    font-size: 0.8em;
    line-height: 24px;
    vertical-align: middle;
}

.ex_button
{
    clear: both;
    float: right;
    text-align: right;
}

.ex_button input
{
    font-family: Verdana;
    font-size: 0.8em;
    background-color: #a1adbe;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #ccc;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

.ex_error
{
    clear: both;
    float: left;
    width: 100%;
    color: Red;
    font-size: 0.8em;
    text-align: center;
}

.rewardsList
{
    padding: 10px;
}

.profileImage
{
    width: 150px;
}

.rewardsList .profileImage
{
    width: 150px !important;
}

.rewardsList .profileStatus
{
    margin: 1px 0px 1px 0px;
}

.rewardHistory
{
    margin-top: 10px;
}

.profileSmallDiv
{
    width: 240px !important;
    vertical-align: middle;
    line-height: 24px;
}

.messageItem
{
    width: 100%;
    border: solid 1px #ccc;
    background-image: url(../../App_Themes/cvs/images/poll_bg.png);
    background-repeat: repeat-x;
    float: left;
    margin: 0px;
}

.messageDate
{
    text-align: left;
    width: 190px;
    padding: 2px;
    color: #666;
}

.messageText
{
    text-align: left;
    padding: 2px;
}

.messageIcon
{
    text-align: left;
    width: 25px;
    padding: 2px;
}

.messageDelete
{
    width: 26px;
}

.messageSubject
{
    float: left;
    height: 32px;
    padding: 5px;
    vertical-align: middle;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}

.messagePaneDate
{
    float: right;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    padding: 5px;
    color: #666;
}

.messageBody
{
    min-height: 480px;
    overflow: auto;
    padding: 10px;
    margin: 5px;
    width: 567px;
    border: solid 1px #ccc;
}

.gridView
{
    border: none;
}

.gridView TD
{
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px;
}

.gridView TH
{
    background-image: url(../images/toolbar_bg.png);
    border: none;
    border-bottom: solid 1px #ccc;
    background-repeat: repeat-x;
    padding: 3px;
}

.community_poll
{
    font-style: italic;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

.communityPollQuestion .questionControl .questionText { font-size: 14px !important; font-weight: bold !important; }

.SingleAchievement
{
    width: 100px !important; 
    border: solid 1px #ccc; 
    background-image: url(../../App_Themes/cvs/images/poll_bg.png);
    background-repeat: repeat-x; 
    float: left; 
    margin: 10px;
}

.SingleAchievementWrapper
{
    width: 100px !important; 
    float: left; 
}

.SingleAchievementCaption
{
    text-align: center; 
    color: #666; 
    font-size: 10px;
}

.SingleAchievementDetails
{
    display: none;
    width: 0 !important;
}

.sweepstakesHeader { height: 90px; background-image: url(../../web/images/sweeps_header_profile.png) !important; background-repeat: no-repeat; background-position: top center; }

/* SWEEPS CONTROL - BEGIN [ */

.SweepsRules
{
    text-align: right; 
    font-size: smaller;
    position:absolute;
    top: 0px;
    width: 300px;
    right: 5px;
}

.SweepsControlHeader
{
    text-align: left; 
    width:100%; 
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid silver;
}

.SingleSweepsDrawingWrapper td
{
    vertical-align: top;
}

.Countdown
{
    width: 115px !important;
    border-collapse: separate;
    border-spacing: 3px 1px;    
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
}

.Countdown td
{
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.CountDownTitle
{
    font-weight: bold;
}

.CountdownValue
{
    font-size: 18px;
    font-weight: bold;
    background-color: #505050;
    color: White;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #B0B0B0;    
}

.CountdownCaption
{
    font-size: 14px;
    color: #505050;
}

.CountdownCaptionNext
{
    font-size: 14px;
    color: #505050;
}

.SweepsEntries
{
}

.CountdownWrapper
{
    border-left: 1px solid silver;
    padding-left: 15px; 
    padding-right: 15px; 
}

.CountdownFieldSet
{
    text-align: center;
    padding: 10px 10px 10px 10px; 
}

.SweepsCashImage
{
    padding: 5px 5px 5px 5px; 
}

.CountdownDiv
{
    float: left; 
    width: 250px; 
    text-align: center;
}

.CountDownNumEntries
{
    color: Red;
    margin-top: 7px;
    margin-bottom: 5px;
}

/* ] END - SWEEPS CONTROL */

