/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.panelStyle {
  margin:  0px 0px 5px;
  padding: 5px 5px;
}

.gwt-MenuItem {
  padding: 0px 10px;
  vertical-align: bottom;
  font-size: 11pt;
}

.menuStyle{
  vertical-align: bottom;
  background: lightblue;
  font-size: 16pt;
  padding: 3px;
}

.compButton 
{ margin: 0;
  padding: 1px 3px;
  text-decoration: none;
  font-size: small;
  background: #f8f8f8;
//  background: url("earthsun/gwt/standard/images/hborder.png") repeat-x 0px -27px;
  cursor: pointer;
  cursor: hand;
  border: 2px outset #ccc;
//    border: 3px solid #888888;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 5px 6px 6px;
}

