.gwt-Button {
/* 	background: #f3f3f3 !important; */
}

.gwt-DisclosurePanel .content {
  border-left: 0px solid transparent !important;
  padding: 0px !important;
  margin-left: 0px !important;
}

.themeBar {
	background: #ff6500;
}

.themePrimary {
	color:white;
	background: #ff6500 !important;
}

.themeBackground {
	background: #ff6500 !important;
}


.themePrimary:hover {
	color:white;
	background: #e55b00 !important;
}

.themeSecondary {
/* 	font-family: arial; */
}

.themeSecondary:hover {
	color: #ff6500 !important;
}

.themeSecondaryBorder:hover {
	border-color: #e55b00 !important;
}


.gwt-ListBox {
	border-color:#ccc !important;
	border-radius:3px !important;
	border-bottom-color:#aaa !important;
}