﻿body 
{
    font-family:Arial;
    font-size:small;
    background-color:white;
    padding:0px 0px 0px 0px; 
    left:0px;
    top:0px;
}
.lableStyle 
{
    font-weight:bold;
    text-align:right;
}
.topButtonStyle
{
    padding:0px 3px 0px 3px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
}
.topButtonStyle:hover
{
    color:Orange;
    background-color:#4f4f4f;
}
.resultBarStyle
{
    text-align:left;
    font-size:smaller;
    font-weight:bold;
    color:black;
}
.questionStyle 
{
    font-weight:bold;
    font-size:smaller;
    font-family:MS Sans Serif;
    padding:3px 3px 3px 3px;
}
.answerStyle
{
    font-size:smaller;
    font-family:MS Sans Serif;
    padding:3px 3px 3px 3px;
}
.mainFooter
{
    font-size:smaller;
    color:#f3f3f3;
    background-color:#3f3f3f;
    text-align:center;
    height:20px;
}
.inputTextBoxStyle
{
    font-size:smaller;
    font-family:Arial;
}
.answerRowStyle
{
    background-color:Transparent;
}
.answerRowStyle tr:hover
{
    background-color: #FFC671;
    cursor:pointer;
}
.buttonStyle
{
    padding: 5px 5px 5px 5px;
    font: Arial;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
}
