
body {
	overflow: hidden;
}

#middle {
	position: absolute;
	left: 0px;
	width: 100%;
}

#menu {
	margin: none;
}

/*** HEADER ***/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: solid 1px black;
}

#header img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#toolbar {
	width: 100%;
}

/*** FOOTER ***/
#footer {
	position: absolute;
	height: 2em;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#footer img {
	border: none;
	vertical-align: text-bottom;
}

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

#footer a:hover {
	text-decoration: underline;
}

#coordinate-display .coordinate-type {
	font-weight: bold;
	margin-left: 5px;
}

.scale-jumper-text {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 3px;
}

.scale-jumper-select {
	width: 150px;
	text-align: right;
}

.scale-jumper-select option {
	text-align: right;
}

/*** MIDDLE ***/
#map {
	display: block;
	height: 100%;
	border: solid 1px black;
}

#control-panel {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 20em;
}

.DisplayRight #control-panel {
	right: 0px;
}

.DisplayRight #map {
	margin-right: 20em;
}

/*
 *  Tab Styles
 */

.tab-strip {
	margin-top: .3em;
	border-bottom: solid .1em black;
}

#tab-container {
	overflow: scroll;
}

#catalog-tab {
}

.tab {
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;

	padding-left: 2px;
	padding-right: 2px;

	cursor: pointer;

	margin-left: 1px;
	margin-right: 2px;
	margin-top: 5px;

	background-color: #EEE;
}

.tab-selected {
	border-bottom: solid 1px white;
	background-color: white;
}

.tab-hidden {
	display: none;
}

.tab-visible {
	display: block;
}

.tab-visible td,th {
	font-size: 75%;
}

#service-tab table,td,th {
/*	font-size: 1em;*/
}

/*
 *  CSS for styling service rendering
 */

.service-title {
	display: block;
	font-size: 1.5em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.service-input-parent {
	display: block;
}

.service-input-title {
	font-weight: bold;
}

.service-step-visible {
	display: block;
}

.service-step-hidden {
	display: none;
}

#measuretool-input-total,#measuretool-input-segment {
	text-align: right;
}

.popupContainer {
	overflow-y: auto;
	overflow-x: auto;
}

/*
 *  Some CSS for the Zoom To boxes.
 */

#zoomto-boxes {
	text-align: center;
}

.zoomto-select {
	width: 10em;
}

/*** REFERENCE MAP ***/
.olControlOverviewMapElement {
	background: none !important;
}


.olControlOverviewMapMaximizeButton {
	background-repeat: no-repeat;
	background-image: url('../images/toolbar/add.png');
}

.olControlOverviewMapMinimizeButton {
	background-repeat: no-repeat;
	background-image: url('../images/toolbar/delete.png');
}

*.olControlOverviewMapMinimizeButton > img {
	display: none;
}

*.olControlOverviewMapMaximizeButton > img {
	display: none;
}

.olControlOverviewMapElement .olMap {
	background-color: white;
	border: solid 1px black;
}

.Visible {
	display: block;
}

.Hidden {
	display: none !important;
}

