/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: Transparent;
	BORDER-RIGHT: #7994CB 0px none; 
	BORDER-TOP: #7994CB 0px none;
	BORDER-LEFT: #7994CB 0px none;
	BORDER-BOTTOM: #7994CB 0px none;
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px*/
}
.containerrow1_blue 
{
    border-bottom-width:1px;
    border-bottom-style:dashed;
    border-bottom-color: #f77d20;
}

.contentpane .containerrow1_blue
{
    border-bottom-color: #f77d20;
}

.leftpane .containerrow1_blue
{
    border-bottom-color: #082b65;
}
.containerrow2_blue {
}

.containerouter
{
    width:100%;
}

.containermaster_sub {
	width: 50%;
	background-color: Transparent;
	BORDER-RIGHT: #7994CB 0px none; 
	BORDER-TOP: #7994CB 0px none;
	BORDER-LEFT: #7994CB 0px none;
	BORDER-BOTTOM: #7994CB 0px none;
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px*/
}
.containerrow1_sub
{
    border-bottom-width:1px;
    border-bottom-style:dashed;
    border-bottom-color: #082b65;
    
}

.contentpane .containerrow1_sub
{
    border-bottom-color: #082b65;
}

.contentpane .containerrow1_sub .Head
{
    font-size: 20px;
    color: #082b65;
}

.leftpane .containerrow1_sub
{
    border-bottom-color: #082b65;
}
