.tablescrollpanel {
	width: 890px;
}
#tablecontent 
{
	width: 910px;
}
#contents 
{
	display: none;
}

table.datatable tr.header th, table.datatable td  {
	padding-right: 10px;
}
table.datatable tr.header th.header {
	padding-right: 0;
}

table.datatable tr.header th.radio, table.datatable td.radio {
	padding: 0;
	width: 30px;
	text-align: center;
}
table.datatable th {
	width: 205px;
}
table.datatable tr.header th.header {
	width: 205px;
}

/* -------- Bars and rows in expanded mode -------- */
div#bars 
{
	position: absolute;
	top: 144px;
	left: 76px;
	z-index: 20;
}
div#bars img 
{
	position: absolute; 
	z-index: 10;
	border-bottom: 1px solid #333333;
	padding-bottom: 1px;
	padding-left: 4px;
	display: none;
}
div#bars img.negative 
{
	border-bottom: none;
	border-top: 1px solid #333333;
	padding-top: 1px;
}
tr.diagram td 
{
	text-decoration: underline;
}