/* 
================================
 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 */
.scc_Master { background-color: #e5e5e5; border: #000000 1px solid;    padding: 5px; }

/* Container Title Formatting */
.scc_Title { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000;  /* Change Title Color HERE */ font-weight: bold; } 
.scc01 { background: url(pix/XDPill_01.gif) no-repeat; height: 20px; }

/* Change Class in ASCX file to get the rounded corners*/
.scc02 {
	height: 20px;
	color:#000000;
}

/* Background Images*/
.left_btm {
	background-repeat:no-repeat;
	background-position:bottom;
	width:25px;
}

.mid_btm {
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
}

.right_btm {
	background-repeat:no-repeat;
	background-position:bottom;
	width:25px;
}

/* Change Class in ASCX file to get the rounded corners*/
.scc03 { background: url(pix/XDPill_03.gif) no-repeat; height: 20px; }

/* End Custom Class */
