/* $Id: screen.css 26689 2010-08-04 12:47:20Z svein $ */
@import "/common/css/comments.css";
@import "/common/css/form.css";
body {
	background: #fbfcfc url('../gfx/bg.jpg') no-repeat center 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* globals */
* { 
	padding: 0;
	margin: 0;
}
a {
	outline: none;
	color: #004B92;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
/* spam */
.tomt {
	position: fixed;
	top: -10px;
	left: -10px;
	font-size: 1px;
	border: 0;
	width: 1px;
	height: 1px;
}

ul { list-style: none; }
.object p { margin-bottom: 1em; }
.object ul { /* regular ul needed in this a */
	list-style: disc;
	padding: 1ex 1ex 0 1ex;
	margin: 0 1ex 0 1em;
}
.object ul li { /* regular li needed in this area */
	padding: 0;
	margin: 0 0 1em 0;
}
/* positions */
#mainframe {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px 20px 10px;
	background: transparent url('../gfx/mainframe_bg.png') repeat-y 0 0;
}
#printlogo { display: none; }
#header {
	height: 164px;
	position: relative;
	background: #83B1D4 url('../gfx/header.jpg') no-repeat 0 0;
	width: 960px;
}
#content {
	width: 920px;
	padding: 0 20px 25px 20px;
}
#tree {
	float: left;
	width: 170px;
	margin-right: 20px;
	min-height: 100px;
}
.object {
	width: 540px;
	float: left;
	padding-top: 10px;
}
	body.frontpage .object {
		width: 715px;
		padding-top: 30px;
		/*outline: 1px red dotted;*/
	}
	body.frontpage #tree ~ .object { padding-top: 0; }
#rightcolumn,
#notes {
	width: 170px;
	float: right;
	/*outline: 1px #00f solid;*/
}
  body.frontpage #rightcolumn {
  	width: 190px;
  	margin-right: -10px;
  }
  #subcont {
  	float: left;
  	width: 540px;
  }
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	background: transparent url('../gfx/footer_bg.png') no-repeat 0 0;
}

/* canvasstyle */
a.butt {
	border: 1px #999 solid;
	padding: 2px 3px 1px 3px;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
}
a.butt:hover {
	background: red;
	color: #fff;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 490px;
	height: 66px;
	text-indent: -6666px;
	background: transparent url('../gfx/logo.png') no-repeat 28px 16px;
}
#coursesearch {
	position: absolute;
	right: 15px;
	bottom: 5px;
	width: 180px;
	/*outline: 1px #f00 dotted;*/
}
  #coursesearch input.text {
  	width: 130px;
  	float: left;
  	border-width: 1px;
  	margin-top: 1px;
  	padding-left: 2px;
  }
  #coursesearch input.button {
  	float: right;
  	padding: 0 3px;
  }
#menu {
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu ul {
	overflow: hidden;
	padding-top: 10px;
}
#menu li { float: left; }
#menu li a {
	display: block;
	margin: 0 10px;
	padding: 10px;
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
#menu li.selected a,
#menu li.expanded a {
  background: #fff url('../gfx/tab_bg.png') repeat-x 0 0;
  -moz-box-shadow: 0 2px 7px #4F5B64;
  -webkit-box-shadow: 0 2px 7px #4F5B64;
  box-shadow: 0 2px 7px #4F5B64;
}
#menu li.selected a:hover,
#menu li.expanded a:hover {
  background: #fff url('../gfx/tab_bg.png') repeat-x 0 0;
  -moz-box-shadow: 0 2px 7px #4F5B64;
  -webkit-box-shadow: 0 2px 7px #4F5B64;
  box-shadow: 0 2px 7px #4F5B64;
}
#menu li a:hover {
  background: transparent url('../gfx/tab_hover_bg.png') repeat-x 0 0;
  -moz-box-shadow: 0 0 0 #4F5B64;
  -webkit-box-shadow: 0 0 0 #4F5B64;
  box-shadow: 0 0 0 #4F5B64;
}

#pathfinder {
	color: #768386;
	padding: 10px 0;
}
#pathfinder a {
	color: #768386;
	text-decoration: none;
}
#pathfinder a:last-child { color: #000; }

#extramenu {
	position: absolute;
	top: 0;
	right: 0;
}
#extramenu li { float: left; }
#extramenu li a {
	display: block;
	margin: 0 10px;
}
#extramenu li.selected a { color: red; }

form#newsletter {
	position: absolute;
	bottom: 0;
	right: 0;
}

#tree ul ul { margin-left: 5px; }
#tree ul li a {
	background-color: #f0ebe8;
	border-bottom: 2px #fff solid;
	padding: 4px 10px;
	display: block;
	text-decoration: none;
	color: #3e3e40;
	font-size: 12px;
}
#tree ul li.selected a { background-color: #dddcdc; }
#tree ul li a:hover { background-color: #e6e3e2; }

