/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul            { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/* end CSS reset */

/* cl-specific global styles */
html, body { height: 100%; }
body {
    background: white;
    color: #222;
}
img      { border: 0; }
em       { font-weight: bold; font-style: normal; }
strong,b { font-weight: bolder; }
big      { font-size: larger; }
small    { font-size: smaller; }
sup      {
    font-size: x-small;
    line-height: normal;
    vertical-align: super;
}
hr {
    color: #ccc;
    background: #ccc;
    height: 2px;
    border: 0;
}
p {
    clear: none;
    margin: 1em 0;
}
input.dv, textarea.dv { color: #aaa !important ; }
ul.ul, ol.ol {
    padding-left: 40px;
    margin: 1em 0;
}
ul.ul { list-style-type: disc; }
ol.ol { list-style-type: decimal; }
ul.ul li, ol.ol li {
    display: list-item;
    line-height: 1.3em;
    margin: 1em 0;
}
.highlight,.error {
    background: #ffc;
    font-family: sans-serif;
    padding: 8px;
    border: #ff8 solid 1px;
}
.error     { border-color: #fbb; }
aside.highlight { margin: 8px auto; }
fieldset {
    background: #eee;
    border: 2px groove #ccc;
    padding: 0.35em 0.625em 0.75em;
}
legend {
  font-family: sans-serif;
  font-size: small;
  margin-left: 1em;
}
.mobile #searchlegend {
    margin: 0;
}
#searchlegend #catAbb {
  margin-right: 8px;
}
.posterpicker {
  /* make owner/dealer/broker selector usable on mobile */
  white-space: nowrap;
  line-height: 1.75em;
  background-color: #fff;
  padding: 1px 4px;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.ban {
    text-align:center;
    font-weight:bold;
    padding: 2px;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}
.greytext {
    color: #777;
    font-size: x-small;
    font-weight: normal;
    font-family: serif;
}
/* header, footer, section, article for floating footer */
#pagecontainer {
    min-height: 100%;
    position: relative;
}

.draft_warning {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 120%;
    border: 1px solid #bb4;
    padding: 5px 5px 1.2em 5px;
    margin: 2px;
}
.mobile .draft_warning {
    padding: 5px;
    text-align: center;
}
.draft_warning button {
    float: right;
    font-size: 116%;
    margin-top: 0.2em;
}
.mobile .draft_warning button {
    float: none;
}

.shadow {
       -moz-box-shadow: 3px 3px 4px #222;
       -webkit-box-shadow: 3px 3px 4px #222;
       box-shadow: 3px 3px 4px #222;
}
#pagecontainer > header,
.post .posting > header,
footer {
    line-height: 1em;
    min-height: 1.1em;
    background: #eee;
    padding: 5px 0;
    font-family: sans-serif;
}
#pagecontainer > header {
    margin-bottom: 1em;
    border-bottom: 1px #ccc solid;
}
#pagecontainer > header .contents {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    min-height: 24px;
    line-height: 24px;
    padding: 0 8px;
}
.w1024  #pagecontainer > header .contents { max-width: 980px; }
.mobile #pagecontainer > header .contents { max-width: 10000px !important; }

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px #ccc solid;
    text-align: center;
}
footer .clfooter li {
    display: inline;
    padding: 0 5px;
    font-size: small;
}
footer .clfooter .mobile,
.mobile footer .clfooter .desktop {
    display: none;
}
.mobile footer .clfooter .mobile {
    display: inline;
}
footer .clfooter .rss { float: right; text-align: right; }
footer .clfooter .rss .l {
    background: orange;
    padding: 0px 2px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}
.mobile footer .rss {
    display: none;
}

section.body {
    padding: 0 8px 3em; /* bottom padding to allow for footer */
    width: 768px;
    margin: 0 auto;
    height: 90%;
    min-height: 600px; /* don't let footer cover up content, particularly on interstitial pages */
}
.w1024  section.body { width: 980px; }
.map    section.body { padding-bottom: 2em; }
.mobile section.body {
    width: auto !important;
    min-height: 0;
}
.post.mobile section.body {
    min-height: inherit;
    padding-bottom: 1em;
}

/* lightbox */
.lightbox #lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 999999999;
}
.lbbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .5;
  filter:alpha(opacity=50);
  display: none;
}
.lightbox .lbbg {
  display: block;
}
.lbframe {
  position: absolute;
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 1px black;
  -moz-box-shadow: 0 0 10px 1px black;
  box-shadow: 0 0 10px 1px black;
  border-radius: 3px;
  margin: auto;
  display: none;
}
.lightbox .lbframe {
  display: block;
}
.lbclose {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 2px 3px 4px 3px;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/10px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  border-left: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}
.lbcontent {
  overflow: auto;
  max-height: 95%;
  max-width: 95%;
  margin: 10px;
}
/* end lightbox */

/* 'favorites' star */
.star {
    width: 16px;
    height: 16px;
    background: url(/images/sprites.png);
    background-position: 0px -112px;
    background-repeat: none;
    display: inline-block;
    visibility: hidden;
    vertical-align: text-top;
    cursor: pointer;
}
.star.v       { visibility: visible; }
.nojs .star   { display: none; }
.star:hover,
.star.half { background-position: 0px -128px; }
.star:hover   { background-color: #eee; }
.star.fav     { background-position: 0px -144px; }

h4 .star { display: inline-block; }

/* favorites box */
.upper #ef { float: right; margin-left: 4px; }

#favorites {
    background: #ffa;
    font-family: sans-serif;
    display: none;
    padding: 0 4px;
}
.mobile #favorites {
    display: inline-block;
    background: transparent;
    padding: 0;
}
#favorites a {
    display: block;
    text-decoration: none;
}
#favorites a:before {
    content: "";
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 4px 5px 0 0;
    background: url(/images/sprites.png);
    background-position: 0px -144px;
}
#favorites a:hover {
    background: #ccc;
}
#favorites a.off:hover { background: transparent; }


/***
 header tabs
***/
.tabcontainer {
    font-size: smaller;
    overflow: hidden;
    height: 24px;
    position: relative;
    top: 6px;
    width: 100%;
}

.tabcontainer b, .tabcontainer a {
    padding: 3px;
    border-radius: 0.7em 0.7em 0 0;
    -moz-border-radius: 0.7em 0.7em 0 0;
    -webkit-border-radius: 0.7em 0.7em 0 0;
    border: 2px #ccc solid;
    white-space: nowrap;
    margin: auto 2px;
    height: 25px;
}
/* Hidden from IE: */
:root .tabcontainer b,
:root .tabcontainer a { line-height: 25px; }

.tabcontainer b {
    background: white;
    border-bottom: 2px white solid;
    font-weight: normal;
}

.tabcontainer a {
    text-decoration: none;
    border-bottom-style: none;
}

