.tabButton {
	background: #d4d0c8;
	float: left;
	height: 20px;
	width: 50px;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	_text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	bottom: -5px;
	cursor: pointer;
}

.tabButton:hover {
	background: silver;
}

.selectedTabButton {
	background: #839282;
	float: left;
	height: 20px;
	width: 50px;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	_text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	bottom: -5px;
	cursor: pointer;
}

.tabManager {
	background: #c3bfb7;
	width: 100%;
	height: 25px;
}
