/* 
================================
 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;
}
.container_header {
	height: 30px;
	background-color: #DBDBDB;
}
.containerpadding {
	padding-left: 2px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.top_left {
	background-image: url(images/common/top_left.gif);
}
.top {
	background-image: url(images/common/top.gif);
}
.top_right {
	background-image: url(images/common/top_right.gif);
}
.left {
	background-image: url(images/common/left.gif);
}
.right {
	background-image: url(images/common/right.gif);
}
.bottom_left {
	background-image: url(images/common/bottom_left.gif);
}
.bottom {
	background-image: url(images/common/bottom.gif);
}
.bottom_right {
	background-image: url(images/common/bottom_right.gif);
}
.grey_top_left {
	background-image: url(images/common/grey_top_left.gif);
}
.grey_top {
	background-image: url(images/grey/top.gif);
}
.green_top {
	background-image: url(images/green/top.gif);
}
.blue_top {
	background-image: url(images/blue/top.gif);
}
.orange_top {
	background-image: url(images/orange/top.gif);
}
.gold_top {
	background-image: url(images/gold/top.gif);
}
.purple_top {
	background-image: url(images/purple/top.gif);
}
.red_top {
	background-image: url(images/red/top.gif);
}
.grey_top_right {
	background-image: url(images/common/grey_top_right.gif);
}
.grey_left {
	background-image: url(images/common/grey_left_bg.gif);
	background-repeat: repeat-y;
}
.grey_right {
	background-image: url(images/common/grey_right_bg.gif);
	background-repeat: repeat-y;
}
.grey_bottom {
	background-image: url(images/common/grey_bottom_bg.gif);
	background-repeat: repeat-x;
}
.grey_content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/common/grey_content_bg.gif);
	background-repeat: repeat-x;
}







