
/*-- container actions cell --*/
.HeaderGrayBackgroundActionsTD {
	width:0%;
	padding: 0px;
	width: 1px;
	vertical-align:top;
	text-align:right;
	border-bottom: 1px solid white;
	background-color: #9da933;
}

/*-- container content pane --*/
.HeaderGrayBackgroundContent {
	font-size: 11px;
	font-family: arial;
	color: black;
	padding: 2px 4px 15px 4px;
}
/*-- container Icons cell --*/
.HeaderGrayBackgroundIcons {
	text-align:right;
	padding: 5px 0 7px 0;
	border-top: 1px solid #000000;
}

/*-- container table properties --*/
.HeaderGrayBackground {
	border: 1px solid black;
	background-color:#F3F3F3;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}

/* Title Object */
.HeaderGrayBackgroundTitle {
	font-size: 12px;
	font-family: arial;
	color: white;	
	font-weight: bold;
	
	
}
/*-- container Title cell --*/
.HeaderGrayBackgroundTitleBackground {
	background-color: #9da933;
	border-bottom: 1px solid white;
	text-align:left;
	width: 100%;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
