/** 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-SliderBar-shell {
  border: 2px solid #faf9f7;
  border-right: 2px solid #848280;
  border-bottom: 2px solid #848280;
  background-color: #efebe7;
  height: 34pt;
  width: 50%;
}
.gwt-SliderBar-shell .gwt-SliderBar-line {
  border: 1px solid black;
  background-color: white;
  height: 4px;
  width: 95%;
  top: 22pt;
  overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-knob {
  top: 14pt;
  width: 11px;
  height: 21px;
  z-index: 1;
  cursor: pointer;
}
.gwt-SliderBar-shell .gwt-SliderBar-tick {
  top: 12pt;
  width: 1px;
  height: 8pt;
  background: black;
  overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-label {
  top: 2pt;
  font-size: 8pt;
  cursor: default;
}
.gwt-SliderBar-shell-focused {
}
.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
  background-color: #DDDDDD;
  cursor: pointer;
}


.Graph {
	height: 100%;
}

.Graph-canvas {
	border-bottom: thin solid black;
	border-left: thin solid black;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.Graph-xLabel {
	font: sans-serif bold small;
	color: olive;
}

.Graph-yLabel {
	width:
	font: sans-serif bold small;
	color: olive;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.Base {
	width: 100%;
}

.Base-daigramPanel{
	
	height: 200px;
}

.Base-img1{
	background:gray;
	width:450px;
	height: 200px;
}


.Base-img2{
	background:gray;
	width:300px;
	height: 200px;
}


.Base-runButton1{
	background-image:url("images/runButton1.png");
	width:100px;
	height: 200px;
}


.Base-runButton2{
	background:url("images/runButton2.png");
	width:100px;
	height: 200px;
}