.tabcontainer a:hover  { background: #f7f7f7; }

/* end global styles */

/*************
 POSTING PAGES
 *************/
.posting .postingtitle {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 10px 0;
    clear: left;
}

.posting .postingtitle .star {
    vertical-align: baseline;
}

.posting .tsb {
    border: 1px solid #eee;
    margin: 0 0 1em 0;
    padding: 5px 8px;
}
.posting aside.tsb {
    font-size: small;
}
.posting .tsb em { font-weight: normal; }

.posting fieldset { display: inline; }

.posting .removed h2 { font-size: 1.5em; font-weight: bold; margin: 0.83em 0; }
.posting .removed h5 { font-size: 0.83em; font-weight: bold; margin: 1.67em 0; }

/* flag links on postings */
.posting .flags {
    margin-left: 3em;
    margin-right: 3em;
    font-size: small;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 10000;
    width: 3em;
    white-space: nowrap;
}
.posting .flaglink {
    text-decoration: none;
}
.posting .flaglink .flagtext {
    text-decoration: underline;
}
.posting .flags .flag {
    font-family: sans-serif;
    color: #fff;
    font-size: 1.4em;
    line-height: .75em;
    height: .85em;
    width: .85em;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.posting .flags .flag.active,
.posting .flags .flaglink:hover .flag {
    color: #ddd;
}
.posting .flags.done .flag {
    color: #f00;
}
.posting .bestoflink {
    text-decoration: none;
}
.posting .bestoflink .bestoftext {
    text-decoration: underline;
}
.posting .bestof {
    color: #ddd;
    font-size: 1.5em;
    vertical-align: middle;
}
.posting .bestoflink:hover .bestof {
    color: pink;
}
.posting .bestof.done {
    color: red;
}
.posting .dateReplyBar {
    font-size: smaller;
    position: relative;
    z-index: 1000;
}
.posting .dateReplyBar a { white-space: nowrap; }
.posting .dateReplyBar .returnemail { position: absolute; z-index: 1000; left: 0; max-width: 300px; }
.nojs .posting .dateReplyBar .returnemail { display: none; }
.posting #availdate { float: right; }
.posting .userbody  {
    padding-bottom: .5em;
    margin-bottom: 1.5em;
}

/* re-style HTML inside the postingbody to browser defaults
 * this is styling the user-supplied html inside the posting body,
 * as well as the stuff in our /about/ etc simpleClPages */
#postingbody { *clear: left; } /* fix for IE7 iw float left hack */
#postingbody p { margin-bottom: 16px; }
#postingbody i { font-style: italic; }
#postingbody blockquote { margin: 1em 40px; }
#postingbody h1,
#postingbody h2,
#postingbody h3,
#postingbody h4,
#postingbody h5,
#postingbody h6 { font-weight: bold; display: block; text-align: inherit; }
#postingbody h1 { line-height: 2em; font-size: 2em; margin: 0.67em 0; }
#postingbody h2 { line-height: 1.5em; font-size: 1.5em; margin: 0.83em 0; }
#postingbody h3 { line-height: 1.17em; font-size: 1.17em; margin: 1em 0; }
#postingbody h4 { line-height: 1em; font-size: 1em; margin: 1.33em 0; }
#postingbody h5 { line-height: 0.83em; font-size: 0.83em; margin: 1.67em 0; }
#postingbody h6 { line-height: 0.67em; font-size: 0.67em; margin: 2em 0; }
#postingbody ul,
#postingbody ol { margin: 1em 0; padding-left: 40px; }
#postingbody ul { list-style-type: disc; }
#postingbody dl { margin: 1em 0; }
#postingbody dd { margin-left: 40px; }
#postingbody pre { white-space: pre; margin: 1em 0;  font-family: monospace; }
#postingbody code { white-space: pre; font-family: monospace; }
#postingbody th,
#postingbody td { padding: 1px; display: table-cell; vertical-align: inherit; }
#postingbody th { font-weight: bold; }

/* body blurbs*/
.posting .cltags {
    font-size: smaller;
    margin: 1em 0;
}
.posting ul.blurbs {
    list-style-type: disc;
    margin-left: 10px;
    padding: 10px;
}
.posting .postinginfos { clear: both; }
.posting p.postinginfo {
    margin: 0;
    margin-right: 1.2em;
    display: inline-block;
    /* IE7 hack */
    *display: inline;
    zoom: 1;
    /* end IE7 hack */
    font-size: .75em;
}
.posting .dateReplyBar .postinginfo {
    font-size: 1em;
}
/* time elements are relativized by timeago and clickable to reveal original date/timestamp */
.posting time {
    cursor: pointer;
    border-bottom: 1px dotted #999;
    zoom: 1; /* need to trigger hasLayout for IE7 to render, ugh */
}
/* map */
.posting #map {
    height: 260px;
    width: 100%;
    position: relative;
}
.posting.w1024 #map {
    height: 300px;
}
/* full screen mode */
#map.leaflet-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.mobile #map.leaflet-fullscreen {
  top: 34px; /* leave room for mobile header */
}
/* end full screen mode */
abbr.timeago {
    font-size: 80%;
}

/* reply options dialog */
.posting .replylink { display: none; }
.nojs .posting .replylink { font-size: 1.25em; display: inline; }
.posting .reply_button {
    padding-left: 14px;
    padding-right: 14px;
}
.nojs .posting .reply_button {
    display: none;
}
.posting .reply_button .envelope {
    display: none;
    font-size: 2em;
    vertical-align: middle;
}
.posting .reply_button .phone {
    display: none;
    font-size: 1.5em;
    vertical-align: middle;
}

.posting div.reply_options {
    display: none;
    background: white;
    padding: 5px;
    border: 2px solid #ccc;
    font-family: sans-serif;
}


.posting div.reply_options h5 { margin: 0 0 10px; text-decoration: underline; }

.posting div.reply_options ul {
    margin: 0 0 6px 20px;
    padding-left: 0;
}

.posting div.reply_options li { padding: 2px; }

.posting div.reply_options li a {
    text-decoration: none;
    display: block;
    position: relative;
}

.posting div.reply_options .anonemail {
    width: 100%;
    background-color: #eee;
    padding: 5px;
    margin-left: -10px;
    border: 1px solid #ccc;
}

/****************
 IMAGE WIDGET
 ***************/

.iw {
    margin-bottom: 1em;
    max-width: 445px;
    display: inline-block;
    /* IE7-- hack */
    *float: left;
    /* end IE7-- hack */
    vertical-align: top;
}
.w1024 .iw {
    max-width: 605px;
}
.mobile .iw {
    /* must be block for swipe to work */
    display: block;
    margin-right: 0;
}

.iw #thumbs {
    margin-top: 1px;
}
.iw #thumbs a {
    text-decoration: none;
    float: left;
    line-height: 0;
}

.iw #thumbs img {
    height: 40px;
    width: 40px;
    border: solid 1px transparent;
}
.w1024 .iw #thumbs img {
    height: 48px;
    width: 48px;
}

.iw #thumbs img.selected {
    border: solid 1px orange;
    -webkit-box-shadow: 0 0 0 1px orange;
    -moz-box-shadow: 0 0 0 1px orange;
    box-shadow: 0 0 0 1px orange;
}

.iw #ci {
    position: relative;
    width: 440px;
    height: 330px;
    border: 1px solid #eeeeee;
}
.w1024 .iw #ci {
    width: 600px;
    height: 450px;
    border: 1px solid #eeeeee;
}
#ci img {
    border: 0;
    max-width: 440px;
    max-height: 330px;
}
.w1024 #ci img {
    max-width: 600px;
    max-height: 450px;
}

/* IE/Mac *//*/
#ci {
    display: block;
}
/**/


/* map and attributes box */
.posting .mapAndAttrs {
    float: right;
    vertical-align: top;
    width: 280px;
    font-family: sans-serif;
}
.posting.w1024 .mapAndAttrs {
    width: 300px;
    margin-right: 30px;
}
.posting.mobile .mapAndAttrs {
    float: none;
    margin: 0 auto;
}
.posting .mapbox .mapaddress {
    text-align: right;
    margin-top: 5px;
}
.posting .attributes .attrbubble {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: .25em;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    padding: .15em .4em;
    white-space: nowrap;
    line-height: 1.85em;
    font-size: .9em;
}

.posting .otherpostings {
    background-color: #fff;
    border: 1px solid #ccf;
    border-radius: .25em;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    padding: .15em .4em;
    white-space: nowrap;
    line-height: 1.85em;
    font-size: .9em;
}
.posting .otherpostings:hover {
    background-color: #eef;
}
.posting .otherpostings a {
    text-decoration: none;
}

/* mobile posting */
.posting.mobile .flags,
.posting.mobile .postinginfo,
.posting.mobile .blurbs,
.posting.mobile .returnemail { font-size: 10px; }
.posting.mobile .dateReplyBar .postinginfo {
    display: block;
    font-size: 1em;
    padding-top: 4px;
    text-align: center;
}

.posting.mobile .replylink,
.posting.mobile .replybelow {
    padding-top: 4px;
}
.posting.mobile .replylink,
.posting.mobile .replybelow,
.posting.mobile .reply_button {
    float: left;
}
.posting.mobile .flags {
    display: block;
    margin: 5px 15px 0 0;
    text-align: center;
    float: right;
}
.posting.mobile .postinginfo { white-space: nowrap; display: inline-block; }

.posting.mobile header a { font-size: 1em; white-space: nowrap;}
.posting.mobile header.contents { max-width: auto !important; }

.posting.mobile .flags a { font-size: 12px; }

.posting.mobile .body { width: 95%; }
.posting.mobile h2 { font-size: 18px; }
.posting.mobile .returnemail a {
    font-size: 14px;
    white-space: nowrap;
}

.posting.mobile #postingbody {
    font-size: 1em;
    margin-bottom: 1.5em;
}

.posting.mobile .iw {
    height: auto;
    max-width: 600px;
    margin: 0 auto;
}

/* if there are thumbs, the slider will replace them so avoid the page jump */
.posting.mobile .iw #thumbs {
    display: none;
}
/* size the single image to the width of the screen */
.posting.mobile .iw #ci {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
}
.posting.mobile .iw #iwi {
    max-width: 100%;
}

/* image slider widget */
.slidernav {
    text-align: center;
}
.sliderinfo {
    margin: 0 2em;
}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    border: solid 1px #ccc;
    max-width: 600px;
    max-height: 450px;
    text-align: center;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    position: relative;
    overflow: hidden;
}
.swipe img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
/* end image slider widget */

/***************
 * tocs
 * *************/

.toc td, .toc a, .toc th, .toc .hl { white-space:nowrap; }
.toc a       { text-decoration: none; }
.toc a:hover { text-decoration: underline; }
.toc #messagetable #messages {
    text-align: right;
    font-size: .9em;
}

