/**
 * Copyright (c) 2011 Metropolitan Transportation Authority
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

body, html {
	height: 100%;
	margin: 0px;
	margin-left: 75px;
}

#map {
	width: 100%;
	height: 100%;	
}

#bustime {
	margin-bottom: 200px;	
}

#skyscraper_ad {
	top: 50px;
}

#searchbar {
	overflow: auto;
}

#content.sidebar #sidebar .wrapper {
	padding: 0px;
}

#content #legend h2 ul li.legendItem .serviceAlertContainer .alerts li {
	clear: both;
	padding: 5px;
	margin: 0px;
}

#text {
	padding: 0px;
	margin: 0px;
}

/** Wizard Overrides **/

#wizard-col1 {
	background: url("img/wizard/ie6_look_arrow.png") no-repeat 3% 5%;
	border: 0;
	width: 50%;
}

.popover.above .arrow {
  bottom: 0;
  margin: 0;
  border: 0;
  left: 0;
}
.popover.right .arrow {
  left: 0;
  margin: 0;
  border: 0;
}
.popover.below .arrow {
  left: 0;
  margin: 0;
  border: 0;
}
.popover.left .arrow {
  left: 0;
  margin: 0;
  border: 0;
}
.popover .inner {
  background: #000000;
  padding: 3px;
  overflow: hidden;
  width: 280px;
}
