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

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

.themeBar {
	background: #f3f3f3;/*#2f4958; light theme*/
}

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

.themeBackground {
	background: #2f4958 !important;
}

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

.themeSecondary:hover {
	color: #2f4958 !important; 
}

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

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