/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_blue1 {
	width: 100%;
height:72%;



	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.Contentarea
{
	width: 100%;
	background-color: #ffffff;
	padding-left:10px;
padding-right:10px;
}
.Contentarea1
{
	width: 100%;
	background-color: #282F39;
	padding-left:20px;
}
.Title
{
	color:#000000;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
}
.Title1
{
	color:#ffffff;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
}
