/*
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_gray {
    width: 100%;
    background-color: #dddddd;
    border-right: #8f9092 1px solid;
    border-top: #8f9092 1px solid;
    border-left: #8f9092 1px solid;
    border-bottom: #8f9092 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.containerrow1_gray {
    background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
    background-color: #ffffff;
}

.containermaster_yellow {
    width: 100%;
    background-color: #FFFFC1;
    border-right: #CAB102 1px solid;
    border-top: #CAB102 1px solid;
    border-left: #CAB102 1px solid;
    border-bottom: #CAB102 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.containerrow1_yellow {
    background-image: url(gradient_MidTangerine.jpg);
}
.containerrow2_yellow {
    background-color: #ffffff;
}
.containermaster_blue {
    width: 100%;
    background-color: #dfe5f2;
    border-right: #7994cb 1px solid;
    border-top: #7994cb 1px solid;
    border-left: #7994cb 1px solid;
    border-bottom: #7994cb 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.containerrow1_blue {
    background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
    background-color: #ffffff;
}
.containermaster_green {
    width: 100%;
    background-color: #a5dfb1;
    border-right: #23a53e 1px solid;
    border-top: #23a53e 1px solid;
    border-left: #23a53e 1px solid;
    border-bottom: #23a53e 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.containerrow1_green {
    background-image: url(gradient_MidGreen.jpg);
}
.containerrow2_green {
    background-color: #ffffff;
}

.containermaster_dbmiwhite {
    width: 100%;
    background-color: #ffffff;
    border-right: #8f9092 1px solid;
    border-top: #8f9092 1px solid;
    border-left: #8f9092 1px solid;
    border-bottom: #8f9092 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.containerrow1_white {
    background-image: url(gradient_MidGreen.jpg);
}
.containerrow2_white {
    background-color: #ffffff;
}

