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;
}

.navigation-box-background {
    background-color: #ffffff;
	opacity: 0.8;
	width: 100%;
	height: 100%;
}

.navigation-box-label {
    padding-left: 9px;
	color: #00538F;
	font-size: 12px;
}

.navigation-box-label-over {
	color: #00538F;
}

.navigation-box-label-selected {
    color: #FFFFFF;
}

.navigation-box-label-background {
    background-color: #00538F;
    opacity: 0;
    margin: 2px 2px 2px 2px;
}

.navigation-box-label-background-selected {
    opacity: 0.8;
}

.list-box-background {
    border: 2px solid #ffffff;
    opacity: 0.8;
}

.list-box-label {
    padding: 6px 0 2px 14px;
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
}

.list-box-label-selected {
    color: #00538F;
}

.list-box-label-background {
    background-color: #ffffff;
    opacity: 0;
}

.list-box-label-background-selected {
    opacity: 0.8;
}

.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 .gwt-Label {
    color: #575757;
    font-size: 14px;
    margin-left: 2px;
    padding-left: 2px;
    font-weight: bold;
    white-space: nowrap;
}

.gwt-TreeItem .gwt-Label-over {
    color: #004488;
}

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

.window-caption {
    font-weight: normal !important;
    font-size: 16px;
    color: #ffffff;
    padding-left: 19px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-align: left;
}

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

.gwt-Frame {
	border: none !important;
}

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

body.gwt-RichTextArea-default {
	font-family: arial; 
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.dragdrop-dragging {
    opacity: 1 !important;
}

.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;
}

.evo-Slider-custom-track {
    background-color: #ffffff;
    overflow: visible !important;
    display: inline-block;
}

.cbtl-window-panel {
    border: solid 1px #575757;
}

.screen-panel {
    border: solid 2px #a0bee6;
}

.results-table-header .gwt-Label {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding: 3px 0px 3px 5px;
}

.results-table-titles {
    padding: 2px 0 2px 3px;
}
