/* 
================================
 Container Styles for DotNetNuke
================================
*/  

.containermaster_lavender {
	width: 100%;
	margin-top:0px;
	vertical-align:top;
	background-color:#ceafaf;

/*2EA6A8*/
/*	background-color: #dfe5f2; 
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}

.ContentPane, .MiddlePane, .ContentPaneHome {
	background-color:#ceafaf;
	color:#000000;
	}
.AddPane {
	background-color:#432a3e;
}

/* AddPaneUp is used in skin template:- CEINTERNAL_FullRightwithAds */
.AddPaneUp {
	background-color:#432a3e;
}

/* PartnerCell is used in Event Detail module */
.PartnerCell {
	background-color:#432a3e;
}
	
.ContentPaneFull {
	background-color:#ceafaf;
	color:#ffffff;
	}

P, .Normal {
	color:#000000;
	text-align:left;

}


.NormalBold {font-weight:bold; color:#000000; }

.HeadingShade {
	color:#ffffff;
	font-size:24px;

}

.HeadingText {
	color:#432a3e;
	font-size:24px;
}

.HeadingShadeSm {
	color:#ffffff;
}

.HeadingTextSm {
	color:#432a3e;
}


.HeadingShade2 {
	/*color:#9d6d88;*/
	color:#ffffff;
	display:inline-block;
	line-height:32px;
	margin-top:4px;
	margin-bottom:34px;
}

.HeadingText2 {
	color:#432a3e;
	display:inline-block;
	line-height:32px;
	margin-top:4px;
	margin-bottom:34px;
}

.HeadingShadeSm {
	color:#ffffff;
}

.HeadingTextSm {
	color:#432a3e;
}


a, a:link, a:visited, a:active, a:hover {
	color:#432a3e;
}

a:hover {
	text-decoration:underline;
}