/**
 * Storebrand Stylesheet for documents with inline navigation with PagedDocument.js
 * Christian Johansen 06/10 2006
 * www.ixd.no
 */
body { background: url(/site/stb.nsf/bg.grey_dots.2x2.gif) #fff; }
#page .navigation {
    left: 0;
    border-top: none;
	padding-top: 1px;
	margin: 4px 0 0;
	width: 191px;
	float: left;
	background: #ddd;
}
#content .navigation li {
    margin: 0;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
}
#content .navigation li a {	padding: 10px 0 10px 30px; }
#content .navigation li a {
	display: block;
	background: url(/site/stb.nsf/icon.document.14x16.gif) 10px 50% no-repeat #f7f6f6;
	font-size: 0.9em;
	font-weight: normal;
}
#content .navigation .active { border-right-color: #fff; }
#content .navigation li a:active, #content .navigation li a:hover { background: url(/site/stb.nsf/icon.document.14x16.gif) 10px 50% no-repeat #fcfcfc; }
#content .navigation .active a, #content .navigation.active a:active,
#content .navigation li.active a:hover {
	background: url(/site/stb.nsf/icon.document.14x16.gif) 10px 50% no-repeat #fff;
	font-weight: normal;
}
#content {
	width: 760px;
	margin: 0 0 0 10px;
	border: none;
}
#main_content {
    width: auto;
	padding: 0;
	float: none;
	position: relative;
	top: 0;
	left: 0;
	border: none;
	background: none;
}
.paged_document #main_content {
    width: 570px;
	float: right;
}
h1 {
	margin: 0 0 0.8em;
	padding: 10px 12px 6px;
	border-bottom: 2px solid #0e88cc;
	background: url(/site/stb.nsf/bg.blue_gradient.1x27.gif) top left repeat-x #0e88cc;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.paged_document #main_content .section h2 { position: static; }
#content .section {
	padding: 12px;
	border: none;
	background: #fff;
}
.popup #content .wrapper { width: 768px; }
.popup #content .wrapper .section { width: 205px; }
#page #content #main_content table.simple { width: 520px; }
#content .paged_view {
	margin: 0;
	width: 544px;
	height: 445px;
	overflow: scroll;
	border: 1px solid #ddd;
}
#message {
	position: absolute;
	top: 320px;
	left: 12px;
	padding: 8px;
	width: 182px;
	background: #fff;
	color: #666;
	font-size: 0.9em;
	border: 1px solid #ddd;
}
dl { width: 95%; }
dd { width: 60%; }
dt {
	width: 30%;
	font-weight: bold;
}
#print {
    position: absolute;
    bottom: 0;
    left: 12px;
}

