/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.greenedge {
	width: 100%;
	background-color:#FFFFFF;
}
.orangeedge {
	width: 100%;
	background-color:#FFFFFF;

}
.whitecon {
	background-color:#FFFFFF;
}

.bblueupright {
	background-image: url(bblueupright.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bbluedownright {
	background-image: url(bbluedownright.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.bbluedownleft {
	background-image: url(bbluedownleft.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}
.bblueupleft {
	background-image: url(bblueupleft.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bbluecon {
	background-color: #94B9D4;
}
.whiteupright {
	background-image: url(whiteupright.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.whitedownright {
	background-image: url(whitedownright.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.whitedownleft {
	background-image: url(whitedownleft.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}
.whiteupleft {
	background-image: url(whiteupleft.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whitecon {
	background-color:#FFFFFF;
}
.titlecss {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
font-weight:bold;
background-color:#FFFFFF;
}
