/* Stylesheet for the TreadCorp site */

/* ---------- General ---------- */

* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font: 12px Verdana;
  color: #fff;
  background: url(img/bg_body.png) repeat-x;
  background-color: #262b34;
}

h1 {
  color: #af9c3d;
  font-size: 20px;
  font-weight: normal;
}

h2 {
  color: #af9c3d;
  font-size: 16px;
  font-weight: normal;
}

h3 a {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
}

h3 {
  color: #af9c3d;
  font-size: 14px;
  font-weight: normal;
}

a {
  color: #fff;
}

a img {
  border: none;
}

.link-list {
  list-style-type: none;
}

#main-content-left .link-list li {
  margin: 5px 0 5px 10px;
}

.summary ul, .body ul, .article ul {
  margin-left: 20px;
}

.summary ol, .body ol, .article ol {
  margin-left: 25px;
}

.edit {
  color: #f00;
}

.readmore {
  clear: both;
  font-size: 11px;
  margin-top: 3px;
}

/* ---------- Framework ---------- */

#outer-canvas {
  position: relative;
  width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#inner-canvas {
  float: left;
  width: 1000px;
  margin-top: 30px;
}

#top {
  height: 125px;
  margin-bottom: 5px;
  background-color: #262b34;
  background: url(img/bg_top.png) no-repeat top right;
}

.logo {
  height: 88px;
  width: 269px;
  float: left;
  background: url(img/logo.png) no-repeat;
}

.logo a {
  height: 88px;
  width: 269px;
  text-decoration: none;
}

.logo a span {
  visibility: hidden;
}

a.jump-to-content {
  position: absolute;
  top: 0;
  left: -2000px;
}

#search {
  width: 250px;
  margin: 10px 0 0 0;
  float: right;
}

#searchtext {
  height: 18px;
  background-color: #c6c5ba;
  border: none;
  width: 170px;
  padding: 3px 0 0 3px;
}

#searchbutton {
vertical-align: top;
}

#login {
  float: left;
}

.nav-tools {
  float: right;
  list-style-type: none;
  margin: 15px 25px 0 0;
  width: 250px;
}

.nav-tools li {
  float: right;
}

.nav-tools a {
  text-decoration: none;
}

.nav-tools a.selected {
  font-weight: bold;
}

.nav-tools .menu {
float: left;
width: 125px;
}
.nav-tools .engmenu {
width: 170px;
float: right;
}

.nav-tools .engmenu li {
float: right;
list-style-type: none;
}

.nav-tools .menu li {
float: right;
list-style-type: none;
}

.homelink {
  float: right;
width: 40px;
}

.homelink a {
  text-decoration: none;
}

#bar-top {
  clear: both;
  height: 34px;
}

.nav-top-container {
  float:left;
  width: 1000px;
  background: url(img/bg_menu.png) repeat-x;
}

.nav-top {
  float: left;
  list-style-type: none;
}

.nav-top li {
  float: left;
  height: 34px;
}

.nav-top a {
  display: block;
  padding: 14px 15px 0 15px;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  height: 21px;
}

.nav-top li .selected {
  height: 21px;
  background: url(img/bg_menu_selected.png) repeat-x;
}

#footer {
  clear: both;
  float: left;
  width: 1000px;
  margin-top: 45px;
  padding-top: 10px;
  border-top: 1px solid #505a5b;
  text-align: center;
}

#footer a {
  text-decoration: none;
}

/* ---------- Frontpage template ---------- */

#frontpage .content-left {
  float: left;
}

#frontpage .content-right {
  float: right;
  width: 354px;
  margin-left: 17px;
}

#frontpage .content-right a {
  text-decoration: none;
}

#frontpage .content-right a:hover {
  text-decoration: underline;
}

#frontpage .content-right .articleList,
#frontpage .content-right .documentList {
  min-height: 118px;
  background: url(img/bg_box.png) repeat-x;
  padding: 23px 5px 10px 23px;
}

#frontpage .content-right .articleList .article {
  padding-bottom: 10px;
}

#frontpage .content-right .articleList .archive {
  padding-top: 10px;
}

#frontpage .content-right .documentList ul  li {
  list-style-type: none;
  padding-bottom: 2px;
}

#frontpage .content-right h2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
}

#frontpage .content-right h3 {
  color: #fff;
  margin-bottom: 3px;
}

#frontpage .content-right h3 a {
  font-size: 12px;
  font-weight: normal;
}

#frontpage .article .img-left {
  float: left;
  width: 40px;
  margin-right: 10px;
  overflow: hidden;
}

#frontpage .article .txt-right {
  float: right;
  width: 275px;
}

#frontpage .article .txt-left {
  float: left;
  width: 275px;
  margin-right: 10px;
}

#frontpage .article .img-right {
  float: right;
  width: 40px;
  overflow: hidden;
}

