/* Body and other generic fromatting */

#content
{
	width: 200px;
	height: 10px;
	
}

body
{
	color: #000000;
	background: #FFFFFF;
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size: 11px;
}

input, select
{
	font-family: Arial;
	font-size: 11px;
}

.HeaderLink
{
    font-size: 9px;
    color: #FFFFFF;
    font-weight: bold;
}

td
{
	vertical-align: top;
}

h1 h2 h3
{
	width: 100%;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	color: White;
	background-color: #427BB5;
}

a:link, a:active, a:visited
{
	color: #46788C;
	text-decoration: none;
}

A:hover
{
	color: #46788C;
	text-decoration: underline;
}

.TopTab {margin-left: 0px;}

.TopHeader
{
    background: #003366;
    width: 100%;   
}

.TopTabLink
{
    font-family: Arial;
    color:#666666;
    font-size:10px;
}


.UI-heading
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding:14px 0 0 10px;
}


/* Tab Strip */
table.tabStrip
{
    width: 565px;
    padding: 4px 0px 0px 0px;
}

table.tabStrip td
{
	background-color: #FFFFFF;
	height: 18px;
	text-align: center;
	border-bottom: 0px solid #FFFFFF;
	border-right: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-top: 2px solid #EEEEEE;
}

table.tabStrip td.current
{
	background-color: #EEEEEE !important;
	font-weight: bold;
	border-color: #CCCCCC;
}

table.tabStrip td a
{
	padding: 0px 0px 0px 0px;
	display: block;
	font-size:11px;
	text-decoration:none;
}


/* A Web Part that can not be minimized */
.FixedPartArea
{
    background-color: #EEEEEE;
}

