/* @group UNIVERSAL ELEMENTS */

body {
  font-family: Georgia, Helvetica, Arial, sans-serif;
  background-color: #fff;
  text-align: center;
  color: #666;
  }
a, a:link, a:visited {
  color: #69c;
  text-decoration: none;
  }
a:hover {
  color: #47a;
  background: #def;
  }
#sparkline a:hover {
  background: transparent !important;
  }
a img {
  border: none;
  }
p {
  margin: 0 0 1em 0;
  }
.hide {
  display: none;
  }
form {
  margin: 0;
  padding: 0;
  }
.flickr {
  color: #0063DC;
  font-weight: bold;
  }
  .flickr b {
    color: #FF0084;
  }
/* @end UNIVERSAL ELEMENTS */

/* @group Hide and see... */
/*

.bigicon {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  }

.standfirst {
  font-size: 0.9em;
  line-height: 1.2em;
  }

*/

/* @group HOME PAGE SPECIFIC CONTENT */
/*
#main_index h1,.c_openid h1 {
  color: #666;
  font-weight: normal;
  margin: .75em 0 .5em 125px;
  }
.c_main h2,
.c_openid h2 {
  margin: 0 0 1em 180px;
  padding: 0 0 6px 0;
  font-weight: lighter;
  width: 300px;
  border-bottom: 1px dotted #ccc;
  }
.c_main form,
.c_openid form {
  margin-bottom: .5em;
  }
.c_main p.row,
.c_openid p.row {
  margin-left: 180px;
  width: 300px;
  }
.c_main p.row span.label,
.c_openid p.row span.label {
  width: 80px;
  margin-right: 10px;
  padding-top: 0.3em;
  }
.c_main p.row span.formfield,
.c_openid p.row span.formfield {
  width: 210px;
  }
.c_main p.row span.formfield input.text,
.c_openid p.row span.formfield input.text {
  width: 202px;
  }
.c_main .standfirst,
.c_openid .standfirst {
  margin: 0 0 0 180px;
  font-size: .75em;
  color: #666;
  }
*/
/* @end HOME PAGE SPECIFIC CONTENT */


/* @end */

/* @group -Later */

/* @group TRAVELLER PAGES SPECIFIC CONTENT */

.traveller {
  margin-bottom: 1em;
  }
/*
.traveller .traveller-icon {
  float: left;
  margin-right: 14px;
  margin-bottom: 2px;
  overflow: hidden;
  }
*/
.traveller .traveller-info {
  float: left;
  width: 680px;
  }
.traveller .traveller-info p {
  font-size: 0.75em; /* 12px */
  margin: 0 0 .2em 0;
  }
.traveller h1 {
  margin: 25px 0 0 0;
  font-weight: normal;
  color: #666;
  }
.traveller h1 span {
  color: #993;
  }
.traveller h2 {
  margin: 0 0 4px 0;
  font-size: 1em;
  font-weight: normal !important;
  color: #4d4d4d;
  }
  .traveller h2 .visitors {
    display: block;
    margin: 2px 0 0 144px;
    font-size: .85em;
    }
  .traveller h2 .place-today {
    display: block;
    margin: 2px 0 0 144px;
    font-size: .85em;
    }
.traveller blockquote {
  font-size: 1.1em;
  margin: 20px 0 20px 0px;
  
}

/* @end TRAVELLER PAGES SPECIFIC CONTENT */

/* @group . Plainlist */
.plainlist {
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 1em 1em;
  list-style-image: url(/images/bullet-rounded-box-6x8-b.png);
  }
  .plainlist li {
    line-height:120%;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-left: 0;
    }
  .plainlist .fellow {
    background-color: #ffc
    }
    .plainlist li i {
      font-size: .9em;
      color: #666;
      font-style: normal;
      }
/* @end */

/* @group In the JS/RB */
.travellerTooltip {
  border: 1px solid #000;
  background-color: #fff;
  font-size: 13px;
  padding: 4px;
  color: black;
  width: 150px;
  }
#tooltipURL {
  display: none;
  }

.autocompleter {
  width: 310px;
  border: 1px solid #333;
  background-color: white;
  color: #6699CC;
  }
.autocompleter ul li {
  text-align: left;
  padding: 2px 10px;
  white-space: nowrap;
  font-size: 13px;
  }
.selectAutocompleter {
  background-color: #9bd;
  color: black;
  }
div.result {
  width: 100%;
  background-color: #ffc;
  border-top: 1px solid #c30;
  color: #d14900;
  padding: 0.3em 0;
  }
div.result p {
  margin: 0 10px 0 10px;
  }
/* @end */

/* @group trip-notes */
.trip-notes {
/*  margin: .5em 1em 1em 1em;
  padding: .5em;
  background: #fff;
  border: 1px dotted #ccc;*/
  }
#trips .trip-notes {
  margin-right: 20px;
  /* for trip list inline edit form*/
  }
/*
  .trip-notes ul {
    margin: 0 !important;
    border: none !important;
    font-size: 17pt;
    }
  .trip-notes ul li span a {
    font-size: 1.1em;
    }
  .trip-notes ul li i {
    font-size: .8em;
    font-style: normal;
    }
*/
/* @end trip-notes */

/* @group About area text stuff */
.a_terms_of_service h1,
.a_signup h1 {
  font-size: 24pt;
  margin: 10px 0;
  }
.a_terms_of_service h2 {
  font-size: 14pt;
  margin: .6em 0 .4em 0;
  padding-bottom: .2em;
  background: none;
  border-bottom: 1px dotted #ccc;
  width: auto;
  }
.a_terms_of_service p,
.a_about p {
  font-size: 11pt;
  line-height: 120%;
  }
.a_terms_of_service ol {
  margin: 0 0 0 1.5em;
  padding-top: 0;
  font-size: 11pt;
  line-height: 120%;
  list-style-position: outside;
  }
/* @end */

/* @end */
/* @group Forms */
/* @group Style */
.formpanel {
  border:1px solid #e5e5e5;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding: 0 20px 20px;
  background: #f1f1f1;
  }
  #trips .formpanel {
    padding: 8px 0 20px;
    }
.formpanel h3 {
  margin: 6px 0;
  font-size: 12pt;
  color: #808080;
  }
.formpanel form {
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding: 20px;
  background: #fff;
  }
fieldset {
  border: none;
  }
legend { }
label {
  color: #4d4d4d;
  font-size: 9pt;
  padding: 2px 2px 1px;
  }
