.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;
}
/* -------------------------------------------------------------- 
   Container: ui-widget
-------------------------------------------------------------- */

.cnt-default.default {
	/* */	
}

.cnt-default.default > .ui-widget-header {
	padding: 0.5em;
	;
}

.cnt-default.default > .ui-widget-content {
	padding: 0.5em;
	border-top: none;
	-webkit-box-shadow: 0 0 60px rgba(0,0,0, 0) inset; -moz-box-shadow: 0 0 60px rgba(0,0,0, 0) inset; box-shadow: 0 0 60px rgba(0,0,0, 0) inset;
}


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


.cnt-default.simple {
	background-color: #fff;
	padding: 12px;
}

.boxshadow .cnt-default.simple {
	border: 0;
	margin: 6px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 9px 6px #BFD5EA;
		    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 9px 6px #BFD5EA;
}

.iepost8 .cnt-default.simple {
	box-shadow: 0px 0px 6px 0px rgba(0,0,0, 0.5), 0px 0px 10px 7px #BFD5EA;
}

/* moz 3.5+ */
.moz.boxshadow .cnt-default.simple {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 8px 9px #BFD5EA;
}

.no-boxshadow .cnt-default.simple {
	border: 8px solid #BFD5EA;
}

.cnt-default.simple > .header {
	padding: 0;
}

.cnt-default.simple > .header > h4 {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #D2E1F0;
	font-size: 1.4em !important;
	text-transform: lowercase;
	color: #8FB5DA;
}

.cnt-default.simple > .body {
	padding: 0;
}