.toc .sortby {
    float: right;
    font-family: sans-serif;
    font-size: smaller;
}
.toc .mobile .sortby {
    font-family: sans-serif;
    font-size: smaller;
    text-align: center;
    margin: 8px auto;
}

.toc.map    section.body,
.toc.grid   section.body { width: auto; }


/**
 * ui experiment where we show top search terms to the user. pat
 */

.toc .experimentalFeature { 
    font-family: sans-serif;
    padding-top: 5px;
    padding-left: 4px;
}

.experimentalFeature span {
    padding-left: 10px;
    padding-right: 10px;
}

/******************* header ******************/
#pagecontainer header .dropdown {
    display: none;
}
.toc.mobile #pagecontainer header,
.posting.mobile #pagecontainer header {
    position: fixed;
    z-index: 1002;
    width: 100%;
    padding: 0;
}
.posting #pagecontainer header .mi.post,
.posting #pagecontainer header .mi.account {
    display: none;
}
.posting.mobile #pagecontainer header .mi.post,
.posting.mobile #pagecontainer header .mi.account,
.toc.mobile #pagecontainer header .mi.post,
.toc.mobile #pagecontainer header .mi.account {
    display: block;
}
#pagecontainer header .mi {
    float: right;
    margin-left: 5px;
}
.mobile #pagecontainer header .mi {
    float: none;
    margin-left: 0;
}
/* don't show the preview header as part of the post creation process */
.post.mobile .body .posting header {
    display: none;
}
.toc.mobile #pagecontainer header .contents,
.posting.mobile #pagecontainer header .contents {
    height: 2em;
    overflow: hidden;
    padding: 0;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.mobile #pagecontainer header .breadbox {
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    width: 100%;
}
#pagecontainer header .breadbox em {
    font-weight: normal;
}
.mobile #pagecontainer header .breadbox em {
    display: none;
}
.mobile #pagecontainer header .mi {
    text-align: right;
    padding-right: 8px;
}
#pagecontainer header .crumb {
    margin-right: 5px;
}
.mobile #pagecontainer header .crumb {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-left: 8px;
    margin: 0;
}
.mobile #pagecontainer header .dropdown {
    font-size: 1.5em;
    position: absolute;
    right: 4px;
    bottom: 9px;
    display: block;
    width: 1em;
    line-height: .25em;
}
/* whichever element is after the header needs padding to get out from under the fixed header */
.toc.mobile #pagecontainer header + *,
.posting.mobile #pagecontainer header + * {
    padding-top: 50px;
}
.mobile header { min-width: inherit; }
.mobile header a { font-size: 1em; text-decoration: none; }
/******************* end header ******************/

#mobileformatnotice {
    padding: 1px 5px 3px 5px;
    background-color: #40a;
    color: white;
    border-bottom: 1px solid #307;
}
#mobileformatnotice .desktopmode {
    font-weight: bold;
    text-decoration: underline;
}

/*
 * searchform
 */
.toc .searchform {
    margin: 0 auto 1em;
    max-width: 768px;
}
.toc.w1024  .searchform {
    max-width: 980px;
}
.toc #searchfieldset {
    border: 1px solid #ccc;
    padding: 0 0 5px 0;
    margin: auto;
}

/* when body goes edge-to-edge, make sure yellow fav banner is constrained */
.toc .favlistinfo {
    margin: 0 auto;
    max-width: 768px;
}
.toc.w1024 .favlistinfo {
    max-width: 980px;
}

.toc #searchtable {
    background: #eee;
    font-family: sans-serif;
    padding: 3px 0 0 10px;
}
.toc #catAbb,
.toc #catAbbUI,
.toc #hoodtitle,
.toc #searchtable label,
.toc #searchtable select,
.toc #searchtable input {
    font-family: sans-serif;
    font-size: 100%;
}
.toc #catAbbUI,
.toc select,
.toc #searchtable button,
.toc #searchtable input#searchbtn,
.toc #searchtable label {
    cursor: pointer;
}
#catAbbUI {
    margin: 0;
}
.toc #searchtable .searchgroup .dv {
    cursor: auto;
}
.toc #searchtable #searchchecks {
    display: none;
}
.toc #searchtable #hoodpicker {
    display: inline-block;
}
.toc #searchtable .searchgroup {
    white-space: nowrap;
    margin: 4px 4px 4px 0;
    vertical-align: middle;
    line-height: 1.5em;
    display: inline-block;
}
.toc #hoodcount {
    min-width: 1em;
    display: inline-block;
    text-align: right;
}
.toc #hoodtogon, .toc #hoodtogoff {
    font-family: monospace;
    font-weight: bold;
    display: none;
}

.toc aside.sharedFavList, .toc aside.oldFavList { display: none; }

.toc footer .rss { position: absolute; right: 4px; bottom: 4px; }
.toc footer .rss .l {
    background: orange;
    padding: 0px 2px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
}
/******* floater div *******/
.toc #floater {
    position:absolute;
    overflow:hidden;
    z-index:999;
    display: none;
    border: 2px solid #ccc;
    background: white;
}
.toc #floater img.loading {
    position: absolute;
    top: 90px;
    left: 118px;
}
.toc #floater img.payload { display: none; margin: 0 auto;}

.toc #floater.f img.loading { display: none; }
.toc #floater.f img.payload { display: block; }

/******* end floater div ******/

.toc .favheader {
    text-align: left;
    font-family: sans-serif;
    font-size: small;
    color: #999;
}
.toc .favheader .star {
    margin-right: 3px;
}
.toc.pic .favheader .star {
    margin-left: 60px;
}
.toc.pic h4 .star {
    /* move "select all" header star over to line up with stars pushed right by thumbnail pic */
    position: relative;
    left: 60px;
}
.toc .bottompaginator { text-align: center; }

#toc_rows {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}
.toc_legend {
    width: 100%;
    position: absolute;
    top: -.9em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: .9em;
    font-family: sans-serif;
}
.toc_legend.bottom {
    top: .75em;
    position: relative;
}
.toc_legend .center {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 790px;
}
.w1024 .toc_legend .center {
    max-width: 980px;
}
.nojs .tocview {
    display: none;
}
.toc_legend .tocview {
    position: absolute;
    left: 0;
    top: 0;
}
.mobile .toc_legend .tocview {
    position: static;
}
.toc_legend .tocsort {
    position: absolute;
    right: 0;
    top: 0;
}
.mobile .toc_legend .tocsort {
    position: static;
}
.toc_legend .buttongroup {
    background-color: #fff;
    height: 100%;
    border: 1px solid #dadada;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: inline-block;
}
.toc_legend .buttongroup .button {
    border-left: 1px solid #dadada;
    padding: 0 7px;
    display: inline-block;
    height: 100%;
}
/* :*-child don't work on IE7/8, but neither do border-radius */
.toc_legend .buttongroup .button:first-child {
    border-left: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}
.toc_legend .buttongroup .button:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
}
.toc_legend .buttongroup .sel {
    background-color: #f5f5f5;
}
.toc_legend .pricesort {
    font-size: .85em;
}
.toc .paginator {
    font-family: sans-serif;
    display: inline-block;
    min-width: 310px;
    color: #aaa;
}
.mobile.toc .paginator {
    margin: 5px auto;
    display: block;
    max-width: 320px;
}
.toc .paginator .first { width: 30px; padding: 0; }
.toc .paginator .prev { width: 60px; padding: 0; }
.toc .paginator .next { width: 60px; padding: 0; }
.toc .paginator .pagenum {
    color: #222;
    white-space: nowrap;
    width: 160px;
    padding: 0;
}
.toc .resulttotal {
    text-align: center;
    font-family: sans-serif;
    color: #222;
}
.toc_legend a:visited {
    color: #00e;
}
.toc_legend a.sel {
    color: inherit;
    cursor: text;
}
.toc_legend a.sel:hover {
    text-decoration: none;
}
/* if no js, don't show view buttons */
.nojs .toc_legend .tocview {
    display: none;
}
#toc_rows .content {
    padding: 1em 0 0 0;
}
.mobile #toc_rows .content {
    padding: 5em .25em 0 .25em;
}
#toc_rows .noresults {
    text-align: center;
    margin: 1em 0;
}
#toc_rows .ban {
    /* make banner look more like a fieldset legend */
    background-color: transparent;
    border-bottom: none;
    padding: 0 1.05em;
    margin: 1.25em 0;
    line-height: 0;
    text-align: center;
}
#toc_rows .ban .bantext {
    background-color: #fff;
    padding: .1em .5em;
    font-weight: normal;
    font-family: sans-serif;
    font-size: .95em;
}
#toc_rows .ban.nearby {
    text-align: left;
    margin: 2em 0;
}
#toc_rows .ban.nearby .bantext {
    font-weight: bold;
}
.mobile #toc_rows .ban.nearby .bantext {
    line-height: 1.25em;
}

