@charset "utf-8";
/* CSS Document */
/*Dette er CSS for årsmeldingstabeller og andre tabeller med mye innhold som trenger en ekstra finish*/
.tabellExtra { background:#d8e3e9;
border-collapse:collapse;
color:#fff;
font:normal 11px arial, helvetica, sans-serif;
width:100%;
}
.tabellExtra caption {
background:#006699;
color:#fff;
font-weight:bolder;
letter-spacing:5px;
padding:6px 4px 8px 0px;
text-align:center;
text-transform:uppercase;
font-size: 20px;
line-height:30px;
}
.tabellExtra td, th {
color:#363636;
padding:.4em;
}
/*.tabellExtra tr { border:1px solid gray;
}*/
.tabellExtra thead th, tfoot th { background:#006699;
color:#FFFFFF;
padding:3px 10px 3px 10px;
text-transform:uppercase;
font-weight:normal;
}
.tabellExtra tbody td a { color:#363636;
text-decoration:none;
}
.tabellExtra tbody td a:hover { text-decoration:underline;
}
.tabellExtra tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
.tabellExtra tbody th a:hover { color:#363636;
}
.tabellExtra tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.tabellExtra tbody tr:hover { background:#ffffff;
 border:1px solid #03476F;
 color:#000000;
}
.tall {
	text-align: right;
}.sentrert {
	text-align: center;
}
.sumlinje {
	font-weight: bold;
	text-align:right;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;

}
.sumlinje_dobbel {
	font-weight: bold;
	text-align:right;
	border-top-width: thin;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #000;
	border-bottom-color: #000;

}
.sumlinjetxt {
	font-weight: bold;
	text-align:left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

.tittel {
	font-weight: bold;
	text-transform: uppercase;
}

/* -- calendar tile --*/
#hncalendar-month .month-title {
	background: #006699 url(images/hncalendar-gradient.png) repeat-y top right;
}