.nomargin ul, .nomargin ol /* required for Question.ascx */ {
    margin: 0;
    padding: 4px 0px 6px 26px;
    list-style-type: none;
}

.resetresponse a, .resetresponse a:visited /* required for Question.ascx */ {
    margin-left: 6px;
    text-decoration: none;
    color: White;
    background-color: #4b8df8;
    padding: 2px 6px 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
}

    .resetresponse a:hover /* required for Question.ascx */ {
        background-color: #CF2525;
    }

p.clearfloat {
    clear: both;
    margin-top: 0px;
    float: none;
    margin-bottom: 0px;
    height: 0px;
    font-size: 1pt;
}

div.clearfloat {
    clear: both;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 0px;
    font-size: 1pt;
    width: 100px;
}

.showblack {
    color: Black;
}

div.width750px {
    width: 800px;
    text-align: left;
    margin: 0 auto;
}

div.width95pc {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

table.cdegridview {
    border-width: 2px;
    border-spacing: 0px;
    border: 1px #AAA solid;
    border-collapse: collapse;
}

    table.cdegridview th {
        font-size: 0.9em;
        padding: 4px;
        border: 1px #AAA solid;
    }

    table.cdegridview td {
        padding: 4px;
        vertical-align: top;
        border: 1px #AAA solid;
    }

div.spacing {
    clear: both;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 8px;
    font-size: 1pt;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.listcontrol label {
    margin-right: 18px;
    margin-left: 4px;
}


.top12px {
    margin-top: 12px;
}

input.ReadOnlyTextBox {
    background-color: #efefef;
    color: #666666;
}

.aligntop {
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

h1 {
    margin-top: 0.3em;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    clear: both;
}

h2 {
    margin-top: 6px;
    padding-top: 0;
    margin-bottom: 22px;
    padding-bottom: 0;
    text-align: center;
}

h3 {
    margin-top: 12px;
    padding-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

div.height22px {
    clear: both;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 22px;
    font-size: 1pt;
}

.highlight {
    background-color: rgb(255, 253, 230);
}

.displaynone {
    display: none;
}

.vertspacing {
    margin-top: 16px;
    margin-bottom: 16px;
}

div.contentpadding {
    padding-left: 20px;
    padding-right: 20px;
}

div.width710px {
    width: 760px;
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

ul.zeroindent, ol.zeroindent {
    margin-left: -12px !important;
    padding-left: 40px !important;
}

.checkboxrightspace /* required for Question.ascx */ {
    margin-right: 6px;
}

.checkboxleftspace /* required for Question.ascx */ {
    margin-left: 20px;
}

.alignlabel {
    white-space: nowrap;
}

    .alignlabel .col001 {
        display: inline-block;
        vertical-align: top;
        width: 2em;
    }

    .alignlabel .col002 {
        display: inline-block;
        padding-right: 3em;
        margin-top: 0px;
        padding-top: 2px;
        width: 100%;
        white-space: normal !important;
    }

    .alignlabel br {
        display: block;
    }

.NL2 {
    white-space: nowrap;
    display: block;
    margin-bottom: 8px;
}

    .NL2 .col001 {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        text-align: right;
        padding-right: 6px;
        width: 2em;
    }

    .NL2 .col002 {
        display: inline-block;
        margin-top: 0;
        text-align: left;
        width: 100%;
        padding-right: 3em;
        white-space: normal !important;
        vertical-align: top;
    }

    .NL2, .NL2 .col001, .NL2 .col002 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .NL2 .br {
            display: block;
            margin-top: 10px;
        }

        .NL2 label {
            font-weight: bold;
        }

hr {
    border: 1px solid #CC9933;
    height: 1px;
    background-color: #F2E5CC;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

input[type=submit], input[type=button] {
    padding: 3px 11px 3px 11px;
    text-align: center;
}

textarea {
    resize: vertical;
    overflow: auto;
}

th.DESC {
    padding-right: 25px !important;
    background-image: url("images/down.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

th.ASC {
    padding-right: 25px !important;
    background-image: url("images/up.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

pre span {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11pt;
}

textarea {
    vertical-align: text-top;
}

.HighlightBackground {
    background-color: yellow !important;
}

.linktexticon {
    padding-left: 5px;
}
