﻿/*page header - logo */
html #headWrap #pageHeaderLogo {
	background-image: url(/css/Local/images/dws_logo.gif);
	height: 82px;
	left: 36px;
	position: absolute;
	top: 8px;
	width: 117px;
}

/* Bottom button panel needs special width in every web */
.factSheet .bottomButtonPanel {
	width: 250px;
}
/* Price labels on factsheets need smaller font, otherwise text is cut off */
#commonFundData .quoteLabel {
	font-size: 10px;
	line-height: 12px;
	white-space: nowrap;
}
/* And still we need to give up the margin and add the space to the width */
#commonFundData .quoteitem {
	margin-right: 0;
	overflow: visible;
	width: 65px;
}

/* FundFinder Results - width fix */
#fundFinderContainer .filter #productsDisplayed .resultLabel {
	width: 114px;
}

#fundFinderContainer .filter #productsDisplayed input {
	margin-left: 3px;
	margin-right: 3px;
}
/* Portfolio button row */
.pfButtonRow {
	float: left;
	padding-bottom: 10px;
	padding-top: 0;
}
/* Portfolio table column widths */
table.pfListTable th.ids {
	width: 222px;
}
table.pfListTable th.assetClass {
	width: 70px;
}
table.pfListTable th.allocation {
	width: 70px;
}
table.pfListTable th.return {
	width: 150px;
}

table.watchlistFundTable td.ids {
	width: 354px;
}

table.watchlistFundTable td.ids div.InstrumentBox {
	width: 320px;
}

.performanceLabelColumn {
	width: 130px;
}
