/* $Id: screen.css 25575 2010-05-04 09:48:47Z vidars $ */
@import "/common/css/comments.css";
@import "/common/css/form.css";
@import url('/common/css/searchform.css');
body {
  background-color: #CDECFC;
/* background: #CDECFC url('../gfx/bg.png') no-repeat center 35px; */
  font-family: Tahoma, Geneva, Kalimati, sans-serif;
  font-size: 12px;
}

/* globals */
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  outline: 0;
  color: #4069AE;
}
a:hover { text-decoration: none; }
a img { border: 1px #fff solid; }
a img:hover { border: 1px #00f solid; }

ul { list-style: none; }
p.alert {
  background: transparent url('/common/gfx/icon16/report.png') no-repeat left 0;
  color: #666;
  padding: 0 0 2px 20px;
}
.object p { margin-bottom: 1em; }
.object ul { /* regular ul needed in this area */
  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;
}
#header {
  height: 43px;
  margin-top: 40px;
  position: relative;
}
#tree,
#laererressurs {
  float: left;
  width: 220px;
  clear: left;
}
#pathfinder { padding: 4px 5px 5px 0; }
#pathfinder a:first-child { margin-left: 10px; }

.object { margin-left: 225px; }
#column {
  width: 150px;
  float: left;
}

/* canvasstyle */
a.butt {
  padding: 0px 10px 1px 10px;
  background: #EC9D7C url('../gfx/menu_bg.png') repeat-x 0 center;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
a.butt:hover {
  color: #fff;
  background: #F0703C;
}

#mainframe { position: relative; }
#mainframe img#hangman {
  position: absolute;
  top: 0;
  right: -246px;
}

#header {
  background: transparent url('../gfx/headerbook_bg.jpg') no-repeat;
  padding-bottom: 41px;
}
  #logo {
  	position: absolute;
  	text-indent: -3333px;
  	cursor: pointer;
    width: 265px;
    height: 43px;
    top: 0;
    left: 10px;
  }
  .frontpage #logo {
  	height: 113px;
  	left: 246px;
  	top: 10px;
  	width: 666px;
  }
  #picker {
    height: 22px;
    width: 211px;
    position: absolute;
    top: 12px;
    /*left: 488px; Search must be fixed */
    left: 724px;
    background: #fff url('../gfx/picker_arrow.png') no-repeat right 0;
  }
  .frontpage #picker { top: 150px; }
    #picker:hover ul { display: block; }
    #picker h3 {
      font-size: 16px;
      font-weight: normal;
      color: #333;
      padding-left: 5px;
      margin-left: 0;
    }
    #picker ul {
      display: none;
      background: #fff;
      border: 1px #ccc solid;
      border-bottom-width: 0;
      margin-right: 25px;
      z-index: 666;
    }
    #picker ul ul {
    	margin-right: 0;
    	border: 0;
    }
    #picker ul li a {
    	display: block;
    	border-bottom: 1px #ccc solid;
    	padding: 3px 5px;
    	color: #333;
    	font-weight: bold;
    	cursor: default;
    }
    #picker ul li li a {
    	padding-left: 5px;
    	font-weight: normal;
    }
    #picker ul li li a:after { content: ":"; }
    #picker ul li li li a {
    	padding-left: 25px;
    	background: transparent url(../gfx/icon_book_16.png) no-repeat scroll 3px center;
    }
    #picker ul li li li a:hover {
    	color: #000;
    	background-color: #FFDACB;
    	cursor: pointer;
    }
  #logout {
  	bottom: 14px;
  	position: absolute;
  	right: 15px;
  }
  #logout span,
  #logout a {
  	margin-left: 10px;
  	color: #fff;
  	font-size: 13px;
  }
  #logout a:hover { text-decoration: underline; }
  #quicksearch {
    display: none; /* Search must be fixed */
    height: 22px;
    width: 211px;
    position: absolute;
    top: 150px;
    left: 742px;
    color: #333;
  }
  .book #quicksearch { top: 11px; }
    #quicksearch input {
      background: #fff;
      border: 0;
      font-size: 16px;
      width: 155px;
      padding: 1px 0 1px 5px;
      color: #333;
    }
    #quicksearch a.butt {
      display: inline-block;
      height: 21px;
    }
  #header #menu {
    background: #000 url('../gfx/menu_bg.png') repeat-x 0 0;
    width: 958px;
    height: 35px;
    border: 1px #fff solid;
    margin: 2px 0;
    position: absolute;
    bottom: 0;
  }
    #header #menu li { float: left; }
    #header #menu li a {
      display: block;
      padding: 5px 10px 7px 10px;
      color: #eee;
      font-size: 18px;
      border-right: 1px #fff solid;
    }
    #header #menu li.expanded a { color: #fff; }
  .frontpage #header { background: transparent url('../gfx/header_bg.jpg') no-repeat; }
  .frontpage #header,
  .book #header { height: 193px; }
  .book #header .bookbanner {
    width: 958px;
    height: 148px;
    border: 1px #fff solid;
    position: absolute;
    bottom: 2px;
  }
  .book #header .bookbanner img {
    width: 958px;
    height: 148px;
    border: 0;
  }
  .book #header #menu { top:41px }