.toc .row { clear: both; }
.toc .row .i {
    margin-right: 10px;
    clear: both;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    display: none;
}
.toc.pic .row .i {
    float: left;
    width: 50px;
    height: 50px;
    display: inline;
}
.toc.pic #toc_rows .i.empty {
    background-image: url(/images/peace-sm.jpg);
}
.toc .row .star {
    float: left;
    margin-right: 5px;
}
/* if line wraps, make it stay to the right of the star rather than underneath it */
.toc.list .row .star {
    margin-bottom: 1em;
}

.toc.list .row .pnr small {
    white-space: nowrap;
}

.toc .row .date:after,
.toc .row .pl:after { content: ' - '; }
.toc .row .date {
    font-size: smaller;
    display: none;
}
.toc.search .row .date {
    display: inline;
}
.toc .row #mapcontainer .date:after,
.toc.pic .row .pl:after { content: ''; }
.toc.pic .row {
    height: 50px;
    margin: 10px 0;
}
.toc .l2 .price {
    font-size: .8em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    padding: 1px 3px;
}

.toc.pic .row .pl {
    display: block;
}
.toc.pic .row .l2 { line-height: 1.5em; }

.toc .row .i img {
    border: 0;
    height: 50px;
    width: 50px;
 }

.toc span.p { color: orange;  font-size: smaller; }
.toc .haspic { color: orange; }
.toc span.p .maptag { color: #080; }

.toc .nextpage {
    text-align: center;
    font-size: larger;
    clear: both;
}
.toc .row .c { clear: both; }

.toc .gc {
    padding: 2px;
    background: #eee;
    font-size: smaller;
}

.toc .gc:hover { background: #f7f7f7; }

.toc.grid #toc_rows .ban { margin-bottom: 1.5em; }
.toc.grid .row {
    width: 302px;
    height: 290px;
    margin: 0 12px 16px 0;
    border: 1px solid #fff;
    line-height: 1.3em;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* ie6 and 7 don't support "display: inline-block" so here's an ugly hack */
    zoom: 1;
    *display: inline;
    /* end ugly ie6/7 hack */
}
.toc.grid .row:hover {
    border-color: #aaa;
}
.toc.grid.mobile .row:hover {
    border-color: #fff;
}
.toc.grid.mobile .row {
    margin-right: 9px;
}
.toc.grid #toc_rows .row .pnr,
.toc.grid #toc_rows .row .gc,
.toc.grid #toc_rows .row .pl:after { content: ''; }
.toc.grid #toc_rows .row .star { vertical-align: top; }
.toc.grid #toc_rows .gc,
.toc.grid #toc_rows .pl a { white-space: normal; }
.toc.grid #toc_rows .px { display: none; }

.toc.grid #toc_rows .i {
    width: 300px;
    height: 225px;
    position: relative;
    background-color: #eee;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 2px;
}
.toc.grid #toc_rows .i.empty {
    background-image: url(/images/peace.jpg);
}

.toc.grid #toc_rows .i img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    max-height: 225px;
    max-width: 300px;
    height: auto;
    width: auto;
}
/* image overlay price is only for grid mode */
.toc #toc_rows .i .price {
    display: none;
}
.toc.grid #toc_rows .i .price {
    display: inline;
    position: absolute;
    bottom: 0;
    font-size: .9em;
    color: #222;
    background-color: #fff;
    padding: 2px 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top-right-radius: .25em;
    -moz-border-top-right-radius: .25em;
    -webkit-border-top-right-radius: .25em;
    z-index: 1;
}

.toc.grid #toc_rows .cg { position: absolute; bottom: 0; right: 0; }
.toc.grid #toc_rows .date { display: none; }

/* best-of-specifics */
.best h2 {
    line-height: 1.5em;
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: bold;
    display: block;
    text-align: left;
}
.bestofbanner {
    color: purple;
    font-family: courier;
    font-size: x-small;
    margin: 1em 0;
}
.bestofwarnings {
    list-style-type: disc;
    margin: 1em;
}

/**********
 * toc mobile styles - apply to mobile and tablet
 * ********/
.toc.mobile #satabs .tog,
.toc.mobile .row span.p,
.toc.mobile .row .date,
.toc.mobile .row br.c,
.toc.mobile #satabs,
.toc.mobile header #ef,
.toc.mobile #searchdrop,
.toc.mobile #messagetable,
.toc.mobile #satabs .tog { display: none; }

.toc.mobile .modebtns {
    display: block;
    text-align: center;
    margin: 5px 0;
    clear: both;
}
.toc.mobile blockquote { max-width: inherit; }
.toc.mobile .searchhead {
    background: white;
    width: 100%;
}
.toc.mobile header>span,
.toc.mobile .dateReplyBar { font-size: small; }
.toc.mobile .postinginfos { margin-bottom: 1em; }


.toc.mobile #searchform {
    background: white;
    padding: 0;
}
.toc.mobile #searchfieldset {
    border-left: 0;
    border-right: 0;
    margin: 0;
    display: none;
    padding: 2px 8px;
    max-width: 10000px !important;
    white-space: normal;
}
.toc.mobile #searchdrop #satabs a,
.toc.mobile #searchdrop #satabs b { display: block; }

.toc.mobile #topsubmit,
.toc.mobile #expsrch  { font-size: 1em; }

.toc.mobile #topsubmit {
    float: right;
}

.toc.mobile #searchfieldset .leftside {
    overflow: hidden;
}

.toc.mobile #searchfieldset .expando {
    float: left;
}
.toc.mobile #searchfieldset .searchbox {
    overflow: hidden;
}

.toc.mobile #messages,
.toc.mobile #searchtable input,
.toc.mobile #searchtable select { text-align: left; }

.toc.mobile #query {
    display: inline;
    font-size: 1em;
    width: 90%;
}

.toc.mobile .body {
    padding: 0 0 60px 0;
}

.toc.mobile #satabs b {
    font-weight:normal;
    color: blue;
    cursor: pointer;
}

.toc.mobile .row {
    margin-left: 3px;
    line-height: 1.2em;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-bottom: .5em;
}
.toc.mobile .row a {
    white-space: normal;
    text-decoration: none;
}
.toc.mobile .row .pl {
    font-size: 1.0625em; /* 17/16 */
    max-height: 2.9em; /* two lines max */
    overflow: hidden;
}
.toc.pic.mobile .row .pl a {
    /* one line max for title, ... if cut off */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.toc.mobile .row img { margin-right: 5px; }
.toc.mobile .row .pl:after { content: '' }
.toc.mobile .gc {
    display: none;
}
.toc.mobile .pleasewait {
    color: #80f;
    font-size: 96px;
    width: 100%;
    text-align: center;
}
.toc.mobile .nextpage { text-align: right; padding-right: 8px; }
.toc.mobile .imagehole { width: 100%; }

.toc.mobile .postinginfo {
    margin: 0;
    margin-right: 1.2em;
    display: inline;
}
/**
 * CSS for the "toChecklist" jQuery plugin, by Scott Horlbeck
*/
select#neighborhood, select#nh, div#hoodtitle {
    display: none;
}

div#neighborhood, div#nh {
    position: absolute;
    z-index: 1001;
}

div.checklist,
div.checklistHighlighted {
    overflow: hidden;
}
div.checklist {
    border: 1px solid #ccc;
    color: #555;
    font-size: 12px;
    line-height: 1.6em;
    position: absolute;
    top: 6px;
    left: -6px;
}

ul.checklist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white;
}

div.checklist li { padding: 3px; }
div.checklist li.even { background: white; }
div.checklist li.odd { background: #f7f7f7; }

div.checklist li.even:hover,
div.checklist li.odd:hover,
div.checklist li.focused,
div.checklist li:hover label {
    background: #dde;
}

div.checklist li.checked {
    background: #ffffa7;
    font-style: italic;
}

div.checklist li.checked:hover,
div.checklist li.checked:hover label {
    background: #ffff22;
    font-style: italic;
}

div.checklist label.disabled {
    color: #ddd;
}

div.checklist li input {
    display: block;
    float: left;
}
div.checklist label {
    display: block;
    margin: 0;
    padding: 0;
}
div.checklist label.leaveRoomForCheckbox {
    display: block;
    padding-left: 25px;
}

ul.showSelectedItems {
    color: #770;
    font-size: .8em;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 1.4em;
}

div.checklist li.optgroup {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    background: #ccc;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding-left: 7px;
}
div.checklist li.optgroup:hover {
    background: #ccc;
}

/************
 SOCIAL LINKS
 ************/

div#shareSocial {
    margin: 7px;
    padding: 7px;
    border: 2px #ccc solid;
    float: right;
    font-size: x-small;
    font-family: sans-serif;
    display: none;
    background: white;
    width: 10em;
}

div#shareSocial #sstitle {
    font-size: small;
    margin: 5px;
}

