﻿.gil_ctn_black_header
{
    background-image: url(black/blackbg.png);
    background-repeat: repeat-x;
    height: 32px;
    width: 100%;
    text-align: left;
}

.gil_ctn_red_header
{
    background-image: url(red/redbg.png);
    background-repeat: repeat-x;
    height: 32px;
    width: 100%;
    text-align: left;
}

.gil_ctn_header
{
    color: #ffffff;
    font-size: 1em;
    margin-left: 10px;
    line-height: 32px;
    font-weight: bold;
}

.gil_ctn_black_wrapper
{
    width: 100%;
    background-image: url(black/content.png);
    background-repeat: repeat-x;
    background-color: #fffcfc;
}

.gil_ctn_red_wrapper
{
    width: 100%;
    background-image: url(red/content.png);
    background-repeat: repeat-x;
    background-color: #686868;
}


.gil_ctn_black_content
{
    border: 1px solid #959595;
    padding: 4px;
}

.gil_ctn_red_content
{
    border: 1px solid #959595;
    padding: 4px;
}

.gil_ctn_black_content_no_padding
{
    border: 1px solid #959595;
}