.gwt-TabBar {
	background: #EAEAEA;
	border: solid #CCC;
    border-width: 1px 1px 0 1px;
}

.gwt-TabBar .gwt-TabBarItem {
	color: black;
	background: white;
	outline: none;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	border: solid #CCC;
    border-width: 1px 1px 0 1px;
}