/* ----------- */
/*   Standard  */
/* ----------- */
.Container
{
    margin-bottom: 20px;
    overflow: hidden;
}

.Container .Control
{
    text-align: right;
}

.Container .Content
{
    overflow:hidden;
}


/* Title */
.Container .ContentTitle
{
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
}

/* Blue */
.Container.Blue
{
    background: #ecf4f7 url('../Images/Containers/bluebg.gif') repeat-x 0 0; 
}

.Container.Blue .Content
{
    padding: 0 18px 6px;
}


.ie6 .Container
{
    padding-bottom: 25px;
}