.zebra tr:nth-child(even),
.zebra tr:nth-child(even) td { background: lightyellow; }

.messages{
	display: block;
  padding: 3px;
  margin-top:10px;
	background-color: yellow;
	border: 1px solid gray;
  list-style-type: none;
  list-style-image: none;
	}

.messages .error {
  background-color: #FFDDDD;
  list-style-type: none;
  list-style-image: none;
}

.errorlist, 
.field_error{
	display: block;
	background-color: #FFCCCC;
  color: #000000;
	border: 1px solid #FFB0B0;
  list-style-type: none;
  list-style-image: none;
	}
.errorborder{
	border: 3px solid #FFB0B0;
	}

.noborder, .noborder tr, .noborder tr td{
	border: 0px solid #ffffff;
	}

.smallgrey{
	color: #7b7c7e;
	font-size: 0.8em;
	}

.memberlistH2{
	margin-top: 10px;
	margin-bottom: 0px;
	}

input.button_as_link { 
  background-color: white;
  margin:0px;
  border:none;
	color: #169ec6;
  cursor:pointer;
  font-size:95%;
}

