table 
{
	border-spacing: 0;
	border-collapse: separate;
	border: none;
	margin-bottom: 17px;
	margin-top: 17px;
	width: 100%;
}
th, td
{
	padding: 2px;
	line-height: normal;
	border: none;
	border-top: 1px solid #dcdcdc;
	text-align: right;
	width: 75px;
}
tr:hover td, tr:hover th
{
	background: #ffc0c5;
}
thead th 
{
	vertical-align: bottom;
	border-bottom: 2px solid #4b4b4b;
	border-top: none;
	font-weight: bold;
}
tbody th, td
{
	vertical-align: top;
	font-weight: normal;
}
table tbody th, table thead th.heading
{
	text-align: left;
	/*width: 200px;*/
	width: auto;
}
table.text td 
{
	text-align: left;
	width: auto;
}
/* ----------- tables in the right column ----------- */
#subcontent table
{
	width: 100%;
}
#subcontent th, #subcontent td
{
	width: auto!important;
}

/* ----------- financial tables ----------- */
.current 
{
	background: #d4dfef;
}
tbody tr.sum td, tbody tr.sum th, tbody td.sum, tbody th.sum 
{
	border-top: 1px solid #4b4b4b!important;
	padding-bottom: 17px;
	padding-top: 2px!important;
	font-weight: bold;
}
th.headerrow, td.headerrow 
{
	font-weight: bold;
	border-top: none;
	padding-top: 10px;
}
th p 
{
	float: left;
}
.indentedcell 
{
	padding-left: 10px;
}
.doubleindent 
{
	padding-left: 20px;
}
.3_indent 
{
	padding-left: 30px;
}
tr.noborder th 
{
	border: none!important;
}
tr.noborder th.multirubrik
{
	text-align: center;
	width: auto;
}
.widecell 
{
	width: 100px;
}