/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
body {
	background: url(whitegray.jpg) repeat-x fixed !important;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.inputWarning {  
  color: red;
  font-size: 8pt;
}

.inputOk {  
  color: green;
  font-size: 8pt;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.bold {
	font-weight:bold;
}

.left {
	margin:10px
}

.uzke {
	width: 15px;
}

.buttonPanel {
	background-image:url('bg.png');
	background-repeat:repeat-x;
	vertical-align: top;
}

.rightleftspace {
	margin-right: 4px;
	margin-left: 4px;
}

.gwt-AnchorBold:link {color:black; margin-right: 4px; font-weight:bold;}
.gwt-AnchorBold:visited {color:black; margin-right: 4px; font-weight:bold;}
.gwt-AnchorBold:hover {color:black; margin-right: 4px; font-weight:bold;}
.gwt-AnchorBold:active {color:black; margin-right: 4px; font-weight:bold;}

.gwt-Anchor:link {color:black;}
.gwt-Anchor:visited {color:black;}
.gwt-Anchor:hover {color:black;}
.gwt-Anchor:active {color:black;}




