/* CSS Document */
/*=============================*/
/* DNN Web Design Container Styles */
/*=============================*/

/* Styles the container with white inset borders */
.borderContainerWrapper {
	width: 90%;
	border: 1px solid #FFFFFF;
	padding: 5px;
}
.whiteContainerWrapper {
	width: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
html>body .whiteContainerWrapper {
	width: 94%;
}

/* Styles the container with normal text, large purple heading and no borders */
.plainContainerWrapper {
	width: 100%;
}
.plainContainerFix {
	padding: 15px;
}
.plainContainerTitle {
	width: 100%;
}
.plainContainerTitle H1{
	color: #003082;
}
.plainContainerTitle H3{
	color: #003082;
}
.containerFooter {
	text-align: right;
}
/*====================================================*/
/*Smooth Gallery Styles*/
/*====================================================*/
/* Overrights the default white background to make the background black */
.jdGallery .slideElement {
	background-color:#000000;
}



