body {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

body, td, a, div, .p {
    font-family: arial, sans-serif;
}

div, td {
    color: #000000
}

a:link, .w, .w a:link {
    color: #0000cc;
}

a:visited {
    color: #551a8b;
}

a:active {
    color: #ff0000;
}

.stage-top {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
}

.stage-bottom {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
}

.stage-top-right {
    position: absolute;
    right: 0;
    top: 0;
}

.stage-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.stage-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.stage-left {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
}

.stage-right {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
}

.stage-left-top {
    position: absolute;
    top: 0;
    left: 0;
	background-color: blue;
}

.movieclip{
    overflow: visible !important;
    top: 0;
    left: 0;
}

.child-container{
    overflow: visible !important;
    top: 0;
    left: 0;
}

.click-handler-element{
    overflow: visible !important;
    top: 0;
    left: 0;
}

.mask {
    overflow: hidden !important;
}

.hint {
    background-color: #ffe4b5;
    border: 1px black solid;
    padding: 0 2px 0 2px;
    position: absolute;
}

.popupBottomCenter {
    background-position: 0 -1px !important;
}

.popupBottomLeft {
    background-position: 0 -4px !important;
}

.popupBottomRight {
    background-position: -3px -4px !important;
}

.list-box-item {
    background-color: #999999;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
    color: white;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
    text-align: left;
}

.list-box-item-selected {
    background-color: #778410;
}

.scroll {
    overflow-y: scroll !important;
}

.gwt-SliderBar-shell .gwt-SliderBar-knob {
    top: 0 !important;
}

.gwt-SliderBar-shell .gwt-SliderBar-line {
    background-color: #dcdcdc !important;
    border: 1px solid #999999 !important;
    height: 4px !important;
    top: 6pt !important;
}

.gwt-SliderBar-shell .gwt-SliderBar-tick {
    background: none repeat scroll 0 0 black !important;
    height: 6pt !important;
    top: 0 !important;
    width: 1px !important;
}

.gwt-TreeItem {
    width: 100%;
}

.gwt-TreeItem-background {
    width: 100%;
    background-color: #999999;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
    border-spacing: 0 !important;
	cursor: pointer;
}

.gwt-TreeItem-background-selected {
    width: 100%;
    background-color: #778410;
}

.gwt-TreeItem .gwt-Label {
    color: white;
    font-size: 16px;
    margin-left: 0;
    word-break: break-all;
    overflow-y: hidden;
}

.gwt-TreeItem .gwt-Label-over {
    color: white;
}

.gwt-TreeItem .gwt-Label-selected {
    color: white;
}
.gwt-TreeItemContainer {
    margin-left: 32px;
}

.mosaic-LayoutPanel {
    padding: 0 !important;
    overflow: auto !important;
}

.gwt-PopupPanel {
    border: none !important;
    padding: 0 !important;
}

.gwt-PopupPanelGlass {
    background-color: #000;
    opacity: 0.3;
}

.results-table-item {
    background-color: #999999;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
    width: 100%;
}

.results-table-label {
    width: 100%;
    color: white;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
    text-align: left;
    word-break: break-all;
    overflow-y: hidden;
}

.evo-Slider {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    overflow: visible !important;
}

.evo-Slider-track {
    overflow: visible !important;
    display: inline-block;
}

.evo-Slider-thumb {
    overflow: visible !important;
    display: inline-block;
}