/** 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: 40px 0px 70px;
  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;
}

.gwt-ProgressBar-shell {
  border: 1px solid #2554C7;
  border-right: 1px solid #2554C7;
  border-bottom: 1px solid #2554C7;
  background-color: white;
  height: 14pt;
  width: 50%;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
  background-color: #2B60DE;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  padding: 0px;
  margin: 0px;
  color: white;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-text-firstHalf{
  color: black;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-text-secondHalf{
	  color: white;
}

.headerClass {
	height: 20px;
	padding: 4px;
	background-color: #d1d9e8;
	color: WindowText;
	font-size: 110%;
	font-weight: bold;
}

.rowClass1 {
	background-color: silver;
}

.rowClass2 {
	background-color: white;
}

.headerClassGray {
	background-color:#CCCCCC;
	color: WindowText;
	border-width: 1px;
	border-style: solid;
	border-color: ThreeDShadow;
	margin:2px;
	
	padding:0px;
	padding-left:4pt;
	padding-right:4pt;
	padding-bottom:2px;
	font-weight: 800;
	text-align: center;
	font-size:medium;
	overflow: -moz-scrollbars-none;
}

.gwt-note {
	font-size: 9pt;
	border-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: silver;
	background-color: #ffff99;
	
}

.gwt-cenifaxBranding {
	position: absolute;
	bottom: 1%;
	left: 1%;
	
}

.gwt-fullHeight {
	height: 100%;
}