/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_darkgray 
{
    width: 100%;
    border: none;
}

.greenContent {
    background-color: #EBFFBE;
}

.whiteContent {
    background-color: Transparent;
}

.titleTextWhite
{
    font-family: Arial, Times New Roman, Tahoma;
    font-size: 14px;
    font-weight:bold;
    color: White;
}

.titleGreenHeader_left
{
    background-image: url('green_header_left.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.titleGreenHeader_mid
{
    background-image: url('green_header_mid.gif');
    background-repeat: repeat-x;
    height: 23px;
}

.titleRedFooter_mid
{
    background-image: url('red_footer_mid.gif');
    background-repeat: repeat-x;
    height: 23px;
}

.titleGreenHeader_right
{
    background-image: url('green_header_right.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.titleGreenHeader_white_bg_left
{
    background-image: url('green_header_white_bg_left.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.titleGreenHeader_white_bg_right
{
    background-image: url('green_header_white_bg_right.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.titleRedFooter_white_bg_left
{
    background-image: url('red_footer_white_bg_left.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.titleRedFooter_white_bg_right
{
    background-image: url('red_footer_white_bg_right.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.invisibility
{
    visibility: hidden;
}