/*
 * Pmapper enhancement
 */

select {
	width: auto;
}


/*
 * Logos, header, ...
 */

#std-logo {
/*	display: none;*/
}

#std-logo  .pm-logo-img, #mshref_0 .pm-logo-img {
	height: 35px;
}

.pm-header {
	padding-top: 2px;
	height: 25px;
}

#logo-manual {
	text-align: center;
}

#logo-manual img {
	height: 50px;
}


/*
 * refmap, toc, ...
 */

#refmapContainer #refmap {
	position: relative;
	top: 0px;
	left: 0px;
}

#refmap, #tocContainer {
	margin-top: 5px;
}

#refmap {
	left: auto;
	margin-left: auto;
	margin-right: auto;
	border: solid black 1px;
}


/*
 * map
 */

.map-top-bar {
	display: none;
}

#scaleArea, .pm-selectbox, #mapToolArea .graphicalQueries, #helpMessage, #mapLink {
	border-style: solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#scalebar {
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
}

.pm-selectbox, #mapToolArea .graphicalQueries, #helpMessage, #mapLink {
	right: 5px;
	top: 5px;
}

.pm-selectbox {
	top: 50px;
}

#mapToolArea .graphicalQueries {
	top: 80px;	
}

#mapToolArea .sirap_obj_geo_edition_menu {
	top: 83px;
	right: 5px;
}

#map  {
	position: relative;
}

#map .jquery-corner {
	z-index: 98;
	position: absolute;
	width: 100%;
}

#scaleArea {
	top: 5px;
}

#sliderArea {
	top: 40px;
	left: 5px;
}


/*
 * Default Layout
 */

#uiLayoutRoot {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.ui-layout-toggler-west, .ui-layout-toggler-east {
	background:transparent url(images/vgrabber.png) repeat-y scroll center center;
}

.ui-layout-toggler-north, .ui-layout-toggler-south {
	background:transparent url(images/hgrabber.png) repeat-x scroll center center;
}


