span.pseudoh1 {
   font-size: 14px;
   color: #333333;
   font-weight:bold;
}

span.selectedtab {
   font-weight: bold;
   color: #3B5998;
}

table#header {
        width: 100%;
}

td {
        vertical-align: top;
}

div#map {
  border: 1px solid #888;
}

div#map-rhs {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
}

div#test_results {
        width: 440px;
        overflow: auto;
}

div.placetext {
  padding-left:2px;
  cursor: pointer;
}

span.placelabel {
  color: #2020e0;
  padding-right: 4px;
}

div.addplace {
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 1px;
  padding-left: 24px;
  background: #3b5998;
  color: white;
  cursor: pointer;
}

div.addplace a {
  color:white;
  font-weight:bold;
}

div.addplace table tr td {
  vertical-align: middle;
}

/* --- folders --- */
div#folder_list {
        width: 168px;
        padding:0px;
        margin:0px;
}

div.folder_heading {
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        padding-left: 4px;
}

div#folder_list div {
  border-top:1px solid #fff;
}

div.folder_heading table {
  width:100%;
  margin:0px;
  padding:0px;
  border:0px;
}

div.folder_heading tr {
  margin:0px;
  padding:0px;
  border:0px;
}

td.folder_heading_text {
  text-align:left;
  margin:0px;
  padding:0px;
  border:0px;
}

td.sep_heading_text {
  text-align:center;
  margin:0px;
  padding:0px;
  border:0px;
  color: #444;
}

td.folder_heading_refresh {
  text-align:right;
  vertical-align:middle;
  margin:0px;
  padding:0px;
  padding-right:2px;
  border:0px;
}

div.folder_heading img {
  margin-bottom:1px;
  margin-right:1px;
  padding:0px;
  border:0px;
}

div.folder_content {
  padding:0px;
  overflow:hidden;
}

div.folder_heading_closed {
  background-position: 3px 5px;
  background-color: #eee;
  padding-left: 2px;
  cursor: pointer;
}

div.sep_heading {
  background-position: 3px 5px;
  background-color: #bbb;
  padding-left: 2px;
}

div.folder_heading_open {
  background-position: 3px 5px;
  background-color: #eee;
  padding-left: 2px;
  cursor: pointer;
}

div.folder_heading_opening {
  background-position: 3px 5px;
  background-color: #eee;
  padding-left: 2px;
  cursor: pointer;
}

div.folder_heading_closing {
  background-position: 3px 5px;
  background-color: #eee;
  padding-left: 2px;
  cursor: pointer;
}

div.folder_heading_loaded {
  background-position: 3px 5px;
  background-color: #eee;
  padding-left: 2px;
}

div.folder_heading_loading {
  background-position: 3px 5px;
  background-color: #eee;
  padding-left: 2px;
  cursor: progress;
}

div.folder_heading_refreshing {
  background-position: 3px 5px;
  background-color: #eee;
  padding-left: 2px;
  cursor: progress;
}

div.folder_more {
  color: #646464;
  text-align: center;
  cursor: pointer;
  height: 10px;
}

div.folder_more img {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

/*--- /folders ---*/

/*--- initial user prompt stuff ---*/

table.icon-text-table {
  margin:2px;
  border:none;
}

td.icon-text-table {
  padding-bottom:4px;
}

p.so-what {
  font-size:12pt;
  font-weight:bold;
  color:black;
}

p.this-is-what {
  color:#666;
}

div.iup-header {
  font-size: 12pt;
  color:black;
  padding-right:8px;
  padding-left:6px;
}

div.iup-blurb {
  font-size:7pt;
  color:#777;
  padding:0px;
  padding-left:24px;
  margin:0px;
  margin-top:4px;
}


/*--- /initial user prompt stuff ---*/

/* border and padding taken from Facebook textarea */
input.detailstextinput {
        width: 178px;
        border: 1px solid #BDC7D8;
        padding: 2px;
}

input.hint {
        color: gray;
}

div.detailstextarea {
   border: 1px solid #BDC7D8;
   width: 178px;
   height: 10px;
   padding: 2px;
   overflow:hidden;
   word-wrap: break-word;
}

div.detailstextarea {
        height: auto;
        min-height: 10px;
}

div.hint {
        border: 1px solid gray;
        cursor: pointer;
}

span.hint {
        color: gray;
        padding-left: 10px;
        cursor: pointer;
}

div.hint span.hint {
  padding-left: 8px;
}

textarea.detailstextarea {
  width: 178px;
  height: 10px;
  padding: 2px;
  overflow:hidden;
  word-wrap: break-word;
}

textarea.hint {
  color: gray;
}

div.alternatives {
   border: 1px solid #BDC7D8;
   margin:0px;
   padding-left:2px;
   color:#666;
}

div.address-alternative {
    width:178px;
    cursor:pointer;
    overflow:hidden;
}

// table to display current place
// bar across the top with actions
// left-hand-side contains a form of my details
// right-hand-side contains other descriptive elements
table#currentplacetable {
  width: 440px;
  border-collapse: collapse;
}

td#topbar {
  margin: 0px;
  padding: 0px;
}

td#myform {
  width: 45%;
}

td#otherdesc {
  width: 55%;
  overflow: hidden;
  word-wrap: break-word;
}

div.fb-my-stuff-entry, div.fb-other-stuff-entry {
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
  word-wrap: break-word;
}

div.fb-my-stuff-entry {
  background: #fff8ee;
}

div.fb-other-stuff-entry {
  background: #eeeeee;
}

div.fb-other-stuff-entry img.ext-image {
  padding-left: 20px;
  width: 150px;
}

table.fb-header-images {
  border:none;
  margin:2px;
}

