body {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    font-size: smaller;
    padding: 0px;
    margin: 0px; /*  margin: 20px 20px 20px 20px; */
}

code {
    font-size: small;
}

a {
    color: darkblue;
}

a:visited {
    color: darkblue;
}

table {
    white-space: nowrap;
}

.gwt-BorderedPanel {
}

.gwt-Button {
    border: 1px solid #6699cc;
    cursor: pointer;
    cursor: hand;
}

.gwt-Canvas {
}

.gwt-CheckBox {
    font-size: smaller;
}

.gwt-DialogBox {
    /*    sborder: 8px solid #C3D9FF;
 border: 2px outset; */
    background-color: white;
    border: 1px solid black;

}

.gwt-DialogBox .Caption {
    background-color: #C3D9FF;
    padding: 3px;
    margin: 2px;
    font-weight: bold;
    cursor: default;
}

.gwt-FileUpload {
    border: 1px solid black;
}

.gwt-Frame {
}

.gwt-HorizontalSplitter .Bar {
    width: 8px;
    background-color: #C3D9FF;
}

.gwt-VerticalSplitter .Bar {
    height: 8px;
    background-color: #C3D9FF;
}

.gwt-HTML {
    white-space: nowrap;
    font-size: small;
}

.gwt-Hyperlink {
}

.gwt-Image {
}

.gwt-Label {
    white-space: nowrap;
    font-size: small;
}

.gwt-ListBox {

    margin: 1 1 1 1;
    background-color: white;
    border-top: 1px solid #87B3FF;
    border-left: 1px solid #87B3FF;
    border-right: 1px solid #87B3FF;
    border-bottom: 1px solid #E8EEF7;
}

.gwt-MenuBar {
    background-color: #C3D9FF;
    border: 1px solid #87B3FF;
    cursor: default;
}

.gwt-MenuBar .gwt-MenuItem {
    padding: 1px 4px 1px 4px;
    font-size: smaller;
    cursor: default;
}

.gwt-MenuBar .gwt-MenuItem-selected {
    background-color: #E8EEF7;
}

.gwt-PasswordTextBox {
}

.gwt-RadioButton {
    font-size: smaller;
}

.gwt-TabPanel {
    padding-bottom: 10px;
}

.gwt-TabPanelBottom {
/* border-left: 1px solid #87B3FF; */
}

.gwt-TabBar {
/*    background-color: #C3D9FF; */
    background-color: white;
    font-size: smaller;
}

.gwt-TabBar .gwt-TabBarFirst {
    height: 100%;
    border-bottom: 1px solid #87B3FF;
    padding-left: 3px;
}

.gwt-TabBar .gwt-TabBarRest {
    border-bottom: 1px solid #87B3FF;
    padding-right: 3px;
}

.gwt-TabBar .gwt-TabBarItem {
    border-top: 1px solid #C3D9FF;
    border-bottom: 1px solid #87B3FF;
    border-right: 1px solid #87B3FF;
    border-left: 1px solid #87B3FF;
    padding: 2px;
    cursor: pointer;
    cursor: hand;
    font-size: small;

    padding-right: 3px;
    padding-left: 3px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
    font-weight: bold;
    font-size: small;
    background-color: #E8EEF7;
    border-top: 1px solid #87B3FF;
    border-left: 1px solid #87B3FF;
    border-right: 1px solid #87B3FF;
    border-bottom: 1px solid #E8EEF7;
    padding: 2px;
    cursor: default;
    padding-right: 3px;
    padding-left: 3px;

}

.gwt-TextArea {
    border: 1px solid black;
}

.gwt-TextBox {
    border: 1px solid black;
}

.gwt-Tree {
}

.gwt-Tree .gwt-TreeItem {
    font-size: smaller;
}

.gwt-Tree .gwt-TreeItem-selected {
    background-color: #C3D9FF;
}

.gwt-StackPanel {
}

