.tab {
	cursor: default;
}
.tabbladen {
	background-image: url(/Reumanet/Images/bg_tabbladen_small.gif);
	background-repeat: repeat-x;
	height: 25px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
}
.tabEnd {
	background-image: url(/Reumanet/Images/tab_end_small.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 16px;
}
.tabEndInactive {
	background-image: url(/Reumanet/Images/tab_end_inactive_small.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 16px;
}
.tabStart {
	background-image: url(/Reumanet/Images/tab_start_small.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 9px;
}
.tabStartInactive {
	background-image: url(/Reumanet/Images/tab_start_inactive_small.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 9px;
}
.tabText {
	background-image:  url(/Reumanet/Images/tab_text_small.gif);
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding-bottom: 2px;
	padding-top: 6px;
	vertical-align: bottom;
	white-space: nowrap;
}
.tabText a {
	text-decoration: none;
}
.tabText a:hover {
	text-decoration: none;
}
.tabTextInactive {
	background-image:  url(/Reumanet/Images/tab_text_inactive_small.gif);
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding-bottom: 2px;
	padding-top: 6px;
	vertical-align: text-bottom;
	white-space: nowrap;
}
.tabTextInactive a {
	text-decoration: none;
}
.tabTextInactive a:hover {
	text-decoration: none;
}

