/* CONTAINER BLACK 
----------------------------------------------------------------------------------------*/
.CBlackHeadCell {
	background: #4A4A4A;
	height: 30px;
	vertical-align: middle;
	padding-left: 14px;
}

.CBlackHeadText{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

.CBlackContentCell {
	padding: 4px 4px 4px 4px;
}

.CBlackContainerWBorder {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #4A4A4A 1px solid; 
	border-top: #4A4A4A 1px solid; 
	border-left: #4A4A4A 1px solid; 
	border-bottom: #4A4A4A 1px solid; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
}

.CBlackContainerNoBorder {
	width: 100%;
	background-color: #dfe5f2;
	padding: 8px 8px 8px 8px;
}

/* CONTAINER GRAY 
----------------------------------------------------------------------------------------*/
.CGrayHeadCell {
	background: #C0C0C0;
	padding-left: 14px;
	height: 30px;
	vertical-align: middle;
}

.CGrayHeadText{
	font-family: Verdana;
	font-weight: bold;
  font-size: 13px;
	color: #000000;
}

.CGrayContentCell {
	padding: 4px 4px 4px 4px;
}

.CGrayContainerWBorder {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #C0C0C0 1px solid; 
	border-top: #C0C0C0 1px solid; 
	border-left: #C0C0C0 1px solid; 
	border-bottom: #C0C0C0 1px solid; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
}

.CGrayContainerNoBorder {
	width: 100%;
	background-color: #dfe5f2;
}

/* CONTAINER RED 
----------------------------------------------------------------------------------------*/
.CRedTitle {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #EF3E35;
}

.CRedContentCell {
  padding: 4px 4px 4px 4px;
}

/* CONTAINER WHITE 
----------------------------------------------------------------------------------------*/
.CWhiteHeadCell {
	padding: 0 0 0 14px;
	height: 30px;
	vertical-align: middle;
}

.CWhiteHeadText{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
}

.CWhiteContentCell {
	padding: 4px 4px 4px 4px;
}

