table.paringutabel {
	border-collapse:collapse;
	margin-top:30px;
}

table.paringutabel td, table.paringutabel th {
	border-style:solid;
	border-width:1px;
	border-color:#777777;
	padding: 2px 4px;
	font-family:Arial;
	font-size:9pt;
}

table.paringutabel th {
	background-color:ButtonFace;
}

a {
	color:darkblue;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}

/* Crosstable asjad */
.crosstable {
	border-width:1; 
	border-style:solid;
	border-collapse:collapse;
	border-color:#999999;
}
.crosstable td {
	padding:2 4 2 4;
	border-width:1; 
	border-style:solid;
	border-color:#999999;
}


.fixedcell, .summarycellx, .summarycelly, .totalcell {
	background-color:#d4d0c8
}

td.summarycelly {
	border-left-width:1;  
	border-left-color:black;  
	border-right-style:none;
}
td.summarycellx {
	border-top-width:1;
	border-top-color:black;  
	border-bottom-style:none
}
td.totalcell {
	font-weight:bold;
	border-top-width:1;
	border-left-width:1;  
	border-top-color:black;
	border-left-color:black; 
}

.headerbig {font-size:18pt}
h1 {font-size:18pt; font-weight:normal; margin-bottom:2}
.animalqueryform th {font-weight:normal; text-align:left}

.tekst1 {
	color:black;
	font-family:Arial;
	font-size: 8pt;
	font-weight: 500;	
}
