/*############################################################################
 *# CSS styles for code components
 */
@charset "UTF-8";


/*############################################################################
 *# Functional classes - DO NOT EDIT!
 */

.hidden {
  display: none;
}

.uploadify-show {
  display: none;
}

.email-typo {
  display: none;
}

.signup-formbox .group .tooltip {
  display: none;
}

.votebox {
  white-space: nowrap;
}
.votebox img {
  border: none;
}


/*############################################################################
 *# General display classes
 */

.indent-checkbox {
  margin-left: 30px;
}

.image-align-middle {
  vertical-align: middle;
  margin-bottom: .25em;
}

.character-limit-warning {
  background-image: url(warn.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  color: #ff0000;
  font-weight: bold;
}


/*############################################################################
 *# Share buttons
 */

.share_button {
  margin-bottom: 3px;
}


/*############################################################################
 *# Signup form
 */

.signup-formbox {
  font-family: Arial, Helvetica, sans-serif;
}

.signup-formbox .group {
  padding-top: 20px;
  clear: left;
}

.signup-formbox .group:first-child {
  padding-top: 0;
}

.signup-formbox .group .tooltip {
  position: relative;
  float: right;
  width: 250px;
  margin-top: -10px;
  background-image: url(/pix/common/sidenub_yellow.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 14px;
}

.signup-formbox .group .tooltip > div, .signup-formbox .group .tooltip > div > div, .signup-formbox .group .tooltip > div > div > div, .signup-formbox .group .tooltip > div > div > div > div {
  position: relative;
  left: -1px;
  top: -1px;
}

.signup-formbox .group .tooltip > div {
  background-color: #eeeeee;
}

.signup-formbox .group .tooltip > div > div {
  background-color: #dddddd;
}

.signup-formbox .group .tooltip > div > div > div.signup-formbox .group .tooltip_yellow > div > div > div {
  background-color: #cccccc;
}

.signup-formbox .group .tooltip > div > div > div > div {
  background-color: #f8f7df;
  padding: 10px;
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  color: #666;
}

.signup-formbox .group .label {
  width: 75px;
  float: left;
  font-size: 12px;
  color: #000;
  padding-top: 2px;
  vertical-align: top;
}

.signup-formbox .group .required {
  color: #c03;
  height: 20px;
}

.signup-formbox .group .input {
  margin-left: 80px;
}

.signup-formbox .group .input .active {
  background-color: #f0f0f0;
}

.signup-formbox .input-text {
  width: 250px;
  font-size: 11px;
  color: #666;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #999;
}

.signup-formbox .group .input-select {
  width: 250px;
}

.signup-formbox .group .notify {
  display: inline;
  position: absolute;
  margin-left: 5px;
}

.signup-formbox .group .notify > div {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: top left;
}

.signup-formbox .group .notify .notify-loading {
  background-image: url(/pix/icons/notify-loading.gif);
}

.signup-formbox .group .notify .notify-ok {
  background-image: url(/pix/icons/coquette24/accept.png);
}

.signup-formbox .group .notify .notify-error {
  background-image: url(/pix/icons/coquette24/delete.png);
}

.signup-formbox .group .notify .notify-warning {
  background-image: url(/pix/icons/coquette24/warning.png);
}

.signup-formbox .group .errormsg div {
  padding-top: 3px;
  color: #cc0033;
  font-weight: bold;
}


/*############################################################################
 *# Address book
 */

.address .label {
  font-weight: bold;
  font-size: 13px;
}
.address .name {
  font-weight: bold;
}
.address .address-buttons {
  margin-top: 6px;
}
.address .address-buttons a {
  color: #cc0033;
}


/*############################################################################
 *# General form layout
 */

.formbox {
  clear: left;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
}
.formbox .group {
  clear: left;
  padding-bottom: 8px;
}
.formbox .group .label {
  float: left;
  width: 145px;
  color: #000000;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}
.formbox .group .input {
  margin-left: 150px;
}
.formbox .input-half {
  float: left;
  width: 200px;
  margin-right: 8px;
}
.formbox .input-float {
  float: left;
  margin-right: 8px;
}
.formbox .text-full {
  box-model: border-box;
  width: 100%;
}
.formbox .text-half {
  width: 192px;
}
.formbox .info {
  color: #666666;
  font-size: 11px;
}

.input-date {
  width: 100px;
}


/*############################################################################
 *# Language selector
 */

/* Current language */
#tagline a#language-list-toggle {
  position: relative;
  margin-right: 10px;
  color: #666666;
  text-decoration: none;
}

/* List of languages */
#tagline #language-list {
  display: none;
  position: absolute;
  top: 20px;
  padding-right: 8px;
  padding-bottom: 8px;
  background-image: url(/pix/nav/shadow.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  text-align: left;
}
#tagline #language-list div {
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
}
#tagline #language-list div a {
  display: block;
  padding: 1px 6px;
  color: #666666;
  text-decoration: none;
}
#tagline #language-list a:hover {
  background-color: #f0f0f0;
  color: #000000;
}


