/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;	
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 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-color:#496DAB;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.white123
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
