/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  


/* Border Colour around the Container */
.Fuschia_Pill_Master {
	background-color: #FAF4FB; /* change to transparent for no background color*/
	border-right: #C264D6 1px solid; 
	border-top: #C264D6 0px solid; 
	border-left: #C264D6 1px solid; 
	border-bottom: #C264D6 1px solid; 
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Container Title Formatting */
.Fuschia_Pill_Title {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;  /* Change Title Color HERE */
	font-weight: bolder;
}
	
.Fuschia_Pill01 {
	background-image: url(FuschiaPix/XDPill_01.gif);
	height: 20px;
	background-repeat: no-repeat;
}

/* Change Class in ASCX file to get the rounded corners*/
.Fuschia_Pill02 {
	background-image: url(FuschiaPix/XDPill_02.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-right: #C264D6 1px solid; 
	border-top: #EFDCF4 1px solid; 
	border-left: #C264D6 1px solid; 
}

/* Change Class in ASCX file to get the rounded corners*/
.Fuschia_Pill03 {
	background-image: url(FuschiaPix/XDPill_03.gif);
	height: 20px;
	background-repeat: no-repeat;
}

/* End Custom Class */

