

/* jquery UI related overides and additions */

.ui-button {
    padding: 3px .1em 3px .4em;
}

.ui-selectmenu-text {
    margin-right: 2px;
    font-size:1em;
}

UL.ui-menu LI.ui-menu-item {
	padding-left:5px;
	white-space: nowrap;
} 

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.selectMenu-overflow {
	height:auto;
	max-height:9.6em;
	overflow:auto;
}

.ui-widget-overlay
{
  opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=50) !important;

  background: rgb(50, 50, 50) !important; /* This will make it darker */
}

DIV.ui-menu-item-wrapper {
	white-space: nowrap;
	font-size: .92em;
	font-weight: normal;
	line-height: 1.1em;
}

DIV.qctxt {
	overflow-wrap: break-word !important; 
}

