.dialog-close-button {
    color: #FFFFFF;
    background-color: #203968;
    border: 1px solid #141D38;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    width: 58px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
}

.dialog-close-button:hover {
    background-color: #122842;
    cursor: pointer;
}

.negative-alternate {
    color: #AA0000;
    display: inline;
}

.positive-alternate {
    color: #00AA00;
    display: inline;
}

.pulse-knowledge-image-height {
    height: 315px;
}

.pulse-knowledge-image-width {
    width: 560px;
}

.pulse-knowledge-info-frame {
    border: 0px;
}

.user-message-label {
    font-size: 12px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center;
}

.user-message-scroll-panel {
    height: 80px;
    width: 500px;
}

.darkenScreenObjectVisible {
	background-color: #000000;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
	filter: alpha(opacity='70');
	MozOpacity: 0.7;
}

.darkenScreenObjectHidden {
    display: none;	
}

.gwt-DialogBox {
	z-index: 205;	
}