﻿/* FundFinder table column widths */

#fundFinderContainer #fundFinderContent .currency
{
	width: 47px;
}

#fundFinderContainer #fundFinderContent .buy
{
	width: 67px;
}

#fundFinderContainer #fundFinderContent .risk
{
	width: 65px;
}
/* Price labels on factsheets need smaller font */
#commonFundData .quoteLabel
{
	font-size:10px;
	line-height:12px;
}
/* "EUR" is pushed one line down using margin */
#commonFundData .quoteitem .blue
{
	display:block;
	margin-top:12px;
}
/* Button panel on factsheets needs to be smaller than default */
.factSheet .bottomButtonPanel
{
	width:175px;
}

html #headWrap #pageHeaderLogo
{
	background-image:url(/css/Local/images/dws_logo.gif);
	height:82px;
	left:36px;
	position:absolute;
	top:8px;
	width:117px;
}

/* Prevent line-break under flash on performance chart */
.factSheet .performanceReturnPanel span
{
	padding-left:10px !important;
	white-space:nowrap;
	width:130px !important;
}

html .disclaimer .text
{
	font-size: 12px;
	margin-bottom: 15px;
}

.factSheet .performanceReturnPanel div span
{
	padding-left:0 !important;
	width:auto !important;
}
/* award table overrides corporate design padding in tables */
.tableAwards td,th
{
	padding: 0;
	padding-left: 10px;
}
.tableAwards th
{
	border-bottom: #CCC;
}


html .editWatchlistItemContent #commonFundData
{
	height: 60px;
}

html .editWatchlistItemContent #commonFundData .id
{
	width: 215px;
}

html .editWatchlistItemContent #commonFundData .quotes
{
	width: 215px;	
}


html .editWatchlistItemContent .quoteitem
{
	width: 60px;	
}