/*Default Container css*/
.default-container						{ padding: 0 0 18px 0; }
.default-header							{ padding: 0 0 12px 0; }
.default-icn,
.default-action,
.default-head							{ float: left; }
.default-footer							{ text-align: right; }

/* Red Container CSS */
.RD-container							{ padding: 0 0 18px 0; }
.RD-header								{ padding: 0 0 12px 0; }
.RD-icn,
.RD-action,
.RD-head								{ float: left; }
.RD-footer								{ text-align: right; }
.RD-CNwrapper							{ background: #980000; padding: 12px; }
.RD-CNwrapper h1,
.RD-CNwrapper h2,
.RD-CNwrapper h3,
.RD-CNwrapper h4,
.RD-CNwrapper h5,
.RD-CNwrapper h6,
.RD-CNwrapper p,
.RD-CNwrapper span,
.RD-CNwrapper .Normal,
.RD-CNwrapper a,
.RD-CNwrapper a:link,
.RD-CNwrapper a:visited					{ color: #fff; }
.RD-CNwrapper a:hover,
.RD-CNwrapper a:focus,
.RD-CNwrapper a:active					{ color: #000; text-decoration: underline; }
.RD-CNwrapper .m,
.RD-CNwrapper .m .txt					{ color: #000; }

/* Blue Container CSS */
.BL-container							{ padding: 0 0 18px 0; }
.BL-header								{ padding: 0 0 12px 0; }
.BL-icn,
.BL-action,
.BL-head								{ float: left; }
.BL-footer								{ text-align: right; }
.BL-CNwrapper							{ background: #005aa1; padding: 12px; }
.BL-CNwrapper h1,
.BL-CNwrapper h2,
.BL-CNwrapper h3,
.BL-CNwrapper h4,
.BL-CNwrapper h5,
.BL-CNwrapper h6,
.BL-CNwrapper p,
.BL-CNwrapper span,
.BL-CNwrapper .Normal,
.BL-CNwrapper a,
.BL-CNwrapper a:link,
.BL-CNwrapper a:visited					{ color: #fff; }
.BL-CNwrapper a:hover,
.BL-CNwrapper a:focus,
.BL-CNwrapper a:active					{ color: #000; text-decoration: underline; }
.BL-CNwrapper .m,
.BL-CNwrapper .m .txt					{ color: #000; }