/*standen menu*/

ul#standenmenu {
	float: left;
	/*	width: 800px;*/
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul#standenmenu li {
	display: inline;
}
ul#standenmenu li a {
	float: left;
	width: 60px;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #283a97;
	background: -moz-linear-gradient(top, #283a97 0%, #354BC8 100%);
	background: -webkit-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -o-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -ms-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: linear-gradient(to bottom, #283a97 0%, #354BC8 100%);
	border-right: 2px solid #ffffff;
	line-height: 35px;
	font-weight: bold;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border-bottom: thin solid #FFF;
}
ul#standenmenu li a:hover {
	background: #00486A;
	text-shadow: 1px 1px 1px #000000;
}
ul#standenmenu {
	background-color: #FFF;
}
ul#standenmenu li a.selectcat, ul#standenmenu li a.selectcat:hover {
	background-color: #cccccc;
	background: -moz-linear-gradient(top, #dddddd 0%, #cccccc 100%);
	background: -webkit-linear-gradient(270deg, #dddddd 0%, #cccccc 100%);
	background: -o-linear-gradient(270deg, #dddddd 0%, #cccccc 100%);
	background: -ms-linear-gradient(270deg, #dddddd 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #dddddd 0%, #cccccc 100%);
	border-bottom: thin solid #cccccc;
	color: #000000;
}
ul#standenmenu li a.selectcat:hover {
	text-shadow: 1px 1px 1px #ffffff;
}
ul#standencatmenu {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}
ul#standencatmenu li {
	display: inline;
}
ul#standencatmenu li a {
	float: left;
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #000000;
	background-color: #cccccc;
	background: -moz-linear-gradient(top, #cccccc 0%, #dddddd 100%);
	background: -webkit-linear-gradient(270deg, #cccccc 0%, #dddddd 100%);
	background: -o-linear-gradient(270deg, #cccccc 0%, #dddddd 100%);
	background: -ms-linear-gradient(270deg, #cccccc 0%, #dddddd 100%);
	background: linear-gradient(to bottom, #cccccc 0%, #dddddd 100%);
	border-right: 1px solid #000000;
}
ul#standencatmenu li a:hover, ul#standencatmenu li a.selectcat {
	background: #00486A;
	text-shadow: 1px 1px 1px #000000;
	color: #ffffff;
}
select.rondselect {
	background-color: #F9F9F9;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	border: 1px solid #999;
	outline: none;
	padding: 0 0 0 3px;
	margin: 2px 0 2px 0;
	height: 1.7em;
}
/* keuze blok prestatie per atleet*/
div.keuzeatl {
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 2px 2px 2px 18px;
	width: 800px;
}
div.keuzeatl table tr td {
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: middle;
}
div.keuzeatl table tr td input[type="button"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px solid #AAA;
	-moz-box-shadow: 0 0 2px 2px #ccc;
	-webkit-box-shadow: 0 0 2px 2px #ccc;
	box-shadow: 0 0 2px 2px #ccc;
	font-weight: bold;
}
/* keuze blok statistiek*/
div.keuzestat {
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 2px 2px 2px 18px;
	width: 575px;
}
div.keuzestat table tr td {
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: middle;
}
div.keuzestat input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px solid #AAA;
	-moz-box-shadow: 0 0 2px 2px #ccc;
	-webkit-box-shadow: 0 0 2px 2px #ccc;
	box-shadow: 0 0 2px 2px #ccc;
	font-weight: bold;
}
/* keuze blok */

div.keuze {
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 2px 2px 2px 18px;
	width: 810px;
}
div.keuze table tr td {
	padding-right: 7px;
	width: 200px;
	text-align: left;
	vertical-align: middle;
}
div.keuze table tr td.icon {
	width: 70px;
}
div.keuze table tr td.top {
	width: 105px;
}
div.keuze table tr td.rang {
	width: 185px;
}
div.keuze table tr td.cat {
	width: 245px;
}
div.keuze table tr td.inout {
	width: 144px;
}
div.keuze_loop {
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 2px;
	width: 796px;
}
div.keuze_loop table tr td {
	padding-right: 7px;
	width: 200px;
}
div.keuze_club {
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 2px;
	width: 816px;
}
div.keuze_club table tr td {
	padding-right: 7px;
	width: 200px;
}
div.keuze_club table tr td.cat {
	width: 240px;
}
div.keuze_club table tr td.inout {
	width: 300px;
}
.vet {
	color: #f00;
	font-weight: bold;
}
.blauw {
	color: #00F;
}
.loopa {
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
}
a.link, a.link:visited, a.link:active {
	color: #000;
}
