
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

#pageTbl {
  background-color: #cfcfff;
  border-top: 1px solid #434363;
  border-left: 5px solid #434363;
  border-right: 5px solid #434363;
  border-bottom: 1px solid #434363;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#contentTbl {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}

#contentTbl td {
  background-color: #efefef;
  
}

#contentTbl td.corner {
  background-color: #cfcfff;
  height: 32px;
  width: 32px;
}

td.leftCell {
  background-image: url('/images/leftCell.png');
  background-repeat: repeat-y;
}

td.topCell {
  background-image: url('/images/topCell.png');
  background-repeat: repeat-x;
}

td.rightCell {
  background-image: url('/images/rightCell.png');
  background-repeat: repeat-y;
}

td.bottomCell {
  background-image: url('/images/bottomCell.png');
  background-repeat: repeat-x;
}

.topLeft {
  background: transparent url('/images/topLeftCorner.png') no-repeat top left;
}

.topRight {
  background: transparent url('/images/topRightCorner.png') no-repeat top right;
}

.bottomLeft {
  background: transparent url('/images/bottomLeftCorner.png') no-repeat bottom left;
}

.bottomRight {
  background: transparent url('/images/bottomRightCorner.png') no-repeat bottom right;
}

#busDesc {
  color: #404040;
  font: bold 16px Arial,sans-serif;
  text-align: center;
}

#busDescTbl {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}

#footer {
  text-align: center;
}
