body, ul, li, h1, h2 {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

body {
    background-color: #FFFFFF;
    color: #2C3A42;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.rounded {
    /*behavior: url(/Content/PIE.htc);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;*/
    display: inline;
}

.divHeader {
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
}

/*Styles used for Shopping Sheet Req#100*/
.size_10px {
	font-size: 10px;
}
.tableHeader {
    width: 100%;
    background-color: #436589;
    border-radius: 5px;
    height: 80px;
    padding-left: 15px;
    padding-top: 10px;
}
.divHeaderShoppingSheet {
    width: 100%;
    background-color: #436589;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
}
.divTable {
    background: white;
    border-radius: 3px;
    width: 98.5%;
    color: black;
}
.textColor {
    color: #436589;
}
.normal {
	font-weight: normal;
}

.normal1 {

    font-size: 20px;
	font-weight: bold;
}

.bolder {
	font-weight: bolder;
}
.paddingLeft_20 {
    padding-left: 20px;
}
.paddingRight_80 {
    padding-right: 80px;
}
/*Req 100 changes ends*/

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a {
    color: #25BCDD;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a.removedecoration {
        text-decoration: none;
        font-weight: bold;
        color: red;
        vertical-align: middle;
    }

img {
    border: 0;
}

label.error {
    color: #FE0002;
    font-weight: normal;
    padding-left: 0px;
    margin-top: 5px;
}

.gray_bar {
    height: 8px;
    background-color: #CCCCCC;
}

.bold {
    font-weight: bold;
}

.size_20px {
    font-size: 10px;
}

.size_11px {
    font-size: 11px;
}

.size_12px {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
}

.size_13px {
    font-size: 13px;
}

.size_14px {
    font-size: 14px;
}

.size_16px {
    font-size: 16px !important;
}

.size_18px {
    font-size: 18px !important;
}

.size_20px {
    font-size: 20px;
}

.size_22px {
    font-size: 30px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.orange {
    color: #333333;
}

.black {
    color: #2C3A42;
}

.gray_text {
    color: #666666;
}

.purple {
    color: #703F98 !important;
}

.blue {
    color: #5667B0;
}

.green {
    color: #99CA3C;
}

.white {
    color: #FFFFFF;
}

.decimalvalue {
    text-align: right;
}

.radiovalue {
    width: 1.5em;
    height: 1.5em;
}

.dropdownvalue {
    font-size: 11px !important;
    max-width: 140px;
    width: 140px;
}

.wholenumbervalue {
    text-align: right;
}

.stringvalue {
    color: Black;
    width: 12px;
}

.age {
    width: 13em;
}

.border {
    border: 1px solid red;
}

.conclusion {
    background-color: White;
}

.conclusion_starttext {
    margin: 0px auto !important;
    padding: 0px 0px 0px 0px !important;
}

.conclusion_start_text_header {
    text-align: center;
}

.conclusion_height {
    height: auto !important;
    min-height: 450px;
}

.conclusion_gap {
    height: 2px;
    overflow: hidden;
    background-color: White;
}

.conclusion_space {
    height: 2px;
    overflow: hidden;
}

.sectioncontentdescription {
    padding-top: 2px;
    padding-bottom: 2px;
}

.success-message {
    padding-left: 10px;
    color: rgb(52, 205, 101);
    font-size: 14px;
}

.error-message {
    padding-left: 10px;
    color: #ed1616;
    font-size: 14px;
}

.successs-header-style {
    border: 3px solid rgb(52, 205, 101);
    padding: 13px 20px 12px 20px;
}

.error-header-style {
    border: 3px solid #ed1616;
    padding: 13px 20px 12px 20px;
}

.errorbox {
    color: red;
    font-weight: bold;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5px !important;
    background: #FFFFFF url(images/error-icon.png) no-repeat center left;
    background-position-x:10px;
    border: 2px solid red;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px !important;
    vertical-align: top;
    margin-top: 31px;
}

.errorimage {
    border: none;
    vertical-align: middle;
}

.content_spacer {
    border: 0;
    padding: 0;
    margin: 0;
    height: 5px;
}

.block {
    display: block;
}

form.cmxform label.error {
    display: none;
}

#container {
    /*margin: 10px auto;
	width: 578px;
	padding: 0;
	min-height: 500px;*/
}
/*#topheader {
	padding-top: 20px;
	width: 100%;
}*/

/*#topheader #header {
	width: 530px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-bottom: 2px;
	padding: 5px;
	text-align: center;
}*/

#topheader #instructions {
    /*width: 540px;
	margin: 0 auto;
	padding: 4px 0 8px 0;*/
    color: #FFFFFF;
    /*font-size: 20px;*/
    /*font-size: 1.25em;*/
    font-size: 27px;
    vertical-align: middle;
    display: inline;
}

