/* Start of CMSMS style sheet 'tilmanstone : Common' */
.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;
}

.clearfix
{
    clear: both;
    line-height: 0;
    font-size: 0;
}

.placeholder
{
    line-height: 0;
    font-size: 0;
}

.nowrap
{
    white-space: nowrap;
}

.float_left
{
    float: left;
    padding: 0 1em 1em 0;
}

.float_right
{
    float: right;
    padding: 0 0 1em 1em;
}

.monospace
{
    font-family: Courier New, monospace, Courier;
}

.indent
{
    padding-left: 18pt;
}

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.note
{
    margin-top: 18pt;
    font-style: italic;
}

hr
{
    border: none;
}

img
{
    border: none;
}

a.nounderline
{
    text-decoration: none;
}

ul.boldList,
ol.boldList
{
    font-weight: bold;
}

ul.nonBoldList,
ol.nonBoldList
{
    font-weight: normal;
}

ul.boldList p,
ol.boldList p,
ul.nonBoldList p,
ol.nonBoldList p
{
    font-weight: normal;
}


/* End of 'tilmanstone : Common' */

