/* 
***********************************************************
* Elements or classes CAN NOT start with a digit          *
* IE processes this correctly, FireFox ignores the values *
* Ludo                                                    *
***********************************************************
*/

/* Style for Prikbord on 7325Home and team pages ----------------------- */
#Prikbord {
	width: 214px;
	text-align: left;
	vertical-align: top;
	v-align: top;	
	font-family: Arial,Helvetica,sans-serif;
 } 

td.PrikbordH {
	height: 20px;
	background-color: transparent;
	background: url(../afbeeldingen/PrikbordTop.gif); 
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 11.5pt;
 } 

td.PrikbordB {
	height: 20px;
	background-color: transparent;
	background: url(../afbeeldingen/PrikbordBot.gif); 
	text-align: center;
	font-size: 12.5pt;
 } 

td.PrikbordL {
	width: 134px;
	height: 20px;
	color: blue;
	background-color: rgb(213,228,242);
	text-align: left;
	vertical-align: top;
	v-align: top;	
	font-size: 9.5pt;
	border-bottom: 1px solid silver;
 } 

td.PrikbordR {
	width: 80px;
	height: 20px;
	color: blue;
	background-color: rgb(213,228,242) ;	
	text-align: right;
	font-size: 9.5pt;
	border-bottom: 1px solid silver;
 } 

td.PrikbordC {
	height: 20px;	
	color: blue;
	background-color: rgb(213,228,242);	
	text-align: left
	vertical-align: top;
	font-size: 9.5pt;
	border-bottom: 1px solid silver;
 } 
/* Without border bottom ----------------------- */
td.PrikbordL0 {
	width: 134px;
	height: 20px;
	color: blue;
	background-color: rgb(213,228,242);
	text-align: left;
	vertical-align: top;
	v-align: top;	
	font-size: 9.5pt;
	border-bottom: 0px solid silver;
 } 

td.PrikbordR0 {
	width: 80px;
	height: 20px;
	color: blue;
	background-color: rgb(213,228,242) ;	
	text-align: right;
	font-size: 9.5pt;
	border-bottom: 0px solid silver;
 } 

td.PrikbordC0 {
	height: 20px;	
	color: blue;
	background-color: rgb(213,228,242);	
	text-align: left
	vertical-align: top;
	font-size: 9.5pt;
	border-bottom: 0px solid silver;
 } 
