/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    overflow: hidden;
    min-height: 500px;
    position: relative;
    z-index:50;
}

.ie6 .Layout
{
    overflow: visible;
    height: 500px;
}



.LeftPane, .ContentPane, .RightPane
{
    min-height: 50px;
}

.LeftPane 
{
    margin-left:26px;
    float:left;
    width: 176px!important;
}
.ContentPane 
{
    float:left;
    margin-left:17px;
    width: 525px!important;
}

.RightPane 
{
    float:right;
    width: 230px!important;
}
.BottomPane 
{
    clear:both;
}
/* Fontpage */

.FrontPage .ContentPane
{
    width: 744px !important;
    margin-left:0;
}


/* NormalPage */
.NormalPage,.FrontPage,.WidePage
{
    margin-top: 22px;
    position:relative
}

.ie6 .NormalPage .RightPane
{
    width: 240px !important;
    overflow: hidden;
}

/* WidePage*/
.WidePage .ContentPane
{
    width:781px!important;
}


/*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;
    }

*/