body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: arial, sans;
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 10px;
}

h1 {
	font-size: 2.18em;
	letter-spacing: -0.01em;
}			

h2 {
	font-size: 1.45em;
	letter-spacing: -0.02em;
}

a:link {
	color: #669966;
}

a:visited {
	color: #003300;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9ECDDB;
}
ul.navigation a {
	color: #FFFFFF;
}
ul.navigation {
	margin-top: 5px;
	margin-left: 5px;
	background-color: #333333;
	padding: 0em 0.5em;
	list-style-type: none;
}

ul.navigation li {
	border-right: 1px solid #666666;
	display: inline;			
}
.navigation {
	font-size: 1.25em;
}
.navigation a {
	color: #FFFFFF;
	padding: 0.5em;
}
/*#content {font-size:0.9em;}*/
#footer {font-size: 0.75em; margin: 20px}
#sidecolumn { background: #FFFFCC; }
#marginlist {padding-left: 1.25em; margin: 2px;}
#marginlist a{color:#000066;}


/** 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;
}
#content {
	margin: 15px;
}
