.SurveyRunBody {
        background: #707070;
        padding: 0px;
        margin: 0px;
}

.SurveyContent {
        background: #ffffff;;
        height: 100%;
}

.SurveyContent textarea, .SurveyContent input, .SurveyContent select, .SurveyContent option {
        font-size: 10pt; 
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
}

.SurveyContent a, .SurveyContent a:visited, .SurveyContent a:link, .SurveyContent a:hover { 
        color: #333333;
}

.QuestionDescription, .QuestionText, .AnswerText, .AltQuestionText, .AltAnswerText, .SurveyHeader, .SurveyFooter, .QuestionError, .SurveyValidation, .SurveySectionHeading, .SurveySectionSubHeading, .SurveySectionHeadingSmall {
        font-size: 10pt; 
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
}

.SurveyTop {
        background: none;
}

.QuestionDescription {font-weight: bold;
        padding-top: 3px;
        padding-bottom: 3px;
}

.QuestionText { font-weight: bold;
}

.AltQuestionText {
        background: #cccccc;
}

.AnswerText {font-weight: bold;
}

.AltAnswerText { 
        background: #cccccc;
}

.SurveyHeader { 
        text-align: center;
        font-weight: bold;
}

.SurveyFooter { 
        text-align: center;
}

.QuestionError { 
        color: #cc0000 !important;
}

.SurveyValidation { 
        color: #cc0000 !important;
}

.SurveySectionHeading { 
        font-size: 14pt !important;
        color: #ffffff !important;
        font-weight: bold;
        background-color: #707070; 
        padding: 5px 3px 5px 2px;
}

.SurveySectionSubHeading { 
        font-size: 14pt !important;
        font-weight: bold;
        padding: 5px 3px 5px 2px;
}

.SurveySectionHeadingSmall { 
        font-weight: bold;  
}

.SurveyDivider { 
         border-bottom: 1px solid #707070;
         margin-top: 10px;
         margin-bottom: 10px;
} 

#SurveySubmitButton {
        padding-top:15px;
        padding-bottom:15px;
}

.SurveyTableGrid {
        margin: 2px 0px 5px 0px;
        border-collapse: collapse;
}

.SurveyTableGrid th  {
        border: 1px solid #ccc;
        padding: 2px 4px 2px 4px;
        background: #cccccc;
        text-align: center;
}

.SurveyTableGrid td  {
        border: 1px solid #ccc;
        padding: 3px 4px 3px 4px;
}

.SurveyTableNoGrid td {
        border: none;
}


