.EditUserTab {
	padding-top: 2px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
}
.EditUserTab:link {}
.EditUserTab:visited {}
.EditUserTab:hover {
	background-color: #DDDDDD;
}
.EditUserTab:active {
	background-color: #BBBBBB;
}
.EditUserTab_Selected {
	padding-top: 2px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;
	background-color: #AAAAAA;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
}