input.text,
input[type="text"] {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 9pt;
  color: #4d4d4d;
  width: 95%;
  padding: 2px 2px;
  border:1px solid #999;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  }
  input.text:focus,
  input[type="text"]:focus {
    color: #333;
    }
input.checkbox { }
input.radio { }
textarea {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 10pt;
  color: #4d4d4d;
  width: 95%;
  padding: 2px 2px;
  border:1px solid #999;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  line-height: 1.2em;
  }
  textarea:focus {
    color: #333;
    }
select {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 9pt;
  color: #4d4d4d;
  background: #fff;
  padding: 2px 2px;
  border: 1px solid #999;
  }
  select:focus {
    color: #333;
    }
input.submit,
input[type="submit"] {
  font-family:Helvetica,Arial,sans-serif;
  font-size: 9pt;
  color:#4d4d4d;
  background:#fff url(/images/submit.gif) repeat-x scroll left bottom;
  padding: 2px 10px;
  border:1px solid #e6e6e6;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  }
  input.submit:hover,
  input[type="submit"]:hover {
    color: #333;
    border-color:#ccc;
    }
.formfeedback {
  color: #b77;
  font-size: 8.5pt;
  margin-top:3px;
  }
.form-inline-explanation {
  color: #999;
  font-size: 8.5pt;
  margin-top:3px;
  }
/* @end */
/* @group Layout */

form ul, form ol {
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  }
form li { margin-bottom:5px; }
form dl {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  }
form dt {
  width: 18%;
  padding-right: 10px;
  float: left;
  text-align: right;
  }
form dd {
  width: 75%;
  float: left;
  margin-bottom: 6px;
  }

/* @end */
/* @group Specifics */
/* @group Placename Disamb */

#check-placename-container {
  clear: both;
  margin: 2px 0 0 0;
  }
#check_placename_go {
  font-size: .8em;
  }
.check-placename-info {
  margin:4px 64px 10px 136px;
  }
/* .check-placename-info p.blurb {
  margin: 0;
  padding: 0;
  font-size: 11pt;
  line-height: 110%;
  color: #933;
  } */
.check-placename-info p.blurb {
  margin: 0;
  padding: 0 0 .5em;
  font-size: 9pt;
  line-height: 120%;
  color: #666;
  border-bottom: 1px solid #ccc;
  /*
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background:transparent url(/images/submit.gif) bottom left repeat-x;
  */
  }
#check-placename {
  margin:10px 20px;
  }
#check-placename p.blurb {
  margin: 0;
  padding: 0;
  font-size:8.5pt;
  line-height: 110%;
  color: #666;
  }
  #check-placename p.blurb i {
    font-style: normal;
    color: #999;
    }
#check-placename div.grid {
  margin: 10px 0;
  /* 2px needed for when top row is hilited */
  /*background: url("/images/list_divider.gif") 50% 2px repeat-y; */
  background: url("/images/list-divider-ccc-dotted.png") 50% 2px repeat-y;
  border-top: 1px dotted #ccc;
  }
#check-placename div.grid div.row {
  clear: left;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  }

#check-placename div.grid div.row div p {
  margin: 0;
  padding: .4em;
  font-size: 10pt;
  line-height: 110%;
  }
  #check-placename .choose_placename {
    display: block;
    }
  #check-placename div.grid div.row p a.showmap {
    display: block;
    margin: 0 0 0 1.4em;
    padding: 0;
    font-size: .85em;
    font-style: normal;
    }
  #check-placename div.grid div.row p a.choose_placename .num {
    color: #4d4d4d;
    }
  #check-placename div.grid div.row p i {
    display: block;
    margin: 0 0 0 1.4em;
    padding: 0;
    font-size: .85em;
    font-style: normal;
    color: #4d4d4d;
    }
  #check-placename div.grid div.row p em {
    display: block;
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: .82em;
    font-style: normal;
    color: #999;
    }
/* @group popupmap */
iframe body {
  min-width: none !important;
  }
#popupmap {
  width: auto;
  margin: 0 0 0 0;
  padding: 2em;
  text-align: left;
  }
  #popupmap h1 {
    font-size: 1em;
    font-weight: normal;
    }
/* @end */
/* @end */
/* @group Tabbed Form Panel */

fieldset.invitees {
  border-top: 1px dotted #ccc;
  background: url(/images/list-divider-ccc-dotted.png) repeat-y 50% 2px;
  }
fieldset.grid-row {
  border-color: none;
  border-style: none;
  border-width: none;
  border-bottom: 1px dotted #ccc;
  }

/* @end */

/* @end */

/* @end */


/* 
 * slowly now...
 */
/* @group Structure */
#container {
  width:760px;
  margin:0 auto;
  text-align:left;
  }
.w960 #container {
  width:960px;
  }
#header,
#footer {
  margin:0;
  padding:0;
  }
#middle {
  margin:0;
  padding:1em 0 0 0;
  }
/* @end Structure */

/* @group Header */
/* @group Logo block */
#logo-block {
  display:block;
  }
  #logo-block img {
    vertical-align:baseline;
    }
#logo-block:hover {
  background:none;
  }
#logo-block img#logo {
  width:180px;
  height:35px;
  border:none;
  }
#logo-block img#logo-user {
  width:20px;
  height:20px;
  border:none;
  margin:0 7px 0 4px;
  }
#logo-block .forwho {
  position:relative;
  top:-1px;
  font-size:9pt;
  text-transform:uppercase;
  }
/* @end */
/* @group Top Nav */
ul#topnav {
  margin:24px 0 0 0;
  padding:0;
  }
ul#topnav li {
  border-right:1px solid #e5e5e5;
  display:inline;
  margin:0 0 0 1px;
  padding:0 4px 0 1px;
  }
ul#topnav li.last {
  background:none;
  border:none;
  margin-right:0;
  padding-right:0;
  }
ul#topnav li.signout a {
  color:#c30;
  }

ul#topnav li.signout a:hover {
  background-color: #c30;
  color: #fff;
  }
/* @end */
/* @group Where Next */
.where-next {
  color:#666;
  font-size:14.5pt;
  }
.where-next .bracket {
  margin:0 0 0 1px;
  font-size:30pt;
  font-family:'Times New Roman', serif;
  color:#ccc;
  position:relative;
  top:3px;
  }
.where-next a.add {
  display:block;
  padding:3px 20px 2px 0pt;
  font-size:9pt;
  }
/* @end */

/* @group Search bar */
#search {
  clear:both;
  margin:0 0 1em 0;
  padding:0 0 1em 0;
  border-bottom:1px dotted #ccc;
  }
#search fieldset {
  border:none;
  margin:0;
  padding:0;
  }
#search fieldset legend {
  display:none;
  }
#search input {
  margin:0;
  padding:0;
  border:none;
  }
  #search .searchinputbox {
    width:99%;
    height:21px;
    overflow: auto;
    border:1px solid #ccc;
    }
  #search .searchinputbox input {
    font-size:12px;
    width:99%;
    color:#999;
    padding:2px 0 0 4px;
    }
    #search .searchbox:focus {
      color:#4d4d4d;
      }
  #search .searchsubmit {
    width:100%;
    }
  #search .searchsubmit input {
    font-size:11px;
    color:#808080;
    height:23px;
    border:1px solid #E6E6E6;
    background:transparent url(/images/submit.gif) repeat-x scroll left bottom;
    text-align:center;
    padding:0 0 0 0;
    width:100%;
    }
    #search .searchsubmit input:hover {
      border-color:#ccc;
      }
