/* 
================================
 Container Styles for DotNetNuke - SelfEsteemUSA - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  

/* Border Colour around the Conatiner */
.SEBEmbarrass_Master {
	background-color: #FFDCFF;
	BORDER-RIGHT: #7B007B 1px solid; 
	BORDER-TOP: #7B007B 1px solid; 
	BORDER-LEFT: #7B007B 1px solid; 
	BORDER-BOTTOM: #7B007B 1px solid; 
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Container Title Formatting */
.SEBEmbarrass_Title {
	font-family: Tahoma;
	font-size: 12pt;
	color: #ffffff;  /* Change Title Color HERE */
	font-weight: bolder;
}

/* Manages the color and padding of text & padding in container contentpane
   You cannot modify the font-family through this element */
	
.SEBEmbarrass_Content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #404040;
}


.SEBEmbarrass01 {
	background-color: #990099;
	height: 25px;
}

.SEBEmbarrass02 {
	background-color: #FFDCFF;
	background-repeat: repeat-x;
	height: 25px;
}

/* use for extra formatting - effect is page wide - so use with care */
/* p {
	margin: 0px;
}*/