.clearfix:after, #modelTitleSection:after {
  content: "";
  clear: both;
  display: table; }

/* 75% of the baseline */
/* 81.25% of the baseline */
/* 125% of the baseline */
h1 {
  font-size: 2em; }

/* ==== Global Layout === */
body {
  /*font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Sans-Serif;*/
  /*font-family: Arial,Helvetica,Sans-Serif;*/
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  /* To keep Google happy with their baseline size */ }

#bodyContent {
  font-size: 13px;
  font-family: Arial, Helvetica, Sans-Serif; }

/* ==== General Elements ==== */
.form-link {
  font-size: 1.0em;
  font-weight: bolder;
  display: inline;
  margin-right: 50px; }

.feedbackPanelINFO {
  color: green;
  font-weight: bolder;
  font-size: 100%; }

.feedbackPanelERROR {
  color: red;
  font-weight: bolder;
  font-size: 100%; }

.feedback {
  margin-top: 20px; }

/* ==== Model Element ==== */
.model {
  width: 100px;
  /*background-color: #e5ecf9;*/
  padding: 5px 5px 5px 15px;
  font-family: Tahoma, "Segoe UI", Arial, Sans-Serif; }

/* ==== Pset Element ==== */
.notLinkable {
  border: 1px black solid; }

/*.linkable {*/
/*	border: 5px fuchsia solid;*/
/*	z-index: -1;*/
/*	position:relative;	*/
/*}*/
.linkable:hover {
  border-color: darkblue; }

.free-gallery {
  position: absolute;
  border-width: 0;
  border-color: transparent; }

/* ==== Comment Element ==== */
#model-comments-box {
  margin: 0px 10px 10px 0px;
  margin-left: 10px;
  width: 300px;
  background-color: yellow; }

.model-comments {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 5px;
  background-color: white; }

#postCommentLink {
  display: block; }

.comment {
  margin-left: 1px;
  font-family: Arial, Helvetica, Sans-Serif; }
  .comment:not(:last-child) {
    border-bottom: 1px dotted grey;
    padding-bottom: 2px; }
  .comment .messageArea {
    clear: both; }
  .comment .message {
    font-size: small;
    margin-top: 0;
    margin-bottom: 0;
    white-space: -moz-pre-wrap;
    /* Mozilla, supported since 1999 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;
    /* IE 5.5+ */
    display: inline; }
    .comment .message p:first-child {
      display: inline; }
    .comment .message.disapproved {
      background-color: lightcoral; }
  .comment .authorName {
    font-weight: bold; }
  .comment .userType {
    width: 10px;
    display: inline-block;
    padding-left: 1px;
    text-align: center; }
    .comment .userType.user {
      color: lightgreen; }
    .comment .userType.guest {
      color: hotpink; }
  .comment .commentDate {
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 12px; }
  .comment .replyLink, .comment .editLink {
    text-decoration: none;
    color: blue;
    font-size: smaller; }
  .comment .modNotice {
    font-size: smaller;
    color: red;
    margin-top: 0; }
  .comment .atReply {
    font-size: smaller;
    color: grey; }
  .comment .commentVoteLink {
    background-color: lightgray;
    color: white;
    display: inline-block;
    width: 1em;
    font-size: 100%;
    text-align: center;
    text-shadow: 1px 1px 2px black; }
    .comment .commentVoteLink:visited {
      color: white; }

/* ==== DUMP ==== */
.photo-wrapper img {
  /* z-index: 900; */ }

.linkable {
  z-index: -1;
  position: relative; }

.showGal {
  background-image: url("/images/mindex/free-gallery.gif");
  background-repeat: no-repeat;
  /* z-index: 950; */
  position: absolute;
  width: 75px;
  padding-top: 0px; }

.browserColumns {
  -moz-column-count: auto;
  -moz-column-width: 200px;
  -webkit-column-count: auto;
  -webkit-column-width: 150px; }

/* ------------------ */
.modelLink2 {
  display: inline; }

.top {
  z-index: 99999999; }

.floatingElementsContainer > * {
  display: inline-block; }