div#shareSocial #ssmain {
    border-top: 2px #ccc solid;
    margin: 6px 0 0 0;
    padding: 0;
    list-style-type: none;
}
div#shareSocial #ssGetMore { padding: 2px 0 0 20px; }

div#shareSocial li.more { display: none; }

div#shareSocial a {
    color: #4c4c4c !important;
    text-decoration: none;
    line-height: 16px;
    margin: 3px;
    padding: 0 0 0 20px;
    background: url(/images/shareSocial.png) no-repeat top left;
    display: block;
    height: 16px;
    border-bottom: 1px #eee solid;
}

#shareSocial a#delicious   { background-position: 0px -176px; }
#shareSocial a#diigo       { background-position: 0px -208px; }
#shareSocial a#digg        { background-position: 0px -192px; }
#shareSocial a#email       { background-position: 0px -224px; }
#shareSocial a#facebook    { background-position: 0px -240px; }
#shareSocial a#fark        { background-position: 0px -256px; }
#shareSocial a#friendfeed  { background-position: 0px -304px; }
#shareSocial a#mixx        { background-position: 0px -464px; }
#shareSocial a#myspace     { background-position: 0px -496px; }
#shareSocial a#stumbleupon { background-position: 0px -704px; }
#shareSocial a#reddit      { background-position: 0px -592px; }
#shareSocial a#technorati  { background-position: 0px -752px; }
#shareSocial a#twitter     { background-position: 0px -784px; }

div#shareSocial a:hover { background-color: #eee; }

/***************
 POSTING PROCESS
 ***************/

.post .picker {
    font-family: sans-serif;
}
.post .picker label {
    line-height: 1.8em;
    cursor: pointer;
}
.post .picker label input[type=checkbox],
.post .picker label input[type=radio] {
    margin-right: 0.8em;
    vertical-align: middle;
}

.post #postingForm {
    font-family: sans-serif;
}
.post #postingForm input,
.post #postingForm select,
.post #postingForm textarea {
    font-family: serif;
    font-size: 1.1em;
}
.post #PostingTitle {
    width: 20em;
}

.post label.selectfield select { display:none; }

.post.mobile #PostingTitle {
    min-width: 240px;
    margin-right: 1em;
    width: 90%;
}
.post #PostingBody {
    width: 42em;
}
.post.mobile #PostingBody {
    width: 100%;
    min-width: 240px;
}
.post .PostingBody {
    /* IE7 "float right unto the screen's edge" hackfix */
    *max-width: 750px;
}
.post .PostingBody .onejobonly,
.post .PostingBody .highlight {
    font-size: .8em;
    margin: 0;
    padding: 0;
    font-weight: normal;
    float: right;
    color: black;
    max-width: 500px;
}
.post.mobile .PostingBody .highlight {
    font-size: .9em;
}
.post #FromEMail {
    display: block;
    margin-bottom: .5em;
}
.post #FromEMail,
.post #ConfirmEMail {
    width: 13em;
}
.post.mobile #FromEMail,
.post.mobile #ConfirmEMail {
    min-width: 220px;
}
.post #postingForm fieldset input,
.post #postingForm fieldset select,
.post #postingForm fieldset textarea { font-size: 1em; }

.post #postingForm select {
    min-width: 3em;
}
.post .formnote {
    font-family: sans-serif;
}
.post .fieldlabel {
    font-family: sans-serif;
    font-size: .8em;
}
.post #postingForm .fields label {
    font-family: sans-serif;
}
.post #postingForm #oiab label {
    display: block;
}
.post #postingForm #oiab label,
.post #postingForm #perms label{
    color: black;
    font-weight: normal;
    cursor: pointer;
}
.post .fieldnote {
    font-family: sans-serif;
    float: right;
    font-size: .7em;
}
.post #compdet {
    font-size: smaller;
    margin-left: 1.5em;
}
.post .row {
    margin-bottom: 1.5em;
    zoom: 1;
}
.post label {
    cursor: pointer;
    position: relative;
    *display: inline;
    display: inline-block;
}
.post .row > span {
    *display: inline;
    display: inline-block;
}

.post .row input[type=text],
.post .row select {
    margin-right: 10px;
}

.post .fieldset { margin-left: 0; }

.post .bigbutton { font-size: 140%; float: right; }
.post .pickbutton {
    font-size: 140%;
    float: left;
    margin-top: 0.2em;
}

.post .parenthetical {
    color: #444;
    font-size: 80%;
}

.post bc a {font-weight: bold; white-space: nowrap; }
.post span.imageLabel { font-size: smaller; font-family: sans-serif; }

.post form { display: inline; }

.post p { padding-bottom: 20px; }

.post       #housingBlurb { width: 754px; }
.post.w1024 #housingBlurb { width: 954px; }
.post.mobile #housingBlurb { width: auto; }
.post #housingBlurb p { margin: 1em 0; }
.post #housingBlurb ul {
    padding-left: 40px;
    list-style-type: disc;
    margin: 1em 0;
}
.post #housingBlurb ul li {
    display: list-item;
}

.post #accountBlurb {
    text-align: right;
    float: right;
    margin: 0;
    white-space: nowrap;
    margin-bottom: 10px;
}
.post #accountBlurb a { white-space: nowrap; }

.post textarea {
    font-family: serif;
    border: #ccc 1px solid;
    background: #fbfbfb
}
.post .toutext {
    height: 28em;
    width: 45em;
}
.post.mobile .toutext {
    height: 14em;
    width: 99%;
}
.post .mustaccepttou {
    color: red;
    padding-bottom: 0;
}

.post ul { list-style: circle; }

.post ol,.post ul {
    padding-left: 40px;
    margin: 1em 0;
    margin-bottom: 0.5em;
}
.post ul.ui-menu {
    list-style: none;
    margin: 0;
    padding: 2px;
}

/* don't dispaly favstars in post creation process */
.post .star {
    display: none;
}
.post .row label .label {
    font-family: sans-serif;
    font-size: small;
    font-weight: bold;
}

.post .fields label input { border: black 1px solid; }
.post .fields label input[type=radio] { border: none; }

/* labels for fields */
.post label.req {
    color: green;
}
.post span.err,
.post label.err {
    color: red;
}
/* highlighted error message at the top */
.post .highlight .err { font-weight: bold; }

.post .fields input.req,
.post .fields select.req,
.post .fields label.req input,
.post .fields label.req select,
.post .fields label.req textarea{ border: green 1px solid; }

.post .fields input.err,
.post .fields select.err,
.post .fields label.err input,
.post .fields label.err select,
.post .fields label.err textarea { border: red 2px solid; }


.post button { font-family: sans-serif; }
.post blockquote { margin: 1em 40px; }
.post #thanks {font-family: sans-serif; }
.post #thanks div {
    background: #eee;
    padding: 12px;
    margin-bottom: 2em;

}
.post #thanks div .e { font-weight: bold; color: green; }

.post h5 { font-family: sans-serif; padding: 6px; border-bottom: 3px #aaa solid; } /* bye? */

.nojs .post #mapinfo { display: none; }
.post #mapinfo.disabled input,
.post #mapinfo.disabled div {
    color: #888
}
.post #mapinfo label {
    /* IE7 "float right unto the screen's edge" hackfix */
    *max-width: 180px;
}
.post #mapinfo .postal {
    display: none;
}

.post #geoverifymapbits { border: 1px solid #ddd; }
.post #search_button { display: inline-block; margin: 0.2em; }
.post #geocodebutton { display: inline-block; margin: 0.2em; float: right; }
.post .title { white-space: nowrap; }
.post.mobile .title { white-space: normal; }
.post .title input { font-size: 1.1em; font-weight: bold; padding: 0 5px; }

.post ol.sprlst li { margin-top: 1em; }
.post ol.sprlst li span { background: #ffc; }

.post .posting {
    padding: 10px 15px;
    width: 754px;
    margin: 1em auto;
    overflow: hidden;
    border: 2px solid #ccc;
}
.post.w1024 .posting  { width: 954px; }
.post.mobile .posting {
    width: auto !important;
    overflow: visible;
}

.post #jsErr { display: none; }

/* #ed is for Event Dates */
.post #ed { white-space: nowrap; }
.post #ed small { color: black; font-weight: normal; }
.post #ed .start span,
.post #ed .end span {
    display: inline-block;
}
.post #ed .start {
    margin-right: 1em;
}
.post #postingInvoice { min-width: 50%; }
.post #postingInvoice td { padding: 8px; }

/* image upload */
.post .addmore {
    font-family: sans-serif;
    float: left;
}

.post .imguploadbuttons {
    margin-left: 2em;
}

.post .images {
    margin-left: 2em;
}

