.myTabPanel .gwt-TabBar .gwt-TabBarItem {
	background: none repeat scroll 0 0 white;
	color: black;
	cursor: pointer;
	font-weight: bold;
	margin-left: 6px;
	padding: 0px 6px;
	text-align: center;
}

.myTabPanel .gwt-TabBar .gwt-TabBarItem-selected {
	background: none repeat scroll 0 0 white;
	cursor: default;
}

.tabText {
	text-align: center;
	padding: 10px;
	width: 70px;
	height: 30px;
}

.myTabPanel .gwt-TabBarItem-selected .tabText .gwt-HTML {
	font-weight: 500;
}

.myTabPanel .secondTab {
	background: #BCBCBC;
}

.myTabPanel .usersTabText {
	width: 130px;
}

.myTabPanel .cnfgrTabText {
	width: 130px;
}

.gwt-TabPanelBottom {
	border: 0 none white !important;
	overflow: inherit !important;
	padding: 0 !important;
}