#tree { background-color: #A7E2FA; }
.book #tree { background-color: #fff; }
  #tree h3 {
    background: #F25E1B url('../gfx/tree_head_bg.png') no-repeat 0 0;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 6px 6px 6px 45px;
    border: 1px #fff solid;
    border-bottom-width: 0;
    clear: both;
    margin-left: 0;
  }
  .book #tree h3 {
    background: #0cf url('../gfx/tree_head_book_bg.png') no-repeat 0 0;
    border-width: 0;
  }
  #tree a.treeOpener {
    float: left;
    padding: 0;
    width: 20px;
    height: 30px;
    background: #f00;
    text-indent: -666px;
  }
  #tree a.treeOpener.open { background: transparent url('../gfx/tree_arrow_open.png') no-repeat right 10px; }
  #tree a.treeOpener.closed { background: transparent url('../gfx/tree_arrow_closed.png') no-repeat right 10px; }
  #tree li {
    border-top: 1px #fff solid;
    font-size: 16px;
    clear: both;
    overflow: hidden;
  }
  .book #tree li { border-color: #C1E8FB; }
  #tree li li {
    padding-bottom: 0;
    font-size: 90%;
  }
  #tree li a {
    color: #000;
    padding: 5px 10px;
    display: block;
    float: right;
    width: 174px;
  }
  #tree li li a { width: 164px; }
  #tree li li li a { width: 154px; }
  #tree li li li li a { width: 144px; }
  #tree li li li li li a { width: 134px; }
  #tree li li li li li li a { width: 124px; }
  #tree .depth-0 a:first-child { margin-left: 6px; }
  #tree .depth-1 a:first-child { margin-left: 15px; }
  #tree .depth-2 a:first-child { margin-left: 25px; }
  #tree .depth-3 a:first-child { margin-left: 35px; }
  #tree .depth-4 a:first-child { margin-left: 45px; }
  #tree .depth-5 a:first-child { margin-left: 55px; }
  #tree .depth-6 a:first-child { margin-left: 65px; }
  #tree .selectedTreeNode { font-weight: bold; }
  #tree .selectedTreeNode li { font-weight: normal; }
  #laererressurs {
  	background-color: #a7e2fa;
  	border-top: 2px solid #fff;
  }
  #laererressurs .widget { margin: 10px 20px; }
  #laererressurs .widget li {
  	border-top: 1px dashed #fff;
  	margin: 4px 0 0;
  	padding: 3px 0 0;
  }
  #footer {
    margin: 10px 0;
    padding-left: 225px;
    text-align: right;
  }
    #footer a { color: #000; }
    #footer a:hover { text-decoration: underline; }

#fancy_wrap .object {
  margin-left: 0;
  border: 0;
}

/* typestyle */
h1 { padding-bottom: 1em; }
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }

.caption,
#folder .body { font-size: 120%; }


/* objectstyle */


.object {
  background: #fff;
  border: 1px #ccc solid;
  padding: 10px 20px 1px;
}
.object .mainimage {
  float: right;
  margin: 0 0 5px 10px;
}
.object .mainimage .imagetext { max-width: 300px; }
.object fieldset { margin-bottom: 20px; }

#frontpage {
  width: auto;
  margin: 0;
}
  #frontpage .articles,
  #frontpage .body {
    float: right;
    width: 450px;
    font-size: 16px;
    margin: 10px 0 0;
  }
  #frontpage .articles {
    overflow: hidden;
    margin-bottom: 20px;
  	padding: 0;
  	list-style-type: none;
  }
  #frontpage .articles li {
  	margin: 0 0 5px 20px;
  	padding: 0;
  	list-style-type: disc;
  }
  #frontpage .articles li.big {
  	margin: 0 0 16px;
  	list-style-type: none;
  }
  #frontpage .articles h2,
  #frontpage .articles h2 a {
    color: #000;
  	font-size: 20px;
  	line-height: 26px;
  	margin-bottom: 3px;
  	font-weight: normal;
  }
  #frontpage .articles img { margin-bottom: 4px; }
  #frontpage .articles .caption,
  #frontpage .articles a {
  	font-size: 13px;
  	line-height: 16px;
  }
  #frontpage .articles .caption p { margin-bottom: 0px; }
  #frontpage .item,
  #frontpage .label {
    margin: 10px 20px 10px 0;
    float: left;
    clear: left;
    z-index: 1;
  }
    #frontpage .item.half,
    #frontpage .label {
      width: 449px;
      margin-right: 0;
    }
    #frontpage .item.quart {
    	width: 214px;
    	clear: none;
    }
    #frontpage .row-end { margin-right: 0; }
  #frontpage .item h2,
  #frontpage .w-header h3 {
