/* 
font - red: #9F0022;
*/

body, button, div, span, applet, object, iframe, h1, h2, h3,
  h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
  cite, code, del, dfn, em, fieldset, font, img, input, ins, kbd, q, s, samp, select, option,
  small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
  form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    z-index: 0; /*font-weight: normal;*/
}

* html body {
	font-size: 2em;
}

* html input { 
  font-size: 10px;
}

select {
	color: #036;
}


/*	##################################
	IE - Fix for Select Element colors
################################### */

.selectBorderContainerLong {
	border: 1px solid #7F9DB9;
	position: relative;
	width: 450px;
	height: 16px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.selectBoxLong {
	position: absolute;
	color: black;
	width: 454px;
	top: -2px;
	left: -3px;
}

* html .selectBorderContainerLong {
	height: 20px;
	margin-top: 1px;
}

.selectBorderContainerShort {
	border: 1px solid #7F9DB9;
	position: relative;
	width: 260px;
	height: 16px;
	overflow: hidden;
}

.selectBoxShort {
	position: absolute;
	color: black;
	width: 264px;
	height: 18px;
	top: -1px;
	left: -3px;
}

* html .selectBoxShort {
	top: -2px;
}

* html .selectBorderContainerShort {
	height: 19px;
	margin-bottom: 1px;
	vertical-align: bottom;
}

* html .detailnav .selectBorderContainerShort {
	margin-top: 5px !important;
	
}

pre {
	white-space: pre-wrap; /* css 3 */
	white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input {
	font-size: 12px;
}

a img {
	border: none;	
}

* html select, option {
	font-size: 10px;
	line-height: 10px;
}

.text {
	font-size: 12px;
}

.blueText {
	font-size: 12px;
	color: #036;
}

.left {
	float: left;
}

.siteheader .left {
	color: #036;
	font-size: 14px;
	font-weight: bold;
}

.right {
	float: right;
	margin-right: 20px;
}

.factright {
	float: right;
	margin-right: 50px;
	font-size: 12px;
}

.factyearperf {
	font-weight: bold; 
	color: #036;
}

.factborderbottom {
	border-bottom: 1px solid #9CF; 
	border-left-style:none; 
	font-weight: bold;
	color: #036;
}

.siteheader .right {
	color: #C90000;
	font-size: 12px;
	font-weight: normal;
}

.right img {
	padding-top: 1px;
}

.right a {
	font-size: 12px;
	color: #C90000;
}

body {
	background-color: #FFF;
}

.header {
  position: absolute;
	height: 99px;
	width: 100%;
	left: 0;
	top: 0;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	z-index: 10;
}

* html .header {
	height: 98px;
}

.headerborder {
	width: 976px;
	margin: auto;
	border-bottom: 0px solid #036;
}

* html .headerborder {
	width: 974px;	
}

.headerArea {
	width: 974px;
	height: 78px;
	margin: auto;
	padding: 0;
	border-left: 1px solid #99AEC2;
	border-right: 1px solid #99AEC2;
	border-top: 1px solid #99AEC2;
	color: #003399;
	overflow: hidden;
	background-color: #CDE6F8;
}

* html .headerArea {
	height: 78px;
	border: 1px solid #99AEC2;
}

.leftLogo {
	padding-left: 0;
	float: left;
	border: none;
	width: 365px;
	text-align: left;
	overflow: hidden;
	height: 77px;
    border-bottom: 1px solid #036;
}

* html .leftLogo {
	width: 363px;
	height: 78px !important;
	padding-left: 0;
    border-bottom: 1px solid #036;
}

* html .leftLogo img {
	overflow: visible;
}

.centerLogo {
	float: left;
}

.centerLogo .top {
	background-image: url("../pics/servicebar.gif");
	background-repeat: repeat-x;
	width: 597px;
	height: 24px;
	border-bottom: 1px solid #6685A3;
	border-left: 1px solid #6685A3;
	border-right: 1px solid #6685A3;
	text-align: right;
}

.centerLogo .top a {
	font-size: 12px;
	color: #036;
	font-weight: bold;
}

* html .centerLogo .top {
	font-size: 12px;
	width: 597px;
	margin-left: -7px;
}

.homeNav {
	width: 45%;
	float: left;
	text-align: left;
	margin-left: 15px;
	padding-top: 5px;
}

.lang {
	width: 45%;
	float: right;
	margin-right: 15px;
	padding-top: 5px;
}

.centerLogo .top a:hover {
	color: #c90000;
}

.centerLogo .top .selected {
	color: #5A85AC;
}

.centerLogo .bottom {
	width: 609px;
	height: 24px;
	margin-top: 28px;
	padding: 0;
	border-bottom: 1px solid #000;
}

* html .centerLogo .bottom {
	border-bottom: none;
}

.centerLogo .activeBottom {
	color: #FFF;
	font-size: 16px;
	background-image: url("../pics/menubar.gif");
	background-repeat: repeat-x;
	background-color: #336699;
	width: 609px;
	height: 24px;
	margin-top: 30px;
	padding: 0;
}

* html .centerLogo .activeBottom {
	width: 610px;
	margin-left: -1px;
	border-left: 1px solid #036;
}

.centerLogo .activeBottom .selected {
    background-image: url("../pics/selectedmenu.gif");
	background-repeat: repeat-x;
}

#subNav {
	background-color: #B5CDDC;
	width: 974px;
	height: 18px;
	margin: auto;
	border-left: 1px solid #99AEC2;
	border-right: 1px solid #99AEC2;
  border-bottom: 1px solid #003366;
}

* html #subNav {
	height: 19px;
  border-top: 1px solid #003366;
  border-bottom: none;
}

