/* ----------- */
/*   Standard  */
/* ----------- */
.Container
{
    margin-bottom: 5px;
    float:left;
}

.Container .Control
{
    text-align: right;
}

.Container .Content
{
    overflow:visible;
}




/* Frontpage container height fix */
.FrontPage .RightPane .Container
{
    width:182px;
    margin-bottom: 7px;
}
.FrontPage .LeftPane .Container
{
    width:240px;
    margin-bottom: 7px;
}

.NormalPage .Container
{
    
    margin-bottom: 20px;
}