table.FixedPartArea 
{
    border-collapse: collapse;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.FixedPartArea td
{
    padding: 0px;
    
}

.FixedPartArea .Header td
{
    font-size: 11px;
	font-weight: bold;
	padding: 3px 0 5px 4px;
	margin:0px;
	color: #000000;
    background: transparent url(../../Images/bg_minor_heading.gif) repeat-x;
}





.minor_heading
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 4px 4px;
	margin:0px;
	color: #000000;
    background: #FFFFFF;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

.minor_heading2
{
    width: 561px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 4px 4px;
	margin:0px;
	color: #000000;
    background: #FFFFFF;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

.minor_heading3
{
    width: 561px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 4px 4px;
	margin:0px;
	color: #000000;
    background: #FFFFFF;
    text-decoration: underline !important;
}


.textbox
{
    border-left: 0px solid #EEEEEE;
    border-right: 0px solid #EEEEEE;
    border-bottom: 0px solid #EEEEEE;
    padding:6px;
    margin:0px;
    background:#FFFFFF;
    margin-bottom:15px;
}

.newsbox
{
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin:0px;
    background:#F8F8F8;
    margin-bottom:15px;
}

.sharetable
{
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    
    background:#EEEEEE;
    margin-bottom:15px;
}

.sharetable td
{
    width:50%;
    border-bottom: 1px solid #FFFFFF;
    padding:2px;
    margin:0px;
}

.sharetable1
{
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    background:#EEEEEE;
    margin-bottom:15px;
}

.sharetable1 td
{
    border-bottom: 1px solid #FFFFFF;
    padding:2px;
    margin:0px;
}

.data
{
    text-align:right;
}


.ratingstable
{
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    width:100%;
}

.ratingstable td
{
    width:25%;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    padding:2px;
    margin:0px;
    text-align:right;
}

.ratingstable th
{
    width:25%;
    border-bottom: 1px solid #EEEEEE;
    padding:2px;
    margin:0px;
    background:#F8F8F8;
    text-align:right;
}

.ratingstable th.first
{
    width:25%;
    border-bottom: 1px solid #EEEEEE;
    padding:2px;
    margin:0px;
    background:#F8F8F8;
    text-align:left;
}


.performancetable
{
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    width:100%;
    margin-bottom:15px;
}

.performancetable td
{
    width:14%;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    padding:2px;
    margin:0px;
    text-align:right;
}

.performancetable th
{
    border-bottom: 1px solid #EEEEEE;
    padding:2px;
    text-align:right;
    background:#EEEEEE;
}

.performancetable th.first
{
    text-align:left;
    width:31%;
}


.invisibleTable td
{
    background:#FFFFFF;
    padding:5px;
}

.ButtonColumn
{
    text-align:right;
}

.noScroll
{
 height: auto;
 overflow-x: hidden;
 overflow-y: hidden;
 overflow: hidden;
}

.chartwidth
{
    width:565px;
}

.newsline
{
    
    padding:6px;
    padding-bottom:10px;
}

.newsline_odd
{
    background: #FFFFFF;
    padding-bottom:10px;
    padding:6px;
}

.selection_control
{
	padding: 0px;
}

.selection_marker
{
	width: 5px;
	height: 12px;
	margin: 4px 2px 0 0px;
}

.selection_text
{
	margin: 4px 0 0 0;
}


.option_input
{
   width: 25px; 
}


table.CheckBoxList 
{
   padding: 0px; 
   margin: 0px;
}


#divPopUp
{
	visibility: hidden;
	position: absolute;
	font-family: Arial;
	font-size: 11px;
	background-color: white;
	opacity: .7;
	filter: alpha(opacity=70);
	border: 1px solid #003366;
	color: #000000;
	padding: 2px;
}

#xcursor
{
	height: 1px;
	width: 100px;
	position: absolute;
	background-color: #000000;
	font-size: 1px;
	visibility: hidden;
}
#pointerX
{
	background-color: #D2DBE6;
	width: 1px;
}

#pointerY
{
	background-color: #D2DBE6;
	height: 1px;
}
#innerChartArea
{
	/* border: solid 1px red; */
}



.toolTipVolume 
{
	text-align: right;
}

.toolTipPrice 
{
	text-align: right;
}

.toolTipDate
{
	font-weight: bold;
}

.toolTipValues
{
	font-family: Arial;
	font-size: 11px;
}

table.toolTipValues
{
	height: 10px;
}


a.hintBoxlink
{
	text-decoration: none;
}
a.hintBoxlink:hover
{
	text-decoration:underline;
}


#hintBox
{
	visibility: visible; 
	width: 368px; 
	background-color: #FFFFDD; 
	border: 1px solid #000000; 
	opacity: .90; filter: alpha(opacity=90); 
	position: absolute; 
	right: 5px; 
	top: 50px;
}

#hintBox table
{
	font-family: Arial;
	font-size: 11px;
}

.disclaimer_width
{
    width:565px;    
}
.disclaimer
{
	border: 1px solid #EEEEEE;
	color:#999999;
	padding:4px;
	margin:20px 0 0 0;
}


.keyfigures
{
	position: relative;
}

.keyfigures .OddRow
{
	background-color: #FFFFFF;
}

.keyfigures .EvenRow
{
	background-color: #FFFFFF;
}

.keyfigures .PostCheckBox
{
    background-color: #FFFFFF;
}

.keyfigures .fixedWidth /* width für labelrow */
{
	
}

.keyfigures table
{
    width : 565px;
}

.keyfigures td /* padding wichtig für abstände nach rechts zwischen spalten */
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	/* Padding für abstände zwischen postcolor usw... */
	padding: 4px 4px 4px 0px;
	text-align: right;
	vertical-align: middle;
	border-bottom: solid 1px #000000;
}

.keyfigures .PostName 
{
	text-align: left;
	white-space: nowrap;
	color: #000000;
	background-color: #FFFFFF;
	border-right: solid 0px #000000;
}

.keyfigures .PostNameInv
{
    text-align: left;
}

.keyfigures .PostValues
{
	width: 565px;
	min-width: 565px;
	left: 0px;
	position: relative;
	white-space: nowrap;
	top: 0px;
	z-index: 0;
}

.keyfigures .PostNames
{
	left: 0px;
	position: relative;
	white-space: nowrap;
	top: 0px;
	z-index: 1;
	color: #000000;
}

.keyfigures .PostColorField
{
	width: 16px;
	border: solid 1px #000000;
}

/* -------------------------------------- End of Keyfigures Row configuration ----------------- */

/* -------------------------------------- Date Row - Time Horizon ----------------------------- */

.keyfigures .headRow /* time horizon */
{
	background-color: #EEEEEE;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
}

.daterow   /* datums zeile */
{
    color: #000000 !important;
}

/* -------------------------------------- End of Date Row - Time Horizon ----------------------- */

/* -------------------------------------- Instrument Selection Box ----------------------------- */

.Selection
{
    color: #000000;
    font-size: 11px;
    padding-left: 0px;
    background-color: #EEEEEE;
    margin-left: 0px;
}

/* -------------------------------------- End of Instrument Selection Box ---------------------- */

/* -------------------------------------- static classes --------------------------------------- */

.negative
{
	color: #000000;
}

.positive
{
	color: #000000;
}

.ChangeLabel
{
    white-space: nowrap;
}

/* -------------------------------------- End of static classes-------------------------------- */

.HeadRow
{
    font-weight: bold !important;   
    background: #EEEEEE !important;
}

.HeadRowNoChange
{
    font-weight: bold !important;   
    background: #EEEEEE !important;
}

.HeadRowNoChange .ChangeLabel
{
    display: none !important;
}

.EmptyRow td.PostNameInv
{

}

.NoChange .ChangeLabel
{
    display: none !important;
}

.Italic .ChangeLabel
{
    display: none !important;
}



.Italic .PostNameInv
{
    font-style:italic;
}

.NoChangeExcelPercent .ChangeLabel
{
    visibility: hidden !important;
}


/* Tab Strip */
div.tabStrip
{
    text-align:left;
	background-color:#FFFFFF;
    border-bottom: solid 2px #EEEEEE;
}

div.tabStrip a:active 
{
	text-decoration: none;
}

div.tabStrip a, div.tabStrip a:visited 
{
	text-decoration: none;
	display:block;
}

div.tabStrip ul 
{
    text-align:left;
	list-style-type: none;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}
div.tabStrip ul li 
{
	background-color: #FFFFFF;
	float: left;
	text-align:center;
	width: 38px;
	padding: 0 6px 0 6px;
	margin: 0px 2px 0px 0px;
    border-top: solid 2px #EEEEEE;
    border-right: solid 2px #EEEEEE;
    border-left: solid 2px #EEEEEE;
}

div.tabStrip ul li.last 
{
	width: auto;
	background-color: #FFFFFF;
	border: none;
}

div.tabStrip ul li.Selected 
{
	background: #EEEEEE;
	border-color: #CCCCCC;
}

div.tabStrip ul li.Selected a, div.tabStrip ul li.Selected a:link, div.tabStrip ul li.Selected a:visited, div.tabStrip ul li.Selected a:active
{
	color: #46788C;
	background: #EEEEEE;
	display:block;
}