/*############################################################################
 * # Currency selector
 */

a.currency-link:link, a.currency-link:visited {
  color: #cc0033;
  text-decoration: none;
}
a.currency-link:hover {
  text-decoration: underline;
}

#currency-selector {
  display: none;
  position: absolute;
  box-shadow: 1px 1px 3px 1px #cccccc;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  text-align: left;
  font-size: 12px;
}
#currency-selector #currency-selector-close {
  float: right;
  display: block;
  cursor: pointer;
  cursor: hand;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-bottom: 2px;
  background-image: url(/css2/images/messages/messagebox-close.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#currency-selector .title-bar {
  margin-bottom: 3px;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  background-color: #eeeeee;
  padding: 3px 6px;
  font-size: 10px;
  line-height: 12px;
}

#currency-selector .title {
  border: none;
  background-color: #eeeeee;
  color: #cc0033;
  font-size: 18px;
  font-family: 'FranklinGothicFSDemiCondensed',Impact,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#currency-selector #currency-selector-list a {
  display: block;
  padding: 1px 6px;
  color: #666666;
  text-decoration: none;
}
#currency-selector #currency-selector-list a:hover {
  background-color: #f0f0f0;
  color: #000000;
}


/*############################################################################
 * # Modal utility classes
 */

.floater-loading-message {
  width: 330px;
  height: 180px;
  border: 1px solid #666;
  padding: 60px 10px;
  text-align: center;
  font-weight: bold;
}

