/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #000000;
    border: 1px solid #4c4e51;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px solid #4c4e51;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
  background:#19191A url(./skins/hermes/images/cell.gif) top left repeat-x;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
 	background:#19191A;    
    font-weight: bold;

}

/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #4c4e51;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
  background: #000000;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (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: #000000;     /* Background color */
}
.navbox-list {
  border-color: #000000;   /* Must match background color */
}
.navbox-title,
table.navbox th {
  background:#19191A url(./skins/hermes/images/cell.gif) top left repeat-x     /* Level 1 color */; 
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #19191A;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #242425;     /* Level 3 color */
}
.navbox-even {
  background: #19191A;
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}

.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}                          /* so they need to be the same width.         */


/* Special:SpecialPages styling */
h4.mw-specialpagesgroup {
	background: #000000; 
	padding: 2px;
	margin: .3em 0em 0em 0em;
}

.mw-listgrouprights-table {
	background: #000000;
	border: 1px solid #4c4e51;
}

/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #242425;   /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img, 
.nochecker .gallerybox .thumb img {
    background: white;
}