@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mies.scholieren.com") {
/* forum.scholieren.com gele stylesheet.
 * Op een of andere manier moet dit dan gebruikt worden ter vervanging van
 * de nieuwe wit-met-grijs-en-paars-en-roze s.com stijl..
 * 
 * (c) 2007, bartjenl
 * 
 * Donaties zijn welkom.
 * 
 */       

/* Goede achtergrondkleur */
body {
  background-color: #ababab !important;
  color: #000000 !important;
}

/* Linkjes */
a, a:link {
  color: #0000cc !important;
  text-decoration: none !important;
}

a:visited {
	color: #000090 !important;
	text-decoration: none !important;
}

a:active {
	color: white !important;
	text-decoration: none !important;
}

a:hover {
	color: white !important;
	text-decoration: none !important;
}

/* Al die overhead aan de bovenkant weg */
#logo, #breadcrumb, #header {
  display: none !important;
}

/* Nog meer goede achtergrondkleur en geen gekke randjes! */
#container, #outer3, #inner3, .page {
  background-color: #ababab !important;
  border: none !important;
}

/* We doen alleen aan mooie kleurtjes, geen achtergrondplaatjes */
td {
  background-image: none !important;
}

/* Dit verwijdert de categorie-titels op de frontpage. Ik kan van die 
 * categorietitels geen kleuren aanpassen, dat is Flash. Mocht je ze toch
 * willen zien, haal de volgende regels dan maar weg. */
.sIFR-flash {
  display: none !important;
}

/* tborder is de grote tabel, de hele inhoud zeg maar. De standaard 
 * achtergrondkleur hiervan is lichtgeel. */
.tborder {
  background-color: #eac840 !important;
  background-image: none !important;
  border: none !important;
  color: #000000 !important;
}

/* Plaatjes? Neh! */
/*.tborder img {
  display: none !important;
}*/

.noborder img {
  display: none !important;
}

td.plus a, td.plus a:link, td.plus a:visited {
  color: #0000cc !important;
}

/* Categorie-balken op de frontpage.. kleurtje oranje! */
.tborder .tcat {
  background-color: #ff981f !important;
  background-image: none !important;
  color: #000000 !important;
  border: none !important;
}

/* De achtergrond goed */
.tborder .forumhome_status {
	background-color: inherit !important;
}

/* Quickreply */
.panelsurround, .panel, .vBulletin_editor, fieldset, legend {
  background-color: #fad850 !important;
  border: none !important;
  color: #455c92 !important;
}

/* De oneven kolommen (of de even, wat jij wil).. iig lichtgeel! */
.alt1, .alt1Active {
  background-color: #eac840 !important;
  color: #000000 !important;
}

/* En de even (of oneven), donkergeel */
.alt2, .alt2Active {
  background-color: #fad850 !important;
  color: #000000 !important;
}

.signature {
  color: #455c92 !important;
}

.tcatsolid {
  background-image: none !important;
  background-color: #ababab !important;
  border: none !important;
}

/* Blauwe tabelhoofden en tabelvoeten */
.thead, .tfoot {
  background-color: #455c92 !important;
  background-image: none !important;
  color: #fad850 !important;
}

.thead a, .thead a:active, .thead a:link, .thead a:visited,
.tfoot a, .tfoot a:active, .tfoot a:link, .tfoot a:visited {
  color: #fad850 !important;
}

.vbmenu_control {
  background-image: none !important;
  background-color: #ababab !important;
}

.vbmenu_control a {
  padding-left: 5px !important;
}

.vbmenu_control a:link {
  color: #0000cc !important;
  text-decoration: none !important;
}

.vbmenu_control a:hover {
	color: white !important;
	text-decoration: none !important;
}

.vbmenu_control a:visited {
	color: #000090 !important;
	text-decoration: none !important;
}

.vbmenu_control a:active {
	color: white !important;
	text-decoration: none !important;
}

/* Highlight van woorden bij het zoeken: rood */
.highlight { color: #ff0000 !important; }

/* Highlights van het menu, onMouseOver-effects: geel */
.vbmenu_hilite { background-color: #fad850 !important; }

}