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