.cwe-root {
    width: 100%;
    height: 100%;
}

.cwe-MissionEditorPanel {
    width: 100%;
    height: 100%;
}

.cwe-ScrollPanel {
    width: 100%;
    height: 100%;
    border: 4px ridge gray;
    /*
     * Required because of an IE bug:
     * See http://www.dustyreagan.com/2006/07/workaround-to-ies-overflow-auto-and.html
     */
    position: relative;
}

.cwe-MazePanel {
    min-width: 100%;
    min-height: 100%;
    background-image: url('images/mazepanel-background.gif');
}

.cwe-BorderPanel {
    padding: 1em;
    width: 100%;
    height: 100%;
    background-image: url('images/metal.gif');
}

.cwe-ControlPanel {
}

.cwe-MissionListTable {
    border: 1px solid #e5ecf9;
}

.cwe-MissionListTableHeader {
    background: #e5ecf9;
    font-weight: bold;
    font-size: 10pt;
}

.cwe-MissionListTableScrollPanel {
    border: 1px ridge gray;
}

.cwe-MissionListTableRowPublished {
    font-size: 10pt;
    cursor: default;
}

.cwe-MissionListTableRowDraft {
    font-style: italic;
    font-size: 10pt;
    cursor: default;
}

.cwe-GrayPanel {
    background: #000000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    z-index: 20001;
}

.cwe-MissionListTableSelectedRow {
    background: #e5ecf9;
}

.gwt-TabPanel .gwt-TabBar .gwt-TabBarFirst {
	
}

.gwt-TabPanel .gwt-TabBar .gwt-TabBarRest {
	
}

.gwt-TabPanel .gwt-TabBar .gwt-TabBarItem {
    background-color: white;
    padding: 5px 10px 5px 10px;
}

.gwt-TabPanel .gwt-TabBar .gwt-TabBarItem-selected {
    border-left: 1px solid #5588ff;
    border-top: 1px solid #5588ff;
    border-right: 1px solid #5588ff;
    background-color: #e5ecf9;
    padding: 5px 10px 5px 10px;
}

.gwt-TabPanel {
    width: 100%;
    height: 100%;
}

.gwt-TabPanel .gwt-TabPanelBottom {
    border: 1px solid #5588ff;
    background-color: #e5ecf9;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.gwt-TabBarItem {
    cursor: default;
}

.gwt-DialogBox {
    sborder: 8px solid #C3D9FF;
    border: 2px outset;
    background-color: white;
    z-index: 20003;
}

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

.gwt-ToggleButton-up {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  cursor: pointer;
  cursor: hand;
}

.gwt-ToggleButton-up-hovering {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  cursor: pointer;
  cursor: hand;
}

.gwt-ToggleButton-down {
  background-color: #C3D9FF;
  padding: 2px;
  background-color: #E8F1FF;
  border: 2px solid transparent;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  cursor: pointer;
  cursor: hand;
}

.gwt-ToggleButton-down-hovering {
  background-color: #C3D9FF;
  padding: 2px;
  background-color: #E8F1FF;
  border: 2px solid transparent;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  cursor: pointer;
  cursor: hand;
}

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

.gwt-MenuBar .gwt-MenuItem {
  padding: 1px 4px 1px 4px;
  cursor: default;
  z-index: 20002;
}

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

/* For debugging */
.cwe-border {
    border: 1px solid black;
}

.cwe-DebugWindow {
    background: #ff8888;
}
