			.table_accordion{
				width: 508px;
			}
			.dragTD{
				background: #ddd;
			}
			.dragHandle{
			margin-top:10px;
				cursor: move;
				background: url('i../images/drag_drop.gif') no-repeat top left;
				height: 38px;
				width: 44px;
			}
			.arrowImageRight, .arrowImageDown{
				margin-top: 2px;
				margin-right: 20px;
				cursor: pointer;
				float: right;
			}
			.arrowImageRight{
				background: url('../images/+.gif') no-repeat;
				height: 40px;
				width: 42px;
			}
			.arrowImageDown{
				background: url('../images/-.gif') no-repeat;
				height:40px;
				width: 42px;
			}.
			.content{
				background: #eee
			}
			.information{
			    width:440px;
				padding: 4px;
				font-face: Arial;
			}
			.White, .Grey{
				border: 1px solid #ccc;
				padding: 5px;
			}
			.White{
				border-top: 0px;
				background: #fff;
				background-image:   url(../images/list_background_blue.jpg);
                 background-repeat:repeat-x;
			}
			.Grey{
				background: #fff;
				border-top: 0px;
				 background-image:   url(../images/list_background_orange.jpg);
                 background-repeat:repeat-x;
			}
			.chartNumber{
			    display:none;
			    }