/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: White;
	border-right: #C0C0C0 1px solid; 
	border-top: #C0C0C0 1px solid; 
	border-left: #C0C0C0 1px solid; 
	border-bottom: #C0C0C0 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(c1.gif);
	 height: 23px;
	 background-repeat: repeat-x;
	 
}
.content {
	background-color: #ffffff;
	 padding-left: 3px;
	 padding-bottom:3px;
	 padding-right:3px;
	 padding-top:3px;
	
}

.ModulesTitle
{
	 font-family: Tahoma, Times New Roman;
	 font-size: 11px;
	 font-weight: bold;	
	 color: #003366;
}