.gwt-StackPanel .gwt-StackPanelItem {
    background-color: #C3D9FF;
    cursor: pointer;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
}

/* -------------------------------------------------------------------------- */
.ks-Sink {

    background-color: white;
    width: 100%;
    height: 50em;

    padding: 0.5em;
    /*
        margin: 20px 2px 20px 10px;
    */
    border-top: 1px solid #6699cc;
    border-right: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;

}

.ks-Info {
    background-color: #6699cc; /*    padding: 10px 10px 2px 10px; */
    font-size: medium;
    font-weight: bold;
    color: white;

    padding-left: 0.5em;

}

.ks-List {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: small;
    background-color: #EEEEEE;
}

.ks-List .ks-SinkItem {
/*    width: 100%; */
    padding: 0.3em; /*    padding-right: 16px; */
    cursor: pointer;
    cursor: hand;
    background-color: #EEEEEE;
    font-size: small;
    font-weight: bold;

}

.ks-List .ks-SinkItem-selected {
/* background-color: #C3D9FF; */
    background-color: white;

    border-top: 1px solid #6699cc;
    border-left: 1px solid white;
    border-bottom: 1px solid #6699cc;
    border-right: 1px solid #6699cc;

    font-size: small;
    font-weight: bold;
    color: black;

}

.ks-images-Image {
    margin: 8px;
}

.ks-images-Button {
    margin: 8px;
    cursor: pointer;
    cursor: hand;
}

.ks-layouts {
/*    margin: 8px; */
    background-color: white;
}

.ks-layouts-Label {
    background-color: #C3D9FF;
    font-weight: bold;
    margin-top: 1em;
    padding: 2px 0px 2px 0px;
    width: 100%;
}

.ks-layouts-Scroller {
    height: 128px;
    border: 2px solid #C3D9FF;
    padding: 8px;
    margin: 8px;
}

.ks-popups-Popup {
    background-color: white;
    border: 1px solid #87B3FF;
    padding: 4px;
}

.infoProse {
    margin: 8px;
}

.xmlLabel {
    font-family: monospace;
}

.cbg-RP {
    background-color: #6699cc;;
}

.ks-List .ks-SinkItem-selected .my-RP {
    background-color: #6699cc;
}

.ks-List .ks-SinkItem-selected .ks-SinkItem {
    background-color: #C3D9FF;
}

.we-Title {
    font-size: large;
    font-weight: bold;
    color: black;
    padding-left: 5px;
}

.we-TitlePanel {
    font-weight: bold;
    color: black;
    background-color: #EEEEEE;
}

.we-TopPanel {
    font-size: small;
    color: black;
    background-color: white;
    border-bottom: 1px solid #6699cc;
    padding-right: 10px;
}

.we-BottomPanel {
    font-size: smaller;
    font-weight: bold;
    color: black;
    border-top: 1px solid #6699cc;
    background-color: white;
}

.we-FootnotePanel {
    font-size: smaller;
    font-weight: normal;
    color: black;
    background-color: #EEEEEE;
}

.we-MainPanel {
    background-color: #EEEEEE;

}

.we-TabHeader {
    background-color: #6699cc;
    padding: 2px;
    font-size: small;
    font-weight: bold;
    color: white;
}

.we-TabRowEven {
    background-color: #EEEEEE;
    color: black;
    padding: 2px;

    border-left: 1px solid #6699cc;;
    border-bottom: 1px solid #6699cc;
    border-right: 1px solid #6699cc;
}

.we-TabRowOdd {
    background-color: white;
    color: black;
    padding: 2px;

    border-left: 1px solid #6699cc;;
    border-bottom: 1px solid #6699cc;
    border-right: 1px solid #6699cc;

}

.we-DividePanel {
    border-bottom: 1px solid #6699cc;
    padding-bottom: 5px;
}

.we-MessagePanel {
    height: 25px;
    font-weight: bold;
    background-color: white;
    color: red;
    padding-right: 10px;
}