button, .gwt-Button, .gwt-PushButton, .gwt-ToggleButton, .gwt-CustomButton, .gwt-MenuBar, .gwt-CheckBox, .gwt-CheckBox input, .gwt-CheckBox label, .gwt-StackPanelItem, .gwt-DisclosurePanel .header {
  cursor: pointer;
}

.gwt-CheckBox input {
	vertical-align: middle;
}

.gwt-PushButton, .gwt-ToggleButton, .gwt-CustomButton {
  background-image: url(/images/gradient/up.png);
  background-repeat: repeat-x;
}

.gwt-PopupPanel {
	z-index: 1;
}

#routes-map {
  height: 80%;
  overflow: hidden;
}

.hsplitter {
  cursor: e-resize;
  cursor: col-resize;
  border: 1px solid silver;
  border-bottom: none;
  border-top: none;
}

.hsplitter:hover {
  background-color: #ccc;
}

.custom-control {
  font-family: "Helvetica Neue", "Lucida Sans", "Sans", sans-serif;
  /*width: 115px;*/
  font-size: 75%;
  background-image: url(../images/bg75p.png);
  padding: 4px;
  border: 1px solid #888;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
}

.custom-control .title {
  border-bottom: 1px solid #777777;
  font-weight: bold;
  margin-bottom: 3px;
}

.message-box {
	width: 40%;
}

.custom-control.map-menu {
  padding: 1px;
}

