
#loading {
  position: absolute;
  left: 290px;
  top: 223px;
  width: 256px;
  height: 81px;
  z-index: 200;
  display: none;

  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/map/images/loading-panel.png');
}

/*
#nameSearchPanel {
  position: absolute;
  display: none;
  width: 230px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -115px;
  padding: 1em;
  background-color: #DCDEBC;
  border: 1px solid #000;
  z-index: 200;
}
*/

/* IE ignores styles with [attributes], so it will skip the following. */
#loading[id] {
  background-image: url(/map/images/loading-panel.png);
}

#loading img {
  margin: 11px 0 0 13px;
}

/* ----------------------------------------------------------------------- */

#mapContainer {
  position: relative;
  width: 872px;
  height: 552px;
  background-color: #F2EFE9;
  border: 1px solid #040;
  margin: 20px 0 20px -7px;
}

/* ----------------------------------------------------------------------- */

#leftBar {
  position: absolute;
  width: 140px;
  height: 552px;
  border-right: 1px solid #000;
}

.leftBarTab {
  position: absolute;
  width: 59px;
  height: 16px;
  top: 2px;
  font-family: arial;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border-color: #000000;
  border-style: solid solid none solid;
  border-width: 1px;
  cursor: pointer;
}

#tabCategory {
  left: 2px;
  background-color: #F2EFE9;
  z-index: 200;
}
#tabName {
  left: 71px;
  background-color: #DCDEBC;
  z-index: 1;
}

#tabBorderBottom {
  position: absolute;
  width: 140px;
  height: 1px;
  top: 24px;
  border-top: 1px solid #000;
  z-index: 2;
}

#leftBar #categoryBar, #leftBar #nameSearchBar {
  font-family: arial;
  position: absolute;
  width: 140px;
  height: 517px;
  top: 35px;
}

#nameSearchBar {
  display: none;
}

#nameSearchBar p {
  margin: 1em 0;
  padding: 0 .7em;
  text-align: justify;
}

#categoryBar, #nameSearchBar {
  font-family: arial;
  position: absolute;
  width: 140px;
  height: 552px;
}

#nameSearchForm {
  text-align: center;
}

#nameFilter {
  width: 115px;
}

/*
#nameSearchWrapper {
  display: none;
  text-align: center;
  margin-top:15px;
}
*/

#catButtonsForm {
  display: none;
}

.catButtonContainer {
  margin: 4px;
}

.catButtonImage {
  vertical-align: middle;
  margin-right: 3px;
}

.catCheckbox {
  vertical-align: middle;
  margin: 0 3px 0 0;
  border: none;
}

.catButtonLabel {
  /*display: block;*/
  position: absolute;
  width: 80px;
  left: 58px;
  margin-top: 12px;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
}

#updateMapWrapper, #nameSearchButtonWrapper {
  text-align: center;
  margin-top: 15px;
}

/* ----------------------------------------------------------------------- */

#googleMap {
  position: absolute;
  left: 141px;
  /*border-left: 1px solid #040;*/
  height: 552px;
}

.largeMap {
  width: 731px;
}

.smallMap {
  width: 500px;
}

/* ----------------------------------------------------------------------- */

#locationInfoBar {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 546px;
  overflow: auto;
  background-color: #F2EFE9;
  color: #000;
  padding: 3px;
}

.catHeading {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #913D99;
  color: #FFF;
  border: 1px solid #000;
}

.locationInfoRule {
  color: #913D99;
}

#locationInfoBar .locationLink {
  color: #913D99;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#locationInfoBar .locationLink:hover {
  text-decoration: underline;
}

#locationInfoBar .locationInfoDiv {
  width: 202px;
}

.locationInfoDiv {
  line-height: 130%;
  padding-bottom: 1em;
  margin: .5em 10px 0 .5em;
  font-weight: bold;
  width: 325px;
}

.locationInfoDiv img {
  float: right;
  margin: 0 0 1em 1em;
}

.locationDesc {
  text-align: justify;
  margin: .5em 1em 0 .5em;
  font-style: italic;
  font-weight: normal;
}
.locationWebLink, .locationWebLink:hover {
  margin-top: .5em;
  color: #913D99;
}

/* ----------------------------------------------------------------------- */

#directionsBar {
  display: none;
  line-height: 130%;
  height: 482px;
  overflow: auto;
  padding: 3px;
  background-color: #FFF;
  background-image: url(/map/images/baker-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 0px;
  background: #FFF url(/map/images/baker-bg.jpg) no-repeat scroll;
}

#directionsLinks {
  display: none;
  line-height: 130%;
  padding: 5px;
}

