
/*-- container actions cell --*/
.HeaderColorBackgroundActionsTD {
	width:0%;
	padding: 0px;
	width: 1px;
	vertical-align:top;
	text-align:right;
	border-bottom: 1px solid white;
	background-color: #9da933;
}

/*-- container content pane --*/
.HeaderColorBackgroundContent {
	font-size: 11px;
	font-family: arial;
	color: black;
	padding: 2px 4px 15px 4px;
}
/*-- container Icons cell --*/
.HeaderColorBackgroundIcons {
	text-align:right;
	padding: 5px 0 7px 0;
	border-top: 1px solid #000000;
}

/*-- container table properties --*/
.HeaderColorBackground {
	border: 1px solid black;
	background-color:#d3dc84;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}

/* Title Object */
.HeaderColorBackgroundTitle {
	color: white;	
}
/*-- container Title cell --*/
.HeaderColorBackgroundTitleBackground {
	background-color: #9da933;
	border-bottom: 1px solid white;
	text-align:left;
	width: 100%;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}