.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;
}
*/
/* -------------------------------------------------------------- 
 	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: glowball
-------------------------------------------------------------- */



.cnt-default.highlight {
	background: #FBB75A url('../images/cnt-glowball-fill.png') 50% 35% repeat-x;
	border: 3px solid #7E5C2D;
}

.cnt-default.highlight > .header {
	margin-bottom: 3px;
	background: rgba(255,255,255, .2);
	border-bottom: 1px solid rgba(255,255,255, .2);
	-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;
	-webkit-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.8);
			box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.8)
}
.no-rgba .cnt-default.highlight > .header {
	background: #FCC57B;
	border-bottom-color: #FDD195;	
}
.iepost8 .cnt-default.highlight > .header {
	box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
}
.moz.boxshadow .cnt-default.highlight > .header {
	-moz-box-shadow: 0 8px 7px -10px rgba(0, 0, 0, 0.8)
}

.cnt-default.highlight > .header > h4,
.cnt-default.highlight > .body,
.cnt-default.highlight > .body a {
	color: #000000 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.31);
}

.cnt-default.highlight > .header > h4 {
	color: #000000;
	font-size: 1.4em;
	text-align: center;
}

.cnt-default.highlight > .body {
	-webkit-box-shadow: 0px -10px 16px -3px rgba(0,0,0,0.2) inset;
			box-shadow: 0px -10px 16px -3px rgba(0,0,0,0.2) inset;
}
.moz.boxshadow .cnt-default.highlight > .body {
	-moz-box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.2) inset;
}
