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


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

.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;
}

#menuPanel {
  margin: 0px 0px 0px;
  background: white;
  margin-left:auto;
  margin-right:auto;
  float:center;
}

div#container
{
 margin-left: auto;
 margin-right: auto;
 width:480px;
}

.guiPanel {
  margin: 10px;
}

.labelTitle {
	font-size: 48px;
	color: darkgray;
	margin-bottom: 10px;
}

.labelSubTitle {
	font-size: 24px;
	color: black;
	margin-bottom: 2px;
}

.spacedRows {
	margin-top: 20px;
}

/* stock list header row */
.tableBlueHeader {
  background-color: #2062B8;
  color: white;
  font-style: italic;
  margin-top: 20px;
}

.tableYellowHeader {
  background-color: #FF8000;
  color: white;
  font-style: italic;
  margin-top: 20px;
}

.tableGrayHeader {
  background-color: #999999;
  color: white;
  font-style: italic;
  margin-top: 20px;
}

.tableActHeader {
  background-color: #D8B63A;
  color: white;
  font-style: italic;
}

.tableForm {
	padding:5px;
	font-size: 14px;
	border-top:0px;
}

.tableList {
  border: 1px solid silver;
  padding: 2px;
  margin-bottom:6px;
}

.borderless td, .borderless th {
    border: none;
    padding: 10px;
}

#userInfo{
	font-size:20px;
	vertical-align: center;
	color:red;
	margin: 15px 6px 6px;
}