/*<pre><nowiki>*/

/* Colorarea numărului caracterelor modificate în lista Schimbărilor Recente */

 .mw-plusminus-pos {
     color: #00aa00; /* verde */
 }
 .mw-plusminus-neg {
     color: #aa0000; /* roşu */
 }
 .mw-plusminus-null {
     color: #888888; /* gri */
 }
 
/* 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;
 }

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaa;
}

 /* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */

.infobox.geography {
   text-align: left;
   border-collapse: collapse;
   line-height: 1.2em; 
   font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
   border-top: solid 1px #aaa;
   padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
   border-top: solid 1px #aaa;
   padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
      border: 0;
      padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
   border-top: 0;
   border-bottom: solid 1px #aaa;
   padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
      border: 0;
      padding: 0;
}

 /* Style for "notices" */
 .notice {
     text-align: justify;
     margin: 1em;
     padding: 0.2em;
 }

 /* Cutii navigaţie dinamice */

 div.Boxmerge,
 div.NavFrame,
 div.CutieNav  {
         margin: 0px;
         padding: 2px;
         border: 1px solid #aaaaaa;
         text-align: center;
         border-collapse: collapse;
         font-size: 95%;
         clear:both;
 }

 div.Boxmerge div.NavFrame {
         border-style: none;
         border-style: hidden;
 }

 div.CutieNav + div.CutieNav,
 div.NavFrame + div.NavFrame {
         border-top-style: none;
         border-top-style: hidden;
 }

 div.NavPic,
 div.ImgNav {
         background-color: #ffffff;
         margin: 0px;
         padding: 2px;
         float: left;
 }

 div.NavFrame div.NavHead,
 div.CutieNav div.CapNav {
         height: 1.6em;
         font-weight: bold;
         background-color: #efefef;
 }

 div.CutieNav p,
 div.NavFrame p {
         font-size: 100%;
 }

 div.CutieNav div.ContinutNav,
 div.NavFrame div.NavContent {
         font-size: 100%;
 }

 div.CutieNav div.ContinutNav p,
 div.NavFrame div.NavContent p {
         font-size: 100%;
 }

 div.SfarsitNav,
 div.NavEnd {
         margin: 0px;
         padding: 0px;
         line-height: 1px;
         clear: both;
 }

 .ActivareNav,
 .NavToggle {
     font-size: x-small;
     float:right;
 }

/* Cutii navigare fără imprimare */
 
@media print{
	.NavFrame {
		display: none;
	}
	.Boxmerge {
		display: none;
	}
}

/* Sfârşit cutii navigare dinamice */


/* afişare listă note (referinţe) cu font mic  */
ol.references {
   font-size: 100%;
}

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


/* Reliefare note culoare bleu */

ol.references > li:target {
 background-color: #DEF;
}

sup.reference:target { 
  background-color: #DEF;
}

/* Icon Adobe pentru fişiere PDF la legături externe */
/* (în browsere care suportă CSS selectors, cum ar fi Mozilla şi Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}

/* Icon Adobe pentru fişiere PDF la legături externe pentru IE */
span.PDFlink a {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

span.geolink a {
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
}


/* afişare corectă la folosirea folosirea funcţiei preload pentru inputbox */

.editOptions p {display:inline;}

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