.subNavBorder {
    border-bottom: 1px solid #003366; 
    width:28px;
    height:22px;
}

.contentArea {
	text-align: left;
	/* background-color: #F5F8FA; */
    background-color:#FFF;
    overflow: hidden;
	width: 974px;
	margin: auto;
    /* TODO: update me ... 0px */
	margin-top: 82px;
	padding-top: 30px;
	padding-bottom: 10px;
	border: 1px solid #99AEC2;
}

* html .contentArea {
	text-align: left;
	width: 974px;
	border-top: 1px solid #000;
	margin: auto;
	padding-bottom: 20px;
}

.c {
	width: 100%;
	margin: 0;
	padding: 0;
	top: 82px;
	left: 0;
	text-align: center;
}

* html .c {
	margin-top: -1px;
}

.footer {
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}

* html .footer {
	font-size: 12px;	
}

.content {
	font-size: 12px;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 22px;
	border: 1px solid #99AEC2;
	padding-left: 10px;
	padding-bottom: 10px;
	/* overflow:hidden to size the content to 100% */
	overflow: hidden;
    min-height:400px;
}

.siteheader {
	height: 25px;
	width: 100%;
	background-color: #CDE6F8;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: -10px;
	border-bottom: 1px solid #FFF;
}

* html .siteheader {
	height: 35px;
	width: 100%;
}

.detailnav {
	height: 23px;
	width: 100%;
	background-color: #CDE6F8;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	margin-left: -10px;
	margin-bottom: 20px;
}

* html .detailnav {
	width: 100%;
	height: 28px;
}

.fundSelect {
	width: 450px;
}

.menuSelect {
	width: 160px !important;
}

.note {
	font-weight: bold;
	padding-bottom: 5px;
}

.error {
	color: red;
	font-weight: bold;
}

.perfresult {
	width: 98%;
	margin-left: 30px;
}

.perfresult table {
	width: 80%;
}

tr.perfred td {
	color: #CC0000;
	font-weight: bold;
}

.perfhr {
	/* width: 95.5%; */
	color: #669ACE;
	margin-bottom: 0px;
	margin-top: 20px;
	/* margin-left: 15px; */
}

* html .perfhr {
	margin-left: 0px;
	/* width: 96.3%; */
	height: 1px;
}

