@import url(be.css);
body {
  background: #af2090;
}
#header {
  background: #c7c7ff;
  background-image: url(images/gridbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60px;
}
#navigation address {
  color: #dfdfff;
}
#navigation div.menu {
  background: #c7c7ff;
}
head:first-child+body #navigation div.menu {
  background-image: url(images/gridbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#navigation div.menu a:hover {
  background: #dfdfff;
}
#main, #title {
  background: #c7c7ff;
}
head:first-child+body #title {
  background-image: url(images/gridbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
table.weeks td, table.weeks th {
  padding-right: 48px;
  padding-bottom: 12px;
  vertical-align: top;
}
table h4 {
  margin-top: 6px;
  margin-bottom: 6px;
}
table.holidays {
  border-collapse: collapse;
  font-size: 90%;
  font-family: sans-serif;
  margin-left: 36px;
}
table.holidays td {
  padding: 4px 24px 4px 24px;
  border: 1px solid black;
  text-align: center;
}
   
table.bookings {
  border-collapse: collapse;
  font-size: 80%;
  font-family: sans-serif;
  width: 250px;
}
table.bookings td, table.bookings th {
  padding: 4px;
  border: 1px solid black;
}
table.bookings caption {
  padding-bottom: 6px;
  font-style: italic;
  text-align: left;
}
td.center {
  text-align: center;
}
