.cnt-default { 
	margin: 0; 
	padding: 0;
	position: relative; 
}

.cnt-default > .header,
.cnt-default > .body { 
	padding: 5px;
}

.cnt-default > .body { 
	overflow: hidden;
}

.cnt-default .header h4 {
	margin-bottom: 0;
}

.cnt-default > .header {
	overflow: hidden;
}

.no-padding > .cnt-default > .body { 
	padding: 0 !important;
}

/*
 * Global Container Layout Settings
 */
 /* OBSOLETE */
 /*
.cnt-default,
.cnt-simple {
	margin: 0;
	padding: 0;
}

.cnt-default > .header,
.cnt-default > .body,
.cnt-default > .footer,
.cnt-simple > .header,
.cnt-simple > .body,
.cnt-simple > .footer
{
	margin: 0;
	padding: 0;
	background: url() no-repeat right top transparent;
	position: relative;
	z-index: 1;
}

.cnt-default > .header > .inner,
.cnt-default > .body > .inner,
.cnt-simple > .body > .inner
{ 
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.cnt-default > .header > .t,
.cnt-default > .body > .t,
.cnt-default > .footer > .t,
.cnt-simple > .header > .t,
.cnt-simple > .body > .t,
.cnt-simple > .footer > .t
{
	margin: 0;
	padding: 0;
	background: url() no-repeat left top transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
*/


.cnt-default.nav {
	border: 1px solid #D6E0EA;
	-moz-border-radius: 0 0 0 0 / 0 0 0 0; -webkit-border-radius: 0 0 0 0 / 0 0 0 0; border-radius: 0 0 0 0 / 0 0 0 0;
}

.cnt-default.nav > .header {
	background: url('../images/cnt-slight-header-bg-nav.png') 50% top repeat-x;
	border-bottom: 1px solid #D6E0EA;
	color: #6A6A6A;
	text-shadow: 0 1px 0 #FFFFFF;
	max-height: 96px;
    -moz-border-radius-topleft: 0 0; -webkit-border-top-left-radius: 0 0; border-top-left-radius: 0 0; -moz-border-radius-topright: 0 0; -webkit-border-top-right-radius: 0 0; border-top-right-radius: 0 0;
}

.cnt-default.nav > .header > h4 {
	margin: 6px 0 6px 10px;
}
.cnt-default.simple > .header {
	border-bottom: 1px solid #BBD1E8;
	padding: 0;
	font-size: 1.95em;
}
.cnt-default.simple > .header > h4 {
	color: #336699;
	font-size: inherit !important;
	font-weight: normal !important;
	margin-bottom: 0.25em;
}
.cnt-default.simple > .body {
	padding: 0.5em 0 0 0;
}
/* -------------------------------------------------------------- 
 	Container: black
-------------------------------------------------------------- */
.cnt-default.default > .header {
	background: #000000 url('../images/cnt-black-header-bg.png') 50% 50% repeat-x;
	border: 1px solid #000000;
	color: #FFFFFF;
	max-height: 96px;
	padding: 5px 5px 5px 10px;
    -moz-border-radius: 0 0 0 0 / 0 0 0 0; -webkit-border-radius: 0 0 0 0 / 0 0 0 0; border-radius: 0 0 0 0 / 0 0 0 0;
    -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, -1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, -1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, -1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
.cnt-default.default > .header > h4 {
	margin: 2px 0;
	font-size: 1em;
}
.cnt-default.default > .body {
	padding: 5px 0;
}
/* -------------------------------------------------------------- 
 	Container: aero
-------------------------------------------------------------- */



.cnt-default.highlight > .header {
	background: #669900 url('../images/cnt-aero-header-bg-highlight.png') 50% 50% repeat-x;
	border: 1px solid #669900 ;
	padding: .9em;
    max-height: 96px;
    color: #FFFFFF;
	text-shadow: 0 1px 0 #336600;
	-moz-border-radius-topleft: 0 0; -webkit-border-top-left-radius: 0 0; border-top-left-radius: 0 0; -moz-border-radius-topright: 0 0; -webkit-border-top-right-radius: 0 0; border-top-right-radius: 0 0;
}
.cnt-default.highlight > .header > h4{
	font-weight: bold !important;
	font-size: 1.125em !important;
}
.cnt-default.highlight > .body {
	border: 1px solid #669900 ;
	border-top: none;
    -moz-border-radius-bottomleft: 0 0; -webkit-border-bottom-left-radius: 0 0; border-bottom-left-radius: 0 0; -moz-border-radius-bottomright: 0 0; -webkit-border-bottom-right-radius: 0 0; border-bottom-right-radius: 0 0;
}


.cnt-default.alternative > .header {
	background: #EFF4FA url('../images/cnt-block-header-bg-alternative.png') top right repeat-x;
	color: #393939;
	text-shadow: 1px 1px 0 #fff;
	padding: 15px ;
}
.cnt-default.alternative > .header > h4 {
	background: url('../images/cnt-block-bullet-alternative.png') left 50% no-repeat;
	font-weight: normal !important;
	padding: 5px 0 7px 35px;
	font-size: 1.7em !important;
	max-height: 84px;
	min-height: 20px;
}
.cnt-default.alternative > .body {
	background: #DFEAF4 url('../images/cnt-block-body-bg-alternative.png') top right repeat-x;
	padding: 10px 15px;
}