/* ---------- Content template with wide main area and right column ---------- */

#main-content-wide {
  width: 100%;
  overflow: hidden;
}

#main-content-wide-left {
  float: left;
  width: 747px;
  padding-right: 25px;
}

#main-content-wide-left h1 {
  margin-bottom: 20px;
}

#main-content-wide-left .body {
  margin-bottom: 20px;
}
/* ---------- Content template with main area ---------- */
#main-content-wide #wide-wrapper {
float: left;
width: 1000px;
}

#main-content-wide #wide-wrapper #main-content,
#main-content-wide #wide-wrapper #breadcrumb {
margin-left: 0;
width: 980px;
}

/* ---------- Content template with left menu, main area and right column ---------- */

#wrapper {
  min-height: 274px;
  overflow: hidden;
  background: url(img/bg_content.png) no-repeat top right;
}

#left {
  float: left;
  width: 240px;
  background: url(img/bg_left-nav.png) repeat-x;
  min-height: 131px;
}

.nav-left {
  padding: 15px 5px 5px 20px;
}

.nav-left ul li ul {
  padding: 0;
}

.nav-left li.level-1 a {
  font-size: 13px;
}

.nav-left li.level-1 {
  padding-bottom: 10px;
 list-style-type: none;
}

.nav-left li.menudec a,
.nav-left li.first {
  font-weight: bold;
}  

.nav-left li.level-2 {
  margin: 5px 0 0 10px;
  list-style-type: none;
}

.nav-left li.level-2 a {
  font-size: 12px;
  font-weight: normal;
}

.nav-left li.level-3 {
  margin: 10px 0 0 10px;
  list-style-type: none;
  display: none;
}

.nav-left li.level-3 a {
  font-size: 11px;
  font-weight: normal;

}

.nav-left li.level-3 a{
font-weight: normal;
}
.nav-left li.level-2.selected li.level-3,
.nav-left li.level-2.subselected li.level-3,
.nav-left li.level-3.selected {
  display: block;
}

.nav-left a,
.nav-left li.selected li a {
  text-decoration: none;
  color: #fff;
}

.nav-left li.selected a {
  color: #af9c3d;
}

.nav-left a:hover,
.nav-left li.selected li a:hover  {
  text-decoration: underline;
}

.editor-tools {
  margin-top: 30px;
}

#main-content {
  float: left;
  width: 730px;
  margin-left: 30px;
}

#breadcrumb {
  float: left;
  width: 715px;
  margin: 0 0 20px 30px;
  font-style: italic;
  font-size: 10px;
}

#breadcrumb a {
  text-decoration: none;
}

#main-content p, #main-content-wide p {
  margin-bottom: 10px;
}

#main-content-left {
  float: left;
  width: 502px;
}

.toptext {
  padding-bottom: 10px;
  margin: 0 10px 15px 0;
  font-weight: bold;
}

.toptext h2 {
  padding-bottom: 10px;
}

.toptext .body {
  font-weight: normal;
  margin-top:0;
  padding-top:0;
}

.toptext.line {
  border-bottom: 1px solid #999;
}

.mainarticle .summary {
  font-weight: bold;
  margin: 20px 0 15px 0;
}

.article-footer {
  clear: left;
  padding-top: 10px;
  color: #999999;
}

.social-links {
  text-align: right;
}

.social-links span {
  margin-left: 10px;
}

.article {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.article h2 {
  padding-bottom: 5px;
}

.article .img-left {
  float: left;
  width: 70px;
  margin: 3px 10px 0 0;
  overflow: hidden;
}

.article .txt-right {
  float: right;
  width: 420px;
}

.article .txt-left {
  float: left;
  width: 420px;
  margin-right: 10px;
}

.article .img-right {
  float: right;
  width: 70px;
  overflow: hidden;
}

.nav-links {
  margin-top: 10px;
}

.nav-links img {
  vertical-align: middle;
}

.nav-links img.nav-back {
  margin-right: 5px;
}

.nav-links img.nav-forward {
  margin-left: 5px;
}

.documentList ul li {
  padding-bottom: 5px;
  list-style-type: none;
}

.ReportList .document {
  width: 300px;
  vertical-align: top;
}

.ReportList .ingress {
  padding-left: 20px;
}

#main-content-right {
  float: left;
  background: url(img/bg_right-nav.png) repeat-x;
  background-color: #262b34;
  width: 195px;
  margin: 0 3px 0 30px;
}

.section-right {
  clear: both;
  margin: 10px 5px 10px 10px;
}

.section-right h3 {
  padding-bottom: 3px;
}

