/* --- Achtergrondkleur */
body, .itemClicks {
	background-color: #42546f;
}
#edit, #itemDelete,
#overview a.edit, #overview a.delete, #overview a.moveUp, #overview span.moveUp, #overview a.moveDown, #overview span.moveDown
{
	border: 1px solid #42546f;
}
#infoLink {
	color: #aacffb;
}



html, body, table, td, img {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
body, table, td, a {
	color: #aacffb;
}
#kader {
	/*border: 1px solid #5f7c9c;*/
	left: 50%;
	margin-left: -395px;
	margin-top: 20px;
	position: absolute;
	width: 790px;
}
table {
	margin: 0 auto;
}
td {
	text-align: left;
}
td.right, #categories td.right {
	text-align: right;
}
td.center, #categories td.center {
	text-align: center;
}
h4 {
	border-bottom: 1px solid #aacffb;
	font-size: 1em;
	margin-bottom: .6em;
}
.headerRow td {
	font-weight: bold;
	padding-bottom: 1em;
}
a:hover {
	color: #ccc;
}
a#back {
	background: transparent url(../global/arrows.gif) 0 0;
	font-size: 0;
	height: 19px;
	left: 20px;
	position: absolute;
	top: 30px;
	width: 24px;
}
a:hover#back {
	background-position: 0 100%;
}
hr {
	background-color: #5d7a99;
	border: none;
	color: #5d7a99;
	height: 1px;
}
td.label {
	padding-top: .2em;
	text-align: right;
	vertical-align: top;
}
.redText, #editNav a.redText, .redText td, .redText a {
	color: #f00;
}
.greenText, #editNav .greenText {
	color: #0c0;
}
.yellowText {
	color: #ff0;
}
.fade, td.fade {
	color: #5d7a99;
}
.small {
	font-size: smaller;
}
.redText .fade {
	color: #900;
}
.itemClicks {
	border: 1px solid #222;
	display: block;
	font-size: 9px;
	left: 0;
	padding: .3em;
	position: absolute;
	text-decoration: none;
	top: 0;
}
.itemHomepage {
	border-color: #090;
}
img.itemDisplay, #thumbs img.itemDisplay {
	border-color: #900;
}
#thumbs a:hover img.itemDisplay {
	border-color: #f00;
}