.fpstatgrafiek .kop {
	color:#000099 !important;
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:131%;
}

.fpstatgrafiek {
	width:150px;
	/*background-color:#DAE5F9;*/
}

/* --------------------------------
 * CSS for 'statische grafieken' tabs
 * -------------------------------- */

.tabs_statgrafiek, .tabs_forum, .tabs_mijndft {
	padding-top: 10px;
	/*background-color: #dae5f9;*/
}

.tabContent_statgrafiek {
	background-color: #ffffff;
	height: 100px;
	width: 280px;
	overflow: hidden;
}

.statgrafiekTab1_aan {
	background-image: url('/graphics/dft/aex_aan.gif');
	width: 48px;
	height: 15px;
	background-repeat: no-repeat;
}

.statgrafiekTab1_uit {
  background-image: url('/graphics/dft/aex_uit.gif');
  width: 48px;
  height: 15px;
  background-repeat: no-repeat;
}

.statgrafiekTab2_aan {
	background-image: url('/graphics/dft/dow_aan.gif');
	width: 48px;
	height: 15px;
	background-repeat: no-repeat;
}

.statgrafiekTab2_uit {
	background-image: url('/graphics/dft/dow_uit.gif');
	width: 48px;
	height: 15px;
	background-repeat: no-repeat;
}

.statgrafiekTab3_aan {
	background-image: url('/graphics/dft/nasd_aan.gif');
	width: 45px;
	height: 15px;
	background-repeat: no-repeat;
}

.statgrafiekTab3_uit {
	background-image: url('/graphics/dft/nasd_uit.gif');
	width: 45px;
	height: 15px;
	background-repeat: no-repeat;
}

