/* ----------- */
/*   Standard  */
/* ----------- */
.Container
{
    margin-bottom: 20px;
    overflow: hidden;
}

.Container .Control
{
    text-align: right;
}

.Container .Content
{
    overflow:hidden;
}


/* Title */
.Container .ContentTitle
{
    height: 34px;
    color: #DB3833;
    font-size: 20px;
    line-height: 34px;
    border-bottom: solid 3px #000;
    text-transform: uppercase;
    margin-bottom: 6px;
}

/* TopPane */
.TopPane .Container
{
    margin-bottom: 0;
}

/* Gray BG */
.Container.Gray
{
    margin-bottom: 0;
}
.Container.Gray .Content
{
    background: #f8f8f8 url('../Images/GrayBg.jpg') repeat-x 0 0;
    padding-top: 6px;
    min-height: 159px;
}
.Container.Gray .ContentTitle
{
    margin-bottom: 0px;
}

/* White */
.Container.White
{
    width: 224px;
    filter:alpha(opacity=90);
    opacity: 0.9;
}
.TopPane .Container.White
{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 9px 8px 0;
}
.ie6 .TopPane .Container.White
{
    top: 0;
    margin-top: 150px;
}
.Container.White .ContentTitle
{
    border: 0;
    height: 20px;
    line-height: 20px;
    padding: 15px 15px 0;
    margin-bottom: 0;
    background: url('../Images/whiteContainer.png') no-repeat  0 0;
}
.Container.White .Content
{
    padding: 0 15px 15px;
    background: url('../Images/whiteContainer.png') no-repeat  0 bottom;
}

.ie6 .Container.White .Content
{
    margin-top: -6px;
}