/** Add css rules here for your application. */

.headerDataSourceItem {
  font-size: 1em;
  font-weight: bold;
  margin-top: 5px;
}

.richTextItemCellStyle {
  background-color: inactiveborder;
	border-style:solid;
	border-width:0px;
	border-color:gray;
}

/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.loginmessage {
  font-size: 11px;
  font-family: Arial,Verdana,sans-serif;
  font-weight: normal;
  color: black;
  margin: 10px 5px;
  text-align: center;
}

.defaultmessage {
  font-size: 11px;
  font-family: Arial,Verdana,sans-serif;
  font-weight: normal;
  color: black;
  margin: 10px 0px 0px;
  text-align: center;
}

.message {
  font-size: 11px;
  font-family: Arial,Verdana,sans-serif;
  font-weight: bold;
  color: black;
  margin: 10px 0px 0px;
  text-align: center;
}

.errorMessage {
  font-size: 11px;
  font-family: Arial,Verdana,sans-serif;
  font-weight: bold;
  color: red;
  margin: 10px 0px 0px;
  text-align: center;
}

.menuButton, .menuButtonOver, .menuButtonDown, .menuButtonDisabled, .menuButtonFocused, .menuButtonFocusedDown, .menuButtonFocusedOver, .menuButtonSelected, .menuButtonSelectedDown, .menuButtonSelectedOver, .menuButtonSelectedDisabled { 
  font-size: 13px !important;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