.gwt-DisclosurePanel .header td {
  font-size: 60%;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.gwt-DisclosurePanel a.header {
  padding: 2px;
}

.gwt-DisclosurePanel a.header:active  {
	background-color:#88793F;
	color:#6BABFF;
}

.gwt-DisclosurePanel a.header:hover {
  background-color: transparent;
  background-image: url(../images/bg75p.png);
  padding: 1px;
  border: 1px solid silver;
}

.header-container .header-content .arrow-container {
  height: 9px;
  position: relative;
  overflow: hidden;
}

.header-container .header-content .arrow-container img {
  position: relative;
}

.gwt-DisclosurePanel-open .header-container .header-content .arrow-container img {
  top: -18px;
}

.gwt-DisclosurePanel-open .header-container-down .header-content .arrow-container img, .header-container-down .header-content .arrow-container img {
  top: -9px;
}

.gwt-DisclosurePanel .content {
  font-size: 75%;
  padding: 3px;
}

.gwt-DisclosurePanel .content .menu-section {
  margin-top: 5px;
  text-align: center;
}

.gwt-ListBox .maptypes {
  font-size: 11px;
}

.gwt-DisclosurePanel .header table {
  border-collapse: collapse;
  margin-top: 1px;
  margin-right: 2px;
  width: 100%;
  text-align: center;
}

.gwt-StackPanel.overlay-group {
  border-collapse: collapse;
  /*margin-left: 3px;*/
}

.gwt-StackPanel.overlay-group a, .gwt-StackPanel.overlay-group .gwt-PushButton {
  font-size: 75%;
  color: #0F2560;
}

.gwt-StackPanel.overlay-group a img {
  vertical-align: text-bottom;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelItem {
  margin: 2px;
  color: #777;
  font-size: 75%;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelItem div {
  background-image: url(../images/bg75p.png);
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 1px 1px 0px 1px;
  margin-top: 4px;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelItem-selected div {
  color: black;
  border-bottom: none;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelContent div.group-content {
  background-image: url(../images/bg75p.png);
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 0px 1px 1px 1px;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelItem .main-title {
  padding-right: 4px;
  font-weight: bold;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelItem .description {
  font-style: italic;
  font-size: 85%;
  font-style: italic;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelContent .gwt-CheckBox input {
  margin: 0 1px 0 1px;
}

.gwt-StackPanel.overlay-group .gwt-StackPanelContent .gwt-CheckBox label {
  font-size: 80%;
}

.group-content .subscription {
  text-align: center;
}

.group-content .subscription a {
  display: block;
}

.group-content .sublayers {
  font-style: italic;
  margin-left: 8px;
  color: #555;
  border-left: 1px solid silver;
  padding-left: 4px;
}

.ui-SliderWidget {
  height: 10px;
  /*	overflow: hidden;*/
  width: 100%;
}

.ui-Slider {
  cursor: pointer;
  background: #ddd;
  /*	height: 8px; */
  left: 0;
  width: 11px;
  line-height: 1px;
  font-size: 1px;
  border: 1px solid gray;
}

.ui-Slider-over {
  background: #ccc;
}

.ui-Slider-down {
  background: #bbb;
}

.ui-Slider .slider-borders {
  cursor: pointer;
  border: 1px solid #eee;
  border-bottom-color: #bbb;
  border-right-color: #bbb;
}

.ui-Slider-down .slider-borders {
  border-color: #aaa #ccc #ccc #aaa;
}

.ui-Slider .slider-borders .borders-container-holder {
  height: 6px;
}

.ui-Slider .slider-content {
  cursor: pointer;
  border-left: 1px solid #aaa;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 1px;
}

.ui-SliderBar {
  height: 10px;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  width: 98%;
  line-height: 1px;
  font-size: 1px;
}

.ui-SliderBar .slider-bar-content {
  border-bottom: 1px solid silver;
  position: relative;
  top: 3px;
}

.ui-SliderBar .slider-bar-content div {
  height: 3px;
}

.geo-data-inspector .inspect-item {
  font-size: 75%;
  margin-left: 4px;
}

.geo-data-inspector .inspector-horizontal .inspect-item {
  display: inline;
  vertical-align: middle;
}

.geo-data-inspector .edit-name .gwt-TextBox {
  font-size: 90%;
  padding: 0;
  width: 100px;
}

.geo-data-inspector .color-menu .gwt-MenuItem {
  font-size: 75%;
  cursor: pointer;
}
.gwt-MenuBarPopup {
	z-index: 1;
}
.color-menu-list {
  background-color: #E6E1CE;
  cursor: pointer;
}

.geo-data-inspector .edit-latlng .edit-latlng-textbox {
  font-size: 90%;
  padding: 0;
  width: 60px;
}

.geo-data-inspector .delete {
  margin-top: 4px;
  margin-left: 4px;
  font-size: 75%;
}

.geo-data-inspector a.header .data-summary {
  color: #555;
  font-weight: bold;
  font-style: italic;
}

.geo-data-inspector .data-summary .content {
  margin-left: 5px;
}

.geo-data-inspector table.data-summary {
  font-size: 90%;
  width: 112px;
}

.geo-data-buttons-toolbar {
  font-family: "Helvetica Neue", "Lucida Sans", "Sans", sans-serif;
  /*width: 115px;*/
  font-size: 75%;
  background-image: url(../images/bg75p.png);
}

.geo-data-buttons-toolbar .gwt-Label {
  font-size: 80%;
  font-weight: bold;
  color: #555;
  padding-left: 2px;
}

.geo-data-buttons-toolbar .tool-button {
  background-image: url(../images/bg75p.png);
  background-repeat: repeat;
  padding: 2px;
  border: 1px solid #aaa;
  border-right: 1px dotted #aaa;
  border-left: none;
  margin: 2px 0px;
}

.geo-data-buttons-toolbar .tool-button.first {
  margin-left: 2px;
  border-left: 1px solid #aaa;
}

.geo-data-buttons-toolbar .tool-button.last {
  margin-right: 2px;
  border-right: 1px solid #aaa;
}

.geo-data-buttons-toolbar .tool-button.gwt-ToggleButton-up-hovering {
  background-color: #FFFBCE;
  border-color: #777;
}

.geo-data-buttons-toolbar .tool-button.gwt-ToggleButton-down, .geo-data-buttons-toolbar .tool-button.gwt-ToggleButton-down-hovering {
  background-color: #FFF373;
}

.geo-data-buttons-toolbar .tool-button.gwt-ToggleButton-down-hovering {
  border-color: #777;
}

.data-connect {
  font-weight: bold;
  font-size: 85%;
  padding: 0 2px 0 2px;
  margin-right: 2px;
}

.data-connect.gwt-CustomButton-up-hovering {
  background-image: url(/images/gradient/up-hovering.png);
}

.data-connect.gwt-CustomButton-down-hovering {
  background-image: url(/images/gradient/up-hovering.png);
}

.data-connect.loading {
  background-color: #bb0000;
  background-image: none;
  color: white;
}

.on-map-control-tool-tip {
  background-image: url(../images/bg75p.png);
  border: 1px solid #888;
  font-size: 75%;
  padding: 1px;
  width: 100px;
  overflow: hidden;
}

.delete-vertex-control {
}

.delete-vertex-control .decorator img {
  display: block;
  float: left;
  position: relative;
  left: 1px;
}

.delete-vertex-control .container {
  font-size: 65%;
  font-weight: bold;
  background-image: url(../images/bg75p.png);
  padding: 3px;
  float: left;
  padding: 1px 2px 2px 2px;
  border: 1px solid #888;
  -moz-border-radius: 0px 4px 4px 4px;
  -webkit-border-radius: 0px 4px 4px 4px;
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
}

.delete-vertex-control .container * {
  display: block;
}

#export-ui {
  margin: 5px 0px 5px auto;
  text-align: right;
  overflow: hidden;
}

.garmin-ui {
  text-align: right;
}

table.garmin-ui, #export-ui div.no-plugin {
  float: right;
  font-size: 85%;
  background-color: #DEF366;
  border: 1px solid #B0CA36;
}

#export-ui .export-as-file-ui {
  background-color: #E58C8E;
  border: 1px solid #E58C8E;
  float: right;
  font-size: 85%;
  margin: 0px 4px;
  padding: 2px 4px;
  font-weight: bold;
}

#export-ui .export-as-file-ui.gwt-PushButton-up-hovering {
  /*background-color: #AB696A;*/
  background-image: url(/images/gradient/up-hovering.png);
}

#export-ui .export-as-file-ui.gwt-PushButton-down-hovering {
  /*background-color: #AB696A;*/
  background-image: url(/images/gradient/down.png);
  position: relative;
  top: 1px;
  left: 1px;
}

#export-ui div.no-plugin {
  font-size: 80%;
  padding: 2px 3px;
}

#export-ui div a {
  font-weight: bold;
  font-variant: small-caps;
}

table.garmin-ui tbody tr td {
}

table.garmin-ui tbody tr td .export-button {
  padding: 2px;
  background-color: #B2C92E;
  border-left: 1px solid #B5C216;
  font-weight: bold;
  padding: 2px 4px;
}

#garmin-export-button.gwt-PushButton-up-hovering {
  /*background-color: #949C00;*/
  background-image: url(/images/gradient/up-hovering.png);
}

