/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerbanner {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containertitle {
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.containerpadding {
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.containerpaddingmid {
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bannerpadding {
	padding-top: 6px;
}
.container_left {
	width: 2px;
	background-color: #dcdcdc;
}
.container_right {
	width: 2px;
	background-color: #dcdcdc;
}
.blue_top {
	height: 6px;
	background-image: url(images/blue/header.gif);
	background-repeat: x;
}

.green_top {
	height: 6px;
	background-image: url(images/green/header.gif);
	background-repeat: x;
}
.orange_top {
	height: 6px;
	background-image: url(images/orange/header.gif);
	background-repeat: x;
}
.grey_bottom {
	height: 2px;
	background-color: #dcdcdc;
}
.quote_top {
	height: 12px;
	background-image: url(images/common/quote_top.gif);
	background-repeat: x;
}
.quote_bottom {
	height: 25px;
	background-image: url(images/common/quote_bottom_bg.gif);
	background-repeat: x;
}
.quote_left {
	background-image: url(images/common/quote_left_bg.gif);
	background-repeat: x;
}
.quote_right {
	background-image: url(images/common/quote_right_bg.gif);
	background-repeat: x;
}
.quote {
	background-image: url(images/common/quote_bg.gif);
	background-repeat: x;
}










