/* ----------- */
/*   Standard  */
/* ----------- */
.Container
{
    margin-bottom: 20px;
    overflow: hidden;
}

.Container .Control
{
    text-align: right;
}

.Container .Content
{
    overflow:hidden;
}


/* Title */
.Container .ContentTitle
{
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1a0959;
    background: url('../Images/containerTitleBg.jpg') repeat-x 0 0;
}

.Container.Title .Content
{
    padding: 10px;
    background-color: #f2f4f9;
}

/* Gray */
.Container.Gray .Content
{
    padding: 10px;
    background-color: #f2f4f9;
}

/* Blue */
.Container.Blue .ContentTitle
{
    background-image: url('../Images/containerTitleBlueBg.jpg');
    color: #fff;
}
.Container.Blue .Content
{
    padding: 0;
}