.x4-button{
	border: 1px solid #B0B2B6 !important;
	border-radius: 0px !important;
	background-color: #F6F6F6 !important;
	color: black!important;
	font-size: 11px !important;
	line-height: 11px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	height: 24px !important;
	cursor: pointer !important;
}

.x4-button:hover{
	background-color: #D0E4F3 !important;
}

#loginView-logoWrapper div{
	background-color: white !important;
}

#headerPanelView-logoBox{
	background-color: white !important;
}

#headerPanelView-logoBox img{
	max-height: 40px !important;
}

.dialogTopCenterInner .Caption{
	color: white !important;
}

.gwt-TabLayoutPanelContentContainer {
    -ms-user-select: initial !important;
    -webkit-user-select: initial !important;
    -moz-user-select: initial !important;
    user-select: initial !important;	
}

.gwt-TabLayoutPanelContentContainer ::selection {
    background: #326CD0 !important;
    color: white !important; 
}
.gwt-TabLayoutPanelContentContainer ::-moz-selection {
    background: #326CD0 !important;
    color: white !important;
}

.gwt-MenuBar.gwt-MenuBar-horizontal table{
	width: 100%;
}

.gwt-MenuBar.gwt-MenuBar-horizontal #actionBarButton_export{
	float: right;
}

.gwt-MenuBar.gwt-MenuBar-vertical .gwt-MenuItem{
	white-space: nowrap;
}
