/* 
***********************************************************
* Elements or classes CAN NOT start with a digit          *
* IE processes this correctly, FireFox ignores the values *
* Ludo                                                    *
***********************************************************
*/

a:link {
	background-color: transparent;
	color:            black;
	text-decoration:  underline;
}
a:visited {
	background-color: transparent;
	color:            black;
	text-decoration:  underline;
}
a:hover {
	background-color: #FFFFFF;
	color:            black;
	cursor:           hand;
	text-decoration:  none;
}
a:active {
	background-color: #003399;
	color:            black;
	cursor:           pointer;
	text-decoration:  underline;
}

.linklezen
 {
 	font-size: 7.5pt;
/* 	color: red; */
 }

select  /* colors for drop down list */
 {
	background-color: white;
	color: blue;
	font-size: 9.5pt
 }

html {
	padding-top:    0;
	padding-right:  0;
	padding-bottom: 0;
	padding-left:   0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
 
body {
	padding-top:    6px;
	padding-right:  8px;
	padding-bottom: 8px;
	padding-left:   5px;
	margin-top:     8px;
	margin-right:   8px;
	margin-bottom:  8px;
	margin-left:    5px;
	background-color: #2222CC; 
	background-image: url(../afbeeldingen/background.jpg);

/*	http://www.iconico.com/CSSScrollbar/ */
	scrollbar-base-color: blue; 
	scrollbar-DarkShadow-Color: black; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #0075E2;
	scrollbar-face-color: #437AF9;
	scrollbar-track-color: #D5F0F2;
}

#7325main /* Has to be removed later, starts with digit */
 {
	text-align: left; 
/*	width: 984px; */
	height: 500px;
	border-collapse: collapse;
	border-spacing: 5px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
/*	border: 4px #ff00ff ridge; */
 } 
 
#Main
 {
	text-align: left; 
/*	width: 984px; */
	height: 500px;
	border-collapse: collapse;
	border-spacing: 5px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
/*	border: 4px #ff00ff ridge; */
 } 
 
.PgTit {
	font-weight: bold;
 	text-decoration: underline; 
 	font-size: 12pt;
 }
 	
.PgUpd {
 	font-weight: normal; 
 	font-size: 7.5pt;
 } 	



/* Style for left panel on Home Page ----------------------- */
table.HomePanelLeft {
	border:thin blue solid;
} 


/* Style for Messages on 7325Home and 7325Berichten ----------------------- */
table.HomeBericht {
	width: 446px;
	text-align: left;
	border:thin #003399 solid;
	vertical-align: top;	
	font-family: Arial,Helvetica,sans-serif;
} 

td.HomeBerichtHeadL {
	width: 60px;
	height: 18px;
	border-bottom:  1px solid gray;
/*	background-color: rgb(204, 255, 255);  */
	background-color: white;
	color:#5E5E5E;
	font-size: 8.5pt;
/*	text-decoration: underline; */

} 

td.HomeBerichtHeadR {
	width: 386px;
	border-bottom:  1px solid gray;
/*	background-color: rgb(204, 255, 255);  */
	background-color: white;
	font-size: 9.5pt;
	font-weight: bold
/*	text-decoration: underline; */

} 

td.HomeBerichtBodyL {
	height: 40px;
	background-color: white;
	text-align: center;
	vertical-align: top;		
	font-size: 9.5pt;
} 

td.HomeBerichtBodyR
 {
	background-color: white;
	color: blue;
	font-size: 9.5pt;
 } 

#KalKlein{
 	border-style: solid;
 	border-color: #0066CC;
 	margin-left: auto; 
 	margin-right: auto;
 	text-align: center; 
 	font-family: Helvetica,Arial,sans-serif; 
 	font-size: 8.0pt;
}
 
td.KalKleinM {
	width: 12px;
	border-style: solid;
 	border-color: #0066CC;
	color: white ;
	text-align: center;
	font-size: 8.0pt;
	font-weight: normal;
}  
td.KalKleinH {
	width: 12px;
	border-style: solid;
 	border-color: #0066CC;
	color : white;
	text-align: center;
	font-size: 8.0pt;
	font-weight: normal;
} 
td.KalKleinN {
	width: 12px;
	border: 1px solid;
 	border-color: #0066CC;
	color : white;
	text-align: center;
	font-size: 8.0pt;
} 

td.KalKleinY {
	width: 12px;
	border-style: solid;
 	border-color: #0066CC;
	background-color: cyan;
	color : white;
	text-align: center;
	font-size: 8.0pt;
} 

tr.TabHead {
	background-color: blue;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt; 
	font-weight: bold;
} 

tr.TabHeadT {
	background-color: transparent;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt; 
	font-weight: bold;
} 


tr.TabDet {
	background-color: white;
	color: blue;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	vertical-align: top;
} 

tr.TabDetT {
	background-color: transparent;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	vertical-align: top;
} 


tr.TabHead2 {
	background-color: silver;
	color: blue;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt; 
	font-weight: bold;
} 
tr.TabDet2 {
	background-color: white;
	color: blue;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	vertical-align: top;
} 



#Sponsor 
{
	width: 600px;
	border-collapse:collapse;
	border-color:silver;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	margin-left: auto; 
	margin-right: auto;
} 

