/* 
  TRUMPET, 29.08.2008 - this CSS file is used within smarthouse IFRAME-modules, 
  i.e. we include HTML-pages delivered by smarthouse within an IFRAME, 
  and smarthouse links our "smarthouse.css" - together with some other CSS-files -
  within these HTML-pages.
*/
  
/* 
  TRUMPET, 29.08.2008 - the three following CSS "screen/export/additions" files 
  are normally delivered and included by smarthouse:
	http://www.boerse-frankfurt.de/Css/Template/Screen.css?v=20080708
	http://www.boerse-frankfurt.de/Css/Export.css?v=20080708
	http://www.boerse-frankfurt.de/Css/Additions.css?v=20080708
  They MUST NOT BE IMPORTED here, unless they cannot be retrieved from smarthouse!
*/

/*  
@import "smarthouse_Screen.css";
@import "smarthouse_Export.css";
@import "smarthouse_Additions.css";
*/

/* TRUMPET, 27.08.2008 - overwrite Smarthouse CSS  */

div#exportDiv a {
  text-decoration: underline;
}

div#exportDiv a:hover  {
  color:#000099;
  text-decoration: underline;
}

div#exportDiv a, div#exportDiv td, div#exportDiv p, div#exportDiv table.main tr .color-down, div#exportDiv table.main tr .color-up  {
  color: #222222;
}

div#exportDiv div.paging {
  width: 100%;
}

div#exportDiv div.paging ul li.selected a {
  color: #FFFFFF;
}

div.viewport {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:auto;
}

div.page {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

div.content {
	padding: 0px;
	margin:0px;
	overflow:hidden;
	width: 603px;
}

div.box {
	width:100%;
	padding: 0px;
	margin:0px;
	overflow:hidden;
}

div.box h2 {
	background-color:#FFFFFF;
	color:#000099;
	padding: 3px 0 3px 3px;
}

div.export_chart {
	width: 100%;
}

div.export_chart2 {
	width: 100%;
}

div#exportDiv div.chartLegend {
	padding-left:2px;
	padding-right:1px;
}

div#exportDiv div.copyright, div#exportDiv div.price, div#exportDiv div.pricePreviousDay 
{
	color:#222222;
}

div.export_charttool {
	width: 100%;
}

div.content div.companyinfo {
	width:300px;
}

div.export_historicaldata {
	width:100%;
}

div.export_instrumenttitle {
	width:100%;
}

div.export_priceinfo {
	width:100%;
}

div.export_priceinfo p.timestamp {
	text-align: left;
	width:100%;
}

div.export_masterdata {
	width:100%;
}

div.export_tickdata {
	width:100%;
}

div.export_indexinfo {
	width:100%;
}

div.export_searchresult {
	width:100%;
}

div.export_performance {
	width:100%;
}

div.export_topfloplist_default {
	width:100%;
}

div.export_topfloplist_small {
	width:100%;
}

div.export_topfloplist_small table.main tr .column-turnover {
	width:58px; 
}

div.export_quotelist_default {
	width:100%;
}

div.export_quotelist_small {
	width:100%;
}

div.export_chartanddata {
	width:100%;
}

div.export_minishareoverview {
	width:100%;
}

div.export_indexoverview {
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* kuehmar 18.03.2010 Ticket 587882 */
.MsoNormal span {
    font-family:Arial !important;
}
