/* 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: #1A384C;
  vertical-align: bottom;
}

h1 { 
	color: #1A384C;
	margin-top:0 
}

h2,h3 { 
	color: #156D95;
	margin-top:0 
}

body {  /* background-image: url(bgstrip.jpg); */
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
  color: #156D95
}

#ScheduleInfoQueryResults th {
	text-align: center;
}
#ScheduleInfoQueryResults td {
	text-align: center;
}
.table-pad td,
.table-pad tr {
	padding: 4px 6px;
}

.notered{
	color: #992D2C;
	font-size:17px;
}

.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
}

.errmsg {
  color: #992D2C;
  font-weight: bold;
}

.noticeme {
  color: red;
  font-weight: bold;
}

.text-success {
	color: #28a745;
	font-weight: bold;
}