/* client details heading */
	.client_summary {
		font-size: 12px;
		padding: 10px;
		background-color: #fff;
		background-image: url(_IMAGES/heading_bg.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
		overflow: hidden;
		border: 1px solid #ccc;
	}
	.client_summary .green {
		font-weight: bold;
		color: #0f9700;
	}
	.client_summary .green a {
		color: #0f9700;
	}
	.client_summary .blue {
		font-weight: bold;
		color: #004b96;
	}
	.client_summary .blue a {
		color: #004b96;
	}
	.client_summary .gray {
		font-weight: bold;
		color: #999;
	}
	.client_summary .gray a {
		color: #666;
	}
	.client_summary .image {
		float: right;
		padding-right: 5px;
	}