/* @end */
/* @end */

/* @group Footer */
#footer {
  margin:20px 0 40px 0;
  padding:6px 0 0 0;
  text-align:right;
  font-size:8.5pt;
  }
#footer ul.nav {
  margin: 0;
  }

#footer ul.nav li {
  margin: 0;
  padding: 0 5px 0 1px;
  display: inline;
  border-right: 1px solid #999;
  }
#footer ul.nav li.last {
  padding-right:0;
  border: none;
  }
/* @end */

/* @group General */
h1 { font-size:18pt; }
h1, h2, h3, h4, h5, h6 {
  font-weight:lighter;
  }
.subscribe {
  font-size:8.5pt;
  margin:0 0 .5em 0;
  padding:0 .5em 0 0;
  }
.page-nav {
  font-size:8.5pt;
  margin:0 0 .5em 0;
  padding:0 .5em 0 0;
  }
.avatar-box {
  display:block;
  float:left;
  margin:0;
  padding:0;
  border:none;
  position:relative;
  }
.avatar,
.avatar-box img {
  vertical-align:middle;
  margin:0;
  padding:0;
  }
.more {
/*  font-size:8.5pt;
  text-align:right;
  margin:.5em 0 0 0; */
  }
.controls {
  font-size:8.5pt !important;
  color:#666;
  }
.context-info .controls {
  font-size:9pt !important;
  }
.pagination {
  font-size:9pt;
  text-align:right;
  margin:0 0 1em 0;
  }
.pagination a {
  }
.pagination .current {
  }
.pagination .disabled {
  }

abbr {border:0}

dl.iconic {
  }
  .iconic dt {
    float:left;
    width:25px;
    }
  .iconic dd {
    margin:0 0 0 25px;
    }
.print {
  font-size:8.5pt;
  padding-left:20px;
  background:transparent url('/images/icon-print-14x14.png') left 3px no-repeat;
  }
.copyright {
  font-size:7pt;
  }

/* @group Paragraphs */
.trip-description {
  font-size:9pt;
  }
.placeholder {
  color:#999;
}
.explain {
  color:#333;
  font-size:10pt;
  margin:1em;
  }
/* @end */

#sparkline .this-trip {
  margin:-0.3em 0 0 100px;
  font-size:0.7em;
  color:#69c; /* not a link. match the sparkline ovrlay color */
  }
#sparkline .hilight-this-trip {
  color:#000;
  }
#sparkline .sparkline-start {
  float:left;
  margin:-0.3em 0 0 0;
  font-size:0.7em;
  }
#sparkline .sparkline-finish {
  float:right;
  margin:-0.3em 1.9em 0 0;
  font-size:0.7em;
  }
/* @group Columns-Grid-Stuff */
.left    { float:left;  }
.right   { float:right; }
.tleft { text-align:left; }
.tright { text-align:right; }
.clear { clear:both; height:1%; }
.goodbox { overflow: hidden; width: 100%; }
/* halfs */
.c1of2   { width:50%; }
/* thirds */
.c1of3   { width:33%; }
.c2of3   { width:66%; }
/* quarters - see halfs */
.c1of4   { width:25%; }
.c3of4   { width:75%; }
/* fifths */
.c1of5 { width:20%; }
.c2of5 { width:40%; }
.c3of5 { width:60%; }
.c4of5 { width:80%; }
/* tenths - see fifths & halfs */
.c1of10 { width:10%; }
.c3of10 { width:30%; }
.c7of10 { width:70%; }
.c9of10 { width:90%; }

/* pads */
.pad-top-thin { padding-top:5px; }
.pad-top-half { padding-top:10px; }
.pad-top-full { padding-top: 20px; }
.pad-right-thin { padding-right:5px; }
.pad-right-half { padding-right:10px; }
.pad-right-full { padding-right: 20px; }
.pad-bottom-thin{ padding-bottom:5px; }
.pad-bottom-half{ padding-bottom:10px; }
.pad-bottom-full{ padding-bottom: 20px; }
.pad-left-thin  { padding-left:5px; }
.pad-left-half  { padding-left:10px; }
.pad-left-full  { padding-left: 20px; }
.pad-box { padding:20px 20px 30px 20px; }
.pad-off { padding:0 !important; margin:0 !important;}
/* margins */
.margin-top-thin  { margin-top:5px; }
.margin-top-half  { margin-top:10px; }
.margin-top-full  { margin-top:20px;  }
.margin-right-thin  { margin-right:5px; }
.margin-right-half  { margin-right:10px; }
.margin-right-full  { margin-right:20px;  }
.margin-bottom-thin{ margin-bottom:5px; }
.margin-bottom-half{ margin-bottom:10px; }
.margin-bottom-full{ margin-bottom:20px;  }
.margin-left-thin { margin-left:5px; }
.margin-left-half { margin-left:10px; }
.margin-left-full { margin-left:20px;  }
.margin-box { margin:20px 20px 30px 20px; }

