/*
	This stylesheet is only used by the following modules:
	* ETF Report (v1)
	* Fund Report (v1)

	Do NOT include it in any other module
*/

#MasterNavigationTop {	
	font:11px Verdana, Arial, Helvetica, Sans-Serif;
	margin:0;
}

#MasterMiddle {
	clear: both;
	font:11px Verdana, Arial, Helvetica, Sans-Serif;
	margin:0;
	overflow:hidden;
}
#MasterNavigationLeft {
	float:left;
	margin:0;
	width:60px;
}
#MasterMainContent {
	float:left;
	margin:0;
	width:760px; /* Setting: ContentWidth */
}
#MasterNavigationRight {
	float:left;
	margin:0;
}

#MasterNavigationBottom {
	clear:both;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
body.embedded #MasterNavigationTop,
body.embedded #MasterNavigationLeft,
body.embedded #MasterMainContentTop,
body.embedded #MasterMainContentBottom,
body.embedded #MasterNavigationRight,
body.embedded #MasterNavigationBottom {
	display:none !important;
}
body.embedded #MasterMainContent {
	float:none !important;
}


@media print {
	#MasterMiddle {
		overflow:visible;
	}
}