﻿.MainBoxTitle
{
    font-weight: bold;
    font-size: 10pt;
    color: Black;
    font-family: Tahoma;
    background-image: url(box_mid_header.gif);
    background-repeat: repeat-x;
    height: 32px;
    vertical-align: middle;
}

.MainBoxTitleLft
{
    background-image: url(box_lft_header.gif);
    background-repeat: no-repeat;
    height: 32px;
    width: 7px;
}

.MainBoxTitleRt
{
    background-image: url(box_rt_header.gif);
    background-repeat: no-repeat;
    height: 32px;
    width: 8px;
}

.MainBoxTitleNoheader
{
    background-image: url(box_mid_noheader.gif);
    background-repeat: repeat-x;
    height: 7px;
    color: #33CC33;
}

.MainBoxTitleNoHeaderRt
{
    background-image: url(box_rt_noheader.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 8px;
}

.MainBoxTitleNoHeaderLft
{
    background-image: url(box_lft_noheader.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 7px;
}

.MainBoxLft
{
    background-image: url(box_lft.gif);
    background-repeat: repeat-y;
    width: 7px;
}

.MainBoxRt
{
    background-image: url(box_rt.gif);
    background-repeat: repeat-y;
    width: 8px;
}

.MainBoxLowLft
{
    background-image: url(box_footer_lft.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 7px;
}

.MainBoxLowMid
{
    background-image: url(box_footer_mid.gif);
    background-repeat: repeat-x;
    height: 7px;
}

.MainBoxLowRt
{
    background-image: url(box_footer_rt.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 8px;
}

.RtBoxTitle
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: 'Tahoma';
}

.RtBoxTitleNoHeader
{
    font-weight: bold;
    font-size: 10pt;
    color: #333333;
    font-family: Tahoma;
}

.HrSingle
{
    background-image: url(dot_line_SC.gif);
    background-repeat: repeat-x;
    height: 2px;
}

.HrDouble
{
    background-image: url(doubledot_line_SC.gif);
    background-repeat: repeat-x;
    height: 6px;
}
