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


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

table {
	text-align:center;
	
}
p {
  	font-size:small;;
  	font-weight:normal;;
  	color: #333333;
  	text-align: center;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.view{
	border:solid;
	border-width:thin;
	border-color:#FFFF00;
	background-color: #FFFF99;
	
}
.odd{
	background-color: #FFFFFF;
}
.even{
	background-color: #FFFFDD;
}
.listView{
	border:solid;
	border-width:thin;
	border-color:#FFFF00;
}

a img {
	border:none;
}
.button {
/** display: block;**/
  font-size: 8pt;
  /** color: red;**/
  /** background-color:yellow;**/
}

/** 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;
}
.hyperLink {
  margin: 10px;
  font-size: 8pt;
}