#garmin-export-button.gwt-PushButton-down-hovering {
  /*background-color: #949C00;*/
  background-image: url(/images/gradient/down.png);
  position: relative;
  top: 1px;
  left: 1px;
}

table.garmin-ui tbody tr td .gwt-Image {
  padding-bottom: 2px;
  padding-left: 3px;
}

table.garmin-ui tbody tr td .gwt-InlineLabel {
  padding: 3px;
}

table.garmin-ui tbody tr td .garmin-ui-refresh-button {
  padding: 2px;
}

#garmin-update-image {
  vertical-align: text-bottom;
}

table.garmin-ui tbody tr td .garmin-ui-refresh-button img {
  vertical-align: text-bottom;
}

.popup-background {
  z-index: 2;
  background-image: url(../images/bg75p.png);
  width: 100%;
  height: 100%;
  position: fixed;
	_position: absolute;
	top: 0px;
	_top: expression(eval(document.body.scrollTop));
  overflow: hidden;
}

.openid-ui {
  /*width: 373px;*/
}

.rpx-frame {
  width: 373px;
  height: 240px;
  border: none;
}

.popupContent .openid-ui .gwt-PushButton {
  background-color: transparent;
  background-image: none;
  border: none;
  font-weight: normal;
  margin: 0;
  margin-top: 4px;
  padding: 0;
  text-align: center;
}

.popupContent .openid-ui .gwt-PushButton-down-hovering {
  background-image: none;
}

.ui-popup {
  z-index: 3;
}

.ui-popup .popupContent {
  background-color: #FFFAE6;
  border: 1px solid silver;
  width: 500px;
  margin: 10px;
}

.popupContent h2 {
  margin-top: 10px;
  padding: 3px;
  border: 1px solid silver;
  border-left: none;
  border-right: none;
  font-style: italic;
  color: #555;
  background-color: #E6E1CE;
}

.popupContent .export-content {
  margin: 7px;
  padding: 8px;
}

.popupContent .export-content-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 7px;
}

.popupContent .export-content-list {
  margin-left: 7px;
  margin-bottom: 8px;
  padding-left: 4px;
  border-left: 1px dotted silver;
}

.popupContent .export-center-info .gwt-TabPanel {
  width: 100%;
}

