﻿body, select
{
    font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
}

body
{
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #ddd;
}

.cbx label
{
	vertical-align: 2px;
}

.PaperHeader
{
    font-weight: bold;
    position: relative;
    left: 50%;
    width: 1002px;
    padding: 3px 0px 0px 0px;
    margin-left: -500px;
}
.Paper
{
    position: relative;
    left: 50%;
    width: 980px;
    margin-left: -500px;
    border: 1px solid black;
    padding: 10px;
    background-color: white;
}

#Footer
{
    margin-top: 10px;
    position: relative;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
}

h1
{
    font-size: 14pt;
}

#CompanyLogo
{
    position: absolute;
    width: 250px;
    right: 10px;
    top: 10px;
    text-align: right;
}

#Introduction
{
    width: 750px;
}

#Introduction #Heading
{
    color: Red;
}

#Questions .QuestionTable
{
    background-color: #eee;
    border: 1px solid gray;
    margin-top: 10px;
}

#Questions .QuestionTable .AnswerGradient
{
    position: absolute;
    margin-top: 1px;
    height: 18px;
    width: 330px;
}

#Questions .QuestionTable .OptionsPanel
{
    width: 440px;
    height: 35px;
}

#Questions .QuestionTable .Option
{
    position: absolute;
    text-align: center;
}

#Questions .QuestionTable .NotExperienced
{
    text-align: center;
    width: 100px !important;
    white-space: nowrap;
}