.floatingElementsContainer:after {
  content: "&nbsp;";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.data, .model, .pset {
  font-size: 13px; }

a {
  color: darkblue;
  text-decoration: none; }
  a:visited {
    color: purple; }
  a:hover {
    color: red;
    text-decoration: underline; }
  a:active {
    color: darkorange; }

.wrapper, .pset, .twitter {
  margin: 5px;
  border: 0px solid black;
  width: 100px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
  text-align: left;
  line-height: 1; }
  .wrapper .photo-element, .pset .photo-element, .twitter .photo-element {
    vertical-align: middle; }

.pset {
  font-family: Tahoma, "Segoe UI", Arial, Sans-Serif;
  width: 160px;
  line-height: 1;
  position: relative;
  top: 0;
  height: 235px; }
  .pset span.modelLink {
    color: #9900ff; }
  .pset .photoSection {
    position: relative;
    height: 181px; }
    .pset .photoSection > div {
      position: absolute;
      bottom: 0; }
  .pset .defaultHidden {
    display: none; }

#tagBox {
  max-width: 200px;
  margin: 5px 10px 10px 0px; }

/* ==== General containers ==== */
.box-title {
  font-weight: bold;
  background-color: #cc00cc;
  color: #fdf2ff; }

.box-body {
  background-color: #f7e5f9;
  padding: 1px;
  margin: 0; }

/* ==== Submitted Websites Element ==== */
#url-box {
  max-height: 500px;
  max-width: 200px;
  white-space: nowrap;
  overflow-x: hidden; }

#url-box ul {
  margin: 0px;
  padding: 2px;
  list-style-type: none; }

#url-box li {
  list-style-type: none; }

/* ==== Model Page, General ==== */
.model-header {
  clear: both; }

.model-img {
  border: 1px black solid; }

.model-snippet-box, #model-comments-box, #tagBox, #url-box, #model-websites-box {
  border: 1px solid #cc00cc;
  float: left;
  margin: 0px 10px 10px 10px;
  background-color: #ffccff; }

#modelInfo {
  padding: 0; }

.modelInfo {
  max-height: 250px;
  overflow: scroll;
  white-space: pre-wrap;
  background-color: white;
  font-family: "Lucida Console", Monaco, monospace, Consolas;
  font-size: 0.9em;
  width: 400px; }

.ratingText {
  font-size: 0.9em; }

/* ==== Websites Element ==== */
#model-websites-box {
  font-family: Arial, Helvetica, Sans-Serif; }
  #model-websites-box ul {
    list-style-type: none; }
  #model-websites-box > .box-body > ul > li {
    list-style-type: none;
    margin: 0; }
  #model-websites-box > .box-body > ul > ul {
    margin-top: 0;
    margin-bottom: 0; }
  #model-websites-box ul ul li:before {
    content: "-"; }
  #model-websites-box ul ul > li {
    margin-bottom: 0;
    margin-left: -35px; }
  #model-websites-box .affModelPageLink {
    font-size: small;
    color: limegreen; }
  #model-websites-box .alias {
    font-style: italic;
    color: #9900ff; }
  #model-websites-box .affModelPageLink .alias {
    color: limegreen; }
  #model-websites-box .count {
    font-size: smaller; }
  #model-websites-box .descr {
    color: lightseagreen;
    font-size: smaller; }
  #model-websites-box .editLogo {
    color: #f08a24; }
  #model-websites-box .internalWebsiteLink {
    background-color: #ffddff;
    color: #cc00cc;
    display: inline-block;
    width: 1em;
    text-align: center; }

.defaultCustomFlash {
  display: block;
  border: 3px red solid;
  clear: both;
  font-size: 16px;
  font-weight: bold; }

.linkSharing {
  margin-bottom: 15px; }

#modelTitleSection {
  display: inline-table; }
  #modelTitleSection h1 {
    display: inline; }
  #modelTitleSection a {
    display: inline-block; }
  #modelTitleSection .addToMyBabes {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
    background-color: #44c767;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    border: 2px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Courier New;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 5px;
    text-decoration: none;
    text-shadow: 1px 2px 0px #2f6627; }
  #modelTitleSection .addToMyBabes:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
    background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
    background-color: #5cbf2a; }
  #modelTitleSection .addToMyBabes:active {
    position: relative;
    top: 1px; }

.twitter {
  float: left;
  width: 250px; }

.comment .message p {
  margin-top: 0;
  margin-bottom: 7px; }

/*# sourceMappingURL=BasePage.css.map */