tr.nodecoration td {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.perfheader {
	height: 24px;
	/* width: 94%; */
	background-color: #CDE6F8;
	color: #036;
	font-size: 18px;
	font-weight: bold;
	/* padding-left: 10px; */
    padding-left: 30px;
	/* margin-left: 15px; */
	margin-bottom: 10px;
	padding-top: 10px;
}

* html .perfheader {
    margin-left: 0px;
    padding-top: -6px;
    margin-top: 0px;
    height: 34px;

	/* width: 98%; */
	/* margin-left: 13px; */
	/* margin-top: -6px; */
}

.righttd {
	text-align: right;
}

/* ############ TABLE ############### */

table {
	border-collapse: collapse;
	text-align: left;
	/* border: 1px solid #FFF; */
}

table caption {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;	
	color: #036;
}

* html table caption {
	font-size: 12px;
}

table td {
	border-bottom: 1px solid #99CCFF;
	padding: 2px;
	white-space: nowrap;
	font-size: 12px;
}

td.noline {
	border-bottom: none;
}

.accTopTable {
	width: 420px;
	text-align: left;
	line-height: 10px;
	float: none;
}

.accTopTable td {
	border-bottom: 1px solid #99AEC2 !important;
	clear: both;
}

.accTopTable td a {
	color: #036;
	font-size: 12px;
}

.accTopTable td a img {
	vertical-align: bottom;
}

.accTopTable td.link {
	text-align: right;
}

.accBottomTable {
	width: 99%;
	margin-top: 20px;
	margin-left: 0px;
	text-align: left;
	border-collapse: collapse;
}

* html .accBottomTable {
	width: 96%;
}

.accBottomTable th {
	background-color: #CDE6F8;
	vertical-align: top;
	border: 1px solid #FFF;
	padding: 3px 3px 3px 4px;
	text-align: left;
}

.accBottomTable td {
	background-color: #E6EBF0;
	border: 1px solid #FFF;
	padding: 3px 3px 3px 4px;
}

* html .accBottomTable td {
	border-top: none;
}

.accBottomTable td a {
	color: #036;
}

.accBottomTable td a img {
	vertical-align: bottom;
	padding-bottom: 2px;	
}

* html .accBottomTable td a img {
	vertical-align: middle;
}

.factsheetperformancevalue {
	width: 60px;
	border-bottom: 1px solid #9CF; 
	border-left-style:none; 
	font-weight: bold;
	color: #036;
}

.factsheetadvantagestab td pre {
	font-size: 12px;
    /*
    white-space:normal;
    removed for Firefox
    */
}

.factsheetadvantagestab td {
	border-bottom: none;
    white-space:normal;
}

.imprintRiskclassification {
	padding-top: 15px;
	width: 98%;
	font-size: 10px !important;
}

* html .imprintRiskclassification {
	padding-top: 15px;
	font-size: 10px !important;
	float: left;
	padding-right: 15px;
} 

.factsheetbottomtext {
	padding-top: 15px;
	width: 98%;
	font-size: 10px !important;
	float: left;
}

.factsheetbottomtext a {
	color: #003366;
	font-size: 10px !important;
}

* html .factsheetbottomtext {
	padding-top: 15px;
	font-size: 10px;
    float: left;
    padding-right: 15px;
}

#factsheetlefttd {
	float: left;
	width: 50%;
	margin-right: 39px;
}

.factsheetfirsttable {
	margin: 0px !important;
}

.factsheetfirsttable caption {
	margin: 0 !important;
	padding: 0 !important;
}

#factsheetrighttd {
	margin-right: 15px;
	float: right;
}

#factsheetrighttd img {
	padding-bottom: 5px;
}

* html #factsheetrighttd {
	float: right;
}

.tdright {
	padding-left: 15px;
	text-align: right;
}

.tdleft {
	padding-right: 15px;
	text-align: left;
}

th {
	color: #036;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

* html th {
	font-size: 12px;
	/* border-left: 1px dotted #336699; */
}

th sup {
	font-weight: normal;
}

/* special cases */

.padded {
	width: 90%;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.padded th {
	background-color: #CDE6F8;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;	
	color: #036;
}

.tertable {
	margin-top: 10px;
	margin-left: 10px;
	width: 96%;
}


* html .tertable {
	width: 94%;
}

.tertable th {
	background-color: #CDE6F8;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;	
	color: #036;
}

.tertable td {
	padding-right: 10px;
	border-right: 1px solid #FFF;
	background-color: #E6EBF0;
	border-bottom: 1px solid #FFF !important;
}

.tertable .tdright {
    padding-right: 10px;
	width: 150px;
}

.fexchangetable {
	margin-top: 10px;
	margin-left: 60px;
	width: 86%;
}

* html .fexchangetable {
	width: 84%;
}

.fexchangetable th {
	background-color: #B5CDDC;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;	
	color: #036;
}

.fexchangetable td {
	padding-right: 10px;
	border-right: 1px solid #FFF;
	background-color: #E6EBF0;
	border-bottom: 1px solid #FFF !important;
}

.fexchangetable .tdright {
    padding-right: 10px;
	width: 150px;
}

.fexchangetable tr.full td {
	background-color: #CDE6F8;
	text-align: left;
	font-weight: bold;
}

.histlefttd {
	float: left;
    font-size: 12px;
    width: 180px !important;
}

* html .histlefttd {
    float:none;
}

.histrighttd {
    float:right;
    width: 750px;
    vertical-align:top;
}

* html .histrighttd {
    float:none;
}

#tables {
	margin-left: 120px;
}

#tables table {
	width: 90%;
	margin-bottom: 20px;
}

* html #tables table {
	width: 60%;
}

#tables caption {
}

#tables th {
	text-align: center;
	color: #036;
	font-size: 12px;
	padding-top: 2px;
	background-color: #CDE6F8;
}

#tables td {
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #FFF;
	background-color: #E6EBF0;
	border-bottom: 1px solid #E6EBF0 !important;
}

#tables th.noline {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	background-color: #B5CDDC;
	border-bottom: 1px solid #FFF;
}

