/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_extra {
	width: 100%;
	background-color: #ffffff;
	/*border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.containerrow1_extra {
	background-image: url(topmiddle_extra.jpg);
	background-repeat:repeat-x;
	height:28px;
	color: #FFFFFF;
}
.containerrow1_extra_topleft {
	background-image: url(topleft_extra.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:6px;
}
.containerrow1_extra_topright {
	background-image: url(topright_extra.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:6px;
}
.containerrow2_extra {
	background-color: #ffffff;
}
.containerrow2_extra_middleleft {
	background-image: url(middleleft.jpg);
	background-repeat:repeat-y;
	width:6px;
}
.containerrow2_extra_middleright {
	background-image:url(middleright.jpg);
	background-repeat:repeat-y;
	width:6px;
}
.containerrow3_extra_bottom {
	background-image: url(bottommiddle.jpg);
	background-repeat:repeat-x;
	height:24px;
}
.containerrow3_extra_bottomleft {
	background-image: url(bottomleft.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:6px;
}
.containerrow3_extra_bottomright {
	background-image: url(bottomright.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:6px;
}

