.gwt-TabBar {
}
.gwt-TabBar .gwt-TabBarFirst {
	border-bottom: 1px solid #000d88;
}
.gwt-TabBar .gwt-TabBarItem  {
	background-color: #aaa;
	border: 1px solid #000d88;
	padding: 0px 4px 2px 4px;
	text-decoration: underline;
	color: #00f;
}
.gwt-TabBar .gwt-TabBarItem-selected {
	background-color: #fff;
	border-bottom: 0px;
	padding: 0px 4px 2px 4px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.gwt-TabBar .gwt-TabBarRest  {
/*	border-left: 1px solid #ccc;*/
	border-bottom: 1px solid #000d88;
}
.gwt-TabPanel {
	width: 100%;
	height: 250px;
}
.gwt-TabPanelBottom {
	border-right: 1px solid #000d88;
	border-left: 1px solid #000d88;
	border-bottom: 1px solid #000d88;
	padding: 2px;
	background-color: #fff;
	overflow: auto;
	height: 100%;
}
