.bold
{
    font-weight: bold !important;
}

.italic
{
    font-style: italic !important;
}

.center
{
    text-align: center !important;
}

.left
{
    text-align: left !important;
}

.right
{
    text-align: right !important;
}

.forcestretch
{
    clear: both;
    line-height: 0;
    font-size: 0;
}

.placeholder
{
    line-height: 0;
    font-size: 0;
}

.nowrap
{
    white-space: nowrap;
}

.float_left
{
    float: left;
    padding: 12pt 12pt 12pt 0;
}

.float_right
{
    float: right;
    padding: 12pt 0 12pt 12pt;
}

.monospace
{
    font-family: Courier New, monospace, Courier;
}

html, body
{
    /*
    width: 100%;
    height: 100%;
    */
}

h1
{
    font-size: 2em;
    font-weight: normal;
}

h2
{
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 12pt 0;
    padding-bottom: 3pt;
}

h2.subheader
{
    margin-top: 12pt;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 0.9em;
}

div#record_selector
{
    margin-top: 24pt;
}

div#record_selector a
{
    font-weight: bold;
}

div#record_selector a:link
{
    color: black;
}

div#record_selector a:visited
{
    color: black;
}

div#record_selector a:active
{
    color: black;
}

div#record_selector a:hover
{
    color: black;
}

div#record_selector img
{
    vertical-align: middle;
}

table.general
{
    border-collapse: collapse;
}

table.general tr td, table.general tr th
{
    padding-right: 35px;
    padding-top: 6pt;
    padding-bottom: 6pt;
}

table td
{
    vertical-align: top;
}

table th
{
    text-align: left;
    white-space: nowrap;
}

table th a
{
    color: black !important;
    text-decoration: none !important;
}

table tr.links
{
    cursor: pointer;
}

table.form tr td, table.form tr th
{
    padding-right: 35px;
    padding-top: 2pt !important;
    padding-bottom: 2pt !important;
}

p.submit
{
    /* clear: left; */
    text-align: right;
    padding-right: 18pt;
    padding-top: 6pt;
}

p.formtext
{
    margin: 3pt 0 3pt 0;
}

p.message_success
{
    font-weight: bold;
    font-size: 1.3em;
    padding: 6pt 6pt 6pt 0;
    margin-bottom: 12pt;
}

p.message_error
{
    font-weight: bold;
    font-size: 1.3em;
    padding: 6pt 6pt 6pt 0;
    margin-bottom: 12pt;
}

p.note
{
    margin-top: 18pt;
    font-style: italic;
}

hr
{
    border: none;
}

img
{
    border: none;
}

a.nounderline
{
    text-decoration: none;
}
