/* CSS placed here will affect users of the Monobook skin */

.clear_columns { content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden; border: 0; padding: 0; margin: -2em 0 0 0; }

/* Makes redirects appear in italics on [[Special:Allpages]] */
.allpagesredirect { font-style: italic; }

/* 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; }

/* nice boxes */

.mybox { display:block; margin: 0 0 1em 0; padding: 0.3em 1em; background: #f8f8f8; border: 1px #ddd solid; border-left: 8px #ddd solid; }
.blue { background: #F7F8FF; border-color: #8888AA; }
.green { background: #F9FFF7; border-color: #8AAA88; }
.violet { background: #faf5ff; border-color: #ddcef2; }
.red { background: #fee; border-color: #fcc; }

/* iLiad Software wishlist */
#iLiad strike { color: #999999; text-decoration: none; border-left: 15px solid green; padding-left: 4px; }
#iLiad span.planned { color: black; text-decoration: none; border-left: 15px solid yellow; padding-left: 4px; }
#iLiad span.forgetit { color: black; text-decoration: none; border-left: 15px solid red; padding-left: 4px; }
#iLiad span.user { color: black; text-decoration: none; border-left: 15px solid blue; padding-left: 4px; }