﻿/* FORM CSS FOR DEFAULT PAGE */

body
{
    background: #3c8c42 url(../images/Backgrounds/PageDefaultBlank.jpg) no-repeat top center;
}
body.Default
{
    background: #dbdbdb url(../images/Backgrounds/New-Home-Background.jpg) no-repeat top center;
}
body.Login
{
    background: #3c8c42 url(../Images/Backgrounds/PageLogin.jpg) no-repeat top center;
}
body.More-Info, body.Drink-Preferences
{
    background: #3c8c42 url(../Images/Backgrounds/PageDetails.jpg) no-repeat top center;
}

/* Clearer */
.Clear
{
    clear: both;
}

/* headings */

.PageTitle
{
    padding: 0 0 25px 42px;
    font-size: 1.4em;
    font-weight: bold;
    width: 350px;
    float: left;
}

.PageIndex, .PageIndexBottom
{
    width: 150px;
    float: right;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
}
.PageIndex
{
    padding: 0 50px 10px 0;
}

.PageIndexBottom
{
    padding: 10px 50px 0 0;
}

/* drink preferences page */
.DrinkItem
{
    overflow: hidden;
    display: block;
}
.DrinkItem span.ui-checkbox
{
}


/* cork board container styling */
.CorkShadow
{
    width: 642px;
}
.CorkBoard
{
    width: 642px;
    margin: 0 auto 0 auto;
}
.CorkBoard .CorkShadow
{
    background: transparent url('../Images/Backgrounds/CorkShadow.png') repeat-y top left;
    width: 642px;
    padding: 0 14px 0 18px;
}
.CorkBoard .Top, .CorkBoard .Bottom
{
    width: 642px;
    height: 41px;
}
.CorkBoard .Top
{
    background-image: url(../Images/Backgrounds/CorkTop.png);
}
.CorkBoard .Middle
{
    padding: 10px 0 10px 0;
    width: 610px;
    background: Transparent url(../Images/Backgrounds/Cork.jpg) repeat-y top left;
}
.CorkBoard .Bottom
{
    background-image: url(../Images/Backgrounds/CorkBottom.png);
}

/* This keeps the footer at the bottom of the div, no matter what size it is */
.corkboardfooter
{
    width: 642px;
    margin: 0 auto 0 auto;
}

/* Cufon text styling */
#signuptext
{
    width: 345px;
    margin: 0 auto 0 auto;
    padding: 190px 0px 0px 0px;
}
body.Login #signuptext
{
    padding-top: 250px;
}
body.More-Info #signuptext, body.Drink-Preferences #signuptext
{
    padding-top: 250px;
    padding-left: 200px;
    width: 380px;
}
#signuptext .contentText
{
    line-height: 1.1em;
}

#signuptext .detailtext
{
    color: #8ec269;
    padding-top: 6px;
}

/* styles for Field / Validators */
.Field
{
    background: transparent none;
    height: 37px;
}
.Field .label
{
    color: #fff;
    padding: 4px 10px 0px 12px;
    width: 150px;
    float: left;
    text-align: right;
}
.Field .ValidateArea
{
    float: left;
    width: 398px;
    height: 37px;
    position: relative;
}
.Field .ValidateArea .Input, .Field .ValidateArea .Notifications
{
    position: absolute;
    top: 0;
    left: 0;
    width: 398px;
    height: 37px;
}
.Field .ValidateArea .Notifications .Note
{
    position: absolute;
    top: 5px;
    right: 10px;
    background: #FFF1D8;
}
.Field .ValidateArea .Input
{
    z-index: 50;
}
.Field .ValidateArea .Notifications, .Field .ValidateArea .Notifications .Note
{
    cursor: text;
    z-index: 60;
}
.Field .ValidateArea .Notifications .Note
{
    color: #683e29;
}



/* Styles for top (rounded), middle, and bottom (rounded) textboxes */


