body {
    behavior: url('/css/hover.htc');
    background-color: #cccccc; background-image: url('/img/bg.jpg'); background-repeat: repeat-x;
    font-family: verdana,arial,geneva,sans-serif; font-size: 9pt;
}

#header {}
#image_side {}

h1,h2,h3 { margin: 0; padding: 0 }
h1 { font-size: 100% }
h2 { font-size: 90% }
h3 { font-size: 80% }

td { font-size: 9pt; vertical-align: top }
td.title { font-size: 10pt; font-weight: bold }
td.header { font-size: 8pt }
td.label { color: #6f6f6f; padding-right: 1em; white-space: nowrap; text-align: right; }

a { text-decoration: underline }
a:hover { text-decoration: none }

a.fixed { color: blue }

.abc { margin-bottom: 20px; }
.paginate { margin-top: 20px; }

#question .question_title { font-weight: bold; color: black }
#question .question_text { line-height: 1.6em; margin-bottom: 1em }
#question .feedback_text { line-height: 1.6em; margin-top: 1em }
#question .choice { color: black }
#question .choice:hover { color: #797979 }

hr { height: 1px; color: #cccccc; background-color: #cccccc; border: 0; }

#footer {
    font-family: arial, sans-serif; font-size: 8pt;
    margin: 0; padding: 10px 0;
    color: dimgray;
    text-align: center;
}
#footer ul {
    list-style: none;
    margin: 0; padding: 0;
}
#footer li { 
    display: inline;
    border-left: 1px solid dimgray;
    margin: 0; padding: 2px 10px;
}
#footer li.first { border: none; }
#footer a { color: dimgray; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

table.homepage {
    empty-cells: show;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}
table.homepage td {
    font-family: tahoma; font-size: 8pt;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
}
table.homepage tr { cursor: hand }
table.homepage tr.light { background-color: white }
table.homepage tr.dark { background-color: #EDF3FE }
table.homepage tr.light:hover { background-color: #3D80DF; color: white }
table.homepage tr.dark:hover { background-color: #3D80DF; color: white }

#pagenumber { text-align: center; font-weight: bold; }
