/* 
================================
 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 */
.ED_Container_Master { background-color: #272626; border: #272626 1px solid; padding: 5px; }

/* Container Title Formatting */
.ED_Container_Title { font-family: Tahoma; font-size: 12px; color: #b2983d;  /* Change Title Color HERE */ font-weight: bolder; } 
/* Change Class in ASCX file to get the rounded corners*/
.ED_Container01 { background: url(EDPix/titlebg.jpg) repeat-x; height: 20px; border-right: #272626 1px solid;  border-top: #272626 1px solid;  border-left: #272626 1px solid;  }

/* End Custom Class */

