/*
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: White;
	border-right: #7994cb 0px solid;
	border-top: #7994cb 0px solid;
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
        background-image: url("images/coffeetop.jpg");
        background-repeat: no-repeat;
        background-position: bottom left;
}
.containerrow2_blue {
	background-color: White;
	padding: 0px 5px 0px 5px;
}
.containerrow3_blue {
	background-color: White;
	color: black;
}
.containerDarkContent {
        width: 100%;
        background-color: #F6F1DA;
}
.containerLightContent {
        width: 100%;
        background-color: #F6F6F2;
}
.containerPrefBackground {
        background-image: url("images/coffeebottom.jpg");
        background-repeat: no-repeat;
        background-position: top left;
        background-color: white;
}

/*********************************************************************/
/*Corners: This is for rounding the modules corners*/
.ContainerTopLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/top left corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerTopRight{
        width: 5px;
        height: 5px;
        background-image: url("images/top right corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerBottomLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/bottom left corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerBottomRight {
        width: 5px;
        height: 5px;
        background-image: url("images/bottom right corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerWhiteSpace {
        background-color: White;
}
/******************************************************/
.ContainerLightTopLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/TopLeftCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerLightTopRight{
        width: 5px;
        height: 5px;
        background-image: url("images/TopRightCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerLightBottomLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/BottomLeftCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerLightBottomRight {
        width: 5px;
        height: 5px;
        background-image: url("images/BottomRightCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerLightTopCenter {
        background-color: #F6F6F2;
}
.ContainerLightMiddleLeft {
        background-color: #F6F6F2;
}
.ContainerLightMiddleRight {
        background-color: #F6F6F2;
}
.ContainerLightBottomCenter {
        background-color: #F6F6F2;
}
/******************************************************/
.ContainerDarkTopLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/TopLeftCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerDarkTopRight{
        width: 5px;
        height: 5px;
        background-image: url("images/TopRightCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerDarkBottomLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/BottomLeftCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerDarkBottomRight {
        width: 5px;
        height: 5px;
        background-image: url("images/BottomRightCornerLight.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerDarkTopCenter {
        background-color: #F6F1DA;
}
.ContainerDarkMiddleLeft {
        background-color: #F6F1DA;
}
.ContainerDarkMiddleRight {
        background-color: #F6F1DA;
}
.ContainerDarkBottomCenter {
        background-color: #F6F1DA;
}
/******************************************************/
.ContainerPrefTopLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/top left corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerPrefTopRight{
        width: 5px;
        height: 5px;
        background-image: url("images/top right corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerPrefBottomLeft{
        width: 5px;
        height: 5px;
        background-image: url("images/bottom left corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerPrefBottomRight {
        width: 5px;
        height: 5px;
        background-image: url("images/bottom right corner.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-color: White;
}
.ContainerPrefWhiteSpace {
        background-color: White;
}

































