body { background-color: #eeeeee; font-family: verdana; font-size: 12pt; }
body.exameQuestionsList { background-color: #eeeeee; font-family: verdana; font-size: 12pt; border: 1px solid #dddddd; }

select { background-color: #eeeeee; }

a:hover, a:link, a:visited { text-decoration: none; font-weight: bold; }

.testNum { font-weight: bold; }
.testImage { border: 1px solid #000000; }
.testQuestionNum { font-weight: bold; }
.answerCell { }

.qlistCell,.qlistSelectedCell,.qlistOverCell,.qlistCorrectCell,.qlistIncorrectCell {
    width: 23px; height: 25px; text-align: center;
    vertical-align: middle; background-color: #eeeeee;
}
.qlistSelectedCell { background-color: #ffff00; }
.qlistOverCell { background-color: #ffffaa; }
.qlistCorrectCell { background-color: #00ff00; }
.qlistIncorrectCell { background-color: #ff0000; }

.answerCell,.answerOverCell,.answerCorrectCell,.answerIncorrectCell {
    width: 50px; height: 45px; text-align: center;
    vertical-align: middle; background-color: #aaaaff;
}
.answerOverCell { background-color: #9999ff }
.answerCorrectCell { background-color: #00ff00 }
.answerIncorrectCell { background-color: #ff0000 }

.textBold { font-weight: bold; }
.textBoldHl { font-weight: bold; color: #00aa00; }
.textBoldAttention { font-weight: bold; color: #ff0000; }
.textDisabled { color: #888888 }