body, html {
  height: 100%;
}
body {
  background: #fff;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  margin: 8px;
  margin-top: 3px;
}

a { 
  color: #000;
}

a:visited {
  color: #000; 
}

.gwt-DialogBox {
  background-color: white;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.gwt-DialogBox .Caption {
  background: url(gradient.gif) repeat-x top left;
  font-weight: bold;
  cursor: default;
  padding: 5px 10px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  text-align: left;
}

.gwt-DialogBox td {
  text-align: right;
}

.gwt-DialogBox .gwt-Button {
  margin: 10px;
}

.gwt-MenuBar {
  background: #c3d9ff;
  cursor: default;
}

.gwt-MenuItem {
  font-size: 80%;
  margin: 1px;
  cursor: default;
}

.gwt-MenuItem-selected {
  background: #e8eef7;
}

.gwt-Tree {
}

.gwt-Tree .gwt-TreeItem span * {
  margin: 0 4px;
}

.gwt-Tree .gwt-TreeItem {
  font-size: 80%;
  cursor: default;
}

.gwt-Tree .gwt-TreeItem span {
  padding: 2px 0;
}

.gwt-Tree .gwt-TreeItem-selected span {
  background: #ccc;
}

.gwt-StackPanel {
  background: #fff;
  width: 15em;
  border-bottom: 1px solid #666;
}

.gwt-StackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
  border-bottom: 1px solid #666;
}

.gwt-StackPanel .lcaption {
  width: 32px;
  padding: 0 0 4px 5px;
}

.gwt-StackPanel .rcaption {
  padding: 0 0 4px 5px;
} 

.gwt-StackPanel .box-20 {
  text-align: right;
}

.box-00, .box-20 {
  width: 4px;
  background-color: #b6edbc;
}

.is-top .box-00, .is-top .box-20,
.is-beneath-selected .box-00, .is-beneath-selected .box-20 {
  background-color: #fff;
}

.box-10 {
  font-size: 2px;
  border-top: 1px solid #666;
  background-color: #deefe1;
}
/* CSS3 hack to target Opera8+ */
@media all and (min-width: 0px) {
    body .box-10 { line-height: 0px; }
}

.box-01, .box-11, .box-21 {
  background: url(gradient.gif) repeat-x top left;
}

.box-01, .box-00 {
  font-size: 2px;
  border-left: 1px solid #666;
}

.box-21, .box-20 {
  font-size: 2px;
  border-right: 1px solid #666;
}

.is-top .box-00, .is-top .box-20 {
  border-right: none;
  border-left: none;
}

.gwt-StackPanel .gwt-StackPanelItem table {
  width: 100%;
}

.multiView-List {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 80%;
}

.multiView-List td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2px 0 2px 10px;
}

.multiView-ListHeader td {
  border-top: none;
  cursor: pointer;
  cursor: hand;
}

.multiView-ListHeader {
  background: #c1eec8 url(gradient.gif) repeat-x 0px 0px;
  font-weight: bold;
}

.multiView-ListHeader .multiView-ListNavBar .gwt-HTML {
  font-weight: bold;
}

.multiView-ListHeader td {
  padding: 2px 0 2px 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.multiView-ListNavBar table {
  font-size: 80%;
}

.multiView-ListNavBar td {
  border: none;
}

.multiView-ListNavBar a {
  margin: 0 8px;
}

.multiView-SelectedRow td {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}

.multiView-SelectedRow {
  background: #eee;
}

.floatWindow {
  background-color: white;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.floatWindow .Caption {
  background: url(gradient.gif) repeat-x top left;
  font-weight: bold;
  cursor: default;
  padding: 5px 10px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  text-align: left;
}

.floatWindow td {
  text-align: right;
}

.floatWindow .gwt-Button {
  margin: 10px;
}

.DataTable {
	font-size:		80%;
	border-spacing:		0px 1px;
}

.DataTable-Header {
	font-size:		130%;
	font-family:	monospace;
	font-style:		italic;
	font-weight:	bold;
}

.DataTable .td {
	padding-right:		15px;
	color: green;
}

.DataTable-Row-selected {
	background: #eee;
}