/* borders */
.border-top-dotted    { border-top:1px dotted #ccc; }
.border-top-solid   { border-top:1px solid #ccc; }
.border-right-dotted  { border-right:1px dotted #ccc; }
.border-right-solid { border-right:1px solid #ccc; }
.border-bottom-dotted { border-bottom:1px dotted #ccc; }
.border-bottom-solid  { border-bottom:1px solid #ccc; }
.border-left-dotted { border-left:1px dotted #ccc; }
.border-left-solid  { border-left:1px solid #ccc; }
/* Position Pulls */
.pu2 {top:-2px; position:relative;}
.pu3 {top:-3px; position:relative;}
.pd2 {top:2px; position:relative;}
.pd3 {top:3px; position:relative;}
.pl2 {left:-2px; position:relative;}
.pl3 {left:-3px; position:relative;}
.pr2 {left:2px; position:relative;}
.pr3 {left:3px; position:relative;}
/* Font sizes */
.font-smallest { font-size:70%; }
.font-smaller { font-size:85%; }
.font-larger { font-size:110%; }
.font-largest { font-size:120%; }
.f1 { font-size:14pt; }
.f2 { font-size:12pt; }
.f3 { font-size:11pt; }
.f4 { font-size:10pt; }
.f5 { font-size:9pt; }
.f6 { font-size:8.5pt; }
.f7 { font-size:8pt; }
/* Line heights */
.lh-tighter { line-height:80%; }
.lh-90    { line-height:90%; }
.lh-100    { line-height:100%; }
.lh-tight { line-height:110%; }
.lh-loose { line-height:120%; }
.lh-high { line-height:140%; }
/* text styles */
.deemph {
  font-size:80% !important;
  color:#808080 !important;
  }
sup, sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  _vertical-align:bottom;
  position:relative;
}
sup { bottom:1ex; }
sub { top:.5ex; }
/* visibility */
.hidden { display:none; }
.show { }

/* @end */

/* @group Stuff Colours */
a.title-place { color:#993; }
a.title-place:hover { background:#eed; }
.name-date    { color:#333; }
.name-city    {  }
.name-country {  }
.name-traveller {  }

/* @group greys */
.grey0 { color:#000; }
.grey1 { color:#1a1a1a; }
.grey2 { color:#333; }
.grey3 { color:#4d4d4d; }
.grey4 { color:#666; }
.grey5 { color:#808080; }
.grey6 { color:#999; }
.grey7 { color:#b3b3b3; }
.grey8 { color:#ccc; }
.grey9 { color:#e6e6e6; }
.grey10{ color:#fff; }
/* @end */
/* @group backgrounds */
.bg0 { background:#000; }
.bg1 { background:#1a1a1a; }
.bg2 { background:#333; }
.bg3 { background:#4d4d4d; }
.bg4 { background:#666; }
.bg5 { background:#808080; }
.bg6 { background:#999; }
.bg7 { background:#b3b3b3; }
.bg8 { background:#ccc; }
.bg9 { background:#e6e6e6; }
.bg10{ background:#fff; }
/* @end */
/* @end */

/* @group Listings */
.list-large li,
.list-medium li,
.list-small li {
 /*	this is for IE's "isLayout" needs. 
  	we used to use height:1%" but that run amok
  	in certain conditions. */
  zoom:1;
  }
.list-large .avatar {
  width:18px;
  height:18px;
  }
.list-medium .avatar {
  width:16px;
  height:16px;
  }
.list-small .avatar {
  width:14px;
  height:14px;
  }

.list-large .avatar-box { top:-3px; }
.list-medium .avatar-box { top:-2px; }
.list-small .avatar-box { top:-2px; }

.list-large .item { margin-left:28px;font-size:12pt; }
.list-medium .item { margin-left:24px;font-size:11pt; }
.list-small .item { margin-left:19px;font-size:11pt; }

.item {
  color:#666;
  }
.item-more {
  font-size:9pt;
  }
.photo-quilt li {
  float:left;
  padding:0;
  margin:0 3px 0 0;
  }
.photo-quilt img {
  width:61px;
  height:61px;
  }
/* @end */

/* @group Grid */
.grid {
  background:url("/images/list-divider-ccc-dotted.png") 50% 2px repeat-y;
  border-top:1px dotted #ccc;
  margin:1em 0pt;
  width: 100%;
  overflow: hidden;
  }
.grid .row {
  clear:left;
  width:100%;
  }
.grid .row .tile {
  padding:.5em .5em;
  margin:0 0 0 1px;
  font-size:93%;
  line-height:100%;
  height:1%;
  }
.show_notmutual .notmutual .tile {
    background-color:#ffc;
  }
/* @end */


/* @group Nav Elements */
.toggle-view {
  margin:10px 20px;
  padding:0 0 4px 0;
  font-size:9pt;
  color:#666;
  border-bottom:1px solid #e6e6e6;
  }
  .toggle-view i {
    color:#666;
    font-style:normal;
    font-size:.9em;
    }
.arrow {
  font-size:9pt;
  color:#999;
  }
/* @end Nav Elements */

/* @group Attention grabbers */

/* @group Status */
  /* These are the yellow and reddish alert
    messages at the top of screens after
    you've done something */
/*  #status {
    margin-bottom: 20px;
    color: #933;
    padding: 5px;
    border-bottom: 1px dotted #c99;
    }
  #status .i {
    color: #ddb;
    background: #933;
    margin-right: 8px;
    padding-left: 5px;
    padding-right: 5px;
    }
*/
  .c_main #status {
    margin: 20px 0 10px 180px;
    padding: 3px;
    font-weight: normal;
    width: 290px;
    }
/* @end */

/* @group New Status */
#status {
  margin-bottom: 20px;
  }
#status dl {
  color:#933;
  font-size:11pt;
  padding:5px;
  border-bottom: 1px dotted #c99;
  overflow: hidden;
  width: auto;
  }
#status dl .i {
    color:#fff;
    background:#933;
    padding: 0 5px;
    margin: 0;
    float:left;
    font-family:serif;
    font-size: 9pt;
    font-weight: bold;
  }
#status dl dd {
  margin:0 0 0 20px;
  }

/* @end */

/* @group Alert */

.alert {
  color:#933;
  font-size:11pt;
  padding:.2em .2em;
  background-color:#ffc;
  border:1px solid #dbb;
  }
.alert .i {
    color:#ddb;
    background:#933;
    padding-left:.4em;
    padding-right:.4em;
    float:left;
  }
.alert dd {
  margin:0 0 0 1.5em;
  }

/* @end */

/* @group Notification */

.notification {
  font-size:9pt;
  padding:4px;
  color:#666;
  background:#ffc;
  line-height:130%;
  position: relative;
  top: 0;
  left: 0;
  }
  .ack-notification {
    border:1px solid;
    bottom:4px;
    color:#999;
    display:block;
    font-size:8pt;
    line-height:80%;
    padding:2px 3px;
    position:absolute;
    right:4px;
    text-align:center;
    }

/* @end */
.errormessage {
  color: #f00;
  }
.new {
  color:#933;
  background:#ffc;
  }
.hilite {
  color:#933;
  background:#ffc;
  padding:1px 4px 0;
  border:1px solid #dbb;
  }
/* @end */

/* @group Text styles */
.attention { color:#933; } 
.bold { font-weight:bold; }
.fail {
    font-size:9pt;
    color:#933;
  }
/* @end */


/* @end */

/* @group Context blocks */
.context-info {
  color:#666;
  }
.context-info p.welcome {
  margin:0;
  color:#999;
  font-size:8.5pt;
  line-height:.85em;
  letter-spacing:0.5pt;
  }
.context-info h1 span.given-name {
  color:#993;
  }
.context-info h1 span.family-name {
  display:none;
  }
.context-info h1 span.is-in {
  color:#999;
  font-size:12pt;
  }
#place .context-info h1 span.is-in a {
  color:#999;
  }
.context-info h2 {
  border-bottom:1px dotted #CCCCCC;
  color:#999;
  font-size:16pt;
  margin:0 0 0.2em 0;
  padding:0 0 0.2em 152px;
  }

.context-info ul {
  list-style-type:none;
  }
.context-info ul li {
  line-height:140%;
  font-size:8.5pt;
  }
.context-info .feed-icon {
  position:relative;
  top:2px;
  left:1px;
  }
/* @group Traveller */
#traveller .context-info {
  }
#traveller-id {
  font-size: 8.5pt;
  overflow: hidden;
  }
  #traveller-icon {
  width:128px;
  height:128px;
  border:none;
  }
  #actions {
  /*
    font-size:9pt;
    color:#666;
  */
    }
/* @end */
/* @group Place */
#place .context-info {
  }
#place .context-info .addplus {
  font-size:.5em;
  padding:0 0 0 1em;
  }
#sparkline-image-box.set-text-color-ffffff a {
  color:#fff;
  }
#sparkline-image-box.set-text-color-ffffff a:hover {
  color:#47a;
  }
#sparkline-image-box.set-text-color-000000 a {
  color: #000;
  }
#sparkline-image-box.set-text-color-000000 a:hover {
  color:#47a;
  }

/* @end */
/* @group Trip */
#trip.context-info {
  color:#999;
  }
#trip.context-info .attendee {
  font-size:9pt;
  margin:0;
  padding:0;
  }
#trip.context-info .location {
  color:#666;
  font-size:11pt;
  }
#trip.context-info .name-city {
  color:#993;
  font-size:18pt;
  }
#trip.context-info .related-trips {
  font-size:9pt;
  }
#trip-actions {
  font-size: 9pt;
  }
/* @end */

/* @end */


/* @group Prose */
.prose { line-height: 120%; }
.prose h1 { margin-bottom: .5em; }
.prose h2 { margin-bottom: .5em; }
.prose h3 { margin-bottom: .5em; }
.prose h4 { margin-bottom: .5em; }
.prose h5 { margin-bottom: .5em; }
.prose p { font-size: 11pt; margin-bottom: .5em; }
.prose ol,
.prose ul {
  margin-left:20px;
  font-size:10pt;
  margin-bottom: .5em;
  }
.prose li {
  /* margin-bottom: .5em; */
  }
/* @end */



/* @group Tabs */

.tabs {
  float:left;
  overflow: hidden;
  width:100%;
  background:#fff url("/images/tabs_bg.gif") repeat-x bottom;
  line-height:normal;
  margin-top:1em;
  }
.tabs ul {
  margin:0;
  padding:0 10px 0 0;
  list-style:none;
  overflow: hidden;
  width:100%;
  }
.tabs li {
  float:left;
  margin:0;
  padding:0;
  line-height:1em;
  }
.tabs li a {
  float:left;
  display:block;
  border-bottom:1px solid #000;
  }
.tabs li.first a,
.tabs li.on a {
  background:url("/images/tab_l.gif") no-repeat left top;
  padding-left:1px;
  }
.tabs li a span {
  float:left;
  display:block;
  background:url("/images/tab_r.gif") no-repeat right top;
  padding:8px 25px 6px 10px;
  text-decoration:none;
  color:#666;
  font-size: 12pt;
  }
.tabs li.before-on a span {
  background-position:-1px top;
  }
/* The class of .short lets us have tabs a bit wider than auto for short words. */
.tabs ul li.short a span {
  width:4.5em; 
  }
.tabs > ul a span { width:auto; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span { float:none; }
/* End IE5-Mac hack */

.tabs a:hover {
  color:#000;
  }
.tabs li.on a {
  background-position:0 -150px;
  border-width:0;
  }
.tabs li.on a span {
  background-position:100% -150px;
  padding-bottom:7px;
  color:#000;
  }
.tabs li a:hover {
  background-position:0% -150px;
  color:#000;
  }
.tabs li.on a {
  cursor:default;
  }
.tabs li a:hover span {
  background-position:100% -150px;
  color:#000;
  }
.tabs li.before-on a:hover span {
  background-position:-1px -150px;
  }
.tabs li a em.green {
    display:inline;
  color:#080;
  font-style:normal;
  }

/* @group mrandmrssmith */
#tab-smith {
  }
  #tab-smith span {
    padding:0 !important;
    }
  #tab-smith span strong {
    display:block;
    padding:8px 25px 6px 60px;
    background:url('/collab/mrandmrssmith/img/mms-tab-logo.png') 10px 3px no-repeat;
    font-weight:normal;
    }
#tab-smith.on span strong {
  padding-bottom:7px;
  }
/* @end */

/* @end TABS */
/* @group Tab Content */

.tab-content {
  clear:left;
  border:1px solid #000;
  border-top:none;
  margin:0 0 20px 0;
  line-height:120%;
  overflow: hidden;
  width: auto;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-left-radius:2px;
  -webkit-border-bottom-right-radius:2px;
  }

/* @end */

/* @group Traveller ... */
.traveller.grid span.icon {
  margin-right:10px;
  width:38px;
  }
.traveller.grid span.desc {
  font-size:0.9em;
  line-height:100%;
  margin-top:4px;
  }
.traveller.grid span {
  display:block;
  float:left;
  line-height:1em;
  }
/* @end */

/* @group Specifics */
/*
#findmore {
  margin: 0 1em 0 0;
  padding: 0;
  font-size: 9pt;
  position: relative;
  top: 3.5em;
  }
  */
#need-reciprocate-header-toggle-hidden {
  border-bottom: 1px dotted #ccc;
  padding-bottom:.5em;
  }

/* @group TripMap (GMaps) */
.tripmap-box {}
.tripmap {
  overflow: hidden;
  }
/* @end */


/* @group Search Results */
/* @group New Search */
.result em {
  /* inline in main search template, for now */
  }
/* @end */
#search-results ul {
  margin-right:1em;
  margin-left:1.1em;
  }
#search-results h2 {
  margin:.4em 1em .4em 0;
  padding:0 1em 0 0;
  font-size:1em;
  font-weight:normal;
  width:auto;
  }
/* @end Search Form */
/* @group Contacts Footer + Quilt */
#contacts {
  color: #666;
  }
#contacts h2 {
  font-size: 8.5pt;
  font-weight: normal;
  margin: 0 0 .5em 0;
  }
#contacts ul {
  list-style-type: none;
  }
#contacts ul li {
  margin: 0 2px 2px 0;
  display: inline;
  }
/* @end */

/* @group Calendar */

#calendar {
  }
