/**********************************************************************
 Titled Section Control
**********************************************************************/
table.TitledSectionControl
{
    width: 100%;
    height: 100%;
}

.TitledSectionControl TD.tscTopMiddleSection
{
    background: url(images/TopRepeated.png) repeat-x top;
}

.TitledSectionControl .tscLeftSide
{
    background: url(images/LeftRepeated.png) repeat-y;
    width: 9px;
    vertical-align: top;
}

.TitledSectionControl .tscRightSide
{
    background: url(images/RightRepeated.png) repeat-y;
    width: 9px;
    vertical-align: top;
}

.TitledSectionControl .tscHeaderSection
{
    background: url(images/HeaderRepeated.png) repeat-x top #fafbfb;
    vertical-align: top;
}

.TitledSectionControl .tscHeaderSection H3
{
    padding: 0px 5px 2px 10px;
    margin: 0px;
    color: #002d61;
}

.TitledSectionControl .tscBottomSection
{
    background: url(images/BottomRepeated.png) repeat-x top;
}

.TitledSectionControl .tscContentSection
{
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}

.TitledSectionControl table.tscContentTable
{
    width: 100%;
}

.TitledSectionControl .tscContentSection .tscImage
{
    width: 80px;
    margin-left: 0px;
    margin-right: 20px;
}

.TitledSectionControl .tscContentSection .tscImage::parent
{
    vertical-align: top;
}

.TitledSectionControl .tscContentSection .tscImagePlace
{
    vertical-align: top;
    width: 1px;
}

.TitledSectionControl .tscContentPlace
{
    vertical-align: top;
}

.TitledSectionControl .tscContentPlace > div
{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 150px;
    overflow: auto;
}

.TitledSectionControl .tscContentSection a
{
    text-decoration: none;
    color: #3d4e79;
}

.TitledSectionControl .tscContentSection a:hover
{
    text-decoration: underline;
    color: #5e793d;
}
/**********************************************************************/

div.jquery-ajax-loader
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    color: white;
    font-weight: bold;
    font-size: 16pt;
    vertical-align: middle;
    text-align: center;
    background: #000 url('../Images/loader5.gif') no-repeat 50% 50%;
    opacity: .8;
    z-index: 100011;
}
