.highlight {
  background: #FFFF66;
}

.readmoreText {
	font-style:italic;
	font-size:11px;
}

ol.lettered {
    list-style-type: lower-alpha;
}

ol.lettered_caps {
    list-style-type: upper-alpha;
}

ol.roman {
    list-style-type: lower-roman;
}

ol.roman_caps {
    list-style-type: upper-roman;
}

/*Kildekommentar*/
#sourceContent {
	color:#000;
	font-size:11px;
}


.term, .termSelected {
	font-weight: bold;
}

.termPosElement {
	position: absolute;
	left: 0px;
	top: 120px;
	display: none;
	z-index:20;
}
.termContent {
	width: 250px;
	height: 220px;
	background:url('/static/lokus/gfx/termsBG.png') no-repeat;
}
* html .termContent {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod=scale, src='/static/lokus/gfx/termsBG.png');
	background: none;
}
.termTopBar {
	position: absolute;
	top: 1px;
	left: 11px;
	height: 16px;
	width: 265px;
	background: url('/static/lokus/gfx/termTopBar.png') repeat-x;
	cursor: move;
}
* html .termTopBar {
	width: 238px;
}
.closeTerm {
	position: absolute;
	top: 2px;
	right: 0px;
	border: none;
	height: 13px;
	width: 13px;
	padding-right: 5px;
	font-weight: bold;
	cursor: pointer;
}
* html .closeTerm {
	cursor: hand;
}
.termContent div.innerTerm {
	width: 240px;
	height: 180px;
	border: 3px solid #7e7e7e;
	padding: 10px;
	padding-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	z-index:102;
	background-color: #ffffff;
}
* html .termContent div.innerTerm {
	width: 240px;
	height: 220px;
	padding: 10px;
	padding-top: 25px;
	z-index:102;
}
