/* Gli stili CSS inseriti qui si applicano a tutte le skin */

/* prettytable */
table.prettytable {
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
}
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.prettytable caption {
    font-weight: bold;
}
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #000;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#cccccc;     /* Background color */
}
.navbox-title, table.navbox th {
  background:#999999;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#f1f1f1;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#f1f1f1;     /* Level 3 color */
}
.navbox-even {
  background:#cccccc;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
}
@media print {
    .navbox {
        display: none;
    }
}

/* Larghezza (poll automatica e no bordo) */
.poll { border:none !important; }

div.ajax-poll { 
        width:auto !important; 
        border:none !important;
}

/* Highlight per le note */
 
ol.references > li:target {
 background-color: #DEF;
}
 
sup.reference:target {
 background-color: #DEF;
}

/* Hide the first Heading (pagina principale) */
.page-Team_Ninja_Wiki .firstHeading { display: none; }