.post .images div.imgbox {
    height: 225px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
    border: 1px #ccc solid;
    background-image: url('/styles/images/checkerboard.png');
    margin-bottom: 5px;
    overflow: hidden;
}
.post .images div.imgwrap {
    height: 225px;
    max-width: 300px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.post .images div img {
    max-height: 225px;
    max-width: 100%;
}
.post .images div form {
    position: absolute;
    right: 0;
    top: 1px;
}
.post .images div form button {
    background-color: #fdd;
    color: #500;
    border: 1px solid #a88;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.post .images div:hover form button {
    display: block;
    cursor: pointer;
    opacity: 1;
    filter:alpha(opacity=100);
}

.post .replytextemail { font-size: 80%; margin-right: 3em; }

.post .managestatus p { padding: inherit; }
.post .managestatus table td { padding: 5px 0; }
.post .managestatus { font-family: sans-serif; padding: 12px 20px; }
.post .managebutton { padding: 12px 4px 4px; display: inline; }
.post .previewButtons {
    margin: 1em 0;
}
.post .managebutton form,
.post .previewButtons form {
    display: inline;
}

.post #leafletForm #map {
    min-width: 450px;
    height: 450px;
    width: 100%;
    margin:5px;
    float:left;
    border: 1px solid #ddd;
    margin-bottom:0px;
}
.post.mobile #leafletForm #map {
    min-width: inherit;
    min-height: 200px;
}
.mobile #map .mapglass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}
.post #leafletForm #mapinfo {
    clear:both;
    border:1px solid #ddd;
    background: #fff;
    margin:5px;
    float:left;
    width: 100%;
    margin-top:0px;
    border-top:0px;
    margin-bottom: 12px;
}
.post #leafletForm #mapinfo > div {
    /* will show postal code input on "place map pin" page */
    display: inline-block;
}
/* no need to show address form on mobile while looking at map. */
.post.mobile #leafletForm #mapinfo {
    display: none;
}

.post #leafletForm #search_button { float: right; margin-bottom: 5px; }

#mapcontainer #map.loading {
    background: #fff url('http://www.craigslist.org/images/map/animated-spinny.gif') no-repeat fixed center;
    min-height: 200px;
}
.post.mobile div.row,
.post.mobile .userbody,
.post.mobile header { margin-bottom: 1em; }

.post.mobile .highlight {
    margin: 0;
    padding: 0;
    width: 100%;
}
.post.mobile #accountBlurb   { float: none; margin-top: 0.5em; text-align: center; }
.post.mobile #accountBlurb a { white-space: nowrap; }

.post.mobile .highlight > ol {
    background: #ffc;
    margin: 0;
}
.post.mobile .managestatus table {
    width: 100%;
    font-size: 12px;
}
.post.mobile .managestatus a { font-size: 14px; }
.post.mobile blockquote {
    margin: 8px;
    font-size: 20px;
}
.post.mobile blockquote > i {
    margin-left: 20px;
    font-size: 10px;
}
.post.mobile #map { height: 250px; }

/* interstitials */

.interstitial .body li a    { font-weight: bold; }
.interstitial .body .warning {
    float: right;
    background-color: #ffd;
    max-width: 396px;
    padding: 12px;
}
.interstitial .body h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 20px 0;
}
.interstitial #personalLinks {
    padding: 40px;
    margin-bottom: 1.5em;
}
.interstitial #personalLinks ul {
    display: inline;
    list-style: none;
    padding: 0;
}
.interstitial #personalLinks li {
    display: inline;
    padding-left: 6px;
}
.interstitial #personalLinks li a { font-weight: normal; }

.interstitial #personalLinks ul.subLinks {
    margin-top: 2em;
    display: block;
}
.interstitial .infoBlurb {
    margin: 1em 35px;
}
.interstitial.mobile { width: 100%; }
.interstitial.mobile .warning { float: none; clear: both; margin-top: 2em; }

/*
.interstitial.mobile #personalLinks { padding: 10px; }
*/
/************
 SIMPLE PAGES
 ************/

/* hide these bits... */
.simple #banner,
.simple #prinfo,
.simple footer { display: none; }

/* ...unless we specifically ask for them */
.simple.leftbar #banner,
.simple.prinfo #prinfo,
.simple.footer footer { display: block; }

/* this one's in reverse -- it's only -not- on leftbar pages */
.simple.leftbar #toplink { display: none; }

/* don't enforce width, b/c simple pages sometime are in wee popups, etc */
.simple       section.body,
.simple       #pagecontainer > header .contents { width: auto; max-width: 768px; }
.simple.w1024 section.body,
.simple.w1024 #pagecontainer > header .contents { width: auto; max-width: 980px; }

.simple p { margin: auto; }
.simple.leftbar #pagecontainer > footer {
    background: transparent;
    border: 0;
}

.simple #fakePage { position: relative; }

.simple #mailFlagsSpinner, #mailFlagsThanks {
    display: none;
    min-height: 75px;
}

.simple.leftbar #pagecontainer header {
    border: 0;
    background: transparent;
    padding: 1.5em 0 0.5em 9em;
    font-weight: bold;
    font-size: x-large;
    font-family: serif;
    margin: 0;
}

.simple.leftbar section.body {
    width: auto;
}

.simple.leftbar #pagecontainer header .contents {
    padding: 0;
    margin: 0;
    max-width: 10000px;
}
.simple #pagecontainer #banner {
    width: 10em;
    position: absolute;
    background: #eee;
    border-right: 1px #ccc solid;
    padding: 10px;
    top: 0;
    bottom: 0;
    left: 0;
}

.simple #pagecontainer #banner #logo {
    text-align: center;
    margin-bottom: 8em;
}
.simple #pagecontainer #banner #logo span {
    font-weight: bold;
    font-size: smaller;
}
.simple #pagecontainer #banner #logo a { font-size: 200%; }

.simple #pagecontainer #banner #update {
    font-size: x-small;
    color: #444;
    padding: 10px;
}

.simple #pagecontainer #banner #prinfo {
    font-size: x-small;
    background: #ffc;
    padding: 4px;
    margin: 8px;
    margin-bottom: 3em;
}

.simple #pagecontainer table,
.simple #pagecontainer table td,
.simple #pagecontainer table th   { border: outset thin; }
.simple #pagecontainer table td   { padding: 5px; }
.simple #pagecontainer table td.p { font-family: monospace; white-space: pre; }

.simple.leftbar #pagecontainer #postingbody { padding: 10px; margin-left: 12em; }
.simple #pagecontainer #questions { font-size: small; }

.simple #frog { margin-left: 40px; font-family: monospace; white-space: pre; }

.simple.mobile #pagecontainer #banner { position: relative; width: 100%; }
.simple.mobile .ban { text-align: left; margin-top: 1em;}
.simple.mobile #pagecontainer #banner #prinfo,
.simple.mobile #pagecontainer #banner #update  { display: none; }
.simple.mobile #pagecontainer #banner #logo    { margin: 0; }
.simple.mobile #pagecontainer #postingbody     { margin: 4px; }

/***
Login page
***/
.login #loginBox,
.login #warnings { padding: 6px; }
.login #pagecontainer header .contents,
.login form { max-width: 600px; margin: 0 auto; }
.login #loginBox {
    border: 1px #ccc solid;
    margin-top: 1em;
    margin-bottom: 2em;
    font-weight: bold;
}
.login #loginBox p { margin: 10px; }
.login #loginBox p label {
    display: inline-block;
    width: 250px;
    text-align: right;
}
.login #loginBox p input { width: 250px; }
.login #loginBox div {
    padding: 8px;
}

.login #loginBoxWarning { background-color: #eee; }

.login #loginBox a {
    font-weight: normal;
    font-size: smaller;
}
.login #loginBoxWarning { font-weight: bold; }

.login.mobile #warnings { display: none; }

/* teambios whee */
.bios section.body { width: 80%; margin: 0px auto; }
.bios #pagecontainer header .contents { width: 80%; max-width: inherit; }
.bios ul li { padding: 10px; margin: 10px 0; width: 100%; overflow: auto;}
.bios ul li img { float: right; margin: 0 0 0 10px;}
.bios i { font-style: italic; }
.bios img { max-width: 400px; }
.bios ul li:nth-child(even) { background: #eee; }
.bios ul li:nth-child(even) img { float: left; margin: 0 10px 0 0; }
.bios pre { white-space: pre; margin: 1em 0;  font-family: monospace; font-size: smaller; line-height: 1.5em; }

/*********
 HOMEPAGES
 *********/
.homepage {
    font-family: sans-serif;
}

.homepage #container { margin: 0 auto; }
.homepage section.body { padding-top: 16px; }

.homepage .ban a { display: block; padding: 0 5px; }
.homepage .ban a:hover { background: white; }

.homepage td, .homepage a { white-space:nowrap; }
.homepage a { text-decoration:none; }
.homepage a:hover { color:purple; }

.homepage td { vertical-align: top; }

.homepage ul { list-style: none; }

.homepage div.cats { position: relative; }

.homepage .col ul {
    display: table-cell;
    font-size: smaller;
    list-style: none;
    width: 48%;
    padding-bottom: 1em;
}

.homepage .col h4 { margin-bottom: 3px; }

.homepage div#ppp ul,
.homepage div#hhh ul,
.homepage div#jjj ul { width: 100%; display: block; }

/* trailing comma intentional for ie */
.homepage .col ul, {
    display: inline !important;
    zoom: 1;
    vertical-align: top;
    margin-left: -10px;
    position: relative;
}

.homepage div#forums ul { font-size: 72%; }
/* trailing comma intentional for ie */
.homepage div#forums ul, { width: 31%; }

.homepage .col ul li {
    padding-right: 8px;
}

.homepage .col ul li a {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 0 1px 0;
    border-bottom: 1px solid #eaeaea;
}

.homepage .col ul li a:hover {
    border-bottom: 1px solid #ccc;
    background: #eee;
}

.homepage #leftbar, .homepage #rightbar {
    margin: 0 10px;
    background: #f4f4f4;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    min-width: 11em;
}