.feed-loading-message {
  height: 30px;
  background-color: #eaedf2;
  background-image: url(/pix/common/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 30px;
  padding-top: 6px;
  margin-bottom: 10px;
  font-weight: bold;
}


/*############################################################################
 *# Presentation photos
 */

.presentation-photo-thumb {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #c0c0c0;
}
.presentation-photo-zoom .photo-description {
  font-size: 11px;
}


/*############################################################################
 *# Member profile modals
 */

.member-icon {
  border: 1px solid #ccc;
}

.member-thumbnail {
  float: left;
}
.member-thumbnail-spacer {
  margin-left: 58px;
}

.member-micro {
  float: left;
}
.member-micro-spacer {
  margin-left: 40px;
}

.member-clear {
  clear: left;
}


/*############################################################################
 *# Feeds
 */

/* All feeds / feed items, regardless of which feed or what type */
.feed {
  border-top: 1px dotted #ddd;
  padding-top: 12px;
  font-size: 13px;
  line-height: 16px;
}
.feed-item {
  margin-bottom: 12px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 12px;
}

/* Member feed general style */
.member-feed {
}

/* Specific member feed items */
.member-feed .feed-item-sponsorship {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 34px;
  background-image: url(/pix/icons/coquette24/dollar_currency_sign.png);
}
.member-feed .feed-item-order {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 34px;
  background-image: url(/pix/icons/coquette24/package.png);
}
.member-feed .feed-item-course {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 34px;
  background-image: url(/pix/icons/coquette24/prize_winner.png);
}

/* Story feed items */
.feed-item-story {
  font-size: 12px;
  line-height: 16px;
}
.feed-item-story .story-header {
  margin-bottom: 6px;
  color: #666;
}
.feed-item-story .story-body {
  margin-bottom: 8px;
}
.feed-item-story .story-header .story-header-name {
  font-weight: bold;
  color: #000;
}
.feed-item-story .story-header .story-header-relationship {
  font-weight: bold;
}

/* Prayer feed items */
.feed-item-prayer {
  font-size: 12px;
  line-height: 16px;
}
.feed-item-prayer .prayer-header {
  margin-bottom: 6px;
  color: #666;
}
.feed-item-prayer .prayer-header .prayer-header-name {
  font-weight: bold;
  color: #000;
}


/*############################################################################
 *# Story feed modal
 */

/* Count of total stories */
.story-feed-total {
  font-weight: bold;
  margin-bottom: 8px;
}

/* Story feed "see more stories" link */
.story-feed-continue a {
  display: block;
  height: 30px;
  background-color: #eaedf2;
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
}
.story-feed-continue a:hover {
  background-color: #ffff00;
}

/* Story feed search form */
.story-feed-search {
  background-color: #eaedf2;
  padding: 10px;
  margin-bottom: 10px;
}
/* Each line in the search form */
.story-feed-search .group {
  margin-bottom: 2px;
}
/* Prompt for each line */
.story-feed-search .group .label {
  float: left;
  width: 72px:
  overflow: hidden;
}
/* Input for each line */
.story-feed-search .group .input {
  margin-left: 75px;
}
/* Search text box */
.story-feed-search-search {
  width: 320px;
}
/* Date text boxes */
.story-feed-search-date {
  width: 100px;
}

/* Story post form */
.story-feed-post {
  background-color: #eaedf2;
  padding: 10px;
  margin-bottom: 10px;
}
/* Post title */
.story-feed-post .story-feed-post-title {
  font-weight: bold;
}
/* Story post text input - always */
.story-feed-post-input textarea {
  width: 400px;
}
/* Story post text input - when not focused */
.story-feed-post-input.collapsed textarea {
  height: 20px;
  color: #aaa;
}
/* Story post text input - when focused */
.story-feed-post-input.expanded textarea {
  height: 120px;
  color: #000;
  margin-bottom: 10px;
}

/* Story edit form */
.story-edit {
  background-color: #eaedf2;
  padding: 10px;
  margin-bottom: 10px;
}
/* Story edit text input */
.story-edit textarea {
  width: 350px;
  height: 120px;
  color: #000;
  margin-bottom: 10px;
}


/*############################################################################
 *# Comment feed modal (note this is different from other feeds, does not use
 *# the same classes)
 */

.comment-feed {
  font-size: 11px;
  line-height: 14px;
}

.comment-feed .comment-feed-links {
  color: #999;
  margin-bottom: 4px;
}

.comment-feed a:visited {
  color: #c03;
}

.comment-feed a.comment-login, .comment-feed a.comment-login:visited {
  color: #999;
}

.comment-feed a.comment-login:hover {
  color: #c03;
}

.comment-feed .comment-feed-area {
  background-image: url(/pix/common/storynub.gif);
  background-repeat: no-repeat;
  background-position: 20px 0;
  padding-top: 5px;
}

.comment-feed .comment-box {
  background-color: #f0f0f0;
  color: #333;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 2px;
  padding: 5px;
}

.comment-feed .comment-box .comment-header {
  margin-bottom: 4px;
  color: #555;
}

.comment-feed .comment-box .comment-header-name {
  font-weight: bold;
}

.comment-feed .comment-box .comment-like {
  color: #666;
}

.commentbox {
  background:#eaedf2;
  color: #555;
  font-size: 10px;
  line-height: 11px;
  margin-top: 5px;
  margin-bottom: 2px;
  padding: 5px;
}

.commentbox .storynub {
  background:url('/pix/common/storynub.gif') no-repeat;
  clear:left;
  height:5px;
  margin:0 0 0 17px;
  overflow:hidden;
  width:9px;
}

/* Comment posted date and links area */
.comment-feed-links {
  margin-top: 8px;
}

/* Comment text input - always */
.comment-input textarea {
  width: 350px;
  border: 1px;
  border-color: #666;
}
/* Comment text input - when not focused */
.comment-input.collapsed textarea {
  height: 20px;
  color: #aaa;
}
/* Comment text input - when focused */
.comment-input.expanded textarea {
  height: 80px;
  color: #000;
}


/*############################################################################
 *# Blackout, please wait spinner
 */

#blackout-mask {
  position: fixed;
  z-index: 100000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#blackout-iefix {
  z-index: 99000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

#please-wait {
  position: fixed;
  background-color: #ffffff;
  background-image: url(please-wait.gif);
  background-repeat: no-repeat;
  background-position: 115px 8px;
  z-index: 102000;
  display: none;
  top: 50%;
  left: 50%;
  width: 450px;
  margin-top: -50px;
  margin-left: -225px;
  border: 3px solid #000000;
  padding: 10px;
  padding-top: 30px;
  font-size: large;
  font-weight: bold;
}


/*############################################################################
 *# modal boxes
 */

#modal-blackout {
  position: fixed;
  z-index: 100000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#modal-box {
  display: none;
  z-index: 102000;
  position: fixed;
  border: 6px solid #c0c0c0;
  background: #ffffff;
}

#modal-box-scroll {
  overflow: auto;
}

#modal-box-pad {
  padding: 2px 10px;
}

#modal-box-close {
  position: absolute;
  display: block;
  top: -17px;
  right: -17px;
  width: 28px;
  height: 28px;
  background-image: url(/pix/common/modal-box-close.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#modal-box h1 {
  font-size: 24px;
}

#modal-box-content-placeholder {
  display: none;
}

.help-modal {
  display: none;
}

/*############################################################################
 *# Validation classes
 */

.formrequired, .required, .formbox .group .label.required {
  font-size: 12px;
  line-height: 16px;
}

.required:after {
  color: #c03;
  content: " *";
}

/*############################################################################
 *# Site map
 */

ul#sitemap {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul#sitemap > li {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
}
ul#sitemap ul li {
  text-transform: none;
  font-weight: normal;
}

/*############################################################################
 *# ambassadors
 */

#ambassador-photo-preview {
  float: left;
  margin-right: 10px;
  border: 1px solid #cc0033;
}
#ambassador-photo-preview-title {
  background-color: #cc0033;
  padding: 3px;
  color: #ffffff;
  font-weight: bold;
}
#ambassador-photo-preview-delete {
  padding-left: 5px;
}
