/* 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 {
	font-family:Verdana;
	font-size:11px;
	color:#395685;
	width: 100%;	
	empty-cells:show;
}

/* THEAD */
table.financial_table thead th { 
	background-color:#003E79 !important;
	
	font-weight:bold;
	color: #FFFFFF;
	
	padding: 6px 10px 6px 10px;
	
	text-align: right;
}

/* THEAD FIRST COLUMN */
table.financial_table thead th.col0 {
	
	text-align:left;
}

/* TBODY */
table.financial_table tbody th, table.financial_table tbody td { 
	border-bottom: 1px solid #b9b7cf;
	
	padding: 6px 10px 6px 10px;
	
	text-align: right;
	vertical-align:bottom;
}

/* FIRST COLUMN */
table.financial_table th.col0, table.financial_table td.col0 { 
	text-align:left;
	padding-right: 0px;
}

/* TFOOT FIRST COLUMN */
table.financial_table tfoot {
	text-align:left;
}

table.financial_table tfoot th{
	font-weight: normal;
}

/* MOUSEOVER */
table.financial_table tr.cssmouseover td, table.financial_table tr.cssmouseover th { 
	background-color: #EBF0F6;
}

/*
 * 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 th.vertical-align_middle, table.financial_table td.vertical-align_middle { 
	vertical-align:middle; 
}
/* [[vertical-align_bottom]] */
table.financial_table th.vertical-align_bottom, table.financial_table td.vertical-align_bottom { 
	vertical-align:bottom; 
}
/* [[footer]] */
table.financial_table th.footer, table.financial_table td.footer { 
	background-color: #FFFFFF !important;
	color: #7F9EBC;
}

/*
 * SPECIAL STYLES
 * !SEE WIKI BEFORE EDITING!
 */

/* [[current_year]] */
table.financial_table th.current_year, table.financial_table td.current_year {
	background-color: #f1ebeb;
}

/* [[highlight]] */
table.financial_table th.highlight, table.financial_table td.highlight {
	background-color: #EBF0F6;
	
	font-weight:bold;
}

/* [[padding_left]] */
table.financial_table th.padding_left, table.financial_table td.padding_left { 
	padding-left:15px; 
}

/* [[breit_border_bottom]] */
table.financial_table th.breit_border_bottom, table.financial_table td.breit_border_bottom { 
	border-bottom: 3px solid #b9b7cf;
}

/* [[no_border_bottom]] */
table.financial_table th.no_border_bottom, table.financial_table td.no_border_bottom { 
	border-bottom:0px solid #FFFFFF;
}

/* [[no_padding]] */
table.financial_table th.no_padding, table.financial_table td.no_padding {
	padding: 0px 0px 0px 0px;
}