/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - dnn3@xd.com.au
 All Styles & Graphics updated October 2008 by Steven Hargraves for Alt Valley Vision
 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 */
.dark_Pill_Master { background-color: #ffffff; border: #238765 1px solid;    padding: 5px; }

/* Container Title Formatting */
.dark_Pill_Title { font-family: Tahoma; font-size: 12px; color: #ffffff;  /* Change Title Color HERE */ font-weight: bolder; } 
.dark_Pill01 { background: url(darkPix/XDPill_01.gif) no-repeat; height: 20px; }

/* Change Class in ASCX file to get the rounded corners*/
.dark_Pill02 { background: url(darkPix/XDPill_02.gif) repeat-x; height: 20px; border-right: #238765 1px solid;  border-top: #ffffff 1px solid;  border-left: #238765 1px solid;  }

/* Change Class in ASCX file to get the rounded corners*/
.dark_Pill03 { background: url(darkPix/XDPill_03.gif) no-repeat; height: 20px; }

/* End Custom Class */

