table{
	width:635px;
}
	table td{
		padding-left:10px;
		padding-right:10px;
	}
		table td.center{
			text-align:center;
		}
		table td.td_no_padd{
			padding-left:0px;
		}
		table td.functie{
			width:100px;
		}
		table td.naam{
			width:100px;
		}
		table td.adres{
			width:250px;
		}
		table td.tel{
			width:130px;
		}
		table td.email, table td.beker{
			width:20px;
		}
		
		table td.thuis, table td.bezoekers{
			width:150px;
		}
		
	
	table th{
		cursor:pointer;
		padding-left:10px;
		padding-right:10px;
	}
	table th.center{
		text-align:center;
	}
	table th.datum{
		width:6em;
	}
	table th.teams{
		width:30em;
	}
		
	table tr{
		height:30px;	
	}
	thead{
		background-color:#060;
		color:#fff;
	}
	tbody tr.even{
		background-color:#dcefc9;
		color:#060;
	}
	tbody tr.odd{
		background-color:#a2ca8b;
		color:#060;
	}
	tfoot{
		background-color:#060;
		color:#fff;
	}

	table#tblClubs {
		font-size: 12px;
		width: 600px;
	}
		table#tblClubs th {
			text-align: left;
			padding: 5px;
			
		}
		table#tblClubs tfoot th{
			padding-left:30px;
			padding-top:8px;
			height:auto;
		}
		
		table#tblClubs th.header {
			padding-left: 30px;
			padding-top: 8px;
			height: auto;
		}
		table#tblClubs th.headerSortUp {
			background-image: url(../afbeeldingen/asc.png);
			background-repeat: no-repeat;
		}
		table#tblClubs th.headerSortDown {
			background-image: url(../afbeeldingen/desc.png);
			background-repeat: no-repeat;
		}
	
	table.club tr td{
		vertical-align:top;
	}

img{
	border:none;
	display:inline;
}

span.small{
	font-size:10px;
	color:#999;
}
span.top{
	font-size:10px;
	float:right;
}


div.link_div{
	width:100%;
	margin-bottom:10px;
	clear:both;
	float:left;
}
	div.link_img{
		float:left;
		width:40px;
		height:40px;
		text-align:center;
	}
div.link_text{
		float:left;
		padding-left:10px;
}
div.link_cat{
	clear:both;
	margin-top:10px;
}
	div.link_cat h2{
		margin-bottom:10px;
	}
	

p.file{
	margin-bottom:10px;
	vertical-align:middle;
}
	p.file a img{
		border:none;
		padding:0 10px 0 10px;
	}
	

div.fotoalbum{
	float:left;
	width:156px;
	height:220px;
	padding: 0px 30px 0px 30px;
}
	div.fotoalbum p{
		font-weight:bold;
		text-align:center;
	}
div.dialoogvenster{
	text-align:center;
	display:none;
}

input.long{
	width: 550px;
}
img.captchaContact{
	margin-top:-15px;
	margin-right:220px;
	float:right;
}

#formulier{
	display:none;
	width:635px;
}

div.tooltip{
	min-width:10em;
	display:none;
	width: 160px;
	position:absolute;
	border: 1px solid #390;
	background-color:#DCEFC9;
}