#calendar table {
  width:100%;
  border-bottom:1px solid #666;
  background: #ccc;
  font-size: 9pt;
  }
/* unused
#calendar .monthName th {
  font-weight:normal;
  text-align:right;
  padding-top:1em;
  padding-bottom:0.7em;
  color:black;
  } */
#calendar thead th {
    color:#333;
    text-align:left;
  font-size:14pt;
  font-weight:lighter;
  padding:5px 0 2px 5px;
  }
#calendar .dayName th {
  font-size:7pt;
  font-weight:bold;
  padding-top:0.6em;
  padding-bottom:0.3em;
  background-color:#f1f1f1;
  color:#666;
  border-bottom:1px solid #666;
  text-align:center;
  }
#calendar .otherMonth, #calendar .day {
  padding:0.2em 0.4em;
  border-right:1px solid #f1f1f1;
  }
#calendar .otherMonth {
  color:#bbbbbb;
  background-color:#ffffff;
  }
#calendar .trip a {
  color:#000;
  }
#calendar tbody td {
  text-align:center;
  }
#calendar .day {
  /* border-bottom:1px solid #111111; */
  background-color:#ffffff;
  }
#calendar .journalday {
  /* border-bottom:1px solid #111111; */
  background-color:#ffffff;
  color:#000000;
  }
#calendar .weekendDay {
  background-color:#dddddd;
  }
#calendar .today {
  background-color:white;
  color:black;
  }

