/* 
================================
 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 */
.BlueMin_Master { border-top:1px solid #7F7F7F; padding:5px;  }

/* Container Title Formatting */
.BlueMin_Title { font-family: Tahoma; font-size: 12px; color: #ffffff;  /* Change Title Color HERE */ font-weight: bolder; } 
.BlueMin01 { background: url(BlueMinPix/XDPill_01.gif) no-repeat; height: 20px; }

/* Change Class in ASCX file to get the rounded corners*/
.BlueMin02 { background: url(BlueMinPix/XDPill_02.gif) repeat-x; height: 20px; border-right: #7F7F7F 1px solid;  border-top: #E5E5E5 1px solid;  border-left: #7F7F7F 1px solid;  }

/* Change Class in ASCX file to get the rounded corners*/
.BlueMin03 { background: url(BlueMinPix/XDPill_03.gif) no-repeat; height: 20px; }

/* End Custom Class */
