			.table_accordion{
				width: 721px;
			}
			.dragTD{
				 background-image:   url(../images/drag_drop_background.jpg);
				 border-bottom: 1px black solid;
			}
			.dragHandle{
				cursor:n-resize;
				background: url('../images/drag_drop.jpg') no-repeat top left;
				height: 45px;
				width: 43px;
			}
			.arrowImageRight, .arrowImageDown{
				margin-top: 2px;
				cursor: pointer;
				float: right;
			}
			.arrowImageRight{
				background: url('../images/sortables_plus.gif') no-repeat;
				height: 37px;
				width: 111px;
			}
			.arrowImageDown{
				background: url('../images/sortables_x.gif') no-repeat;
				height: 37px;
				width: 111px;
			}.
			.content{
				background: #eee
			}
			.information{
				padding: 0px;
				font-face: Arial;
				width:650px;
			}
			.White, .Grey{
				border: 1px black solid;
				padding: 10px;
			}
			.White{
				border-top: 0px;
				background-image:url(../images/background_content_center_light.jpg);
				background-position: center;
			}
			.Grey{
				border-top: 0px;
				background-image:url(../images/background_content_center.jpg);
				background-position: center;
			}
			.chartNumber{
			    display:none;
			}