/* 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 {
	/* IMPORTANT */
	font-size:11px;
	empty-cells:show;
	font-family:Arial,Helvetica,Helv,Geneva,sans-serif;
	line-height:13px;
	padding-bottom: 30px;
	width: 100%;
	padding-top: 5px;
	clear: both;
	border-collapse: collapse;
}

table.financial_table td{
	border-left: 3px solid #ffffff;
	white-space: nowrap;
}

table.financial_table td.col0
{
	white-space: normal;
}

table.financial_table td.col0{
	border-left: 0px solid #ffffff;
}

/* THEAD */
table.financial_table thead th,
table.financial_table th.likethead {
	background-color: #fff;
	color: #343434;
	font-weight: normal;
	font-size:11px;
	vertical-align: bottom;
	text-align : right;
	padding: 4px;
	border-bottom: 1px solid #002869;
}

/* TBODY */
table.financial_table tbody th, table.financial_table tbody td {
	text-align : right;
	vertical-align: bottom;
	font-size:11px;
	padding: 4px;
	color: #343434;
	border-bottom: 1px solid #002869;
}

/* TFOOT */
table.financial_table tfoot th, table.financial_table tfoot td {
	font-weight: normal;
	font-size: 10px;
	color: #343434;
}

table.financial_table tfoot th a {
	font-size: 10px !important;
}

/* CELL */
table.financial_table td.note, table.financial_table tr td {
	/* DO NOTHING! */
}


/* FIRST COLUMN */
table.financial_table th.col0, table.financial_table td.col0 { 
	text-align:left;  
	vertical-align: bottom;
}
table.financial_table th.col0{ 
	color: #343434;
}

/* MOUSEOVER */
table.financial_table tr.cssmouseover td,
table.financial_table tr.odd.cssmouseover td.current_year,
table.financial_table tr.even.cssmouseover td.current_year { 
	background-color:#efefef;
}

/* TABLECLICK */
table.financial_table tr.cssclicked td,
table.financial_table tr.odd.cssclicked td.current_year,
table.financial_table tr.even.cssclicked td.current_year { 
	background-color:#efefef;
}

/*
 * 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; 
}


/*
 * SPECIAL STYLES
 * !SEE WIKI BEFORE EDITING!
 */

/* [[current_year]] */
table.financial_table tr td.current_year, table.financial_table tr th.current_year {
	background-color:#efefef;
	color: #002967;
}
table.financial_table tr th.current_year {
	
}

/* [[highlight]] */
table.financial_table tr.odd th.highlight, table.financial_table tr.odd td.highlight {
	background-color:#efefef;
}
table.financial_table tr.even th.highlight, table.financial_table tr.even td.highlight {
	background-color:#efefef;
}

/* [[padding_left]] */
table.financial_table th.padding_left, table.financial_table td.padding_left { 
	padding-left:15px; 
}

/* [[padding_left2]] */
table.financial_table th.padding_left2, table.financial_table td.padding_left2 { 
	padding-left:30px; 
}

/* [[padding_top_footer]] */
table.financial_table th.padding_top_footer, table.financial_table td.padding_top_footer { 
	padding-top:5px; 
}

/* [[border_bottom]] */
table.financial_table th.border_bottom, table.financial_table td.border_bottom { 
	border-bottom: 1px solid #1f82a8;
}

/* [[border_bottom_fett]] */
table.financial_table th.border_bottom_fett, table.financial_table td.border_bottom_fett { 
	border-bottom: 2px solid #1f82a8;
}

/* [[no_border_bottom]] */
table.financial_table th.no_border_bottom, table.financial_table td.no_border_bottom { 
	border-bottom:0px solid #FFFFFF;
}

/* [[footer]] */
table.financial_table td.note, table.financial_table tr td.footer { 
	background-color:#FFFFFF;
	font-weight: normal;
}

