/*
    Document   : test.theme
    Created on : May 23, 2011, 11:40:19 AM
    Author     : rising
    Description:
        Purpose of the stylesheet follows.
*/

/*
  NOTE - Allan

  The stuff above where it says "Theming" down below may actually belong in base.css.
  Everything below "Theming" is related to how the actual frontend looks (not just layout).
*/

.left {
  float: left;
}
.right {
  float: right;
}

.link {
  color: blue;
  cursor: pointer;
}







#user-frame {
  float: right;
  width: 350px;
  }





.content-bar-pane {
  display: none;
  overflow: auto;
}

.content-bar-title-hover {
  cursor: pointer;
}

.content-bar-marker {
  cursor: pointer;
}

div.content-bar-search-marker {
  padding: 8px 30px;
  cursor: pointer;
}

div.content-bar-search-marker .search-marker-top{
  height:30px;
  margin-bottom:3px;
}

div.content-bar-search-marker .name {
  font-weight: bold;
  margin-bottom:3px;
}

#search-status {
  float:left;
  font-size: 10px;
  color: #fff;
  background: #363636;
  position: relative;
  display: none;
  padding:3px;
  margin: 0 20px;
  z-index: 400;
}

#search-status-inner {
  float: left;
  padding:0 3px 0 0;
}

#search-status-close {
  float:left;
  cursor: pointer;
  padding: 0 5px;
  font-weight:bold;
}



#tour-wrapper { margin-top: 20px; }

select {
  appearance: normal;
  height: 24px;
  padding: 3px;
  vertical-align: middle;
  margin:0 3px 0 0;
  border:none;
  outline:none;
  background-color: #ddd;
}

/* Menu Bar */


#menu-bar-shim {
  position: absolute;
  display: none;
  z-index: 999;
}

#menu-bar div.menu {
  float: left;
}

.menu-hover {
  width: auto;
  padding: 0 30px 0 10px;
  margin-right: 3px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.menu-hover.hover {
  color: #ffffff;
  background-color: #363636;
}
/*
#menu-hover-mapType {
  width: 50px;
  background: #363636 url("../../assets/img/arrow-light.png") no-repeat 90% 50%;
  color: #ffffff;
}
*/
.menu-pane {
  display: none;
  background: #ffffff;
  margin-right: 3px;
}

.menu-bar-separator {
  float: left;
  height: 100%;
  width: 3px;
  background-color: transparent;
}

.menu-pane-item {
  width: auto;
  height: auto;
  line-height: 12px;
  padding: 5px;
}



#button-facebook.menu-single-item {
  padding: 0 2px;
}

.menu-item {
  float: left;
  width: auto;
  padding: 0 30px 0 10px;
  margin-right: 3px;
  background-image: url("../../assets/img/checkbox-bg.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.menu-item.active {
  background-image: url("../../assets/img/checkbox-bg-checked.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}



