/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_orange {
	width: 100%;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.containerrow1_orange, {
}
.containerrow2_orange {
	text-align:left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container_shadowTop_orange {
	background-image: url(shadow_top_orange.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.container_shadowBottom {
	width: 100%;
	height: 12px;
	background-image: url(shadow_bottom_white.gif);
}
.container_shadowLeft {
	width: 12px;
	background-image: url(shadow_left_white.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
.container_shadowRight {
	width: 12px;
	background-image: url(shadow_right_white.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.container_cnrTopLeft_orange {
	width: 12px;
	height: 45px;
	background-image: url(cnr_top_left_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.container_cnrTopRight_orange {
	width: 12px;
	height: 45px;
	background-image: url(cnr_top_right_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.container_cnrBottomRight_white {
	width: 12px;
	height: 12px;
	background-image: url(cnr_bottom_right_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.container_cnrBottomLeft_white {
	width: 12px;
	height: 12px;
	background-image: url(cnr_bottom_left_white.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.containerrow2_white {
	background-color: #ffffff;
}