.popupContent .export-device-name {
  font-size: 150%;
  text-align: center;
  margin: 13px;
}

.popupContent .export-file-name-label {
  margin-right: 5px;
}

.popupContent .export-status {
  text-align: center;
  padding: 5px;
}

.popupContent .export-status.gwt-Label-success {
  font-weight: bold;
  color: #070;
}

.popupContent .export-status.gwt-Label-error {
  font-weight: bold;
  color: #bb0000;
}

.popupContent .export-status.gwt-Label-info {
  font-weight: bold;
  color: #0000bb;
}

.ui-popup .gwt-PushButton {
  font-size: 90%;
  font-weight: bold;
  padding: 3px;
  margin: 5px;
  margin-left: 0;
  background-color: #CAC2B4;
  border: 1px solid gray;
}

.popupContent .gwt-PushButton-up-hovering {
  /*background-color: silver;*/
  background-image: url(/images/gradient/up-hovering.png);
}

.popupContent .gwt-PushButton-down-hovering {
  /*background-color: silver;*/
  background-image: url(/images/gradient/down.png);
  position: relative;
  top: 1px;
  left: 1px;
}

.ui-popup .popupTopLeft {
  background-image: url(../images/corners-verticals.png);
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 1px 0;
}

.ui-popup .popupTopLeftInner {
}

.ui-popup .popupTopCenter {
  background-image: url(../images/horizontals.png);
  background-position: 0px -16px;
  height: 16px;
  background-repeat: repeat-x;
}

.ui-popup .popupTopCenterInner {
}

.ui-popup .popupTopRight {
  background-image: url(../images/corners-verticals.png);
  background-position: -14px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.ui-popup .popupTopRightInner {
}

.ui-popup .popupMiddleLeft {
  background-image: url(../images/corners-verticals.png);
  background-position: -78px;
  width: 16px;
  background-repeat: repeat-y;
}

.ui-popup .popupMiddleLeftInner {
}

.ui-popup .popupMiddleCenter {
  background-color: #FFFCF4;
}

.ui-popup .popupMiddleCenterInner {
}

.ui-popup .popupMiddleRight {
  background-image: url(../images/corners-verticals.png);
  background-position: -62px;
  width: 16px;
  background-repeat: repeat-y;
}

.ui-popup .popupMiddleRightInner {
}

.ui-popup .popupBottomLeft {
  background-image: url(../images/corners-verticals.png);
  background-position: -46px;
  width: 16px;
  height: 16px;
  background-repeat: repeat-y;
}

.ui-popup .popupBottomLeftInner {
}

.ui-popup .popupBottomCenter {
  background-image: url(../images/horizontals.png);
  height: 16px;
  background-repeat: repeat-x;
}

.ui-popup .popupBottomCenterInner {
}

.ui-popup .popupBottomRight {
  background-image: url(../images/corners-verticals.png);
  background-position: -30px;
  width: 16px;
  height: 16px;
  background-repeat: repeat-y;
}

.ui-popup .popupBottomRightInner {
}

.login-dialog-content div .gwt-TabPanel {
  width: 100%;
}

.gwt-CheckBox.toogle-visibility label {
	white-space: nowrap;
	font-size: 90%;
	color: #777;
}

.field-errors {
  border-left: 1px solid;
  color: #990000;
  font-size: 85%;
  line-height: 1em;
  margin: 2px 4px 4px 2px;
  padding: 0px 0px 2px 4px;
  font-style: italic;
}

.data-form-field { /*overflow: auto;*/
width: 285px;
}

.data-form-field div.gwt-Label {
  margin-top: 10px;
}

.required-field {
  font-size: 75%;
  font-style: italic;
  color: #DB8882;
	padding-left:5px;
}

.gwt-TabBarItem {
  border: 1px solid silver;
  padding: 2px 10px;
  border-bottom: 0px;
  background-color: #E6E1CE;
  margin: 0px 2px;
  cursor: pointer;
}

.gwt-TabPanelBottom {
  border: 2px solid silver;
  border-left: none;
  background-color: #F7F2DF;
  border-right: none;
  padding: 10px;
}

.gwt-TabBarItem-selected {
  font-weight: bold;
  background-color: silver;
}

.twt-scale-control .distance-label div {
  background-image: none;
}

/* DIRTY: Google bar Hacks */ * html body .gels-popup-wrapper {
  font-size: 0px;
}
* html body .gels-form {
  height: auto;
}