/* Common CSS for all skins */

/*<pre><nowiki>*/

/* gør listen over fodnoter/referencer mindre */
ol.references {
   font-size: 100%;
}

.references-small { font-size: 90%;}

/*******************************/
/* wikitable/prettytable class */
/*******************************/

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/*****************/
/* miscellaneous */
/*****************/

/* hiddenStructure class from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
   display: none;
   speak: none;
}

/* audiolink class for links with loudspeaker icon next to them - like in {{Audio}} template */
.audiolink a{
    background: url("http://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

/* bookInfobox-color class - copy to your user CSS to change color */
.bookInfobox-color { background: #f0f0ff; }

/* make redirects appear as italic on [[Special:Allpages]] */
.allpagesredirect {
    font-style: italic
}

/* Choose whether to have AD/BC dates or CE/BCE dates*/

/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
.Use_Default_Date_Convention { display: inline; }
.Use_AD_and_BC { display: none; }
.Use_BCE_and_CE { display: none; }

/* If you want to display AD and BC add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }
*/

/*If you want to display CE and BCE add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:none; }
.Use_BCE_and_CE {display:inline; }
*/

/* Messagebox templates */

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
   text-align: justify;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}

/* Infobox template style */

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

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

.archive-box {
   border: 1px solid #aaaaff;
   background-color: #f2f2f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
   text-align: center;
}

/* Do not print edit link in templates using Template:Ed
   Do not print certain classes that shouldn't appear on paper */
@media print {
    .editlink, .noprint, .metadata, .dablink, #top-navigation, .toc, .bookInfobox, .catlinks, .subpages,
    #privacy, #about, #disclaimer
    { display: none !important; }
    a { margin: auto 1px; }
}

@media screen, projection {
    .printonly { display: none !important; }
}

/* Remove padding from external links displayed without icon */
.plainlinks, .plainlinks a {background: none !important; padding: 0 ! important;}
.plainlinks .urlexpansion {display: none !important;}
.plainlinks a.external.text:after {display: none !important;}
.plainlinks a.external.autonumber:after {display: none !important;}

/*Default style for the PrettyTextBox class of templates*/
.PrettyTextBox {
    background-color: #F9F9F9; 
    color: #000000; 
    border: 1px solid #AAAAAA;
    padding: 4px; 
}

/*****
** Bytecounter colours
*****/ 
 strong.mw-plusminus-neg
   {
   color: #c00;
   }

 span.mw-plusminus-neg
   {
   color: #900;
   }

 span.mw-plusminus-pos
   {
   color: #060;
   }


/*</nowiki></pre>*/