/* CSS Document */

#ServiceChart {
	margin-top:20px;
	margin-left:-10px;
	background-image:url("../../Assets/Images/Templates/Common/Service_Chart.png");
	background-position:top left;
	background-repeat:no-repeat;
	height:470px;
	width:700px;
	line-height:normal;
	margin-bottom:15px;
	border-right:1px solid #666666;
}
	#ServiceChart a {
		color:#002761;
	}
	#ServiceChart a:hover {
		color:#666666;
	}
	#ServiceChart #ChartColumnLeft {
		float:left;
		width:200px;
	}
	
		#ServiceChart #ChartColumnLeft #LeftColumnHeader {
			height:150px;
			width:200px;
		}
		#ServiceChart #ChartColumnLeft #LeftColumnLeft {
			width:100px;
			float:left;
		}
		#ServiceChart #ChartColumnLeft #LeftColumnLeft #ColumnLeft {
			width:90px;
			height:100px;
			text-align:left;
			color:#002761;
			font-weight:bold;
			padding:5px;
		}
		
		#ServiceChart #ChartColumnLeft #LeftColumnLeft #ColumnLeft a {
			font-size:8pt;
		}
		#ServiceChart #ChartColumnLeft #LeftColumnRight {
			width:100px;
			float:left;
		}
		
		#ServiceChart #ChartColumnLeft #LeftColumnRight #ColumnLeftR a {
			font-size:7pt;
		}
		
		#ServiceChart #ChartColumnLeft #LeftColumnRight #ColumnLeftR {
			text-align:left;
			color:#002761;
			font-weight:bold;
			padding:5px;
			font-size:7pt;
			margin-left:5px;
		}
			.one {
				width:100px;
				height:25px;
			}
			.two {
				width:100px;
				height:25px;
				margin-top:20px;
			}
			.three {
				width:125px;
				height:25px;
				margin-top:10px;
			}
			.four {
				width:125px;
				height:25px;
				margin-top:5px;
			}
			.five {
				width:100px;
				height:25px;
				margin-top:-5px;
			}
			.six {
				width:90px;
				height:25px;
				margin-top:10px;
			}
		
	
	#ServiceChart #ChartColumnRight {
		width:500px;
		float:left;
	}
	#ServiceChart #ChartColumnRight #RightColumnHeader {
		height:50px;
		width:500px;
	}
	#ServiceChart #ChartColumnRight #RightColumnTop {
		width:500px;
		height:100px;
	}
	
	#ServiceChart #ChartColumnRight #RightColumnTop a {
		font-size:8pt;
	}
	#ServiceChart #ChartColumnRight #RightColumnTop #ColumnTop {
		width:90px;
		height:100px;
		float:left;
		text-align:center;
		color:#002761;
		font-weight:bold;
		padding:5px;
	}
	