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

.topMenu{
    width: 100%;
	border: 1px solid #000000;
}

.body{
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	background-image:url('images/background.png');
	background-position:bottom right;
}

.benImage{
	float: left;
	padding: 10px;
    width: 200px;
}

.mainBlock h3{
	color: gray;
	position: relative;
	display: inline;
}

.leftbar{
	float:left;
	margin-top:30px;
	width: 200px;
	height: 387px;
	background-image:url('images/drinkwater.png');
	background-repeat:no-repeat;
}

.rightbar{
	float:right;
	margin-top:90px;
	width: 200px;
	height: 387px;
	background-image:url('images/master.png');
	background-repeat:no-repeat;
}


.mainBlock h2{
	display: inline;
}

.bottomMenu{
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
}

.mainBlock{
	width: 100%;
	background-color: white;
	border-color: black;
	border: 1px;
	border-style: solid;
	position: relative;
	top: 18px;
	padding: 5px;
}

.mainBlock a{
	color: #f9051e;
}

.mainBlock a:hover{
	color: #f9051e;
}

.mainBlock a:visited{
	color: #a0030e;
}


.outerBlock{
	width:70%;
}


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 20px;
  text-align: left;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.menu{
	background-color: white;
	/*border: 1px solid #000000;*/
}

.menu .gwt-MenuItem {
  padding: 0px 10px;
  vertical-align: bottom;
  color: gray;
  font-weight: bold;
  border-style:solid;
  border-width:1px;
  border-color:white;
}

.serverResponseLabelError {
  color: red;
}

.bottomBar{
	position: relative;
	top: 40px;
	padding: 4px;
	text-align: center;
	width: 100%;
	background-color: white;
	border: 1px solid #000000;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

