.CustomMainTableRedBg
{
    width: 100%;
    height: 100%;
    background:url(images/menu-bg.gif) repeat;
}
.CustomMainTableBlackBg
{
    width: 100%;
    height: 100%;
    background:black;
}
.CustomMainTableGrayBg
{
    width: 100%;
    height: 100%;
    background:#d0d0d0;
}
.TreeViewMenu
{
    width: 200px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}
.TreeViewNode
{
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    line-height: 25px;
    color: #9f0000;
    background-color: transparent;
}
.TreeViewNodeHOver
{
    font-weight: bold;
    font-size: 12px;
    background-color: #9f0000;
    color: White;
    line-height:25px; 
    text-decoration: none;
}
.CustomSearchDiv { position:relative; width:155px; height:31px; background:url(images/search-bg.gif) repeat-x; padding:0px 0px 0px 0px; }

.CustomMenuHeight2 { height:12px; }
.CustomFFMenuHeight2 { height:34px; }
.CustomBoxedT { height:123px; }
.CustomBoxedTopT { height:123px; background:url(images/boxed-t.gif) repeat-x top #ffffff; }
.CustomMiddleBoxedTopT { height:21px; background:url(images/boxed-t.gif) repeat-x top #ffffff; }

.CustomBannerInnerCell
{
    background: url(images/AptosFD_Header_Square.jpg) no-repeat;
    height: 102px;
}
.CustomTopBannerInnerCell
{
    background: url(images/AptosFD_Header_Rounded.jpg) no-repeat;
    height: 102px;
}
.CustomBannerInnerArea { height:104px; padding:1px 5px 1px 5px; }

.CustomLeftPane2 { padding:0px 7px 0px 0px; width:3%; }