/*jquery plugin*/
#af_container{ position:relative; display:block; zoom:1; height:.1%; }
	#bar_container{ height:189px; width:48px; float: left;}
		.redBack #empty_background { position:absolute; height:151px; width:142px; background:#e12b1d; z-index:700; }
		.blueBack #empty_background { position:absolute; height:151px; width:142px; background:#0a1f78; z-index:700; }
		#af_bar{ position:absolute; height:189px; width:41px; z-index:701; margin:0 0 1px; padding-bottom: 2px; background: url(/images/annual_fund_back.gif) no-repeat;}
			#af_bar #top{ height:1px; width:100%; }
				#af_bar #left{ width:0; }
			#af_bar #mid{ width:20px; background:url(/images/bar.gif) repeat-y; margin-left: 20px;}
			#af_bar #btm{ height:1px; width: 100%; }
				#af_bar #right{ width:0; }
		/*#bar_graph { position:absolute; height:151px; width:142px; background:url(/images/afPluginGraph_24.png); z-index:702; }*/
			
			
	
	#data_container { padding-bottom:10px; float: left; }
		#goal{padding-bottom: 5px;}
		#current{padding-bottom: 5px;}
		#start{padding-bottom: 5px;}
		#end{}
		#asof{display: none;}
		#part_current{display: none;}
		#part_lyear{display: none;}
		#part_goal{display: none;}
			.af-header, .data { line-height: 17px; }
			.af-header{ clear:left; font-weight: bold;}
			.data{ margin-left:3px; }

 	.lay {  
       _height: 0;  
       zoom: 1; 
       }  