.homepage #leftbar {
    text-align: center;
    font-size: smaller;
}

.homepage #leftbar * {
    margin-left: auto;
    margin-right: auto;
}

.homepage #leftbar li, .homepage #leftbar a { padding: 2px; }

.homepage #leftbar li:hover,
.homepage #leftbar a:hover,
.homepage #rightbar ul.acitem > li > a:hover { background: white; }

.homepage #center { padding: 0 10px; }

.homepage #rightbar ul.acitem > li.cont:hover { background: transparent !important; }

.homepage #rightbar h5.active { background: white; }

/* trailing comma intentional for ie */
.homepage #rightbar > ul.acitem > li, { margin-bottom: -1em; }

.homepage .leftlinks      { margin-top: 2em; }
.homepage .leftlinks li a { display: block; }

.homepage #logo {
    font-size: 235%;
    line-height: 135%;
    font-weight: 500;
    font-family: "times new roman", times, serif;
    width: 100%;
}

.homepage #main { width: 100%; }
.homepage #main td { padding: 0 10px; }

.homepage #calban {
    margin: 2px;
    font-weight: bold;
}
.homepage.mobile #calban {
    margin: 0;
    font-weight: normal;
}

.homepage #calban a:hover { background: transparent !important }

.homepage table.cal { background: #ccc; }

.homepage .cal {
    margin: 0 10px;
    text-align: center;
}

.homepage .cal a { padding: 1px !important; }
.homepage .cal a:hover { background: transparent !important; }

.homepage .cal .dys th,
.homepage .cal td  {
    border: 1px #ccc solid;
}
.homepage .cal .dys th  {
    font-weight:bold;
    color: #555;
}
.homepage .cal td  {
    background: white;
    padding: 2px;
}

.homepage .cal td:hover {
    background: #eee;
}

.homepage .cal td.tdy {
    background: #ffc;
    font-weight:bold;
}

.homepage #postlks      { margin: 15px 0; }
.homepage.mobile #postlks      { margin: 5px 0; }
.homepage #postlks li   { font-weight: 500; }
.homepage #postlks li a { display: block; }

.homepage #search {
    margin: 20px 10px;
    text-align: left;
}

.homepage #search div {
    text-align: center;
}

.homepage #query {
    width: auto;
    font-size: 13px;
}
.homepage.mobile #query {
    width: 95%;
}
.homepage #search select { width: 75%; }

.homepage #topban {
    height: 2em;
    margin: 0 10px 1em;
    padding: 3px;
    font-weight: normal;
}

/* trailing comma after #topban is intentional, for ie */
.homepage #topban, {
    margin-left: 1em; margin-right: 1em;
}

.homepage #topban h2 {
    display: inline;
    font-family: "times new roman", times, serif;
    font-size: 1.5em;
    line-height: 1.2em;
}

.homepage #topban .sublinks {
    font-size:72%;
}

.homepage #topban a { display: inline; }

.homepage #topban .sublinks a {
    padding: 2px 5px;
    background: white;
    margin: 1px 3px;
}
.homepage #topban .sublinks span { margin: 3px 7px; }

.homepage #rightbar {
    font-size:70%;
    line-height: 1.43em;
    vertical-align: top;
    padding: 5px 10px;
}

.homepage #rightbar #langlinks {
    text-align: center;
    height: 2em;
    padding: 8px;
    font-size: small;
}

.homepage #rightbar h5 {
    background: transparent;
    color: blue;
}

.homepage #rightbar h5.active {
    color: inherit;
}

.homepage #rightbar h5.ctry {
    background: #ffc;
    border-color: #ddd;
}

.homepage #rightbar h5.hot { cursor: pointer; }
.homepage #rightbar h5.hot:hover { background: white; }

.homepage #rightbar h5.hot.ctry:hover,
.homepage #rightbar h5.hot.ctry.active,
.homepage #rightbar h5.hot.ctry.active:hover { background: #ff8; }

.homepage #rightbar ul { margin: 4px; list-style: none; }

.homepage #rightbar ul.menu li { display: none; }

.homepage #rightbar ul.menu li.s,
.homepage #rightbar ul.menu li.s a { display: block; }

.homepage #rightbar ul.menu ul li.more { padding-left: 1em; font-style: italic; }

.homepage .update { color: orange; }

/* homepage mobile */
.homepage.mobile #center,
.homepage.mobile section.body,
.homepage.mobile { margin: 0; padding: 0; }

.homepage.mobile section.body { padding-bottom: 3em; }

.homepage.mobile #sflinks,
.homepage.mobile #logo,
.homepage.mobile #leftbar,
.homepage.mobile #center,
.homepage.mobile #rightbar { display: none; }

.homepage.mobile #rightbar li a { padding: 6px; }

.homepage.mobile #topban {
    margin: 0 0 2px;
    height: 1.2em;
    line-height: 1.2em;
    text-align: left;
}
.homepage.mobile .leftlinks a {
    font-size: 16px;
    display: block;
    padding: 2px;
    text-align: center;
}
.homepage.mobile .leftlinks a:hover { background: #eee; }

.homepage.mobile #topban sup {
    display: none;
}
.homepage.mobile #topban h2 {
    display: block;
    padding-left: 5px;
    cursor: pointer;
    font-size: 1em;
    font-family: sans-serif;
}

.homepage.mobile .sublinks {
    display: block;
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.homepage.mobile .sublinks a {
    padding: 2px;
    background: #eee;
    color: #00b;
    border: 1px solid #ddd;
    border-radius: 1em;
    margin-right: 2px;
}

.homepage.mobile #search { margin: 8px 4px; }

.homepage.mobile #search input,
.homepage.mobile #search select{ font-size: 1em; }

.homepage.mobile #postlks { text-align: center; }

.homepage.mobile #postlks li {
    margin: .25em 0 .75em;
    display: inline-block;
    font-weight: inherit;
    font-size: 16px;
    padding: 2px 6px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.7em;
}

.homepage.mobile #postlks li:first-child {
    float: left;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.homepage.mobile #postlks li:last-child {
    float: right;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.homepage.mobile .cats {
    width: 100%;
    display: none;
}

.homepage.mobile .cats ul {
    width: 100%;
    display: inline;
}

.homepage.mobile .cats li {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: .5em;
}
.homepage.mobile .cats li a {
    padding: 0;
    width: 100%;
}

.homepage.mobile .ban,
.homepage.mobile .cats a {
    display: block;
    font-size: 1.125em;
    line-height: 1.25em;
    margin-bottom: 2px;
}

.homepage.mobile .ban {
    cursor: pointer;
    color: blue;
    font-weight: normal;
}
.homepage.mobile .ban:hover {
    color: purple;
    background: white;
}

.homepage.mobile #forums .cats { display: none; }

.homepage.mobile .cal {
    display: none;
    width: 90%;
    margin: 20px auto 0 auto;
}
.homepage.mobile .cal td {
    width: 4em;
    height: 1.5em;
    line-height: 1.5em;
}

/* main "Sites" page */
.sites {
   font-size: 80%;
   min-width: 600px;
   white-space: nowrap;
}
.sites.mobile {
  min-width: 0;
}
.sites #logo {
  font-size: 90px;
  line-height: 90px;
  color: #551A8B;
  text-align: center;
  font-weight: 500;
  font-family: "times new roman", times, serif;
  font-stretch: expanded;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  border: 0;
}
.sites .colmask{
   overflow: hidden;
}
.sites .box {
   padding: 0px 5px 1em;
   overflow: hidden;
   float: left;
   width: 23%;
}
.sites a       {
    text-decoration: none;
    font-family: sans-serif;
}
.sites .colmask a { display: block; }
.sites a:hover {
    text-decoration: underline;
    background: #eee;
}

