/** 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;
}

.memberTitle {
	font-size: 150%;
	font-weight: bold;
}

.sgwtTitle {
	font-size: 16px;
	font-weight: bold;
}

.sgwtVersion {
	color: black;
}

.sgwtVersionTest {
	color: red;
}

.vrkMultipleUploadStyle {
	overflow: auto;
}

/** Home page */
.homePageTitle {
	font-size: 220%;
	font-weight: bold;
}

.homePageAbstract {
	font-size: 12px;
	text-align: center;
}

.homePageSublabel {
	font-size: 16px;
	font-weight: bold;
}

.homePageAbout {
	font-size: 12px;
}

.usernameLabel {
	color: #3A6177;
	font-weight: bold;
}

/** MemberDetail */
.memberDetailBigCell {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	background-color: white;
	color: black;
	border-right: 1px solid #A7ABB4;
	border-bottom: 1px solid #A7ABB4;
}

.serviceCreatedAsGlobalRow {
    background-color: yellow;
}

/** other style */
.emailTextItem {
	border-top: 1px solid #ABADB3;
	border-left: 1px solid #DBDFE5;
	border-right: 1px solid #DBDFE5;
	border-bottom: 1px solid #DBDFE5;
}

