* {
  font-family: Verdana, Sans-serif;
  font-size: 14px;
}

body {
  background-color: rgb(221,235,226);
  background-image: url('media/bg.gradient.png');
  background-position: top;
  background-repeat: repeat-x;
  margin: 0px;
  color: black;
}

a {
  color: rgb(76, 104, 56);
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
a img {
  border: none;
}

h1 {
	color: rgb(81, 110, 114);
  font-size: 35px;
}
	

.wbContent {
  width: 800px;
  background-color: white;
}
.wbContent .wbContentPadded {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}


table.wbFormTable > tbody > tr > th[scope="row"] {
  font-size: 10px;
  font-weight: normal;
	text-align: right;
	padding-right: 6px;
	white-space: nowrap;
}

option {
	color: black;
}

.wbFormErrorAbove {
	border-left: 2px solid red;
	border-top: 2px solid red;
	border-right: 2px solid red;
	padding: 3px;
	color: red;
	font-weight: bold;
	text-align: center;
}


div.wbFooter {
	margin-top: 10px;
  text-align: center;
  font-size: 10px;
  color: rgb(70,70,70);
}
div.wbFooter a {
  font-size: 10px;
  font-weight: normal;
  color: rgb(70,70,70);
}


.lightbox {
  position: absolute;
  visibility: hidden;
  padding: 1em;
  border: 1em solid #B8B8B8;
  background-color: white;
  text-align: center;
  z-index: 1001;
  overflow: auto;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.lightboxCloser {
  visibility: hidden;
  position: absolute;
  z-index: 1010;
  cursor: pointer;
}
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 850px;
  z-index: 1000;
  background-color: black;
}

