/* 
================================
 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: 18px; color: #ffffff;  /* Change Title Color HERE */ font-weight: bold; padding-bottom:5px; } 
.scc01 { background: url(pix/XDPill_01.gif) no-repeat; height: 20px; }

/* Change Class in ASCX file to get the rounded corners*/
.scc02 {
	color: #FCD883; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}

/* Background Images*/

.left_tp {
	background-image: url(pix/Zelesky-Container-01_01.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:15px;
	height: 31px;
}

.mid_tp {
	background-repeat:repeat-x;
	background-position:top;
	background: url(pix/Zelesky-Container-01_02.gif);
	height: 31px;
	line-height:31px;
}

.right_tp {
	background-image: url(pix/Zelesky-Container-01_03.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:15px;
}

.left_btm {
	width:15px;
	background: url(pix/Zelesky-Container-01_04.gif);
	background-repeat:repeat-y;
}

.mid_btm {
	color:#000000;
	background: url(pix/Zelesky-Container-01_05.gif) repeat;
}

.right_btm {
	width:15px;
	background: url(pix/Zelesky-Container-01_06.gif) repeat-y;
}

.btm01 {
	width:15px;
	background-image: url(pix/Zelesky-Container-01_07.gif);
	height: 31px;
	background-repeat: no-repeat;
	}
	
.btm02 {
	background-image: url(pix/Zelesky-Container-01_08.gif);
	height: 31px;
	background-repeat: repeat-x;
	}

.btm03 {
	width:15px;
	background-image: url(pix/Zelesky-Container-01_09.gif);
	height: 31px;
	background-repeat: no-repeat;
	}



/* Change Class in ASCX file to get the rounded corners*/
.scc03 { background: url(pix/XDPill_03.gif) no-repeat; height: 20px; }

/* End Custom Class */
