/* @group Page */

body {
	margin: 0;
	padding: 0;
	background: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	margin-top: 0;
	text-align: center;
}

p {
	width: 850px;
	margin: auto;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 2px dashed #000;
	border-right: 2px dashed #000;
}

p a {
	text-decoration: none;
	color: #421eff;
}

p a:visited {
	color: #8649ff;
}

#backhome {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	background-color: #fff4ab;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
	padding: 0.4em;
	color: #47448e;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#backhome:hover {
	background-color: #d4cb91;
}

#wrapper {
	width: 960px;
	background: #eee;
	margin: 0 auto;
	padding: 25px;
	position: relative;
}

ul#nav {
	height: 20px;
	padding: 0.2em 0.2em 0;
	border-bottom: 1px solid #000;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto 1em;
	clear: both;
}

li.link {
	float: left;
	height: 19px;
	padding: 0 0 1px;
	border: 1px solid #000;
	margin: -1px 0.2em 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #ccc;
}

li.link:hover {
	background: #eee;
	height: 20px;
	border-bottom: none;
}

li.selected {
	height: 20px;
	border-bottom: none;
	background-color: #eee;
}

li.selected:hover {
	background: #eee;
}

li.link a {
	padding: 0.5em 1em;
	text-decoration: none;
	border-bottom: none;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group Map */

#js_mapping_holder {
	width: 900px;
	height: 350px;
	border: 1px solid #000;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	margin: auto;
}

#js_mapping_draggable {
	background-color: #aaa;
	position: absolute;
	z-index: 1;
}

/* @end */

/* @group Navigation */

#js_mapping_nav {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	background-image: url(../map_images/nav_bg.png);
}

#js_mapping_nav_up {
	background-image: url(../map_images/arrow_up.png);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 17px;
	top: 2px;
	cursor: pointer;
}

#js_mapping_nav_left {
	background-image: url(../map_images/arrow_left.png);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 2px;
	top: 17px;
	cursor: pointer;
}

#js_mapping_nav_right {
	background-image: url(../map_images/arrow_right.png);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 32px;
	top: 17px;
	cursor: pointer;
}

#js_mapping_nav_down {
	background-image: url(../map_images/arrow_down.png);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 17px;
	top: 32px;
	cursor: pointer;
}

/* @end */

/* @group Pins */

.js_mapping_map_pin {
	background: url(../map_images/bike_pin.png) no-repeat scroll right bottom;
	width: 21px;
	height: 29px;
	cursor: pointer;
	z-index: 2;
}

.js_mapping_map_pin_info {
	z-index: 3;
	background-color: #fff;
	width: 190px;
	height: 70px;
	overflow: hidden;
	border: 4px solid #d92f2f;
	padding: 10px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius: 20px;
	color: #000;
	font: 1em Helvetica, Arial, sans-serif;
	cursor: auto;
}

.js_mapping_map_pin_info_admin {
	width: 210px;
	height: 130px;
}

form {
	display: inline;
}

.js_mapping_info_label {
	display: block;
	font-size: 0.7em;
	width: 100%;
	margin-bottom: 2px;
}

.js_mapping_info_input {
	width: 100%;
	margin-bottom: 0.5em;
}

.js_mapping_add_submit {
	color: #000;
	background: #fff url(../map_images/plus.png) no-repeat 2px center;
	padding: 4px 4px 4px 20px;
	border: 1px solid #d92f2f;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	float: left;
}

.js_mapping_remove_submit {
	color: #000;
	background: #fff url(../map_images/cross.png) no-repeat 2px center;
	padding: 4px 4px 4px 20px;
	border: 1px solid #d92f2f;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	float: right;
}

.js_mapping_edit_submit {
	color: #000;
	background: #fff url(../map_images/pencil.png) no-repeat 2px center;
	padding: 4px 4px 4px 20px;
	border: 1px solid #d92f2f;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	float: left;
}

.js_mapping_loading {
	background: #eee url(../map_images/ajax-loader.gif) no-repeat 2px center;
}

.js_mapping_add_cancel {
	color: #000;
	border: 1px solid #d92f2f;
	background: #fff url(../map_images/cross.png) no-repeat 2px center;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	padding: 4px 4px 4px 20px;
	float: right;
}

/* @end */