html {
	background-color:#000;
	font-family: helvetica, tahoma, arial;
}
body {
	background-color:#FFF;
	margin:5px;
}
#Header {
	background-color:#236491;
}
h2 {
	margin:10px 5px 5px 5px;
}
div .r1, div .D0, tr .D0 {
  background-color: #DDD0C5;
}

div .ListingContent {
  border: 0;
}

div .order {
  text-align: center;
  background-color: #df9800 !important;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  padding-bottom: 3px;
  color: #e0e0e0;
}

div .order a: link, div .order a: visited {
  font-weight: bold;
  color: #E0E0E0;
}

div .order a: hover {
  color: #17435b;
}

div .listingcontainer {
  background-color: #e0e0e0;
}

div .listingcontainer div {
  padding: 3px 2px 3px 2px;
}

#Menu {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #df9800;
  font-size:80%;
}

#Menu a {
  text-decoration: none;
  color: black;
}

#Menu td {
  padding: 2px 3px 2px 3px;
  text-align: center;
}
#Menu a {
	text-decoration:underline;
}
#Menu a:hover {
  color: white;
}

.defaultLink a: link, .defaultLink a: visited {
  font-weight: bold;
  color: #E0E0E0;
}

.defaultLink a: hover {
  color: #17435b;
}

.eventBox {
  background-color: #17435b;
}

.eventBox .title {
  padding-left: 5px;
  background-color: #DF9800 !important;
  border: 0;
  text-align: left;
  font-weight: bold;
}

.eventBox .title img {
  border: 0;
}

.eventBox .titleBottom {
  padding-left: 5px;
  background-color: #DF9800 !important;
  border: 0;
  border-top: 1px solid black;
  text-align: left;
  font-weight: bold;
}

.eventBox .eventContent {
  background-color: #e0e0e0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 1px;
  border: 0;
}

.eventBox .eventContent div {
  padding: 3px 2px 3px 2px;
}

.movieInfo {
  background-color: #E0E0E0;
  border: 1px solid black;
  padding: 2px;
  margin-bottom: 5px;
}

.busInfo {
  position: relative;
  left: 1px;
  top: 5px;
  width: 90%;
  border: 2px solid black;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  text-align: center;
}

.movieInfo .movieName {
  font-weight: bold;
}


