/* This makes the background a light brown and sets up the
   scroll bar to be color for IE 5 or above. */
TH {
  background-color: silver;
  color: #000090;
  vertical-align: bottom;
}

H1, H2, H3 {
  color: #000090;
  margin-top: 0
}

body {
  /*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
  margin: 5px;
  padding: 5px;
}

#RegistrationMenu button {
  width: 100%;
  padding: 10px 5px 10px 5px;
  font-size: 14px;
}

button {
  padding: 5px;
}

.AWInfo {
  display: inline-block;
  border-radius: 15px;
  border: 2px solid;
  padding: 20px;
  background-color: rgba(128,128,128,0.5);
  font-size: 9pt;
  color: black
}

.housinginvoicetable {
  border-collapse: collapse;
  border-spacing: 0;
  display: table
}

  .housinginvoicetable td, .housinginvoicetable th {
    padding: 3px;
    display: table-cell;
  }

.table-striped > tbody > tr:nth-child(even) > td, .table-striped-aliceblue > tbody > tr:nth-child(even) > th {
  background-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

a {
	color: #156D95;
}
.standardtext {
  color: black
}
.text-success {
  color: #28a745;
  font-weight: bold;
}
.hdrmsg {
  color: Black;
  font-weight: bold;
  background-color: transparent;
}
.errmsg {
  color: #992D2C;
  font-weight: bold;
  background-color: transparent;
}
.noticeme {
	color: red;
	font-weight: bold;
}
.DisableAnchor {
  color: lightgray;
  /*cursor: not-allowed;*/
  opacity: 0.75;
  text-decoration: wavy;
}
.successmsg
{
	color: #28a745;
	font-weight: bold;
	background-color: transparent;
}


