/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */

a {
	text-decoration: none;
}

a {
	color: #00CCFF;
	text-decoration: none;
}

ul {
	padding-left: 15px;
}

#wikitext a:hover {
	background: black;
	color: #00CCff;
	padding: 0 2px 0 2px;
}
.footer a:hover {
	background: black;
	color: #00CCff;
	padding: 0 2px 0 2px;
}


body {
	margin: 0px;
	padding: 0px;
  /* background-color:#f7f7f7; */
	font-family:Arial,Helvetica,sans-serif; font-size:11px;
	color: #666666;
	background-image: url("background-image.gif");
/* 	background: #e8e8e8; */
/* 	background-repeat: no-repeat; */
	background-color: #e8e8e8;
}

table#main {
/* 	border: 1px solid black; */
	margin-top: 0px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	margin-bottom: 50px;
	background-color: #e8e8e8;
}
table td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#header {
	padding-bottom: 4px;
}
#header img {
	border-bottom: 1px solid white;
}

td#search {
/* 	height: 50px; */
	padding-bottom: 30px;
}
td.leftcolumn {
	padding-left: 20px;
	padding-right: 50px;
	width: 130px;
}
td.rightcolumn {
	padding-right: 20px;
}
div#search {
	background: #D1D2D4;
/* 	width: 100%; */
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#search a {
	color: #666666;
}
.searchbox {
	background: white;
	border: none;
	font-size: 9px;
	width: 65px;
}
.searchbutton {
	border: none;
	font-size: 9px;
	color: #666666;
	background: none;
}

/* WIKILEFT IS THE MENU ON THE LEFT */

.vspace {
	padding-top: 6px;
	margin: 0px;
}

div.pagegroup {
	display: none;
}
#leftmenubar {}
#leftmenubar ul a {
	background: #00CCFF;
	color: white;
	display: block;
	width: 100%;
	padding: 1px 0 1px 2px;
}
#leftmenubar ul a:hover {
	background: black;
	color: #00CCff;
}
#leftmenubar ul { list-style:none; padding:0px; margin:0px; }
/* The blue buttons in the left column */
#leftmenubar li { margin: 0px; margin-bottom: 15px;}

#wikicmds {
/*   display: none; */
	float:right;
	white-space:nowrap; 
	font-size:9px; 

}
#wikicmds a {
	background: #99CC1B;
	text-decoration:none;
	color:white;
	border:none;
	padding-left: 2px;
	padding-right: 2px;
}
#wikicmds a:hover {
	background: black;
	color: #99CC1B;
}
/* style for edit link in sidebar is like wikicmds above */
.sidebar_edit a {
	background: #99CC1B;
	text-decoration:none;
	color:white;
	border:none;
	padding-left: 2px;
	padding-right: 2px;
}
.sidebar_edit a:hover {
	background: black;
	color: #99CC1B;
}

/* wiki text is the div that contains the main page contents
(appears in td.rightcolumn) */
/* both #leftmenubar & #wikitext get bottom padding to ensure that the footer has some space above it */
#leftmenubar {
	padding-bottom: 40px;
}
#wikitext {
	padding-bottom: 40px;
}
td.footerline {
	border-top: 1px solid white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
/* shift the license icons down a bit */
td#leftcolumn_footer {
	padding-top: 10px;
}
.footer {
	padding-bottom: 10px;
}
h1 {
	margin-top: 0px;
}

h1, h2, h3 {
	font-family: Times New Roman, Times, serif;
	text-transform: uppercase;
	font-weight: normal;
}
h1 { font-size:16px; }
h2 { font-size:16px; }
h3 { font-size:16px; }


.opmerkingen {
	font-family: Times New Roman, Times, serif;
	color: #999999;
	font-style: italic;
}

hr {
	border: 1px solid white;
}

/* style used for the "second column" right-aligned insert of an image, etc. */
.col2 {
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
}

img.fileicon {
	vertical-align: middle;
	margin-right: 5px;
}

div.diffbox {
	width: auto !important;
}
