/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent !important;
	border: 0px; 
	padding: 0px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	position: relative;
}
.containerrow1 {
	height: 5px;
}
.containerrow2 {
	padding-left: 0px;
}

.title {
	background-color: White;
	padding-left: 0px;
}

.dnnVISIBILITY {
	background-color: White;
	padding-right: 0px;
	vertical-align: middle;
}

.icon {
	padding-right: 0px;
}

.frontpage_containerrow3 {
	height: 12px;
	border-bottom: 1px dashed #c7c6c1;
	margin-bottom: 0px;
	font-size: 1px;
}

