.SurveyRunBody {
        background:#ffffff fixed;
        padding: 0px;
        margin: 0px;
}

.SurveyContent {
        background:#ffffff;
        height: 100%;
}

.SurveyContent textarea, .SurveyContent input, .SurveyContent select, .SurveyContent option {
        font-size: 10pt; 
        font-family: "Lucida Grande", Verdana, sans-serif;
        color: #000000;
}

.SurveyContent a, .SurveyContent a:visited, .SurveyContent a:link, .SurveyContent a:hover { 
        color: #000000;
}

.QuestionDescription, .QuestionText, .AnswerText, .AltQuestionText, .AltAnswerText, .SurveyHeader, .SurveyFooter, .QuestionError, .SurveyValidation, .SurveySectionHeading, .SurveySectionSubHeading, .SurveySectionHeadingSmall {
        font-size: 10pt; 
        font-family: "Lucida Grande", Verdana, sans-serif;
        color: #000000;
}

.QuestionDescription, .QuestionText {
        font-weight: bold;
}

.SurveyTop {
        margin-top: 10px;
}

.SurveyTopToolbar {
        margin-top: 45px;
}

.QuestionDescription {
        padding-top: 3px;
        padding-bottom: 3px;
}

.QuestionText { 
}

.AltQuestionText {
        background: #f5f5f5;
}

.AnswerText {
}

.AltAnswerText { 
        background: #f5f5f5;
}

.SurveyHeader { 
        text-align: center;
        font-weight: bold;
}

.SurveyFooter { 
        text-align: center;
}

.QuestionError { 
         color: #cc0000 !important;
}

.SurveyQuestionErrorBox {
        background:#ffebe8 url(/images/alert_error.gif) no-repeat scroll left center;
        border-color#:cc0000;
        color:#660000;
        border: 1px solid #cc0000;
        font-size: 10pt; 
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 5px 5px 30px;
        text-align: left;
}

.SurveyValidation { 
        color: #cc0000 !important;
}


.SurveyTipContent {
        padding: 5px 3px 5px 2px;
}

.SurveySectionHeading { 
        font-size: 10pt !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 #cccccc;
         margin-top: 10px;
         margin-bottom: 10px;
} 

.SurveyHighlight {
         background-color: #ffffcc;
}

#SurveySubmitButton {
        padding-top:15px;
        padding-bottom:15px;
}

.SurveyTableHeader {
        padding: 2px 8px 2px 8px;
        text-align: center;
}

.SurveyTableGrid {
        margin: 2px 0px 5px 0px;
        border-collapse: collapse;
}

.SurveyTableGrid th  {
        border: 1px solid #ccc;
        padding: 2px 4px 2px 4px;
        background: #f5f5f5;
        text-align: center;
}

.SurveyTableGrid td  {
        border: 1px solid #ccc;
        padding: 3px 4px 3px 4px;
}

.SurveyTableNoGrid td {
        border: none;
}

.iconLink {
        font-size: 8pt;
        vertical-align: middle;
        color: #3252b2;
}

a.iconLink, a.iconLink:visited, a.iconLink:link { 
        text-decoration: none; 
        color: #3252b2;
}

a.iconLink:hover { 
        text-decoration: underline; 
}

.shadowedBox,.shadowedBoxIE {
        display: none;
        position: absolute;
        margin-left: -16px;
        margin-top: -2px;
        z-index: 1000;
}

.shadowedBoxBody {
        border: solid 2px #333333;
        background-color: white;
        padding:10px;
        font-size: 10pt; 
        font-family: "Lucida Grande", Verdana, sans-serif;
        color: #000000;
}

.position-fixed-top {
    position:fixed !important;
    top: 0;
    left: 0;
}
.position-fixed-center {
    position:fixed !important;
    top: 50%;
}
.position-fixed-bottom {
    position:fixed !important;
    bottom:0;
    left: 0;
}
