/*graph support*/
iframe.frmQuoteGraph {
		background-color: #fff;
		margin:0;
		padding:0;
		border:0 none;
		width:100%;
        height:190px;
}

ul#quoteGraphSelector li a.selected, 
ul#quoteGraphSelector li a:hover { 
				background-color: #0f8099; 
				color: #fff; 
			}

ul#quoteGraphSelector li a#intradayGraph { 
				border-left: 1px solid #878787; 
				width: 52px; 
			}
* html ul#quoteGraphSelector li a#intradayGraph { 
				width: 53px; 
			}


iframe.frmHomeGraph {
		background-color: #fff;
		margin:0;
		padding:0;
		border:0 none;
		width:100%;
        height:150px;
}

iframe.tdcGraph {
		background-color: #fff;
		margin:0px;
		padding:0px;
		border:0 none;
		width:100%;
		overflow:hidden;
}
