/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	/*width: 100%;*/
	background-color: Transparent;
/*	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;*/
}
.container_top_left {
	width:16px;
	height:16px;
	background-image: url(topleft.gif);
	background-repeat: no-repeat;
}
.container_top_middle {
	height:16px;
	background-image: url(top.gif);
	background-repeat: repeat-x;
}
.container_top_right {
	width:20px;
	height:16px;
	background-image: url(topright.gif);
	background-repeat: no-repeat;
}

.container_middle_left {
	width:16px;
	background-image: url(left.gif);
	background-repeat: repeat-y;
}
.container_middle_middle {
	background-image: none;
	background-color: #ffffff;
}
.container_middle_right {
	width:20px;
	background-image: url(right.gif);
	background-repeat: repeat-y;
}

.container_bottom_left {
	width:16px;
	height:18px;
	background-image: url(bottomleft.gif);
	background-repeat: no-repeat;
}
.container_bottom_middle {
	height:18px;
	background-image: url(bottom.gif);
	background-repeat: repeat-x;
}
.container_bottom_right {
	width:20px;
	height:18px;
	background-image: url(bottomright.gif);
	background-repeat: no-repeat;
}