.section-right .image {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.section-right .document {
  list-style-type: none;
}

.section-right .name {
  font-size: 11px;
}

.section-right .description {
  font-size: 10px;
}

.section-right a {
  text-decoration: none;
}

.section-right a:hover {
  text-decoration: underline;
}

.section-right .article {
  clear: left;
  padding-top:10px;
}

.section-right .article h3 {
  padding-bottom: 3px;
}
/* ---------- Viewmsg ---------- */

#viewmsg .summary {
  font-weight: bold;
  margin: 20px 0 15px 0;
}

/* ---------- Contact ---------- */

#officeLocations {
  float: left;
  width: 715px;
  margin-left: 30px;
}

#officeLocations .navigation {
  float: left;
  width: 715px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

#officeLocations .navigation .nav-location {
  background: url(img/bg_contact.png) repeat-x;
  height: 29px;
  width: 250px;
  margin-bottom: 30px;
  border: none;
  color: #fff;
}

#officeLocations .navigation .nav-location option {
  background-color: #c6c5ba;
  padding: 5px;
  color: #04293b;
  border-bottom: 1px solid #999;
}

#officeLocations .locations {
  float: left;
  width: 225px;
  margin-right: 10px;
}

#officeLocations .locations h2 {
  padding-bottom: 5px;
}

#officeLocations .locations .url {
  padding-bottom: 5px;
}

#officeLocations .locations .url a {
  text-decoration: none;
}

#officeLocations .employees {
  clear: left;
  float: left;
  margin-top: 20px; 
}

#officeLocations .employees h2 {
  background: url(img/bg_contact.png) repeat-x;
  height: 29px;
  width: 700px;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 0 5px;
  margin-bottom: 10px;
}

/* ---------- Likningsverdier ---------- */
#likning {
  margin-right: 10px;
}

#likning h2 {
  border-bottom: 1px solid #999;
  padding: 5px;
}

#likning .article {
  border: 1px solid #999;
  padding: 0;
  margin-bottom: 20px;
}

/* ---------- Contact - Personliste ---------- */

#personList .image {
  clear: left;
  float: left;
  margin-right: 20px;
  width: 70px;
  padding-bottom:20px;
}

#personList td {
  vertical-align: top;
}

#personList .name {
  font-weight: bold;
  width: 200px;
}

#personList .occupation {
  height: 70px;
}

#personList .description {
  width: 410px;
  padding-left: 10px;
}

/* ---------- Mal med venstremeny og 1 kolonne ---------- */

#wide-wrapper .articlelinks {
  border-top: 1px solid #999;
  padding-top: 15px;
}

#wide-wrapper .articlelinks h2 {
  padding-bottom: 5px;
}

#wide-wrapper .articlelinks h2 a {
  font-size: 12px;
  text-decoration: none;
}

/* ---------- Sitemap ---------- */

.sitemap-columns {
  width: 100%;
  overflow: hidden;
}

.sitemap-column {
  float: left;
  width: 45%;
}

.sitemap, .sitemap ul {
  list-style-type: none;
}

.sitemap li.level-2 {
  background: url(img/bg-sitemap-level-2.gif) no-repeat;
}

.sitemap li.level-3 {
  background: url(img/bg-sitemap-level-3.gif) no-repeat;
}

.sitemap li.level-2 a {
  margin-left: 25px;
}

.sitemap li.level-3 a {
  margin-left: 50px;
}

.sitemap li a {
  color: #fff;
  padding-left: 22px;
  background: url(img/bg-sitemap-link.gif) no-repeat;
}

.sitemap li a.last {
  background: url(img/bg-sitemap-link-last.gif) no-repeat;
}

.sitemap li.last li.level-2 {
  background: none;
}

.sitemap li.last li.level-3 {
  background: url(img/bg-sitemap-level-2.gif) no-repeat;
}

.sitemap li.last li.level-2 li.level-3 {
  background: url(img/bg-sitemap-level-3-last.gif) no-repeat;
}

.sitemap li.last li.last li.level-3 {
  background: none;
}

/* Look and feel of select box */
.selectbox
{
  display : block;
  text-align:left;
  background: url(img/bg_contact_dropdown.png) right;
  cursor: pointer;
  height: 29px;
  width: 247px;
  border: none;
}

.selectbox ul {
  list-style-type: none;
}


/* ---------- Morningstar ---------- */

#fondselector {
  float: left;
  margin-left: 30px;
}

.fond {
  float: left;
  margin-left: 30px;
}

#oversiktFond {
  padding-bottom: 15px;
}

#oversiktFond th {
  padding-right: 15px;
  text-align: left;
}

#oversiktFond td {
  padding-right: 15px;
}

#oversiktFond .verdi,
#oversiktFond .ytd,
#oversiktFond .aar {
  text-align: right;
}

#oversiktFond .navn {
  width: 200px;
}

#oversiktFond .dato {
  width: 70px;
}

#oversiktFond .verdi {
  width: 70px;
}

#oversiktFond .ytd {
  width: 80px;
}

#oversiktFond .aar {
  width: 80px;
}