/*Gateway*/
#gwOverlay
{
	width: 960px;
	height: 600px;
	background: #333;
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 598;
}
#gwOuter
{
	width: 936px;
	height: auto;
	z-index: 599;
	left: 11px;
	position: absolute;
}
#gwPanel
{
	width: 936px;
	min-height: 315px;
	background: url(/images/fund_gw/bg_panel_long.png) no-repeat;
	position: relative;
}
#gwBtm
{
	width: 936px;
	height: 40px;
	background: url(/images/fund_gw/bg_panel_btm.png) no-repeat;
	position: relative;
}
.gwInner
{
	padding: 25px 28px 0px 28px;
	width: 412px;
	height: auto;
	color: #333;
	cursor: pointer;
}
.gwInner h2
{
	padding-right: 150px;
	background: url(/images/fund_gw/btn_yes.png) no-repeat 272px 0px;
	font-size: 28px;
	line-height: 30px;
	min-height: 56px;
	margin-bottom: 25px;
}
.gwInner:hover h2
{
	background: url(/images/fund_gw/btn_yes.png) no-repeat 100% 0px;
}
.retail, .pro
{
	display: none;
}
/*------*/
.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;
}

