/* 
 * Yet another CSS file that is used to define the styles for a few of the new
 * CSS based map elements.
 */

#map { height: 100%; }

.otm-pan-zoom {
	background-image: url(pan_zoom_bar.png);
}

.zoombar {
	background-repeat: repeat-y;
}

.slider {
	background-position: -198px 0px;
}

.zoom-plus {
	background-position: -36px 0px;

}

.zoom-minus {
	background-position: -54px 0px;
}

.pan-south {
	background-position: -72px 0px;
}

.pan-north {
	background-position: -90px 0px;
}

.pan-west {
	background-position: -108px 0px;
}


.pan-east {
	background-position: -126px 0px;
}


.olMapViewport .identification th {
	/* restore typical user-agent th alignment that OpenLayers style changed */
	text-align: center;
}