#calendar .calendar-nav {
  clear: both;
  text-align:right;
  margin:5px 0 0 0;
  padding:4px 0;
  font-size:8.5pt;
  border-bottom:1px solid #666;
  }

/* @end */
/* @group Invite via email
 */

.a_invite_by_email #via-result {
  font-size:10pt;
  line-height:140%;
  }
  .a_invite_by_email #via-result h3 {
    font-size:12pt;
    }
.a_invite_by_email #via-menu {
  color:#666;
  font-size:9pt;
  line-height:140%;
  }
.a_invite_by_email #via-menu ul {
  margin:0 0 1em 0;
  font-size:10pt;
  }
.a_invite_by_email #via-menu ul.minor {
  font-size:9pt;
  }

/* @end */

/* @group Promo message */
#promo {
  }
#promo p {
  font-size:9pt;
  margin-bottom:.8em;
  }
/* @end */

/* @group Tips */
#tipss {}
#add_tip {}
p#suggestions {
  margin:0 !important;
  padding:0 !important;
  font-size:9pt;
  }
#tips {
  clear:both;
  margin:0 !important;
  padding:0 !important;
  }
li.tip {
  margin:0 0 1em 0 !important;
  padding:0 0 1.5em 0 !important;
  border-bottom:1px dotted #ccc;
  }
ul.actions {
  list-style-type:none;
  font-size:8.5pt;
  }
ul.actions li {
  margin:0 !important;
  padding:0 !important;
  }
  ul.actions .vote {
    }
  ul.actions .vote.agree {
    font-size:12pt;
    font-weight:lighter;
    }
  ul.actions .vote.disagree {
    }
  ul.actions .vote.disagree a {
    color:#c99;
    }
  ul.actions .vote.disagree a:hover {
    color:#933;
    background:#dbb;
    }
  ul.actions .illustrate,
  ul.actions .suggest,
  ul.actions .flag {
    margin-top:.5em !important;
    }
.hreview .rating {
  }
  .rating img {
    margin-left:1px;
    }
.hreview .reviewer {
  }
.hreview .reviewer span {
  font-size:9pt;
  color:#999;
  }
.hreview .dtreviewed {
  font-size:8.5pt;
  color:#ccc;
  }
.hreview h4.summary {
  font-size:14pt;
  font-weight:normal;
  }
.hreview .description {
  font-size:10pt;
  }
.hreview .description p {
  margin:0 0 5px 0;
  font-size:10pt;
  }
.hreview .description p.where {
  }
#tipss #tags {
  font-size:8.5pt;
  }
#tipss #groups {
  font-size:8.5pt;
  }
#tipss #popular-groups {
  font-size:8.5pt;
  margin:0 0 0 28px;
  }
/* @group Tips on Trip page */
#trip-tips {
  }
  #trip-tips .suggestion {
    font-size:10pt;
    color:#666;
    }
  #trip-tips .suggestion i {
    font-style:normal;
    font-size:8.5pt;
    color:#999;
    }
/* @end */

/* @end */

/* @group Fellows */
#fellows {
  }
  .fellow {
    border-bottom:1px dotted #ccc;
    margin-bottom:.5em;
    padding-bottom:.4em;
    color:#808080;
    }
/* @end */
/* @group Trips */
#trips {
  }
  .trip {
    margin-top:5px;
    padding-top:10px;
    /* ^- for when we pop a formbox around it */
    }
  .month.end {
    margin-bottom:1em;
    padding-bottom:.9em;
    border-bottom:1px dotted #ccc;
    }

/* @group Trip Page */
#trip-meta {
  color:#666;
  }
#trip-meta h4 {
  font-size:11pt;
  }
#trip-meta ul {
  }
#trip-meta ul li {
/*
  border-bottom:1px dotted #CCCCCC;
  margin-bottom:0.4em;
  padding-bottom:0.45em;
*/
  }


#trip-meta #top-visitors b {
  color:#999999;
  display:block;
  float:right;
  font-size:0.7em;
  font-weight:lighter;
  margin:3px 0pt 0pt;
  }
#trip-meta #tagging ul li {
  display:inline;
  font-size:8pt;
  }

/* @group "Comments" */
#comments {
  }
#comments li,
#comments li ul  {
  }
  #comments li dl {
    }
  #comments .commenter {
    font-size:11pt;
    }
  #comments .comment-date {
    color:#999;
    }
  #comments .comment {
    clear:both;
    margin:0 0 0 0;
    padding:2px 0 0 0;
    font-size:10pt;
    color:#808080;
    border-top:1px dotted #ccc;
    }
  #comments .comment-trip {
    clear:both;
    margin:0 0 0 0;
    padding:2px 0 0 60px;
    font-size:10pt;
    color:#808080;
    }
/* @end */
/* @end */
/* @end */

/* @group Journal */
.journal_add_trip_coincidence {
  /* background:#ffc; Animated in by JS */
  }
.journal_coincidence_start {
  /* background:#ffc; Animated in by JS */
  }
.journal_coincidence_finish {
  /* background:#ffc; Animated in by JS */
  }
.journal-date-nav {
    font-size:0.8em !important;
  }
#journal .day {
  margin-bottom:1em;
  padding-bottom:.9em;
  border-bottom:1px dotted #ccc;
  }
  #journal .day h3 {
    color:#4d4d4d;
    margin:0 0 5px 0;
    font-size:12pt;
    }
#journal .entry {
  margin-bottom:.1em;
  padding-bottom:.1em;
  }
#journal .item i {
  color:#B3B3B3;
  font-size:9pt;
  font-style:normal;
  white-space:nowrap;
  }
/* @end */

/* @group Coincidences */
.coincidences {
  }
.coincidences h4 {
    font-size:11pt;
    color:#999999;
  }
	.item-more .coincidences h4 {
	    font-size:10pt;
	  }
.coincidences p {
  font-size:9pt;
  color:#4d4d4d;
  line-height:140% !important;
  }
.coincidences ul {
  list-style-type:none;
  }
.coincidences ul li {
  font-size:9pt;
  color:#4d4d4d;
  line-height:140% !important;
  }
/* @end */

/* @group Carbon */

#carbon table {
  width:100%;
  }
#carbon td {
  text-align:left;
  }
#carbon .yearrow td {
  vertical-align:bottom;
  padding-bottom:.2em;
  border-bottom:1px solid #ccc;
  }
#carbon .yearrow .totals {
  color:#b3b3b3;
  font-size:11pt;
  }
  #carbon .yearrow .totals .total {
    color:#999;
    }
#carbon .yearname {
  font-size:18pt;
  color:#666;
  text-align:right;
  padding-right:10px;
  }
#carbon .barheadings {
  font-size:90%;
  color:#808080;
  border-left:1px solid #e6e6e6;
  padding-top:2px;
  }
#carbon .barheadings .units {
  font-size:7pt;
  }
#carbon .month td {
  padding-bottom:2px;
  height:1.6em;
  }