@media screen and (max-width: 640px) {
    #instructions {
        font-size: 0.8em;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    #instructions {
        font-size: 1.25em;
    }
}

@media screen and (min-width: 1025px) {
    #instructions {
        font-size: 1.5em;
    }
}

#topheader #progress_bar_start {
    margin: 0px auto;
    margin-bottom: 2px;
    width: 540px;
    height: 30px;
    background: url(images/progress/step0.png) no-repeat;
    background-position: 0px center;
    padding-bottom: 5px;
}

#topheader #progress_bar_step1 {
    margin: 0px auto;
    margin-bottom: 2px;
    width: 540px;
    height: 30px;
    background: url(images/progress/step1.png) no-repeat;
    background-position: 0px center;
    padding-bottom: 5px;
}

#topheader #progress_bar_step2 {
    margin: 0px auto;
    margin-bottom: 2px;
    width: 540px;
    height: 30px;
    background: url(images/progress/step2.png) no-repeat;
    background-position: 0px center;
    padding-bottom: 5px;
}

#topheader #progress_bar_step3 {
    margin: 0px auto;
    margin-bottom: 2px;
    width: 540px;
    height: 30px;
    background: url(images/progress/step3.png) no-repeat;
    background-position: 0px center;
    padding-bottom: 5px;
}

#topheader #progress_two_bar_start {
    margin: 0px auto;
    margin-bottom: 2px;
    width: 540px;
    height: 30px;
    background: url(images/progress/two_step_step0.png) no-repeat;
    background-position: 0px center;
    padding-bottom: 5px;
}

#topheader #progress_two_bar_step1 {
    margin: 0px auto;
    margin-bottom: 2px;
    width: 540px;
    height: 30px;
    background: url(images/progress/two_step_step1.png) no-repeat;
    background-position: 0px center;
    padding-bottom: 5px;
}

#topheader #progress_two_bar_step2 {
    margin: 0px auto;
    margin-bottom: 2px;
    width: 540px;
    height: 30px;
    background: url(images/progress/two_step_step2.png) no-repeat;
    background-position: 0px center;
    padding-bottom: 5px;
}

#topheader #start_logo {
    margin: 0 auto;
    width: 540px;
    background: #ffffff;
    padding: 10px 0 10px 0;
}

    #topheader #start_logo #start_logo_div {
        width: 98%;
        margin-left: 1%;
    }

        #topheader #start_logo #start_logo_div img {
            display: block;
            margin: 0 auto;
        }

#topheader #end_logo {
    margin: 0 auto;
    height: 400px;
    width: 540px;
    background: #ffffff;
}

    #topheader #end_logo #end_logo_div {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0 30px 0;
        border-bottom: 2px dotted #CCCCCC;
    }

        #topheader #end_logo #end_logo_div #end_logo_image {
            text-align: center;
            vertical-align: middle;
        }

