/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_plain {
	width:100%;
	background-color: #FFFFFF;
}
.containertopleft_plain {
	background: url(/images/top-left.gif) bottom left;
	height:17px;
	width:17px;
}
.containertop_plain {
	background: url(/images/top-tile.gif) bottom;
	height:17px;
}
.containertopright_plain {
	background: url(/images/top-right.gif) bottom right;
	height:17px;
	width:17px;
}
.containerleft_plain{
	background: url(/images/left-tile.gif);
	width:17px;
}
.containerrow2_plain{
	width:100%;
}
.containerright_plain{
	background: url(/images/right-tile.gif) right;
	width:17px;
}
.containerbottomleft_plain {
	background: url(/images/bottom-left.gif) top left;
	height:17px;
	width:17px;
}
.containerbottom_plain {
	background: url(/images/bottom-tile.gif);
	height:17px;
}
.containerbottomright_plain {
	background: url(/images/bottom-right.gif) top right;
	height:17px;
	width:17px;
}







