.fundsManager
{
	width: 285px;
	height: auto;
	float: left;
}
.fundsManager img
{
	float: left;
}
.fundsManager ul
{
	float: left;
	padding-left: 4px
}
#fundsIcons
{
	width: 290px;
	height: auto;
	float: left;
}
#fundsIcons ul
{
	padding: 0px;
	margin: 0px;
	float: left;
}
#contentLeft #fundsIcons li
{
	height: 45px;
	padding: 2px;
	width: 285px;
	float: left;
	padding-left: 55px
}
html>body #contentLeft #fundsIcons li
{
	min-height: 45px;
	height: auto;
	width: 226px;
}
#fundsIcons li.graph
{
	background: url(/images/id_funds/icon_graph_ie.gif) 4px 4px no-repeat #484848;
	margin-right: 4px;
}
html>body #fundsIcons li.graph
{
	background: url(/images/id_funds/icon_graph.png) 4px 4px no-repeat #484848;
}
#fundsIcons li.pdf
{
	background: url(/images/id_funds/icon_pdf_ie.gif) 4px 4px no-repeat #484848;
}
html>body #fundsIcons li.pdf
{
	background: url(/images/id_funds/icon_pdf.png) 4px 4px no-repeat #484848;
}
#fundsIcons a
{
	display: inline;
	width: auto;
	height: auto;
	padding: 2px 12px 2px 2px;
}

#fundsIcons li.graph a
{
	background: url(/images/id_funds/arrow_up.gif) right center no-repeat;
}
#fundsIcons li.pdf a
{
	background: url(/images/id_funds/arrow_down.gif) right center no-repeat;
}
	
#fundsContent
{
	width: 582px;
	height: auto;
	float: left;
}

#fundsContent table
{
	width: 582px;
	height: auto;
	float: left;
	font-size: .9em;
	border-collapse: separate;
}
#fundsContent table table
{
	width: 100%;
}
#fundsContent table td
{
	padding: 4px;
	background: #eee7b9;
	color: #000;
	text-align: left;
}
#fundsContent table table td
{
	font-size: 1.1em;
	padding: 1px;
}

#graphExpanded
{
	display: none;
}
#closeTab
{
	background: url(/images/id_funds/closeX_btn.png) no-repeat;
	cursor: pointer;
}
