/** 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;
}

.selectedButton {
	background: #80B3FF;
}

.unselectedButton {
	
}

.padTop10 {
	padding: 10px 0 0 0;
}

.padAndIndent7 {
	padding: 7px 0 0 7px;
}

.padLeft50 {
	padding: 0 0 0 50px;
}

.padLeft15 {
	padding: 0 0 0 15px;
}

.bold {
	font-weight: bold;
}

.header {
	font-weight: bold;
	font-size: 135%;
	font-style: italic;
	background-color: #89CA9D;
	-moz-border-radius: 15px;
	border-radius: 30px 30px 1px 1px/15px 15px 1px 1px;
	margin: 20px, 20px, 10px, 50px;
}

.outputAreaHeader {
	background-color: #A4D4B0;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
	float: left;
}

.grpHeading {
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 120%;
}

.subGrpHeading {
	padding: 0 0 0 35px;
	font-weight: bold;
}

.toolView {
	padding: 5px 5px 5px 5px;
	background-color: #FACD8A;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}