﻿@charset "utf-8";
/* CSS Document */
body, html, form {
    height: 100%;
}

body {
    background-color: #ffffff;
    background-image: url(../../Images/texasschoolprograms/SchoolBG.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    font-size: 13px;
    margin: 0;
}

a, input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
}

h1 {
    font-family: 'Gotham Black', Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #D62828;
}

h3 {
    font-family: 'Gotham Black', Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #D62828;
}

#page {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 1024px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -75px;
    background-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ABABAB;
    position: relative;
}

    #page ul, #page ol {
        display: table; /*Fix ul, ol around floated image*/
    }

#bodyThickRed {
    background-color: #d62828;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

#bodyThinRed {
    background-color: #d62828;
    bottom: 0;
    left: 83px;
    position: absolute;
    top: 0;
    width: 3px;
}

#bodyWrapper {
    margin-left: 95px;
    margin-bottom: 100px;
    width: 920px;
    min-height: 100%;
    position: relative;
    z-index: 10;
}

#youthRecognitionForm {
    float: left;
}

    #youthRecognitionForm #enrollment, #youthRecognitionForm #maxAwards {
        border-bottom: 1px solid #000;
        display: inline-block;
        min-width: 50px;
    }


#cookoutFundraiserForm {
    clear: both;
    float: none;
    max-width: 700px;
    padding-top: 10px;
}

#navigation {
    margin-bottom: 0;
    margin-top: 10px;
}

    #navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #navigation ul li {
            float: left;
            display: inline;
            padding: 0 5px 0 0;
        }

            #navigation ul li a {
                cursor: pointer;
                display: block;
                padding-top: 5px;
                text-decoration: none;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                background-color: #fff;
                border-top: 1px solid #cfcfcf;
                border-left: 1px solid #cfcfcf;
                border-right: 1px solid #cfcfcf;
                box-sizing: border-box;
                width: 179px;
                color: #D62828;
                font-weight: bold;
                font-size: 14px;
                height: 50px;
                text-align: center;
            }

                #navigation ul li a.selected {
                    background-color: #D62828;
                    color: #fff;
                }

#bodyLogo {
    bottom: 11px;
    position: absolute;
    right: 11px;
    min-height: 52px;
    z-index: 10;
}

.btnSubmit {
    background-color: #D62828;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    padding: 5px 25px;
    width: auto;
}

a.btnSubmit {
    text-decoration: none;
}

.formWrapper {
    max-width: 700px;
}

.formGroup {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

    .formGroup input[type="text"] {
        width: 200px;
    }

    .formGroup .formInlineRight {
        float: right;
    }

.redText {
    color: #D62828;
}

.successSummary {
    border: 1px solid #006600;
    color: #006600;
}

    .successSummary p, .successSummary li {
        color: #006600;
    }

.summaryBox {
    border-radius: 5px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
}

    .summaryBox ul {
        margin-bottom: 0px;
    }

.validationSummary {
    border: 1px solid #D62828;
    color: #D62828;
    text-align: left;
}

    .validationSummary li, .validationSummary p, .validationSummary strong {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #FF0000;
    }

/*Telerik Radstrip Overrides*/
.RadTabStrip .rtsLevel1 {
    height: 50px !important;
    box-sizing: border-box;
}

#page .RadTabStrip .rtsLI, .RadTabStripVertical .rtsLI {
    padding: 0 5px 0 0;
}

.RadTabStrip .rtsLink {
    white-space: normal !important;
}

.RadTabStrip .rtsLevel1 .rtsTxt {
    padding: 0 0 !important;
}

.RadTabStrip .rtsIn {
    padding: 5px 0 !important;
}

.RadTabStrip_schoolProgramNav .rtsLink.rtsSelected {
    background-color: #D62828;
    color: #fff;
}

.RadTabStrip_schoolProgramNav .rtsLink {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background-color: #fff;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    box-sizing: border-box;
    width: 179px;
    color: #D62828;
    font-weight: bold;
    font-size: 14px;
    height: 50px;
}

/*clear floats*/
#page:before,
#page:after,
#bodyContent:before,
#bodyContent:after,
.formGroup:before,
.formGroup:after {
    content: "";
    display: table;
}

#page:after,
#bodyContent:after,
.formGroup:after {
    clear: both;
}
