/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: White;
	border-right: #C0C0C0 0px solid; 
	border-top: #C0C0C0 0px solid; 
	border-left: #C0C0C0 0px solid; 
	border-bottom: #C0C0C0 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(c1.gif);
	 height: 24px;
	 border-bottom: #C0C0C0 1px solid; 
	 background-repeat: repeat-x;
	 border-right: #256AB5 1px solid; 
	 border-left: #256AB5 1px solid; 
}

.content {
	background-color: #ffffff;
	 padding-left: 3px;
	 padding-bottom:3px;
	 padding-right:3px;
	 padding-top:3px;
	border-right: #C0C0C0 1px solid; 
	border-top: #C0C0C0 0px solid; 
	border-left: #C0C0C0 1px solid; 
	border-bottom: #C0C0C0 1px solid; 
}


.ModulesTitle
{
	 font-family: Tahoma, Times New Roman;
	 font-size: 11px;
	 font-weight: bold;	
	 color: White ;
}

/*---------C2--------*/
.containermaster_C2 {
	width: 100%;
	border-right: #CCD6E0 1px solid; 
	border-top: #CCD6E0 1px solid; 
	border-left: #CCD6E0 1px solid; 
	border-bottom: #CCD6E0 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerrow1_C2 {
	 background-image: url(c2.gif);
	 height: 20px;
	 background-repeat: repeat-x;
	 border-bottom: #CCD6E0 1px solid; 
}

.content_C2 {
	background-color: #ffffff;
	 padding-left: 3px;
	 padding-bottom:3px;
	 padding-right:3px;
	 padding-top:3px;
}


.ModulesTitle_C2
{
	 font-family: Tahoma, Times New Roman;
	 font-size: 11px;
	 font-weight: bold;	
	 color: #003366 ;
	 padding-left:3px;
}
