/**
 * VSCD ledenlijst css
 * powered by peppered : www.peppered.nl
 *
 */

@import url("base.css");

#alphabetList {
	float: left;
	margin: 0;
	
	width: 100%;
}

#alphabetList li {
	display: block;
	float: left;
	border: 1px solid #990099;
	margin: 0 1px 0 0;
}

#alphabetList a {
	display: block;
	color: white;
	background: #990099;
	padding: 2px 4px;
	line-height: 100%;
}

#alphabetList a:hover,
#alphabetList li.active a {
	background: white;
	color: #990099;
}

#ledenLijst { width: 100%; }

#memberList {
	float: left;
	margin-top: 1.5em;
	width: 100%; 
}

#memberList span.naam {
	float: left;
}

#memberList span.plaats {
	float: right;
	text-transform: uppercase;
}

#memberList li {
	float: left;
	width: 100%; 
}

#memberList a {
	float: left;
	width: 100%; 
}

#memberList a:link span.plaats, #memberList a:visited span.plaats {
	color: black;
}

#memberList a:hover,
#memberList a:hover span.plaats {
	background: #990099;
	color: white;
	text-decoration: none;
}

#downloadLedenlijstAnchor {
	display: block;
	float: right;
}

#ledenlijstTop {
	float: left;
	margin-bottom: 1.5em;
	width: 100%; 
}




/* -- detail -- */

#lid  dl dt {
	width: 10em;
	float:left;
	display: block;
}
#lid dl dd {
	margin-left: 10em;

}
dd.group {
	padding-bottom: 1em;
}

#lid dt {
	display: none;
}



/* -- sorteer form -- */

#formLedenlijstSort {
	float: none;
	float: left;
}

#formLedenlijstSort label, 
#formLedenlijstSort span {
	display: inline;
	float: none;
	/* vertical-align: middle; */
}

#formLedenlijstSort input {
	vertical-align: middle;
}

