/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	padding:5px;
}
.containermaster_box_blue {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color:#FAFCFE; 
	background-image: url(box_bg.gif); 
	background-position:bottom; 
	background-repeat:repeat-x;
}
.contentbg {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top:8px;
	border-top: 4px solid #16912f;
}
.container_in_header {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	padding:2px;
}
.horizontal_dotted_main {
	background-image: url(horizontal_dotted.jpg); 
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
.contentpadding_main {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 9px;
}
#invert .Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
