/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    overflow: hidden;
    min-height: 500px;
}

.ie6 .Layout
{
    height: 700px;
}

.LeftPane, .ContentPane, .ContentPane2, .RightPane
{
    float: left;
    min-height: 50px;
}

.TopPane
{
    margin-bottom: 11px;
    position: relative;
}
.LeftPane
{
    width: 216px !important;
}
.ContentPane 
{
    width: 440px !important;
    margin-left: 23px;
}
.RightPane 
{
    width: 216px !important;
    float: right;
}

/* NormalPage */
.NormalPage 
{
    margin-top: 20px;
}

.NormalPage .LeftPane, .NormalPage .ContentPane
{
    margin-top: 35px;
}

/* WidePage */
.NormalPage.Wide .ContentPane
{
    width: 680px !important;
    float: right;
}