.login .w-header h3,
.note_with_link .w-header h3 {
	background: #424244 url('../gfx/w_header_bg.png') repeat-x 0 0;
	font-family: arial, sans-serif;
	color: #fff;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.frontnotes .notransform .w-header h3 { text-transform: none; }
.login .w-body,
.note_with_link .w-body {
	margin-top: 2px;
	background-color: #f0ebe8;
	padding: 10px;
	position: relative;
	margin-bottom: 37px;
}
.login .w-body input { width: 145px; }
.note_with_link .w-body a { color: #000; }
.login  a.footlink,
.note_with_link a.footlink {
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	background-color: #dfdcd7;
	height: 20px;
	width: 100%;
	background-image: url('../gfx/link_bullet.png');
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 10px;
	color: #E20005;
	line-height: 180%;
}
.note_with_link a.footlink:hover { background-color: #cac6be; }

.kursknapp a {
	display: block;
	background-color: #dfdcd7;
	width: 100%;
	background-image: url('../gfx/link_bullet.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 3px 8px 0px 4px;
	text-decoration: none;
}
.kursknapp a:hover { background-color: #cac6be; }

ul.addons:before {
	content: "Last ned";
	text-transform: uppercase;
	font-weight: bold;
	color: #3e3e40;
}
ul.addons {
	border-top: 1px #c1c6ca dotted;
	margin: 20px 0;
	list-style: none;
	padding: 20px 0 0 0;
	font-size: 11px;
}
.addons li {
	margin: 0;
	width: 240px;
}
.addons li {
	padding: 4px 1px !important;
	border-top: 1px #C1C6CA solid;
	margin: 0 !important;
	background: transparent url('../gfx/link_bullet.png') no-repeat right center;
}
.addons li:last-child { border-bottom: 1px #C1C6CA solid; }
.addons li:hover { background-color: #f0ebe8; }
.addons a {
	color: #3e3e40;
	text-decoration: none;
}
.addons .body {
	color: #3e3e40;
	font-size: 95%;
	margin-left: 12px;
}
.addons a.iconlink,.addons a.icondoc,.addons a.iconpdf,.addons a.iconppt,.addons a.iconxls,.addons a.iconhtml,.addons a.icondef {
  padding-left: 15px;
  line-height: 18px;
  background: transparent url(/common/gfx/icon10/default.png) no-repeat left center;
}
.addons a.iconlink { background-image: url(/common/gfx/icon10/link.png); }
.addons a.icondoc  { background-image: url(/common/gfx/icon10/doc.png); }
.addons a.iconpdf  { background-image: url(/common/gfx/icon10/pdf.png); }
.addons a.iconppt  { background-image: url(/common/gfx/icon10/ppt.png); }
.addons a.iconxls  { background-image: url(/common/gfx/icon10/xls.png); }
.addons a.iconhtml { background-image: url(/common/gfx/icon10/html.png); }
.addons a.icondef  { background-image: url(/common/gfx/icon10/default.png); }

.addons p { margin-bottom: 0; }

#footer { text-align: center; }


/* typestyle */
h1 {
	padding-bottom: 1ex;
	color: #004b92;
	font-family: Georgia;
	font-weight: normal;
}
h2,
h3,
h4 {
	margin-bottom: 1ex;
	color: #004B92;
	font-family: Georgia;
	font-weight: normal;
}

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }

.caption { font-size: 120%; }

.readmore {
	background: transparent url('../gfx/link_bullet.png') no-repeat right center;
	display: inline;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 11px;
}
.readmore .date { display: none; }

.alert { color: red; }

/* objectstyle */
#frontpage .item {
	width: 49%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px #c1c6ca dotted;
}
#frontpage .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top-width: 0;
}
#frontpage .item.wide { width: auto; }
#frontpage .item.left { float: left; clear: both; }
#frontpage .item.right { float: right;}
#frontpage h1,
#frontpage h2 {
	padding-top: 25px;
	font-size: 25px;
}
body.frontpage #tree ~ .object h2 { padding-top: 0; }
#frontpage h3 { padding-top: 25px; }
#frontpage .caption { margin-bottom: 10px; }
#frontpage .item img {
	float: left;
	margin: 0 25px 0 0;
}
#frontpage .prevnext { display: none; }

.frontpage #rightcolumn .w-header {
	height: 88px;
	background: transparent url('../gfx/courceindex_header_bg.png') no-repeat left bottom;
}
.frontpage #rightcolumn .w-body {
	padding: 0;
	margin: 0;
	background: transparent url('../gfx/courceindex_body_bg.png') repeat-y left top;
}
.frontpage #rightcolumn .w-footer {
	height: 88px;
	background: transparent url('../gfx/courceindex_footer_bg.png') no-repeat left top;
}
.frontpage .courseindex ul { border-top: 1px #ccc solid; }
.frontpage .courseindex ul ul { border-top-width: 0; }
.frontpage .courseindex ul li {
	padding: 0;
	border-bottom: 1px #ccc solid;
}
.frontpage .courseindex ul li.active { background: #fff url('../gfx/courceindex_li_on_bg.png') repeat-y left top;}
.frontpage .courseindex ul li h4 {
	padding: 4px 4px 4px 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background: transparent url('../gfx/courceindex_h4_off_bg.png') no-repeat right center;
}
.frontpage .courseindex ul li.active h4 { background: transparent url('../gfx/courceindex_h4_on_bg.png') no-repeat right center;}
.frontpage .courseindex ul li ul { display: none; }
.frontpage .courseindex ul li ul li {
	padding: 0;
	border-bottom-width: 0px;
}
.frontpage .courseindex ul li ul li a {
	padding: 3px 5px 3px 15px;
	border-top: 1px #fff solid;
	font-weight: normal;
	font-size: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	background: #dddcdc url('../gfx/courceindex_li_li_off_bg.png') repeat-y left top;;
}
.frontpage .courseindex ul li ul li a:hover { background: #c6c6c6 url('../gfx/courceindex_li_li_on_bg.png') repeat-y left top; }

.frontnotes { clear: left; }
.frontnotes .note_with_link {
	width: 170px;
	margin-right: 12px;
	float: left;
}
.frontnotes .note_with_link .w-body { min-height: 128px; }

.imagetext {
	margin-top: .3ex;
	font-size: 85%;
}
#article .mainimage {
	margin: 0 15px 5px 0;
	float: left;
	max-width: 240px;
}
#article .byline {
	line-height: normal;
	margin: 1em 0;
}
#article .byline .date,
#article .byline .author { display: inline; }
#article #keywords {
	margin: 1em 0;
	text-transform: uppercase;
}
#article #keywords h4 { display: inline; }

