/*************************************************
			    Container Styles
*************************************************/
img, div { behavior: url(/portals/28/iepngfix.htc) }
.DefaultContainer, .no-background-container {
	width:100%;
	padding-top:10px;
}
	.CntrTitle {
		padding:7px 10px 7px 10px;
		height:15px;
	}
	.CntrTitle h1 { padding:0px;}
	.DefaultContainer .CntrTitle {
	}
		.DefaultTitle, .DefaultTitle h1{
			color:#FFF;
			font-size:125%;
			width:100%;
			font-weight:bold;
		}
		.orange-title, .orange-title h1 {
			color:#D27C19 !important;
		}
		.blue-title, .blue-title h1 {
			color:#45B5CF !important;
		}
		.DefaultTitle h1 { margin:0; padding-bottom:29px;}
	.ContentBody {
		margin-top:5px;
		padding:0px 10px 10px 10px!important;
		background:url(images/topBoxBg.png); border:1px solid #333;
	}
	.no-background-container .ContentBody { border:none; background:none;}
.cat-info-holder { background-image:url(images/topBoxBg.png);}