/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background: #fff;
}
.containerhead {
	height: 15px;
}
.containertitle {
	color: #006600;
	font-size: 15pt !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.containerpane {
	
}


.corner_TL {
	background: url(corner_TL.jpg) no-repeat;
	width: 14px;
	height: 14px;
}
.corner_TR {
	background: url(corner_TR.jpg) right no-repeat;
	width: 16px;
	height: 14px;
}
.corner_BL {
	background: url(corner_BL.jpg) bottom left no-repeat;
	width: 14px;
	height: 16px;
}
.corner_BR {
	background: url(corner_BR.jpg) bottom right no-repeat;
	width: 16px;
	height: 16px;
}
.side_T {
	background: url(side_T.jpg) repeat-x;
}
.side_L {
	background: url(side_L.jpg) repeat-y;
}
.side_R {
	background: url(side_R.jpg) right repeat-y;
}
.side_B {
	background: url(side_B.jpg) bottom repeat-x;
}