#carbon .futuremonth {
  background:#EFEFEF;
  }
#carbon .thismonth {
  background:#FFFECD;
  height:3em;
  }

#carbon .monthlabel {
  font-size:8.5pt;
  color:#999;
  margin-right:.2em;
  }
#carbon .month .text {
  font-size:11pt;
  color:#999;
  }
  #carbon .month .text .total{
    color:#808080;
    }
#carbon .cityblocks {
  padding-right:10px !important;
  line-height:1%;
  }
#carbon .cityblocks a {
  display:block;
  float:right;
  width:8px;
  height:8px;
  }
#carbon .bars {
/*  border-right:1px solid #e6e6e6; */
  border-left:1px solid #e6e6e6;
  line-height:1%;
  }
  #carbon .bars .jbar {
    float:left;
    height:4px;
    margin-top:2px;
    }
  #carbon .bars .jcarbon {
    display:block;
    float:left;
    height:20px;
    margin-bottom:2px;
    }
#carbon .grandtotal td {
  font-size:14pt;
  color:#b3b3b3;
  }
  #carbon .grandtotal b {
    font-weight:normal;
    color:#666;
    }
  #carbon .grandtotal .numbers {
    color:#4d4d4d;
    }
#carbon .credits td {
  font-size:10pt;
  color:#b3b3b3;
  }

/* @end */

/* @group PublicProfiles */

.public-profile-wrapper {
  height: 1%;
  border: 1px solid #fff;
  position:relative;
  }
.public-profile-overlay {
  background-color:#ccc;
  opacity:.95;
  color:#fff;
  z-index:99;
  display:none;
  /* the wrapper div (below) is position:relative, so this element can fill it totally and not upset the layout. I hope. */
  position: absolute;
  top:-2px;
  left:-2px;
  width:100%;
  height:100%;
  min-height: 130px;
  right:0;
  bottom:0;
  border: 2px solid #e6e6e6;
  }
.public-profile-overlay form {
  padding:10px;
  }
.public-profile-overlay label {
  color:#000;
  display:block;
  margin-bottom: 2px;
  }
  .public-profile-overlay label.embed-module {
    font-size:14pt !important;
    }
  .public-profile-overlay label.linkto-module {
    font-size:9pt !important;
    margin-top:5px;
    }
.public-profile-overlay input {
  color: #47a;
  background:#fff;
  border:1px solid #333333;
  font-size:8.5pt;
  padding:2px;
  position:relative;
  width:320px;
  }
.profile-module .index {
  font-size:10pt;
  }
.profile-module h3 {
  color: #999;
  }
.profile-module .explanation {
  font-size:9pt;
  }
.profile-module .item-more {
  line-height:12pt;
  }
  .profile-module .item-more p {
      margin:0;
      }
/* @end */

/* @group Networks */
#networks { }
#networks ul { }
#networks ul li {
  float:left;
  width:160px;
  font-size:9pt;
  padding:2px 0 2px 10px;
  }
/* @end */
/* @group Welcome screens */
.traveller-info-texts {
  margin: 0 0 0 145px;
  }
.traveller-info-texts h1 {
  margin-top: 0;
  }
.c_welcome h4 {
  font-weight: normal;
  }
.welcome-reciprocate {
  padding: .2em 0;
  font-size: .9em;
  color: #333;
  background: #ffc;
  }
blockquote.invitation_message {
  margin: 1em 0 2em 0;
  padding: 1em 2em 1em 1em !important;
  font-size: .85em !important;
  border: 1px dotted #ccc;
  line-height: 150%;
  }
/* @end */

/* @group Invitations */
#via-form {
  margin: 0 0 0 85px;
  }
#via-form h3 {
  margin: 0 0 1em 0;
  font-size:11pt;
  color: #4d4d4d;
  }
#via-form p {
  margin: 0 120px 1em 0;
  font-size:10pt;
  }
#via-form p.nb {
  font-size:8.5pt;
  margin-top:10px;;
  }
#via-menu {
  margin: 0;
  padding: 0;
  }
  #via-menu ul {
    margin: 0 0 1em 36px;
    font-size: 11pt;
    list-style-type: none;
    }
  #via-menu ul.minor {
    font-size:8.5pt;
    }
.via-intro {
  margin: 0 60px 0 293px;
  padding: 6px 0 0 0;
  font-size:10pt;
  }
.via-iconmenu {
  float: left;
  width: 72px;
  margin: 0;
  padding: 0;
  border-right: 1px dotted #ccc;
  background: #fff url(/images/iconmenu-fade.png) repeat-x top center;
  }
  .via-iconmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    }
  .via-iconmenu ul li {
    margin: 0;
    padding: 0;
    }
  .via-iconmenu ul li a {
    display: block;
    margin: 0;
    padding: 4px 0 0 0;
    }
  .via-iconmenu ul li.on a {
    background: #fff;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    }
  
  .via-iconmenu ul li a:hover {
    background: #f1f1f1;
    }
  .via-iconmenu ul.minor img {
    /* width: 10px;
    height: 10px; */
    }

.via-results { }
  .via-results h3 {
    margin:0 0 0 85px;
    }
  .via-results p {
    margin: .5em 0 1.5em 85px;
    font-size:10pt;
    }
  .via-results p.nb {
    margin: 0 0 1.5em 85px;
    font-size:8.5pt;
    }
  .via-results p.action {
    margin: 2em 0 1em 85px;
    }
  .via-results .travellers .row p {
    padding-left: 12px;
    }
  .via-results p.already {
    margin: 2em 2em 2em 85px;
    font-size:.85em;
    color: #333;
    }
  .via-results .scrollinglist {
    width: auto;
    height: 200px;
    overflow: scroll;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px;
        }
  .via-results .scrollinglist label {
    font-size: .9em;
    }
  .via-results .scrollinglist label i {
    font-size: .8em;
    font-style: normal;
    padding-left: .2em;
    color: #666;
    }


/* @end */
/* @group /account/tokens */
.tokens { }
  .tokens li { }
  .tokens a.revoke {
    display: block;
    width: 60px;
    float: right;
    text-align:right;
    font-size: 8.5pt;
    }
  .tokens .revoked {
    color: #933;
    display: none;
    }
  .tokens .hilight {
    background-color: #ffc;
  }
  .tokens i {
    font-style: normal;
    font-size: .85em;
    color: #999;
    padding: 0 10px;
    }
/* @end */
/* @group Groups */
div.group-description p { margin:0; }
/* @end */
/* @group About nav */
#about-nav { }
#about-nav li {
  display: inline;
  padding:0 20px 0 0;
  }

/* @end */


/* @end */
.rssi {
    font-size:8.5pt;
  }
ul#travellertips {
  list-style-type:none;
  margin:20px 0 0 0;
  padding:20px 20px 0 20px;
  font-size:.75em;
  }
ul#travellertips li {
  border-right:1px solid #e5e5e5;
  display:inline;
  margin:0 0 0 1px;
  padding:0 4px 0 1px;
  }