#main {
    /*width: 720px;*/
    min-height: 200px;
}

    #main .content {
        /*width: 500px;*/
        margin: 0 auto;
        padding: 10px 20px 30px 20px;
        background-color: #FFFFFF;
        font-size: 14px;
        margin-top: 2px;
    }

    #main .content_left {
        /*width: 275px;*/
        padding: 5px 10px 15px 10px;
    }

    #main .content_right {
        width: 185px;
        background: transparent;
    }

    #main .content_both {
        padding: 5px 20px 15px 20px;
    }

    #main .padding-top-2px{
        padding-top: 2px !important;
    }

    #main .content #content_title {
        font-size: 18px;
        /*border-bottom: 4px solid #CCCCCC;*/
        padding-bottom: 2px;
    }

    #main .content .gray {
        background-color: #ebebeb;
    }

    #main .content .questions {
        font-size: 12px;
        width: 100%;
        border-collapse: collapse;
    }

        #main .content .questions td {
            padding: 7px 0 4px 4px;
        }
    #main .content .captcha {
        font-size: 12px;
        width: 30%;
        border-collapse: collapse;
    }
        #main .content .captcha td {
            padding: 7px 0 4px 4px;
        }
    #main .content .num {
        background: url(images/forms/questionNumber.png) no-repeat;
        height: 23px;
        width: 26px;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        padding: 3px 0;
        margin-right: 5px;
    }

    #main .content .n {
        font-weight: bold;
        width: 26px;
        vertical-align: top;
        text-align: left;
    }

    #main .content .h {
        vertical-align: middle;
        text-align: left;
    }

    #main .content .q {
        font-weight: bold;
        min-width: 250px;
        vertical-align: middle;
        text-align: left;
    }

    #main .content .a {
        white-space: nowrap;
        margin-top: 2px;
        margin-right: 4px;
        vertical-align: middle;
        text-align: left;
        width: 173px;
    }

    #main .content .a_mult {
        clear: both;
        padding: 0 0 0 27px;
        font-size: 14px;
    }

    #main .content .a input[type="text"], textarea {
        width: 55%;
        height:80px;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        resize: none;
        overflow: auto;
    }

        #main .content .a input[type="text"].small {
            display: block;
            width: 40px;
            margin: 0 0 0 0px;
        }

    #main .content .a .tooltip {
        margin: 0 5px 0 0;
    }

    #main .content .a .arrow_label {
        height: 20px;
        background: #B0E0E5;
        float: left;
        padding: 3px 12px 0 2px;
        font-weight: bold;
        margin-left: 5px;
    }

    #main .content .a .arrow_label_arrow {
        background: url(images/forms/arrow_right.png) no-repeat center right;
        float: left;
        width: 8px;
        height: 23px;
    }

    #main .content .a input[type="radio"] {
        float: left;
    }

    #main #start_text {
        padding: 30px 20px 30px 20px;
        /*width: 500px;
	margin: 0px auto;
	
	background-color: #cce9fa;*/
        font-size: 14px;
    }

        #main #start_text #start_text_header {
            color: #32CD67;
            font-size: 26px;
            font-weight: bold;
        }

#start_button {
    /*display: block;*/
    /*background: url(images/buttons/getStarted.png) no-repeat;*/
    /*width: 370px;*/
    /*height: 60px;
    margin: 30px auto;*/
}

    #start_button:hover {
        background-position: center bottom;
    }

#continue_button {
    /*display: block;
	background: url(images/buttons/continue.png) no-repeat;
	width: 300px;
	height: 50px;
	margin: 2px auto; */
}

    #continue_button:hover {
        background-position: center bottom;
    }

#calculate_button {
    /*display: block;
	background: url(images/buttons/calculateFinancialAid.png) no-repeat;
	width: 300px;
	height: 50px;
	margin: 2px auto;*/
}

    #calculate_button:hover {
        background-position: center bottom;
    }

#back_button {
    /*display: block;
	background: url(images/buttons/back.png) no-repeat;
	width: 90px;
	height: 50px;
	margin: 2px auto;*/
}

    #back_button:hover {
        background-position: center bottom;
    }

#results_button {
    /*display: block;
    background: url(images/buttons/viewResults.png) no-repeat;
    width: 300px;
    height: 50px;
    margin: 2px auto;*/
}

    #results_button:hover {
        background-position: center bottom;
    }

#results_image_button {
    /*display: block;
    src: url(images/buttons/viewResults.png);
    width: 300px;
    height: 50px;
    margin: 2px auto;*/
}
/*#start_over_conclusion {
	display: block;
	background: url(images/buttons/startOver.png) no-repeat;
	width: 150px;
	height: 50px;
	margin: 0 auto;
}
#start_over_conclusion:hover {
	background-position: center bottom;
}*/
#paymentcalc_button {
    /*display: block;
	background: url(images/buttons/calcPayments.png) no-repeat;
	width: 300px;
	height: 50px;
	margin: 2px auto;*/
    width: 240px;
    padding-right: 1px;
    text-align: justify;
    padding-left: 0%;
}

    #paymentcalc_button:hover {
        background-position: inherit;
    }

#fafsaarea {
    width: 100%;
}

#fafsacontent {
    margin-top: 2px;
    padding: 10px 1px 10px 1px;
}

#footer {
    clear: both;
    width: 100%;
    /*margin: 5px auto;*/
    text-align: center;
    font-size: 14px;
    padding: 20px 0px;
    background-color: #000;
}

/*Req 100 changes ends*/

/*Jay -- Begins*/
#main .content .skipQuestion {
    display: none;
}

#main .content .datePickerClass {
    width: 43% !important;
    border-radius: 0px;
    height: 40px !important;
    padding: 6px 12px !important;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #555 !important;
    font-size: 14px !important;
    line-height: 1.4285 !important;
}

/*Ends*/
