html.js span.description-icon {
  display: block;
  float: left;
  cursor: hand;
  cursor: pointer;
  background: url(../images/description-icon.png) no-repeat top left;
  width: 11px;
  height: 11px;
  margin: 1px 0 0 9px;
}

html.js span.sticky {
  background-position: 0 -11px;
}

body {
  text-align: center;
  padding-bottom: 25px;
}

#doc {
  width: 686px;
  padding-top: 15px;
  margin: 28px auto 0;
  text-align: left;
}

.vevent {
  position: relative;
}

h1 {
  font: bold 32px Arial;
  color: #1aa416;
  width: 686px;
}

#tagline {
  font: bold 11px "Lucida Grande", Arial, Sans-serif;
  margin-top: 3px;
}

#calinker_com {
  position: absolute;
  right: 0;
  top: 3px;
  width: 108px;
  line-height: 12px;
}
#calinker_com a {
  color: #666;
  margin-left: 2px;
  font-size: 11px;
  border-bottom-color: #1aa416;
}

.with-tagline #calinker_com {
  top: 15px;
}

.with-tagline #tagline, .without-tagline h1 {
  padding-bottom: 11px;
  border-bottom: 1px solid #93eaad;
  margin-bottom: 11px;
}

#fields p, #info_and_image_wrapper p {
  line-height: 18px;
}
#fields .title, #info_and_image_wrapper .title {
  color: #1aa416;
  width: 121px;
  float: left;
}
#fields .value, #info_and_image_wrapper .value {
  float: left;
  width: 337px;
}
html.ie #fields, html.ie #info_and_image_wrapper {
  padding-top: 8px;
}

#fields {
  background: url(../images/fields-background.gif) bottom left no-repeat;
  padding-bottom: 10px;
}
#fields .field-wrapper {
  font-size: 13px;
  padding: 6px 0;
  width: 458px;
  border-bottom: 1px solid #93eaad;
}
#fields .last {
  border-bottom: none;
}
#fields .field-wrapper p#map_link {
  margin: 0 0 6px;
  line-height: 13px;
}
#fields .field-wrapper #map_toggler {
  font-size: 11px;
}
#fields .field-wrapper #map_toggler.visible #show_map {
  display: none;
}
#fields .field-wrapper #map_toggler.visible #hide_map {
  display: inline;
}
#fields .field-wrapper #map_toggler #hide_map {
  display: none;
}
#fields .field-wrapper #map {
  color: silver;
  font-size: 11px;
  width: 337px;
  height: 261px;
  margin-top: 11px;
  background: #e5e3df;
  margin-bottom: 2px;
}
#fields .last #map {
  margin-bottom: 4px;
}
#fields #from {
  padding: 0 0 10px;
}
#fields #basic_fields {
  float: left;
  width: 476px;
}
#fields #toolbox {
  width: 191px;
  margin-left: 16px;
  margin-top: 0;
  font-size: 11px;
  float: left;
}
#fields #toolbox li {
  clear: left;
  margin-bottom: 8px;
  line-height: 13px;
}
#fields #toolbox li span, #fields #toolbox li a {
  display: block;
  float: left;
}
#fields #toolbox li #export_link {
  font-size: 11px;
  background-color: #ffff99;
}
#fields #toolbox li #change_format, #fields #toolbox li .url {
  clear: left;
}
#fields #toolbox li #change_format {
  color: #0d8fdc;
  font-size: 9px;
  line-height: 10px;
  margin-top: 4px;
}
#fields #toolbox li #additonal_formats {
  margin-top: 5px;
}
#fields #toolbox li#invite {
  margin-bottom: 0;
}
#fields #toolbox li#invite a.active {
  background: #ffff99;
}
#fields #toolbox li#invite #invitation_fields {
  margin-top: 10px;
  background: #93eaad;
}
#fields #toolbox li#invite #invitation_fields div {
  border: 7px solid #93eaad;
}
html.ie #fields #toolbox li#invite #invitation_fields div {
  border-top-width: 1px;
}
#fields #toolbox li#invite #invitation_fields label {
  color: black;
}
#fields #toolbox li#invite #invitation_fields input, #fields #toolbox li#invite #invitation_fields textarea {
  margin: 2px 0 1em;
  width: 173px;
}
#fields #toolbox li#invite #invitation_fields span {
  font-size: 90%;
  color: #2d8447;
}
#fields #toolbox li#invite #invitation_fields #submit input {
  margin-top: 0;
  width: auto;
  float: right;
  display: block;
}
#fields #toolbox #invitations_sent {
  clear: both;
  margin-top: 7px;
  font-size: 11px;
}
#fields #toolbox #share_loading {
  display: block;
  float: right;
  margin-right: 5px;
}

#basic_fields, #toolbox {
  min-height: 160px;
}

#info_and_image_wrapper {
  clear: all;
  width: 100%;
  border-top: 1px solid #93eaad;
  padding-top: 6px;
}
#info_and_image_wrapper .value {
  width: 565px;
  font-size: 14px;
  line-height: 20px;
}
#info_and_image_wrapper .value p {
  margin-bottom: 20px;
}
#info_and_image_wrapper .value #image {
  padding-top: 2px;
  margin-bottom: 15px;
}

#forgot_admin_link {
  font-size: 75%;
  color: #898888;
}
html.ie #forgot_admin_link {
  font-size: 85%;
}
#forgot_admin_link a {
  color: #4D4D4D;
  border-bottom-color: #747474;
}

#create_new_event {
  margin-top: 15px;
  border-top: 1px solid #93eaad;
  padding: 15px 0 5px;
}

#adsense {
  margin-top: 22px;
  border-top: 1px solid #93eaad;
  padding-top: 15px;
}
