/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    overflow: hidden;
    min-height: 500px;
}

.ie6 .Layout
{
    overflow: visible;
    height: 500px;
}

.LeftPane, .ContentPane, .ContentPane2, .RightPane
{
    float: left;
    min-height: 50px;
}

.TopPane
{
    border-bottom: solid 6px #7ac142;
    margin-bottom: 14px;
}
.LeftPane 
{
    width: 180px !important;
    margin-left: 24px;
}
.ContentPane 
{
    width: 391px !important;
    margin-left: 28px;
}
.ContentPane2
{
    width: 246px !important;
}
.RightPane 
{
    width: 245px !important;
    margin-right: 10px;
    float: right;
}

/* Fontpage */

.FrontPage .LeftPane
{
    width: 333px !important;
    margin: 11px 0 20px 20px;
    padding-right: 14px;
    border-right: solid 2px #d8d9da;
    min-height: 408px;
}
.FrontPage .RightPane
{
    width: 510px !important;
}


.ie6 .FrontPage .RightPane
{
    width: 500px !important;
}

/* NormalPage */
.NormalPage
{
    margin-top: 20px;
}

.ie6 .NormalPage .RightPane
{
    width: 240px !important;
    overflow: hidden;
}