#search ul li .title {
	font-weight: bold;
}
#search ul li .body { line-height: normal; }
#search ul li .date { font-size: 80%; }

table.courselist { width: 100%; }

.courselist caption {
	text-align: left;
	color: #004B92;
	font-family: Georgia;
	font-weight: normal;
	padding-bottom: 1ex;
	font-size: 180%;
}
.courselist caption .meta {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	float: right;
	text-align: right;
	padding-top: 8px;
}
.courselist tr.coursetr:hover {
	background-color: #eee;
	cursor: pointer;
}
.courselist th {
	font-weight: bold;
	font-size: 120%;
	padding: 3px;
	text-align: left;
}
.courselist td {
	padding: 3px;
	border-bottom: 1px #ccc solid;
}
.courselist tr.maaned td {
	padding-top: 20px;
	border-color: #000;
	font-weight: bold;
	font-size: 110%;
}
.courselist td.date { white-space: nowrap; }
.courselist a:hover { text-decoration: none; }
#course #kurstabell table { width: 100%; }
#course #kurstabell table.kursknapptabell { width: auto; }

#course table.header td {
	line-height: 150%;
	padding-bottom: 10px;
}
#course table table td {
	border-bottom: 1px #eee solid;
	padding: 3px;
}
#course table table td.kursknappcelle { padding: 0 10px 0 0; }
#course input.short { width: 5ex; }
#course input.shortium { width: 9ex; }
#course input.medium { width: 17ex; }
#course input.long { width: 26ex; }
#course #programtabell .celleEn { min-width: 11ex; }



.members {
	width: 350px;
	float: left;
}

.member {
	border: 1px #ccc solid;
	clear: left;
	padding: 10px 10px 10px 120px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: #ccc 2px 2px 5px;
	-webkit-box-shadow: #ccc 2px 2px 5px;
	line-height: 160%;
}
.member img {
	float: left;
	margin-left: -110px;
	border: 1px #ccc solid;
}
.member .jobtitle { height: 1.2em; }
.member h3 { margin-bottom: .8em; }
.member .workplace { margin-top: 1em; }
.member .city { text-transform: uppercase; }

#memberfolder ul.addons {
	float: left;
	width: 170px;
	border-top: 0;
	padding-top: 0;
	margin: 0 0 0 20px;
}
#memberfolder ul.addons li { width: 170px; }

.object .body + ul.contentlist {
	border-top: 1px dotted #C1C6CA;
	margin-top: 20px;
	padding-top: 10px;
}
.object ul.contentlist {
	line-height: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}
.object ul.contentlist ul { list-style: none; }
.object ul.contentlist > li { margin: 1.5em 0; }
.object ul.contentlist .title { margin-right: 1ex; }
.object ul.contentlist .caption {
	font-size: 90%;
	margin: .4ex 0;
}
.object ul.contentlist p { margin-bottom: 0; }
.object ul.contentlist .date { font-size: 85%; }

.prevnext {
  text-align: center;
  position: relative;
}
.object .prevnext { margin: 1em 0; }
.prevnext .prev {
  position: absolute;
  left: 0;
}
.prevnext .next {
  position: absolute;
  right: 0;
}
.prevnext .prev:before { content: "« "; }
.prevnext .next:after { content: " »"; }

.object .mainimage { margin-bottom: 1ex; }

/* dynaparked */
.gimage { background: transparent; }
.gimage div {
	font-size: 80%;
	line-height: normal;
}
.gimage.left {
	float: left;
	padding: 10px 10px 10px 0;
}
.gimage.right {
	float: right;
	padding: 0 0 10px 10px;
}
.gimage.center {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }

/*.banner { background: url(../gfx/ann.gif) no-repeat right top; }*/

/* useful stuff */
.spacer {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 1px;
	height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*outline: 1px red dashed;*/
