
/* --------- */
/*  Layouts  */
/* --------- */
.holder{float:right;width:699px}

.Layout
{
    overflow: hidden;
    min-height: 500px;
}

.ie6 .Layout
{
    overflow: visible;
    height: 500px;
}
.TopPanei{float:left;}
.LeftPane, .ContentPane, .RightPane
{
    float: left;
    min-height: 50px;
}

.FrontPage .TopPane
{
    width: 1000px;
    height: 446px;
    margin-bottom:31px;
}
.FrontPage .LeftPane
{
    width: 175px !important;
    padding-right: 12px;
    background-image: url(../Images/vr_dcdcde.gif);
    background-repeat: no-repeat;
    background-position: right 7px;
}
.FrontPage .ContentPane
{
    width: 340px !important;
    padding-left: 44px;
    padding-right: 45px;
    background-image: url(../Images/vr_dcdcde.gif);
    background-repeat: no-repeat;
    background-position: right 7px;
}

.FrontPage .RightPane
{
    width: 340px !important;
    padding-left: 44px;
}
.FrontPage .LeftPane,.FrontPage .ContentPane,.FrontPage .RightPane
{
    height:159px;
    
    }


/* NormalPage */
.NormalPage,.WidePage
{
    padding-top: 24px;
    border-top: solid 1px #dbdbdd;
}


.NormalPage .LeftPane{width:238px!important;margin:16px 0 0 18px;}
.NormalPage .TopPane{width:699px!important;}
.NormalPage .ContentPane{width:498px!important;}
.NormalPage .RightPane{width:157px!important;float:right}


/* WidePage */

.WidePage .LeftPane{width:238px!important;margin-left:18px;}
.WidePage .ContentPane{width:699px!important;float:right;}




/*FOR DEBUGGING PANES


.TopPane
{
    background-color: Aqua;
}
.LeftPane
{
    background-color: Lime;
}

.ContentPane
{
    background-color: Olive;
}
.ContentPane2
{
    background-color: Orange;
}
.RightPane
{
    background-color: Fuchsia;
}
.BottomPane
{
    background-color: Teal;
}

*/
