/* $Id: survey.css,v 1.3 2007-01-12 18:59:56 chip Exp $ */

body {
    font-family: sans-serif;
}

body.front-page {
    margin-left: 5em;
    width: 40em;
}

.front-page h2 {
    color: #fff;
    background-color: #b42014;
    padding: 5px;
    font-size: 1.25em;
}

.front-page a {
    color: #235C74;
    font-weight: bold;
    text-decoration: none;
}

.front-page a:hover {
    text-decoration: underline;
}

.front-page a.begin {
    font-size: 1.25em;
}

body.survey {
    max-width: 55em;
    font-size: 0.9em;
    padding: 0 10px 10px 10px; /* T R B L */
}

.survey table {
    font-size: 0.9em;
}

.survey {
    /* empty */
}

.survey-question {
    margin-left: 0em;
    margin-top: 1.5em;
}

.survey-question-number {
    float: left;
    font-weight: bold;
    text-align: right;
}

.survey-question-content {
    margin-left: 1.5em;
}

.survey-question-text {
    font-weight: bold;
    margin-bottom: 0.25em;
    margin-top: 0;
}

.survey-question-info {
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 0.25em;
}

.survey-choices-list {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.survey-rating-box {
    width: 5.0em;
    font-size: 0.9em;
    text-align: center;
}

.survey-choice-strongly-disagree    { background-color: #ffb0b0; }  /*0,79,255*/
.survey-choice-disagree             { background-color: #ffc1b0; }
.survey-choice-neutral              { background-color: #fff4b0; } /* 52,79,255*/
.survey-choice-agree                { background-color: #d6ffb0; }
.survey-choice-strongly-agree       { background-color: #c5ffb0; } /* 104,79,255 */
