/* general page styles */

body    {
        margin: 0;
        padding:        0;
}

div#PageHeader {
        background: url("/tmp_r1_c1.jpg");
        width:  850px;
        height: 120px;
}

div#PageFrame {
        border-style:   none;
        padding:        0;
        margin:         0;
}

/* survey styles */

div.SurveyToolSurvey {}

table.SurveyElements {
    border-collapse: collapse;
    border:         none;
    margin:         0;
    padding:        0;
}

table.SurveyElements td {
    margin:         0;
    padding:        0.4em;
}

table.SurveyElements tr.questionLabelRow,
table.SurveyElements tr.scalePrefixRow {
    border-top:         solid;
    border-width:       thin;
    border-color:       #cccccc;
}

table.SurveyElements td.responseLabel,
table.SurveyElements td.response {
    font-size:  80%;
    text-align:	center;
    border-left-style:         solid;
    border-right-style:         solid;
    border-color:         #cccccc;
    border-width:         thin;
}

table.SurveyElements td.responseLabel {
    background: #ccffff;
}