td.ban td
 {
 } 

td.mar td
 {
 } 


td.SplashSponsHead
 {
 	width: 150px;
 	height: 15px;
 	background-color: rgb(51, 51, 255);
 	color: white;
 	text-align: center; 
 	font-family: Helvetica,Arial,sans-serif;
 	font-size: 9.5pt;
 	font-weight: bold;
 } 

td.SplashSponsImg
 {
 	width: 150px;
 	height: 100px;
 	background-color: white;
 	color: white;
 	text-align: center; 
 	font-family: Helvetica,Arial,sans-serif;
 	font-size: 9.5pt;
 	font-weight: bold;
 } 


td.MenuSpace
 {
 	height: 21px;
 	background-color: rgb(51, 102, 153);
 } 
 
td.c11 
 {
 	width: 154px;
	height: 25px; 
	background-color: #003399; 
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;

 }

td.c11t
 {
 	width: 154px;
	height: 25px; 
/*    	background: url(afbeeldingen\bluesnow.gif); */
	background-color: transparent; 
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;

 }
 
td.c12 
 {
/*	width: 601px; */
	width: 561px;
	height: 25px;
	padding-left: 2px;
	background-color: transparent; 
	color: white;
	text-align: left;
	font-family: Arial;
 }

td.c12t 
 {
	width: 561px;
	height: 25px;
	padding-left: 2px;
/*    	background: url(afbeeldingen\bluesnow.gif); */
	background-color: transparent; 
	color: white;
	vertical-align: top;
	text-align: left;
	font-family: Arial;
 }


td.c13
 {
/*	width: 75px; */
	width: 115px; 
	height: 25px; 
 	background-color: transparent;
 	color: #660000;
	text-align: right; 
	vertical-align : bottom;
 }

td.c13t
 {
	width: 115px; 
	height: 25px; 
/*    	background: url(afbeeldingen\bluesnow.gif); */
 	background-color: transparent;
 	color: #660000;
	text-align: right; 
	vertical-align : top;
 }
  
td.c14
 {
	height: 25px; 
	width: 154px;
   	background-color: #003399;
	vertical-align : top;
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
 }

td.c14t
 {
	height: 25px; 
	width: 154px;
/*    	background: url(afbeeldingen\bluesnow.gif); */
   	background-color: transparent;
	vertical-align : top;
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
 }
 
td.c21 {
/*    	background: url(afbeeldingen\bluesnow.gif); */
  	background-color: #003399;
	vertical-align: top; 
        padding-left: 2px;
        padding-right: 2px;
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
  }

td.c21t {
/*    	background: url(afbeeldingen\bluesnow.gif); */
  	background-color: transparent;
	vertical-align: top; 
	width: 154px;
        padding-left: 2px;
        padding-right: 2px;
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
}

 
td.c22 {
/*    	background: url(afbeeldingen\bluesnow.gif); */
    	background-color: transparent;
	vertical-align: top; 
/*	width: 676px; */
	color: black;
	text-align: left;
	font-family: Arial;
}
  

td.c23 {
     	
/*    	background: url(afbeeldingen\bluesnow.gif); */
    	background-color: #003399;
 	vertical-align: top; 
/* 	width: 154px; */
 	padding-left: 2px;
	padding-right: 2px;
        padding-top: 3px;
 	color: white;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
}

td.c23t {
     	
/*    	background: url(afbeeldingen\bluesnow.gif); */
    	background-color: transparent;
 	vertical-align: top; 
/* 	width: 154px; */
 	padding-left: 2px;
	padding-right: 2px;
        padding-top: 3px;
 	color: white;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
} 

td.c2122
   {
/*    	background: url(afbeeldingen\bluesnow.gif); */
     	background-color: transparent;
 	vertical-align: top; 
 	width: 830px;
}

td.c2223 {
/*    	background: url(afbeeldingen\bluesnow.gif); */
     	background-color: transparent;
 	vertical-align: top; 
 	width: 830px;
 	color: black;
}

td.c212223 {
/*    	background: url(afbeeldingen\bluesnow.gif); */
     	background-color: transparent;
 	vertical-align: top; 
 	width: 984px;
   }

/* footer for every page */
 td.f11 {
	height: 25px; 
	width: 154px;
   	background-color: rgb(51, 102, 153);
	vertical-align : top;
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
 }
 
 td.f14 {
	height: 25px; 
	width: 154px;
   	background-color: rgb(51, 102, 153);
	vertical-align : top;
	color: white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
 }

/* Style for Team Reeksindeling ----------------------- */
#Reeksindeling
 {
	width: 660px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: black;
	padding:25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: black;
 } 

td.Reeksteam
 {
	width: 25%;
	border-color: black;
 } 

td.ReeksProgr
 {
	width: 20%;
	border-color: black;
 } 


.hr0
 {
 	width: 100%;
 	height: 2px; 
 	background: silver ; 
 	color: silver; 
 	border: none;
 }

.hr1
 {
 	height: 2px; 
 	background: blue; 
 	color: blue; 
 	border: none;
 }
 .hr2
 {
  	height: 2px; 
  	background: white; 
  	color: white; 
  	border: none;
 }
 
