/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.upperleftframe {
	background-image: url(graphics/frame_topLeft.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 30px;
	background-position: left bottom;
}
.leftframe {
	background-image: url(graphics/frame_left.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}
.lowerleftframe {
	background-image: url(graphics/frame_bottomLeft.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 30px;
	background-position: left top;
}
.container {
	background-color: #000000;
}
.topframe {
	background-image: url(graphics/frame_top.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.upperrightframe {
	background-image: url(graphics/frame_topRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	width: 30px;
}
.rightframe {
	background-image: url(graphics/frame_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.lowerrightframe {
	background-image: url(graphics/frame_bottomRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	width: 30px;
}
.lowerframe {
	background-image: url(graphics/frame_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.neoncontainertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCCFF;
	font-weight: bold;
	}

