/*
 sylesheet bruin , test oke
---- bruin ---------
*/
/* de achtergrond +_algemeen */
BODY{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color: #FFE4AF;	
margin-left : 20px;
margin-right : 20px;
}
TABLE.markupTable TD{
  vertical-align: top;
}
/* tabel kop */
.head{
  width: 100%;
  height: 13pt;
  text-align: center;
  vertical-align: middle;
  background-color : #A08D6B;
  color : black; /* font color kop*/
  font-weight : bold;
  font-size : 12px;
  padding: 0px 5px 0px 0px;
}
/* tabel body */
.body{
	width: 100%;
	text-align: left;
	background-color : #D6BC8D;
	font-size : 12px;
	vertical-align : middle;
	padding: 0px 5px 2px 0px;
}
.image{
  width: 100%;
  text-align: center;
  vertical-align : middle;
  padding: 0px 0px 0px 0px;
}
/* eigen text area */
.html{
  width: 100%;
  text-align: center;
  vertical-align : top;
  font-size : 13px;
}
/* texten in tabel */
A.dark{
	text-decoration: none;
	color: #660000;
	font-size: 12px;
}
A.dark:hover{
	text-decoration: underline;
	color: #660000;
	font-size: 12px;
}
/* deze is niet gebruikt*/
A.smallDark{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
A.smallDark:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
}
TBODY TD.small{
	color: #000000;
	font-size: 10px;
	text-align: center;
}
TBODY TD.title{
	font-size : 30px;
	font-weight : bold;
	text-align : center;
}
/* links -in- pagina */
A{
	color: #0000FF;
	text-decoration: none;
	font-size: 10px;
}
A:hover{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.grey{
  text-decoration: none;	
	color: #CDCDCD;	
	font-size: 10px;
}
/* stats.php */
TD.header{	
	text-align: center;	
	background-color : #000099;	
	color: White;	
	font-weight : bold;
	vertical-align : middle;
  font-size: 14px;
}

TD.cell {
	text-align: center;
	background-color : #6495ED; 
	font-size : 13px;
	vertical-align : middle;
}
TD.lcell {
	text-align: center;
	background-color : #00CFFE;
	font-size : 13px;
  vertical-align : middle;
}
.center{
	text-align: center;
}

a.link {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 13px;
}
a.link:hover {
	color: #FFFFFF; 
	font-size: 13px;
}
/* 
* suggest.php:
*/
.suggestTitle{
	font-size : 30px;
	font-weight : bold;
	text-align : left;
}
.suggestCell {
	text-align: center;
	background-color: #6495ED; 
	font-size: 12px;
	vertical-align: middle;
}
.suggestHeader{	
	text-align: center;	
	background-color : #000099;	
	color: White;	
	font-weight: bold;
	vertical-align: middle;
  font-size: 14px;
}
