/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;	
	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;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.DotedBorder
{
	 border:dotted 2px  #B0B0B0;
	 border-top:none;
}

.Mid_Border
{
	 border-bottom:dotted 2px #B0B0B0;
	 
}

.LeftPaneBorder
{
	 
}

.DotedBorder1
{
	 border:dotted 2px #B0B0B0;
	 border-right:none;
	 border-top:none;
	 
}

.DotedBorder3
{
	 border:dotted 2px  #B0B0B0;
	  border-left:none;
	border-top:none; 
}

/*Bottom Pane Container no bottom border*/
.BotDotedBorder3
{
	border:dotted 2px  #B0B0B0;
	  border-left:none;
	border-top:none; 
	border-bottom:none;
}

.BotDotedBorder1
{
	border:dotted 2px #B0B0B0;
	 border-right:none;
	 border-top:none;
	border-bottom:none;
}
.BotDotedBorder
{
	border:dotted 2px  #B0B0B0;
	 border-top:none;
	
	border-bottom:none;
}

.BorderContainer
{
	 font-family:Tahoma;
	 font-size:15px;
	 font-weight:bold;
	 color:#AEACAC;
}

.ContentPane
{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:3px;
	padding-right:3px;
}
