/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue
{
    width: 100%;
    background-color: White;
    border-right: white 0px solid;
    border-top: white 0px solid;
    border-left: white 0px solid;
    border-bottom: white 0px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.containerrow2_blue {
	background-color: #FFFFFF
}
.moduletitle
{
    font-size: 12px;
    color: #6F7984;
    font-weight: bold;
}

p { margin: 0;}