div.fb-image-holder {
  background: white;
  width: 83px;
  height: 83px;
  overflow: hidden;
}

div.fb-image-holder img.fb-image {
  padding: 2px;
  border: solid 2px white;
  cursor: pointer;
}

tr.fb-header-images {
  border:none;
}

td.fb-header-images {
  border:none;
  padding:4px;
  margin:0px;
}

/* grid of users, e.g. invite friends */
table.fb-user-grid {
}

table.fb-user-grid td {
  text-align: left;
}

div.fb-user-grid-div {
  padding: 2px;
  border: 1px solid gray;
  width: 126px;
  height: 50px;
  cursor: pointer;
}

div.fb-user-grid-div div.fb-user-pic {
  float:left;
  height:50px;
  width:50px;
}

div.fb-user-grid-div div.fb-user-name {
  float:right;
  width:70px;
  height:40px;
}

div.fb-user-grid-div div.fb-user-name {
  overflow:hidden;
}

div.fb-selected-icon {
  float:right;
  width:70px;
  height:10px;
}

div.fb-selected-icon {
  text-align:right;
}

div.fb-selected-icon img {
}

div.fb-text-page {
  margin-left:12px;
}

div.fb-text-h1 {
  /*background: url(http://spacemark.com/images/pm/icon.gif) no-repeat;
  background-position: 0px 2px;*/
}

div.fb-text-h1 p {
  /*margin-left:20px;*/
  margin-top:8px;
  font-weight:bold;
  font-size:12pt;
}

div.fb-text-h2 {
  margin-left:4px;
  font-size:12pt;
}

div.fb-text-blurb p, div.fb-text-blurb li {
  margin-top:8px;
  margin-left:24px;
  margin-bottom:0px;
  font-size:8pt;
  color:#666;
}

span.fb-prompt {
  margin-right:4px;
  font-weight:bold;
}

div.more-blurb {
  border: solid 1px gray;
  padding: 10px;
  margin: 10px;
}

div#error {
  margin:5px;
  padding:0px;
}

div#error p {
  font-size:140%;
  color:red;
  font-weight:bold;
  padding:5px;
  padding-bottom:10px;
}

/* send to friend jsp */
div.fb-msg {
}

div.fb-msg-header {
  padding-top:2px;
}

div.fb-msg-header span.prompt {
  font-weight:bold;
}

div.fb-msg-content {
  padding-top:4px;
  margin:4px;
}

textarea.fb-msg-content {
  border:1px solid grey;
}

input.disabled {
  background:#bbb;
}

/* used to give a hidden 'submit' input to a form */
input.hiddeninput {
    width: 0px;
    height: 0px;
    border-width:0px;
}

span.fade {
    color: gray;
}

span.loading {
  color: gray;
  padding-left: 20px;
  font-style: italic;
}

span.helptip {
  border:solid 1px red;
  padding:2px;
  margin:0px;
  background:white;
  font-size:10px;
  width:158px;
  text-align:center;
}


/* Clever floating popup */
#popupbox {
  position:absolute;
  width:150px;
  background-color:#FFFFDD;
  color:black;
  border: solid 1px black;
  padding:2px;
  text-align: left;
  font-size: 10px;
  visibility:visible;
  left:25px;
  top:-100px;
  z-index:+1;
}

span.visible-to {
  font-weight:bold;
  color:#666;
}

/* tool stuff, used on the mobile and more tab for tollbar installation instructions */
div.toolkicker {
  text-align: center;
/*  vertical-align:center;*/
  margin-top:8px;
}

div.toolkicker img {
  border:1px solid #666;
}

div.toolhowtoheader {
  font-weight:bold;
  margin-left:8px;
  margin-top:8px;
  margin-bottom:4px;
}

div.toolhowto p {
  margin-top:4px;
  margin-bottom:4px;
}

a.block {
  display:block;
  margin-top:12px;
  margin-left:28px;
}

div.instructions {
  margin-left:32px;
  color:#383;
}

a.delete_this{
  background-repeat: no-repeat;
  padding-left: 12px;
  background-image: url(/images/pm/fb/delete_this.gif);
}

a:hover.delete_this {
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 12px;
  background-image: url(/images/pm/fb/delete_this_hover.gif);
}

a.reply_this {
  background-repeat: no-repeat;
  padding-left: 12px;
  background-image: url(/images/pm/fb/reply_this.gif);
}

a:hover.reply_this {
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 12px;
  background-image: url(/images/pm/fb/reply_this_hover.gif);
}

a.extlink {
  padding-right: 13px;
  background: url(/images/pm/fb/ext_link.gif) center right no-repeat;
}

a.grouplink {
  padding-right: 17px;
  background: url(/images/pm/fb/group.gif) center right no-repeat;
}

a.addplacelink {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 26px;
  background: url(/images/pm/fb/add_place.jpg) center left no-repeat;
}

a.withphoto, a.moveaction, a.sendaction, a.editaction, a.deleteaction, a.withstar, span.withstar, a.nostar {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center left;
}

a.moveaction {
  background-image: url(/images/pm/fb/move.gif);
}
a.sendaction {
  background-image: url(/images/pm/fb/send.gif);
}
a.deleteaction {
  background-image: url(/images/pm/fb/delete.gif);
}
a.editaction {
  background-image: url(/images/pm/fb/edit.gif);
}
a.withstar, span.withstar {
  background-image: url(/images/pm/fb/favorite.gif);
}
a.nostar {
  background-image: url(/images/pm/fb/favorite_not.gif);
}
a.withphoto {
  background-image: url(/images/pm/fb/photo.gif);
}

select.w100 {
  width: 100%;
}

#detailsform {
  margin-bottom: 8px;
}

html>body #detailsform {
  margin-bottom: 0px;
}


/* /tool stuff */
