#board
{
    position: absolute;
    top: 534;
    left: 164;
}

#arrow
{
    position: absolute;
    top: 585;
    left: 190;
}

#dbg
{
    position: absolute;
    top: 768;
    left: 275;
}

#errorMessages
{
    color: Red;
    font-size: 12pt;
    font-weight: bold;
}

a.option_link
{
    color: #000000;
    text-decoration: none;
}

a:hover.option_link
{
    color: #666666;
    text-decoration: none;
}


/* When using tag p in FF, there is a space at top and bottom of answer option
which dont happen in IE; */
a.option_link > p:first-child
{
   padding-top: 0px;
   margin-top: 0px
}

a.option_link > p:last-child
{
   padding-bottom: 0px;
   margin-bottom: 0px
}
/* ************************** */

.option_table
{
}

.option_row_even
{
}

.option_row_odd
{
}

.grid_subquestion_even
{
    background-color: #cccccc;
}

.grid_subquestion_odd
{
    background-color: #eeeeee;
}

.grid_outer
{
    padding: 5px;
}

