/*
*
*  Logic Messages Style Sheet
*  messages.css
*
*/

#bookSelect {
  margin-bottom: 0;
  padding-bottom: 0;
}

#bookSelect p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#sundayTable {
  width: 504px;
  border: none;
  clear: both;
}

#sundayTable caption {
  background: #eee;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
}

#sundayTable th {
  background: #eee;
  font-weight: bold;
  border-bottom: solid 1px #464646;
}

#sundayTable .striped {
  background: #eee;
}

#sundayTable .cell1 {
  width: 304px;
}

#sundayTable .cell2 {
  width: 200px;
}

#thursdayTable {
  width: 504px;
  border: none;
}

#thursdayTable caption {
  background: #eee;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
}

#thursdayTable th {
  background: #eee;
  border-bottom: solid 1px #464646;
  font-weight: bold;
}

#thursdayTable .striped {
  background: #eee;
}

#thursdayTable td {
  width: 504px;
}

.miscTable {
  width: 504px;
  border: none;
}

.miscTable caption {
  background: #eee;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
}

.miscTable th {
  background: #eee;
  font-weight: bold;
  border-bottom: solid 1px #464646;
}

.miscTable .coloredRow {
  background: #eee;
}

.miscTable .cell1 {
  width: 304px;
}

.miscTable .cell2 {
  width: 200px;
}

