/* reset.css */
html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
}
select, input
{
    font-family: Arial;
    font-size: 12px;
}
table
{
    border-collapse: collapse;
    border-spacing: 10px;
}
fieldset, img
{
    border: 0;
}

ol, ul
{
}
caption, th
{
    text-align: left;
}
h1, .h1
{
    font-size: 167%;
    font-weight: bold;
}
h2, .h2
{
    font-size: 150%;
    font-weight: 600;
}
h3
{
    font-size: 135%;
    font-weight: 500;
}
h4
{
    font-size: 120%;
    font-weight: normal;
}
h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
td
{
}
p
{
    margin-bottom: .5em;
}
.tooltip
{
    position: absolute;
    background-color: #FFFFCC;
    border: 1px #444444 solid;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    color: #000000;
}

/* end reset.css */

.alert
{
    color: Red;
    font-weight: bold;
    font-size: 10pt;
}
.honeypot
{
    display: none;
}
.searchSummaryLabelCell
{
    width: 110px !important;
    vertical-align: top;
    white-space: nowrap !important;
}

.ln_container
{
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.ln_list * td
{
    padding-bottom: 2px;
    padding-top: 2px;
}

.Tooltip, tooltip
{
    position: absolute;
    height: 20px;
    background-color: #FFFFCC;
    border: 1px #444444 solid;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
.ForEmailOnly
{
    display: none;
}

/* Clearfix */
.clearfix:after
{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    height: 1px;
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 1px;
    width:1px;
}
/* required comment for clearfix to work in Opera \*/
* html .clearfix
{
    height: 1px;
}

/* end clearfix */

.alert
{
    color: #ff0000;
}
.print_only
{
    display: none;
}
.print_hide
{
    display: inherit;
}

@media print
{
    .print_only
    {
        display: inherit;
    }
    .print_hide
    {
        display: none;
    }
}