
.content-container-admin
{
    background-color: #ffffff;
    text-align: left;
    width: 758px; /*width: 1020px;*/
    min-height: 424px;
    margin-top: 5px;
    height: 100%;
}
.content-right-admin
{
    background-color: #DEDEE0;
    width: 603px; /*width: 867px;*/
    height: 100%;
    min-height: 424px;
    float: right;
}

.content-left-admin
{
    background-color: #669ACC;
    margin: 0px;
    width: 148px;
    height: 424px;
    float: left;
}

.linkbutton-right
{
    float: right;
}

caption.formtable
{
    background-color: #5898c5;
    color: white;
    border: 1px solid Black;
}

td.rgnbr
{
}

td.rgnbr_rt
{
    padding: 2px 4px 2px 2px;
}

td.stats, th.stats
{
    font: 10px tahoma;
    background-color: #5898c5;
}

th.stats
{
    text-align: center;
    font-weight: bold;
}
tr.stats
{
}

table.formtable, table.formtable2
{
    font-family: tahoma;
    border-collapse: collapse;
    font-size: 8pt;
    background-color: #5898c5;
    width: 595px;
    border: 1px solid Black;
}

table.formtable
{
    margin-left: 4px;
}

th.formtable
{
    font-size: 8pt;
    background-color: #5898c5;
    color: white;
    border: 1px solid Black;
}


tr.formtable
{
}

td.formtable, td.formtablealt, td.formtableleft, td.formtableright
{
    font-size: 8pt;
    background-color: #f2f9ff;
    color: black;
    border: 1px solid Black;
}

td.formtablealt
{
    background-color: white;
}

td.formtableleft
{
    border-right: none;
}

td.formtableright
{
    border-left: none;
}

.fieldlabel
{
    text-decoration: underline;
    padding-right: 4px;
}

.findingcomment
{
    font-style: italic;
    font-size: smaller;
    text-indent: 10px;
}

INPUT.buttonred
{
    border: solid 2px #fff;
    font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-family: Arial;
    background-color: red;
    text-decoration: none;
    cursor: hand;
}

div.wizfull
{
    border: 1px solid Black;
    background-color: White;
    height: 275px;
    width: 595px;
    margin-left: 3px;
}
div.wizfull2
{
    border: 1px solid Black;
    background-color: White;
    min-height: 275px;
    width: 595px;
    margin-left: 3px;
}
div.wizbottom
{
    width: 100%;
    height: 40px;
    background-color: #5898c5;
    text-align: right;
    vertical-align: middle;
}
div.wizhead
{
    padding: 10px;
    color: #42718C;
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    border-bottom: solid 1px black;
}
div.wizbody
{
    padding: 20px 10px;
}

span.wizfieldhead
{
    font-family: Cambria, Georgia, Times, Times New Roman, Serif;
    font-weight: bold;
    color: #42718C;
    border-bottom: solid 1px #42718C;
}

/*action button */
.actionbutton
{
    /* Top left corner, top edge */
    float: left;
    color: #ddd; /* Text colour */
    background: #333 url(img/button2.gif) no-repeat; /* Fallback bg colour for images off */
    font: .7em/.5 Georgia,serif;
    text-decoration: none;
    width: auto;
}
.actionbutton *
{
    display: block;
}
.actionbutton span
{
    /* Top right corner */
    padding: 6px 0 0;
    background: url(img/corners2.gif) no-repeat right top;
}
.actionbutton span span
{
    /* Bottom left corner, left and bottom edges */
    padding: 0 0 0 6px;
    background: url(img/button2.gif) no-repeat left bottom;
}
.actionbutton span span span
{
    /* Bottom right corner */
    padding: 0 0 6px;
    background: url(img/corners2.gif) no-repeat right bottom;
}
.actionbutton span span span span
{
    /* Right edge */
    padding: 3px 12px 3px 6px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */
    background: url(img/button2.gif) no-repeat right center;
}
.actionbutton:hover, .actionbutton:focus, .actionbutton:active
{
    /* Help keyboard users */
    outline: 2px solid #ff0; /* Not supported by IE6*/
    color: #fff;
}

table.innertable
{
    width: auto;
}

span.subcaption1
{
    font-style: italic;
    font-size: 80%;
}

