﻿body 
{
    margin:0px;
    padding:0px;
}
.changeProgram table
{
    margin:0px !important;
}
.cohortPrint
{
    font-size:1.2em;
}
.cohortPrint .previewAnswers
{
    color:Black;
    font-size:1.4em;
    font-weight:normal;
}
/* Used for putting spaces between divs 
    similiar to how an HTML table would */
.divMargins 
{
    margin-top:7px;
    margin-bottom:7px;   
}
.divMarginsSmaller
{
    margin-top:3px;
    margin-bottom:3px;
}

.errorDiv
{
    text-align:center;
    color:Red;
}

/* Used for any hover over divs that are 
    done using jquery HelpHover */
.hoverQuestion
{
    display: none; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 10pt arial; 
    font-style:italic;
    padding: 3px; 
    border: solid 1px;
    background-color:White;
    width:300px;
}

.noHrefUnderline
{
    border-bottom:none !important;
}

.note
{
    border-left:2px solid #DFDFDF; 
    background-color:#F9F9F9; 
    padding:5px;
}
.noteV2
{
    border-top:2px solid #DFDFDF; 
    border-bottom:2px solid #DFDFDF; 
    background-color:#F9F9F9; 
    padding:5px;
}

.previewAnswers
{
    font-weight:bold;
}

.questionMargins
{
    margin-right:15px;
}

.racialCategories td
{
    padding:0px !important;
}
.redBorderError
{
    border:2px solid Red;
}

.requiredFields
{
    color:Red;
}
.requiredQuestion
{
    font-weight:bold;   
}

/* Removes Corporate table styling */
#content_text .tableNormal
{
    margin-bottom:0px;
}
#content_text  .tableNormal td
{
    padding-top:0px;
    padding-bottom:0px;
}

/* Val Summary design */
.valSummaries
{
   background-color:#980826;
   border: 3px solid gray;
   padding:3px;
   width:245px;
}
.valSummaries ul
{
    margin-left:10px;
    padding-left:10px;
}

.watermark
{
    color:#999999 !important;
}


@media print
{
    .noPrint
    {
        display:none;
    }
    .printMedia
    {
        display:none;   
    }   
    .previewDiv
    {
        font-size:1.4em;
    }
}