/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - dnn3@xd.com.au
 Updated March 2008 for DNN 4.5 and above 
 Copyright Nina Meiers - Credits must remain in file.
 http://www.xd.com.au
================================
*/  

/* Border Colour around the Container */
.Orange_Pill_Master { 
	background-color: #ebf5fb; 
	border: #679AD4 1px solid; 
	border-top: 0px;  
	padding: 5px; 
	width; 200px;
}

/* Container Title Formatting */
.Orange_Pill_Title { 
	font-family: Tahoma; 
	font-size: 12px; 
	color: #0858a3;  /* Change Title Color HERE */ 
	font-weight: bolder; 
} 

/* Change Class in ASCX file to get the rounded corners*/
.Orange_Pill02  {
	background: url(OrangePix/XDPill_02.gif) no-repeat; 
	height: 27px; 
	width: 100%; 
	border-right: #679AD4 1px solid;  
	border-left: #679AD4 1px solid; 
	padding-left: 0px; 
	padding-top: 3px;
}

/* End Custom Class */


