/* FINANCIAL TABLES
 * Use in an own stylesheet or in a seperate section!
 * Beware of not synchroniced stylesheets in the report editor
 * and the report the tables are used!
 */

/*
 * NORMAL TABLE STYLE
 */

/* TABLE */
table.financial_table {
	background-color: white;
	border-top: 1px solid #7895C3;	
	margin-bottom:10px;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	
	/* IMPORTANT */
	empty-cells:show;
	width: 100%;
}

/* THEAD */
table.financial_table thead th { 
	background-color: #5576A9 !important;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	padding: 4px 5px 4px 5px;
	text-align:center;
	vertical-align:top;
	color: #FFFFFF;
	font-weight: bold;
}

table td.aufsichtsrat {
border-bottom:1px dotted #005595;
width:30%;
}
table td.aufsichtsrat2 {
border-bottom:1px dotted #005595;
width:70%;
}
/* TBODY */
table.financial_table tbody th, table.financial_table tbody td { 
	border-right: 2px solid white;
	border-bottom: 1px solid #43659B;
	padding: 4px 5px 4px 5px;
	text-align: right;
	vertical-align:bottom;
	font-weight:normal;
	color:#666666;
	
	background-color:#EDEDEF;
}

/* FIRST COLUMN */
table.financial_table th.col0, table.financial_table td.col0 { 
	text-align:left; !important;  
	vertical-align:top;
}

table.financial_table td.col0{
	background-color:#FFFFFF;
}

/* MOUSEOVER */
table.financial_table tbody tr.cssmouseover td { 
	background-color:#E4EAF3;
}

table.financial_table sup {
	font-size:8px;
}

/*
 * DEFAULT STYLES
 * !DO NOT CHANCE!
 */
 
/* [[tablehead]] */
table.financial_table th.tablehead, table.financial_table td.tablehead { 
	/* DO NOTHING! */
}
/* [[notablehead]] */
table.financial_table th.notablehead, table.financial_table td.notablehead { 
	/* DO NOTHING! */
}
/* [[fett]] */
table.financial_table th.fett, table.financial_table td.fett { 
	font-weight:bold; 
}
/* [[italic]] */
table.financial_table th.italic, table.financial_table td.italic {
	font-style:italic;
}
/* [[underline]] */
table.financial_table th.underline, table.financial_table td.underline {
	text-decoration:underline;
}
/* [[text-align_left]] */
table.financial_table th.text-align_left, table.financial_table td.text-align_left { 
	text-align:left; 
}
/* [[text-align_center]] */
table.financial_table th.text-align_center, table.financial_table td.text-align_center { 
	text-align:center; 
}
/* [[text-align_right]] */
table.financial_table th.text-align_right, table.financial_table td.text-align_right { 
	text-align:right; 
}
/* [[vertical-align_top]] */
table.financial_table th.vertical-align_top, table.financial_table td.vertical-align_top { 
	vertical-align:top; 
}
/* [[vertical-align_middle]] */
table.financial_table tr th.vertical-align_middle, table.financial_table tr td.vertical-align_middle { 
	vertical-align:middle !important; 
}
/* [[vertical-align_bottom]] */
table.financial_table tr th.vertical-align_bottom, table.financial_table tr td.vertical-align_bottom { 
	vertical-align:bottom !important; 
}

/* [[smaller_font_size]] */
table.financial_table tr td.smaller_font_size, table.financial_table tr th.smaller_font_size{ 
	font-size: 0.8em;
}

/*
 * SPECIAL STYLES
 * !SEE WIKI BEFORE EDITING!
 */

/* [[current_year]] */
table.financial_table td.current_year {
	background-color:#DADBDD;
}

/* [[highlight]] */
table.financial_table td.highlight {
	background-color:#EDEDEF;
}

/* [[padding_left1]] */
table.financial_table th.padding_left1, table.financial_table td.padding_left1 { 
	padding-left:12px; 
}

/* [[padding_left2]] */
table.financial_table th.padding_left2, table.financial_table td.padding_left2 { 
	padding-left:18px;
}

/* [[padding_left3]] */
table.financial_table th.padding_left3, table.financial_table td.padding_left3 { 
	padding-left:24px; 
}

/* [[padding_left4]] */
table.financial_table th.padding_left4, table.financial_table td.padding_left4 { 
	padding-left:30px;
}

/* [[border_bottom]] */
table.financial_table th.border_bottom, table.financial_table td.border_bottom { 
	border-bottom:solid 2px #43659B; 
}

/* [[no_border_bottom]] */
table.financial_table th.no_border_bottom, table.financial_table td.no_border_bottom { 
	border-bottom:0px solid #FFFFFF !important;
}

/* [[footer]] */
table.financial_table tfoot tr th, table.financial_table th.footer, table.financial_table td.footer, dfn { 
	border:0px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:9px;
	line-height:15px;
	padding-top:0px;
	padding-bottom:0px;
	height:15px;
	font-weight: normal;
	font-style:normal;
}

/* [[background_white]] */
table.financial_table tbody th.background_white, table.financial_table tbody td.background_white { 
	background-color: #FFFFFF;
}

/* [[blue]] */
table.financial_table tbody th.blue, table.financial_table tbody td.blue { 
	color: #43659B;
}
table.text caption {
border-top:20px solid #FFFFFF;
color:#143F82;
font-size:1.1em;
font-weight:normal;
margin-bottom:0.6em;
padding-bottom:0.2em;
text-align:left;
}