/*
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
*/
    padding: 8px 10px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    /*position: relative;*/
    background: #ED8A66 url(../gfx/books_head_bg.png) repeat-x;
    color: #fff;
  }
  #frontpage .item ul {
/*
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
*/
    padding: 15px 10px 20px 10px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #eee;
    list-style: none;
    margin: 0;
  }
    #frontpage .item li {
      float: left;
      width: 96px;
      text-align: center;
    }
    #frontpage .item.half li { width: 106px; }
    #frontpage .item li img {
      width: 66px;
      height: 84px;
    }
    #frontpage .item li a {
      color: #000;
      line-height: normal;
    }

.resources {
	float: left;
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}
.resource-list {
  width: 50%;
  float: left;
  /*outline: 1px #ccc dotted;*/
}
.resource-list.even { float: right; }
  .resource-list h3 {
    padding-left: 30px;
    background: transparent url('../gfx/icon_note.png') no-repeat left center;
    font-size: 18px;
    font-weight: normal;
    height: 24px;
  }
  .resource-list.link h3    { background-image: url('../gfx/icon_link.png'); }
  .resource-list.page h3    { background-image: url('../gfx/icon_article.png'); }
  .resource-list.video h3   { background-image: url('../gfx/icon_video.png'); }
  .resource-list.article h3 { background-image: url('../gfx/icon_article.png'); }
  .resource-list.asset h3   { background-image: url('../gfx/icon_asset.png'); }
  .resource-list.folder h3  { background-image: url('../gfx/icon_folder.png'); }
  .resource-list.book h3  { background-image: url('../gfx/icon_moses_resource.png'); }

  .resource-list ul {
    list-style: none;
    margin: 0px 30px 20px 30px;
    padding: 0;
    border-top: 1px #ccc dotted;
  }
  .resource-list ul li {
    list-style: none;
    /*background: transparent url('../gfx/arrow.png') no-repeat left center;*/
    margin: 2px 0 2px 0;
    padding: 0 0 0 2px;
    border-bottom: 1px #ccc dotted;
  }
  .resource-list ul li a {
    font-size: 14px;
    display: block;
    background: transparent url('../gfx/bullet.png') no-repeat left 5px;
    padding-left: 10px;
  }
  .resource-list ul li a:hover {
    color: #000;
    text-decoration: underline;
  }
  .resource-list ul li .caption { font-size: 11px; }
  .resource-list ul li .caption p { margin: 0 0 .2em 10px; }

#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%; }


.object ul.contentlist {
  line-height: normal;
  margin: 0;
  padding: 0;
  list-style: none;
}
.object ul.contentlist ul {
	list-style: none;
	padding-top: 1em;
}
.object ul.contentlist li {
	list-style: none;
  margin: 2px 0 1em 0;
  padding: 0 0 0 2px;
}
.object ul.contentlist li li {
	border-bottom: 1px #ccc dotted;
	margin: 2px 0;
}
.object ul.contentlist .title { font-size: 18px; }
.object ul.contentlist li li .title { font-size: 14px; }
.object ul.contentlist .caption {
  font-size: 90%;
  margin-bottom: 0;
}
.object ul.contentlist p { margin-bottom: 0; }
.object ul.contentlist .date { font-size: 80%; }
.object ul.contentlist li li a {
	font-size: 14px;
	display: block;
	background: transparent url('../gfx/bullet.png') no-repeat left 5px;
	padding-left: 10px;
}
.object ul.contentlist li li a:hover {
	color: #000;
	text-decoration: underline;
}

.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: " »"; }


/* 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 {
  float: none !important;
  clear: both !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: 1px !important;
  height: 1px !important;
  width: auto !important;
}
.object:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/*outline: 1px red dashed;*/


.block .comments {
	background: transparent none no-repeat;
	border: 0;
	clear: none;
	margin-bottom: auto;
	width: auto;
}

