/* CSS plassert i denne fila vil gjelde for alle utseender. */
/* Se også: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Merk omdirigeringer i Spesial:Alle_sider og Spesial:Overvåkningsliste */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Gir headers og TOC litt ekstre plass */
h2 {margin-top: 20px;}

.toc {margin-top: 20px;}

/* Sidens standard tabell-klasse */
table.standardtable,
table.standard {
 background:#D0D0D0;
 border:solid 1px #000000;
 border-collapse:collapse;
 }

table.standardtable th, table.standardtable td,
table.standard th, table.standard td {
 background:#D0D0D0;
 border:solid 1px #000000;
 border-collapse:collapse;
 text-align:center;
 }

table.standardtable th,
table.standard th {
 background:#E8E8E8;
 border:solid 1px #000000;
 border-collapse:collapse
 }

table.standardtable caption,
table.standard caption {
 border:solid 1px #000000;
 font-weight:bold;
 }

/* Slutt på standardtabell */



/* Infoboksmal stil */
.infoboks {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infoboks td,
.infoboks th {
   vertical-align: top;
}
.infoboks caption {
   font-size: larger;
   margin-left: inherit;
}
.infoboks.bordered {
   border-collapse: collapse;
}
.infoboks.bordered td,
.infoboks.bordered th {
   border: 1px solid #aaaaaa;
}
.infoboks.bordered .borderless td,
.infoboks.bordered .borderless th {
   border: 0;
}

/* Forumformatering (skrevet av -Algorithm & -Splaka på engelsk versjon) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Nylige endringer - byte indikatorer */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* Fikset bilderamme */
div.tright, div.tleft {
    border: 1px solid silver;
}
div.thumb {
    margin: 2px;
}

div.thumbinner {
    background: inherit;
    border: none;
}
#article div.thumb {
    color:inherit;
}
/* </pre> */