#tables th.noline span {
	font-size: 14px;
	font-weight: bold;
	color: #036;
}

.perftab {
	width: 100%;
}

* html .perftab {
	width: 95%;
}

.perftab > caption {
	font-size: 14px;
}

.perftab > table td {
	height: 100%;
}

.perftab table td, .perftab td {
	border: none;
}

.sharetab {
	width: 100%;
}

* html .sharetab {
	width: 95%;
}

.sharetab th {
	background-color: #CDE6F8;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;	
	color: #036;
}

.sharetab td {
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #FFF;
	background-color: #E6EBF0;
	border-bottom: 1px solid #FFF !important;
}

.sharetab td a {
    color: #003366;
    text-decoration: underline;
}

.fundpricetab {
	width: 95%;
}

.fundpricetab th {
	background-color: #B5CDDC;
	border: 1px solid #FFF;
	padding: 2px;
}

.fundpricetab td {
	background-color: #E6EBF0;
	border: 1px solid #FFF;
	padding: 2px;
}

.textbold {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;	
	color: #036;
}

.textbold pre {
	font-size: 12px;
	font-weight: normal;
}

.factsheettab {
	margin-top: 20px;
	width: 100%;
}

.factsheettab table {
	width: 100%;
	margin-top: 20px;
}
/*
.factsheettab table caption {
	margin-top: 20px;
}
*/

/*
* html .factsheettab table caption {
	padding-top: 20px;
}
*/

/* ############# DOWNLOAD DATA ############ */

.boxArea {
	margin-top: 30px;
	height: 250px;
}

#leftBox {
	border: 1px solid #7F9DB9;
	height: 245px;
	width: 200px;
	float: left;
	overflow: auto;
}

#centerBox {
	border: 1px solid #7F9DB9;
	height: 245px;
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	overflow: auto;
}

#buttonBox {
	height: 245px;
	width: 40px;
	float: left;
	margin-right: 5px;
}

#buttonBox .button {
	background-color: #ECE9D8;
	border: 1px outset #716F64;
	text-align: center;
	padding: 4px;
	margin-bottom: 1px;
}

* html #buttonBox .button {
	font-size: 12px;
}

#buttonBox .topButtons {
	padding-top: 40px;
}

#buttonBox .bottomButtons {
	padding-top: 75px;
}

#rightBox {
	border: 1px solid #7F9DB9;
	height: 245px;
	width: 200px;
	float: left;
	overflow: auto;
}

.boxArea .inputButton {
	float: right;
	clear: both;
	padding-right: 150px;
}

* html .boxArea .inputButton {
	padding-top: 250px;
}

.boxEntry {
	width: 99%;
	background-color: #DDD;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	border-bottom: 1px solid #AAA;
	font-size: 76% !important;
}

* html .boxEntry {
	width: 100%;
	font-size: 76% !important;
}

/* ########## ARROWS ########## */

.arrows {
	width: 8px;
}

.arrows .up {
	height: 8px;
	width: 8px;
	margin-bottom: 2px;
}

.arrows .down {
	height: 8px;
	width: 8px;	
}

* html .arrows {
	width: 8px;
}

* html .arrows .up {
	line-height: 8px;
	width: 10px;
	margin-bottom: 1px;
}

* html .arrows .down {
	line-height: 8px;
	width: 10px;
}

b {}

a {
	text-decoration: none;
}

* html .fundinfo {
	height: 100%;
	padding: 0 0 10px 10px;
	margin: -10px;
}

.fundInfoTable {
	float: left;
	margin-left: 20px;
	margin-bottom: 35px;
	height: 240px;
}

.fundInfoTable table {
	width: 160px;
}

.fundinfo td {
  padding-left: 10px;
}

.fundinfo td.date {
  font-weight: bold;
}

/* for the IE browser */
.minheight500 {
    min-height:500px;
    height:auto !important;
    height:500px;
}

.result_enclosing_class {
    margin-right: 10px;
    border: 1px solid #7F9DB9;
    margin-top: 10px;
}

#factsheetBiggestPositionsTable th {
    border-bottom: 1px solid #99CCFF;
}

.table-minmax {width:355px !Important; text-align:center; border:0px; margin-top: 0px !important;}
.table-minmax td { border:0px; font-size:10px !Important;}
.table-minmax td.min {border: 1px #cc0000 solid; border-bottom: 3px #cc0000 solid;}
.table-minmax td.max {border: 1px #cceeff solid; border-bottom: 3px #cceeff solid; }


.factsheetfmahinweis {border:1px solid #003366;clear:left;}
.factsheetfmahinweis {padding:2px 8px;margin-right:10px;}
.factsheetfmahinweis b {color:#003366;}