li.travellertips-cityname {
  font-size:16pt;
  padding-bottom:.8em;
  }


.danger {
  background:#ffc url("/images/danger.png") repeat !important;
  border:1px solid #fc0; _border:none;
  }

/* @group Resets */


/* Lists */
.nobul { list-style-type:none; }
.inlinelist li { display: inline; }
/* Position */
.position-reset { top:0 !important; left:0 !important; }
/* undos */
.nofloat { float:none; !important }
.inline { display:inline; !important }
.margin-off { margin:0 !important; padding:0 !important; }
.border-off { border:none !important;}

/* hack hack hack */
.trip label.nofloat.inline {
  display:inline !important;
  float:none !important;
  }

/* @end */
/* @group AutoComplete */
#autocomplete-guesser {
  border: 1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  color:#4D4D4D;
  background: #fff;
  width: 95%;
  padding: 2px;
  cursor: text;
  }
    #autocomplete-guesser input {
      outline-color: #fff; /* supress the safari focus ring */
      border: none;
      }

#autocomplete-guesses {
  border: 1px solid #e5e5e5;
  border-top: none;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  background: #fff;
  width: 330px;
  position: absolute;
  opacity: 0.9;
  z-index: 2;
  }
  /* we're pretending to be a system control. Sort of. Use system colours. */
  #autocomplete-guesses .normal {
    background: Window;
    color: WindowText;
    white-space: nowrap;
    display: block;
    margin:0 4px 2px;
    padding: 1px 0 2px;
    border-bottom: 1px dotted #ccc;
    }
  #autocomplete-guesses .selected {
    background: Highlight;
    color: HighlightText;
    white-space: nowrap;
    display: block;
    margin:0 4px 2px;
    padding: 1px 0 2px;
    border-bottom: 1px dotted #ccc;
    }
.added-autocomplete {
  float: left;
  border: 1px solid #ccc;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  background: #f1f1f1;
  padding:2px 1px 1px;
  margin:0 4px 3px 0;
  color: #666;
  }
.added-autocomplete:hover {
  background: #fff;
  border-color:#666;
  }
  .added-autocomplete .dis {
    font-weight: bold;
    padding: 0 2px;
    }
  .added-autocomplete img {
  width: 12px;
  height: 12px;
    padding: 0 2px 0 1px;
    vertical-align:top;
    }
/* @end */

.beenthere_unstarred {
    float: left;
    width: 21px;
    height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    background:#fff url("/images/beenthere_unstarred.gif");
}
.beenthere_starred {
    float: left;
    width: 21px;
    height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    background:#fff url("/images/beenthere_starred.gif");
}
.beenthere_question {
    float: left;
    width: 21px;
    height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    background:#fff url("/images/beenthere_question.gif");
}


/* global settings needed for thickbox  */
*{padding: 0; margin: 0;}
/* thickbox specific link and font settings */
#TB_window { }
#TB_secondLine {
  font: 10px Helvetica, Arial, sans-serif;
  color:#666666;
}
/* thickbox settings */
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  height:100%;
  width:100%;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
  font-size: 9pt;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
  font-size:10pt;
}
#TB_title{
  background-color:#f1f1f1;
  border-bottom:1px solid #ccc;
  overflow:hidden;
  width:100%;
  margin: 0 0 10px;
  }
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{ }
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}


/* Main Style Sheet for jQuery Calendar */
/* tomi - messed with for dopplr, notes about colours inline */
#calendar_div, .calendar_inline {
	font-size: 0.85em; /* 12px */
	padding: 0;
	margin: 0;
	background: #000; /* tomi - no idea */
}
#calendar_div { /* tomi - the outer calendar div */
	display: none;
	border: 2px solid #ccc; /* tomi - border colour */
	z-index: 2000;
	padding: 1em 1.5em;
	background: #fff;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 200px;
}
.calendar_inline {
	float: left;
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
.calendar_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .calendar_prompt {
	width: 185px;
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	clear: both;
	float: left;
	color: #fff;
}
.calendar_control {
	background: #fff;
	border-top: 1px slid #666;
	padding: 2px 0;
}
.calendar_links { /* prev/today/next */
	background: #fff;
	padding:  2px 0;
	border-bottom: 1px solid #666;
}
.calendar_control, .calendar_links {
	font-weight: normal;
	font-size: 8.5pt;
}
.calendar_links label { /* disabled links */
	padding: 2px 0;
	color: #888;
}
.calendar_clear, .calendar_prev {
	float: left;
}
.calendar_current {
	float: left;
	text-align: center;
}
.calendar_close, .calendar_next {
	float: right;
}
.calendar_close {
	padding-right: 5px !important;
	}
.calendar_prev, .calendar_current, .calendar_next {
	width: 33%;
}
.calendar_header {
	background: #fff; /* tomi - header holds the year/month drop-downs */
	text-align: left;
	font-weight: normal;
	color: #333;
	padding: 5px 0;
}
.calendar_header select {
	background: #fff; /* tomi - the select controls for year/month */
	color: #333;
	border: 0px;
	font-weight: normal;
	font-size:10pt;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.calendar {
	background: #ccc;
	text-align: center;
	font-size: 9pt;
	border-bottom:1px solid #666666;
}
.calendar a {
	display: block;
	width: 100%;
}
.calendar .calendar_titleRow { /* tomi - holds day names */
	font-size: 7pt;
	font-weight: bold;
	background-color: #f1f1f1;
	color: #666 !important;
	border-bottom: 1px solid #666;
	text-align: center;
	height: 20px;
}
.calendar .calendar_daysRow {
	background: #fff; /* tomi - the calendar week-day cells */
	color: #666;
}
.calendar .calendar_daysCell { /* tomi - normal day cells */
	padding: 0.2em 0.4em;
	border-right: 1px solid #f1f1f1;
	color: #000; /* tomi - normal day cell text colour */
}
#calendar .calendar_daysCell a{
	display: block;
}
.calendar .calendar_weekEndCell { /* tomi - weekend cells */
	background: #dddddd; 
}
.calendar .calendar_daysCellOver { /* tomi - day mouseover */
	background: #999;
}
.calendar .calendar_unselectable { /* tomi - days you can't select */
	color: #888;
}
.calendar_today { /* tomi - 'today' day */
	/* background: #ccc !important; */
}
.calendar_currentDay { /* tomi - the current date selected in the picker */
	background: #4477AA !important;
	color: #fff !important;
}
.calendar_currentDay a { 
	color: #fff !important;
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#calendar_div a, .calendar_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
/*	color: #000; */
}
.calendar_inline .calendar_links a {
	padding: 0 5px !important;
}
.calendar_control a, .calendar_links a {
	padding: 2px 0 !important;
/*	color: #000 !important; */
}
.calendar_titleRow a {
	color: #000 !important;
}
.calendar_control a:hover {
	/*background: #fdd !important;*/
	color: #333 !important;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
	background: #FFF !important;
	color: #333 !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 
}

