/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */


/*** Forum formatting (by -Algorithm & -Splaka) ***/

.forumheader { 
     border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new { 
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
     center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}


/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaa solid;
   border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
   border: 1px #aaa 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;
   font-weight: bold;
}

== Hoofdpagina == 
Onderstaande wijzigingen zijn noodzakelijk voor de layout van de nieuwe hoofdpagina
<pre>*/
/* Tonen van de borders voor Internet Explorer */
.BGorange1 {
 background-image: url(http://images.wikia.com/gta/nl/images//0/02/BGorange1.jpg);
 background-repeat: repeat-x
}

.BGorange2 {
 background-image: url(http://images.wikia.com/gta/nl/images//a/a7/BGorange2.jpg);
 background-repeat: repeat-x
}

.PPcornerTop { background-image: url(); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}

.PPcornerBottom { background-image: url(); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}

body.page-Hoofdpagina h1.firstHeading { display: none; }
/*</pre>

/* </pre> */