.sites h1 {
  border-bottom: 1px solid #ccc;
  font-family: "times new roman", times, serif;
  font-size: 31px;
  line-height: 31px;
  margin: 0.67em auto;
}
.sites h4 {
  text-align: left;
  padding: 1px 0;
  margin: 1em 0;
}
.sites .box ul {
  padding: 0 0 1em 40px;
  border-bottom: 1px solid #ccc;
}
.sites .jump_to_continents {
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
}
.sites .jump_to_continents a {
  margin: 0 15px 0 0;
  font-size: 14px;
}

/* mobile view */
.sites.mobile .colmask {
    width: 100%;
    left: 0;
    float: none;
    display: none;
}
.sites.mobile .box { width: 100%; padding: 0; }
.sites.mobile .jump_to_continents,
.sites.mobile .colmask ul {
    padding-left: 6em;
    display: none;
}
.sites.mobile .body ul li { line-height: 2em; }
.sites.mobile .body ul li>a {
    display: block;
    font-size: 16px;
}
.sites.mobile #logo {
    font-size: 24px;
    line-height: 24px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.sites.mobile #map { margin-bottom: 1em; }
.sites.mobile h1,
.sites.mobile h4 {
    cursor: pointer;
    background: #eee;
    padding: 2px 1em;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    margin: 2px 0;
}
.sites.mobile h4 {
    font-size: 16px;
    line-height: 24px;
    margin-left: 2em;
}

.sites.mobile footer {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    white-space: normal;
}
.sites #map {
  width: inherit;
  height: 410px;
  margin: 0 auto;
}
.sites.mobile #map {
  width: 100%;
  height: 200px;
}
.sites .marker-cluster {
  background-color: rgba(128, 128, 128, 0.2);
}
.sites .marker-cluster > div {
  margin-left: 0;
  margin-top: 0;
}
.sites .marker-cluster > div:hover {
  margin-left: -2px;
  margin-top: -2px;
}
.sites .marker-cluster-small {
  border-radius: 16px 16px 16px 16px;
  max-height: 32px;
  max-width: 32px;
  -moz-border-radius: 16px;
}
.sites .marker-cluster-small:hover {
  max-height: 33px;
  max-width: 33px;
}
.sites .marker-cluster-small > div {
  border: 1px solid #6ECC39;
  border-radius: 14px 14px 14px 14px;
  height: 28px;
  width: 28px;
  -moz-border-radius: 14px;
}
.sites .marker-cluster-small > div:hover {
  background-color: #6ECC39;
}
.sites .marker-cluster-medium {
  border-radius: 17px 17px 17px 17px;
  max-height: 34px;
  max-width: 34px;
  -moz-border-radius: 17px;
}
.sites .marker-cluster-medium:hover {
  max-height: 35px;
  max-width: 35px;
}
.sites .marker-cluster-medium > div {
  border: 1px solid #F0C20C;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px;
  height: 30px;
  width: 30px;
}
.sites .marker-cluster-medium > div:hover {
  background-color: #F0C20C;
}
.sites .marker-cluster-large {
  border-radius: 18px 18px 18px 18px;
  max-height: 36px;
  max-width: 36px;
  -moz-border-radius: 18px;
}
.sites .marker-cluster-large:hover {
  max-height: 37px;
  max-width: 37px;
}
.sites .marker-cluster-large > div {
  border: 1px solid #F18017;
  border-radius: 16px 16px 16px 16px;
  height: 32px;
  width: 32px;
  -moz-border-radius: 16px;
}
.sites .marker-cluster-large > div:hover {
  background-color: #F18017;
}
.sites img.leaflet-marker-icon:hover {
  left: -1px;
  top: -2px;
}
#mapprob {
  display: none;
  background: #eeeeee;
  border: 1px solid #ccc;
  padding: 10px;
}
#mapprob #specific {
    width: 98%;
}

/***
 search suggestions and remove bits (both toc and homepage)
***/

ul.ui-autocomplete a {
    position: relative;
}
ul.ui-autocomplete span.local {
    margin-right: 3em;
}
ul.ui-autocomplete span.remove {
    position: absolute;
    padding: 2px;
    right: 2px;
    top: 3px;
    font-size: 60%;
    color: blue;
    border: 1px solid transparent;
}
ul.ui-autocomplete span.remove:hover {
    border-color: #eee;
    background: #f8f8f8;
}

/* CL marker icons (+) */
.cl-marker-icon {
  border: 1px solid #666;
  background-color: rgba(158,114,252,0.6);
  box-shadow: 1px 1px 1px 1px rgba(96,96,96,0.6);
}
.cl-marker-icon-visited {
  border: 1px solid #999;
  background-color: rgba(250,114,252,0.25);
  box-shadow: 1px 1px 1px 1px rgba(96,96,96,0.75);
}
.cl-marker-icon, .cl-marker-icon-visited {
  /* markers are 15px normal and 25px mobile so 15px radius should cover both */
  border-radius: 15px;
}
.cl-marker-icon:hover {
  top: +2px;
  left: +2px;
}
.cl-marker-icon-visited:hover {
  top: +1px;
  left: +1px;
}
.cl-marker-icon, .cl-marker-icon-visited > span {
  font-family: courier, monospace;
  line-height: 1.2em;
  text-align: center;
  display: block;
}

/****************
 ACCOUNT HOMEPAGE
 ****************/

.account {
    font-family: sans-serif;
}

.account #pagecontainer .bchead {
    background: #eee;
    padding: 5px 5px 0;
    font-family: sans-serif;
    border-bottom: 2px #ccc solid;
    margin-bottom: 1em;
    min-width: 768px;
}
.account.mobile #pagecontainer .bchead {
    min-width: inherit;
}

.account #pagecontainer section.body {
    width: auto;
}

.account .bchead .tabcontainer {
    margin-top: 10px;
}

.account .tabcontainer {
    font-size: smaller;
    position: relative;
    top: 2px;
    height: 24px;
    overflow: visible;
}

.account .signup {
    font-family: serif;
}

.account .signup h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin: 1em 0;
}

.account .signupform #emailAddress {
    width: 20em;
}

.account .accountsettings {
    font-family: serif;
    margin-left: 2em;
}

.account #recaptcha_widget_div {
    display: inline-block;
}

.account .accountsettings form {
    display: inline;
}

.account .label,
.account .field {
    padding: 5px 3px;
    margin-bottom: 3px;
}
.account .label {
    background-color: #eee;
    border: 1px solid #ccc;
    text-align: right;
    font-weight: bold;
    width: 10em;
    display: inline-block;
    vertical-align: top;
}
.account.mobile .label {
    display: block;
}

.account .accountsettings .hidden {
    display: none;
}

.account .accountsettings .change {
    font-size: smaller;
}

.account .new_posting_thing {
    float: right;
    margin-top: 1em;
}
.account.mobile .new_posting_thing {
    float: none;
    display: block;
}

.account table.accthp_postings {
    clear: both;
    font-family: sans-serif;
    border-collapse: separate;
    border-spacing: 2px;
}
.account table.accthp_postings th {
    background-color: #fff;
}
.account table.accthp_postings td {
    padding: 2px;
}
.account table.accthp_postings td.title {
    font-size: 80%;
}
.account table.accthp_postings td.areacat {
    font-size: 90%;
}
.account table.accthp_postings td.dates {
    font-size: 80%;
}
.account table.accthp_postings td.postingID {
    font-size: 70%;
}

.account blockquote {
    margin: 8px;
}

.account #ef { float: right; }

.account input.managebtn {
    color:#00f;
    padding:0px;
    font-size:12px;
    font-family: sans-serif;
    background:none;
    border:none;
    text-decoration:underline;
    display:block;
    cursor:pointer;
 }

.account.mobile {
    margin: 0;
}
.account.mobile blockquote { display: none; }

.account.mobile .bchead {
}
.account.mobile .bchead>a {
    font-size: 14px;
}
.account.mobile #satabs {
    font-size: 14px;
    margin-top: 10px;
    height: auto;
}
.account.mobile #satabs a { text-decoration: none; }

.account.mobile #satabs>* {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    padding: 2px 4px;
    border: 0;
}
.account.mobile #satabs a { background: #eee; }
.account.mobile fieldset {
    width: 100%;
    border: 0;
}
.account.mobile #floater { display: none; }
.account.mobile fieldset>legend   { font-size: 10px; }
.account.mobile fieldset>legend>a { font-size: 14px; }
.account.mobile #searchfieldset { background: white; }
.account.mobile #searchtable {
    background: #eee;
    border: 1px solid #ccc;
}
.account.mobile table {
    width: 100%;
    font-size: 10px;
}
.account.mobile form>fieldset {
    margin: 0;
    padding: 0;
}
.account.mobile #paginator {
    padding: 0;
    margin: 0;
    border: 0;
}
.account.mobile .postingrow {
    margin: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 4px;
}
.account.mobile .postingrow a {
    font-size: 1em;
}


/* vim: et:sw=4:ts=4:lcs=tab\:▸\ ,trail\:·:list
 * */
