/* 
================================
 Container Styles for DotNetNuke - SelfEsteemUSA - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  

/* Border Colour around the Conatiner */
.Contests_Master {
	background-color: #B00553;
	BORDER-RIGHT: #920544 1px solid; 
	BORDER-TOP: #920544 1px solid; 
	BORDER-LEFT: #920544 1px solid; 
	BORDER-BOTTOM: #920544 1px solid; 
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Container Title Formatting */
.Contests_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 */
	
.Contests_Content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #404040;
}


.Contests01 {
	background-color: #B00553;
	height: 25px;
}

.Contests02 {
	background-color: #F7C9E7;
	background-repeat: repeat-x;
	height: 25px;
}

/* use for extra formatting - effect is page wide - so use with care */
/* p {
	margin: 0px;
}*/
