﻿.MainBoxTitle
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    font-family: 'Times New Roman';
    background-image: url(../WISDControls/Box/box_mid_header.gif);
    background-repeat: repeat-x;
    height: 25px;
}

.MainBoxTitleLft
{
    background-image: url(../WISDControls/Box/box_lft_header.gif);
    background-repeat: no-repeat;
    height: 25px;
    width: 11px;
}

.MainBoxTitleRt
{
    background-image: url(../WISDControls/Box/box_rt_header.gif);
    background-repeat: no-repeat;
    height: 25px;
    width: 11px;
}

.MainBoxTitleNoheader
{
    background-image: url(../WISDControls/Box/box_mid_noheader.gif);
    background-repeat: repeat-x;
    height: 7px;
}

.MainBoxTitleNoHeaderRt
{
    background-image: url(../WISDControls/Box/box_rt_noheader.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 8px;
}

.MainBoxTitleNoHeaderLft
{
    background-image: url(../WISDControls/Box/box_lft_noheader.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 8px;
}

.MainBoxLft
{
    background-image: url(../WISDControls/Box/box_lft.gif);
    background-repeat: repeat-y;
    width: 8px;
}

.MainBoxRt
{
    background-image: url(../WISDControls/Box/box_rt.gif);
    background-repeat: repeat-y;
    width: 8px;
}

.MainBoxLowLft
{
    background-image: url(../WISDControls/Box/box_footer_lft.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 8px;
}

.MainBoxLowMid
{
    background-image: url(../WISDControls/Box/box_footer_mid.gif);
    background-repeat: repeat-x;
    height: 7px;
}

.MainBoxLowRt
{
    background-image: url(../WISDControls/Box/box_footer_rt.gif);
    background-repeat: no-repeat;
    height: 7px;
    width: 8px;
}

.RtBoxTitle
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: 'Times New Roman';
}

.RtBoxTitleNoHeader
{
    font-weight: bold;
    font-size: 10pt;
    color: steelblue;
    font-family: 'Times New Roman';
}
