/* 
================================
 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:#FFFFFF; font-family: tahoma; font-size:11px; font-weight:bold;}

/* Background Images*/

.left_tp {
	background-image:url(pix/container_09.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:5px;
	height: 26px;
}

.mid_tp {
	background-repeat:repeat-x;
	background-position:top;
	color:#ffffff;
	background: #585858;
	height: 26px;
}

.right_tp {
	background-image: url(pix/container_11.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:5px;
}

.left_btm {
	width:5px;
	background: #C5C5C5;
}

.mid_btm {
	color:#000000;
	background: #C5C5C5;
}

.right_btm {
	width:5px;
	background: #C5C5C5;
}

.btm01 {
	width:5px;
	background-image:url(pix/container_30.jpg);
	height: 7px;
	background-repeat: no-repeat;
	}
	
.btm02 {
	background-image:url(pix/container_31.jpg);
	height: 7px;
	background-repeat: repeat-x;
	}

.btm03 {
	width:5px;
	background-image:url(pix/container_32.jpg);
	height: 7px;
	background-repeat: no-repeat;
	}

.container01_bg {
	border-left:1px solid #CBD3D5;
	border-right:1px solid #CBD3D5;
	padding: 3px;
}

.bl_container01 {
	background-image:url(../../Skins/steadyred/images/box_corner_bl.gif);
	background-repeat:no-repeat;
	width:4px;
	height:4px;
}
.br_container01 {
	background-image:url(../../Skins/steadyred/images/box_corner_br.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:4px;
	height:4px;
}

.bm_container01 {
	background-image: url(../../Skins/steadyred/images/box_border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:4px;
	width: 99%;
}

/* Change Class in ASCX file to get the rounded corners*/
.scc03 { background: url(pix/XDPill_03.gif) no-repeat; height: 20px; }

/* End Custom Class */

