/* CSS Document */

/* 
lichtgrijs - #ebebeb
grijs - #6b6c74 
geel - #fad500
oranje - #ea8800
rood - #d61b1f
paars - #6a197c
blauw - #153a89
groen - #008c35

comm77 - #dbd964
penbord - #64699f
teambord - #d66665
cleverboard - #ff7f00

*/
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
	display: inline;
	margin: 0;
	/*margin-right: -5px;*/
}

.shadetabs li a{
	text-decoration: none;
	padding: 4px 8px;
	margin-right: -4px;
	border: 1px solid #ebebeb;
	font-size: 0.9em;
	color: #6b6c74;
	background: white url(/images/bagr_menu.png) repeat-x left top;
}

.shadetabs li a:visited{
	color: #6b6c74; 
	text-decoration: none;
}

.shadetabs li a:hover{
	background-color: #ebebeb;
	color: #6b6c74;
	cursor: hand;
	text-decoration: none;
	background-image: none;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	background-image: none;
	margin-right: -4px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 754px;
	background-color: #ebebeb;
	margin-bottom: 1em;
	padding: 10px;
	padding-bottom: 30px;
}

@media print {
.tabcontent {
	display:block!important;
}
}

.access {
	width: 750px;
}
.access tr td{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align: top;
	font-size: 0.8em;
}
.access tr td h5{
	font-size: 1.0em;
	font-weight: bold;
	color: #6b6c74;/*
	display: inline;*/
}
.access tr td a{
	font-size: 1.0em;
	color: #153a89;/*
	display: inline;*/
}
.access tr td a:hover img{
	background-color: #ebebeb;
	
}
.imagepadding img{
	padding-right: 20px;
	padding-bottom: 0px;
}
.imagepadding a:hover img{	
	background-color: #ebebeb;
}