/* Algemeen */
a {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
body {
	background-color: #FCFBE9;
} 

/* Dit gaat over de infoflash-pagina */
table.picasso {
	border-style: solid;
	border-color: #C2AB90;
	border-width: 1px;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
/* We have to override this setting, otherwise everything in the picasso's is big font size */
table.picasso td.picasso {
	border-style: solid;
	border-width: 1px;
	border-color: #C2AB90;
	width: 14%;
	height: 10%;
	text-align: center;
	font-family: Verdana;
	font-size: 25px;
}
table.picasso td.red { background-color: #FF7169; } /* rood */
table.picasso td.yellow { background-color: #00FF69; }  /* geel */
table.picasso td.orange { background-color: #FF9E35; } /* oranje */
table.picasso td.blue { background-color: #74FFF4; }  /* lichtblauw appelblauwzeegroen */
table.picasso td.green { background-color: #AEFF5D; } /* groen */
table.picasso td.purple { background-color: #FF81E5; } /* paars */

.lichtrood { background-color: #FFB7B3 }
.lichtgroen { background-color: #D6FFAD }
.lichtappelblauwzeegroen { background-color: #BAFFFA }
.lichtblauw { background-color: #99CCFF }
.lichtgeel { background-color: #FEFFB3 }
.lichtbruin { background-color: #FFCE99 }
.lichtpaars { background-color: #FFBFF2 }


td.nieuwsvandeweek {
	border-style: solid;
	border-color: #C2AB90;
	border-width: 1px;
	width: 100%
}
td.vakje {
	border-style: solid;
	border-width: 1px;
	border-color: #C2AB90;
	text-align: center;
	font-family: serif;
	font-size: 20px;
	height: 200px;
	width: 33%;
}
td.tentoonstellingvandeweek, td.websitevandeweek, td.museumvandeweek, td.artfairvandeweek  {
	border-style: solid;
	border-color: #C2AB90;
	border-width: 1px;
	width: 100%;
	font-weight: normal;
}

/* Dit gaat over de webcampagina */
body.webcam table {
	border-style: solid;
	border-color: #C2AB90;
	border-width: 1px;
	width: 100%;
	height: 100%;
}
body.webcam table td {
	font-family: arial;
	border-style: solid;
	border-width: 1px;
	border-color: #C2AB90;
	width: 14%;
	height: 18%;
	text-align: center;
}
body.webcam td.vakje30 { background-color: #FF7169; } /* rood */
body.webcam td.vakje01 { background-color: #FEFF69; } /* geel */
body.webcam td.vakje53 { background-color: #FF9E35; } /* oranje */
body.webcam td.vakje44 { background-color: #74FFF4; } /* lichtblauw appelblauwzeegroen */
body.webcam td.vakje25 { background-color: #AEFF5D; } /* groen */
body.webcam td.vakje56 { background-color: #FF81E5; } /* paars */

body.webcam td.vakje01 { 
	font-weight: bold;
	font-size: 20px;
} 
body.webcam td.vakje05 { 
	font-size: 15px;
} 
body.webcam td.vakje10 { 
	height: 20px;
} 
body.webcam td.vakje34 { 
	font-size: 15px;
} 

/* Dit gaat over de FicArt */
body.ficart blockquote {
	font-family: arial;
}
body.ficart table {
	border-style: solid;
	border-color: #C2AB90;
	border-width: 1px;
	width: 100%;
	/* height: 100%; */
}
body.ficart table td {
	border-style: solid;
	border-width: 1px;
	border-color: #C2AB90;
	/*height: 11%;*/
	width: 12%;
	/* text-align: center; */
}
span.overkunstenaar {
	text-align: left;
}
body.ficart td.vakje00 { background-color: #FF81E5; } /* paars */
body.ficart td.vakje01 { background-color: #FEFF69; } /* geel */
body.ficart td.vakje02 { background-color: #FF7169; } /* rood */
body.ficart td.vakje04 { background-color: #FF9E35; } /* oranje */
body.ficart td.vakje03 { background-color: #74FFF4; } /* lichtblauw appelblauwzeegroen */
body.ficart td.vakje05 { background-color: #AEFF5D; } /* groen */

