/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #00325F 0px solid; 
	border-top: #00325F 0px solid; 
	border-left: #00325F 0px solid; 
	border-bottom: #00325F 0px 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;
}

.container_body
{
    font-weight: normal;
    font-size: 12px;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}

.container_item
{
    font-weight: bold;
}

.container_footer
{
    font-weight: normal;
    font-size: 10px;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