#Form .textbox, html body #Form .DateField .RadPicker_Default .riTextBox
{
    background: transparent url('../Images/Backgrounds/TextField.gif') top left no-repeat;
    border: 0 none;
    width: 388px !important;
}
/* text box controls */
#Form .textbox, html body #Form .DateField .RadPicker_Default .riTextBox, html body #Form .RadComboBox_Default .rcbInputCell .rcbInput
{
    color: #1c3115 !important;
    font: 14px sans-serif, Verdana, Arial !important;
    line-height: 14px !important;
    padding: 5px 0 5px 10px !important;
    height: 19px !important;
    border: 0 !important;
}
html body #Form .DateField .RadPicker_Default
{
    height: 37px !important;
    overflow: hidden;
    width: 398px !important;
}
/* city control */
html body #Form .ComboField .RadComboBox_Default .rcbInputCellLeft, html body #Form .ComboField .RadComboBox_Default .rcbInputCellRight, html body #Form .ComboField .RadComboBox_Default .rcbArrowCellLeft, html body #Form .ComboField .RadComboBox_Default .rcbArrowCellRight
{
    background: Transparent none;
}
.ComboField .Input
{
    background: transparent url('../Images/Backgrounds/ComboField.gif') top left no-repeat;
}
html body #Form .RadComboBox_Default table td.rcbInputCell, html body #Form .RadComboBox_Default .rcbInputCell .rcbInput
{
}
/* Radiobutton controls */
.Field .radiobutton label
{
    padding: 3px 20px 0 7px;
    display: block;
    float: left;
    cursor: pointer;
}


/* first and last background images */
#Form .First .textbox, html body #Form .First .RadPicker_Default .riTextBox
{
    background: transparent url('../Images/Backgrounds/TextFieldTop.gif') top left no-repeat;
}

#Form .Last .textbox, html body #Form .Last .RadPicker_Default .riTextBox
{
    background: transparent url('../Images/Backgrounds/TextFieldBottom.gif') top left no-repeat;
}

/* Buttons at bottom of corkboard */
.ButtonControls
{
    padding: 10px 0 0 50px;
}
.SubmitButton
{
    color: #fff2d9;
    height: 44px;
    text-align: center;
    float: left;
    background: transparent url(../Images/Buttons/Submit.jpg) no-repeat top left;
    width: 140px;
    margin-right: 20px;
}
.ExitButton
{
}
.NextPageButton
{
    background: transparent url(../Images/Buttons/NextPage.jpg) no-repeat top left;
    width: 190px;
}

/* text at the bottom of the corkboard */
.BottomText
{
   margin-left: 17px;
}
.BottomText a
{
    color: White;
}

/* controls */
.BottomControls
{
    padding: 10px 0 0 172px;
}

.SubmitButton a
{
    text-decoration: none;
    font-size: 2em;
    color: #fff2d9;
}
.BottomControls .BottomCaption
{
    width: 398px;
    padding-bottom: 15px;
    font-size: 12px;
}
.BottomControls .BottomCaption a
{
    color: #FFFFFF;
}
.BottomControls .CheckFields
{
    float: left;
    padding: 5px 0 0 19px;
    height: 40px;
}
.BottomControls .CheckFieldsFirst
{
    width: 230px;
}

.BottomControls .CheckFieldsMore
{
    width: 345px;
}

.BottomControls .CheckFields .Field
{
    float: left;
}
.BottomControls .CheckFields .Field label
{
    cursor: pointer;
}

/* Global override for checkbox labels */
.Field .checkbox
{
    display: block;
    position: relative;
    width: 115px;
    height: 37px;
}
.Field .checkbox label
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 80px;
    height: 37px;
    text-align: right;
}
.Field .checkbox span
{
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 25px;
    height: 25px;
}
.Field .FlyBuys
{
    width: 45px;
    height: 30px;
    display: block;
    float: left;
}
.Field .WideCheckbox
{
    width: 215px;
    float: left;
}
.Field .WideCheckbox label
{
    padding-top: 6px;
    width: 180px;
}

