/* 
================================
 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: Tahoma; font-size: 12px; color: #ffffff;  /* Change Title Color HERE */ font-weight: bolder; } 
.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:#FFFFFF;
}

/* Background Images*/

.left_tp {
	background-image: url(pix/New-Dr-Bob-Design_26.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:3px;
}

.mid_tp {
	background-image: url(pix/New-Dr-Bob-Design_27.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	height:7px;
}

.right_tp {
	background-image: url(pix/New-Dr-Bob-Design_28.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:3px;
}

.main_content_area {
	background-image: url(pix/New-Dr-Bob-Design_30.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.left_btm {
	background-image: url(pix/New-Dr-Bob-Design_36.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:3px;
}

.mid_btm {
	background-image: url(pix/New-Dr-Bob-Design_38.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:25px;
}

.right_btm {
	background-image: url(pix/New-Dr-Bob-Design_39.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:3px;
}


/* Change Class in ASCX file to get the rounded corners*/
.scc03 { background: url(pix/XDPill_03.gif) no-repeat; height: 20px; }

/* End Custom Class */
