@charset "utf-8";
/* CSS Document */

/* --------- tableEditor --------- */

td {
	font-size: 90%;
}

td.summalinje {
	border-bottom: 1px solid #666;
	TableLine: summalinje;
	padding: 1px 0 2px 0;
}

td.tjocklinje {
	border-bottom: 2px solid #666;
	TableLine: tjocklinje;
	padding: 1px 0 2px 0;
}

td.tunnlinje {
	border-bottom: 1px solid #ccc;
	TableLine: tunnlinje;
	padding: 1px 0 2px 0;
}

/*------------- noter -------------*/

#noter {
	border-collapse: collapse;
}

#noter td {
	vertical-align: top;
	padding: 0 0 0.1em 0.8em;
}

#noter td.notNr{
	white-space: nowrap;
	padding: 0;
}

#noter td a {
	text-decoration: none;
}

#noter td a:hover {
	text-decoration: underline;
}


