/* ----------- */
/*   Standard  */
/* ----------- */
.Container
{
    margin-bottom: 20px;
    overflow: hidden;
}

.Container .Control
{
    text-align: right;
}

.Container .Content
{
    overflow:hidden;
}

/* Title */
.Container .ContentTitle
{
    line-height: 15px;
    padding: 5px 13px 0;
    font-size: 13px;
    color: #ed1c24;
    font-weight: bold;
}

/* Border */
.Container.Border .cTop
{
    background: url('../images/Container/border.gif') repeat-x 0 0;
}
.Container.Border .cBottom
{
    background: url('../images/Container/border.gif') repeat-x 0 bottom;
}
.Container.Border .cLeft
{
    background: url('../images/Container/border.gif') repeat-y 0 0;
}
.Container.Border .cRight
{
    background: url('../images/Container/border.gif') repeat-y right 0;
}
.Container.Border .cTopLeft
{
    background: url('../images/Container/borderTopLeft.gif') no-repeat 0 0;
}
.Container.Border .cTopRight
{
    background: url('../images/Container/borderTopRight.gif') no-repeat right 0;
}
.Container.Border .cBottomLeft
{
    background: url('../images/Container/borderBottomLeft.gif') no-repeat 0 bottom;
}
.Container.Border .cBottomRight
{
    background: url('../images/Container/borderBottomRight.gif') no-repeat right bottom;
    overflow: hidden;
}

.cTop .Container .cTop, .cBottom .Container .cBottom, .cLeft .Container .cLeft, .cRight .Container .cRight,
.cTopLeft .Container .cTopLeft, .cTopRight .Container .cTopRight, .cBottomLeft .Container .cBottomLeft, .cBottomRight .Container .cBottomRight,
.Container.Border .Container .Content
{
    background-image: none;
    padding: 0;
}

.Container.Border .Content
{
    padding: 10px 18px 18px;
}

/* ShadowTop */
.Container.ShadowTop
{
    background: url('../images/Container/shadowTop.gif') repeat-x 0 0;
}

/* Margin */
.Container.Margin .Content
{
    padding: 0 18px;
}