/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ls_main_container {
  background-color: white; }

.ls_container {
  margin: 0 auto 0 auto; }

.ls_title {
  padding-top: 10px;
  border-bottom: 1px solid #333333;
  background-color: white;
  padding-bottom: 10px;
  font-size: 20pt;
  font-weight: bold;
  margin: 10px auto 20px auto; }

#ls_intro {
  width: auto;
  padding-top: 10px;
  height: 200px;
  overflow: hidden;
  background-color: white; }

#ls_founder_pitch {
  width: 60%;
  height: 160px;
  float: left;
  font-size: 14px; }
  #ls_founder_pitch p {
    margin-top: 0; }
  #ls_founder_pitch img {
    float: left;
    margin: 4px 16px 6px 4px; }
  #ls_founder_pitch .last_sentence p {
    color: #222222;
    font-weight: bold; }

#ls_share_button {
  width: 30%;
  height: 120px;
  margin-right: 5%;
  float: right;
  border: 2px solid #a3ab9e;
  background-color: #f1fbd0;
  font-size: 15pt;
  color: #4c7903;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  #ls_share_button h4 {
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 16pt; }
  #ls_share_button .button_container {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center; }

#ls_items {
  width: auto;
  height: auto;
  padding-top: 20px; }
  #ls_items .ls_item {
    margin-top: 10px;
    overflow: hidden;
    width: auto;
    margin-bottom: 20px;
    font-size: 14px; }
    #ls_items .ls_item .ls_item_photo_caption {
      float: left;
      width: 20%;
      height: 256px; }
      #ls_items .ls_item .ls_item_photo_caption p.ls_photo_caption {
        font-style: italic;
        color: #444444; }
    #ls_items .ls_item .bubble-arrow {
      background: url(/images/green-arrow.png?1284032331) no-repeat 0 20px;
      float: left;
      width: 10px;
      margin-left: 24px;
      height: 80px; }
    #ls_items .ls_item .bubble {
      float: left;
      background-color: #e3f2c2;
      -webkit-border-radius: 10px;
      font-weight: normal;
      text-align: left;
      -moz-border-radius: 10px;
      padding: 15px 20px;
      max-width: 68%; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.top_profiles {
  display: inline;
  float: left;
  background-color: #e0dfd8;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 8px 12px 4px 12px; }
  .top_profiles .title {
    font: bold 14px/1 arial;
    color: #666666;
    padding-bottom: 6px; }
  .top_profiles .result {
    border-top: 1px solid white;
    padding: 8px 0 8px 0; }

.profile_suggestions_blue .title, .profile_suggestions_green .title {
  float: left;
  width: 128px;
  height: 18px;
  background: url(/images/sprites.png?1284032331) no-repeat -106px -1693px;
  margin-bottom: 4px; }
.profile_suggestions_blue .result, .profile_suggestions_green .result {
  border-top: 1px solid white;
  padding: 8px 0 8px 0; }
.profile_suggestions_blue .qmark, .profile_suggestions_green .qmark {
  margin-top: -2px;
  float: right; }
.profile_suggestions_blue .smartmatch, .profile_suggestions_green .smartmatch {
  display: none;
  z-index: 2; }
.profile_suggestions_blue .about, .profile_suggestions_green .about {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 164px;
  background-color: white;
  font-weight: normal;
  border: 1px solid #0b94cc;
  color: #666666;
  text-align: left;
  padding: 12px; }

.profile_suggestions_blue {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.profile_suggestions_green {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.profile_result {
  text-align: left;
  height: 60px;
  width: 230px; }
  .profile_result.short {
    width: 188px; }
    .profile_result.short .location {
      font-weight: normal; }
  .profile_result .photo {
    width: 58px;
    height: 58px;
    float: left;
    border: solid 1px #c5c5c5; }
    .profile_result .photo img {
      width: 58px;
      height: 58px;
      margin: 0px;
      padding: 0px; }
  .profile_result .info {
    width: 120px;
    margin-left: 64px; }
    .profile_result .info .name a {
      font: bold 14px/1 arial;
      text-decoration: none; }
    .profile_result .info .age, .profile_result .info .height {
      font-weight: bold;
      margin: 10px 0px 0px 0px; }
    .profile_result .info .location {
      font-weight: bold; }

.search_result {
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  background-color: #e0dfd8;
  padding: 10px;
  height: 106px;
  width: 336px;
  float: left;
  margin-bottom: 10px;
  display: inline; }
  .search_result.left {
    margin-right: 10px; }
  .search_result .information {
    overflow: hidden; }
    .search_result .information .photo {
      float: left; }
      .search_result .information .photo img {
        border: 1px solid #c5c5c5; }
    .search_result .information .details {
      float: left;
      text-align: left;
      padding: 0 0 0 6px;
      margin: 0px; }
      .search_result .information .details .name {
        font: bold 14px/1 arial;
        padding: 0 0 6px 0; }
      .search_result .information .details .age, .search_result .information .details .location {
        font: bold 12px/1.3 arial; }
    .search_result .information .presence {
      float: right; }
  .search_result .controls {
    padding: 0px 0px 4px 0px;
    margin: 0px; }
    .search_result .controls .container {
      float: left;
      padding: 4px 0 0 0;
      text-align: left; }
      .search_result .controls .container .favorites .add_to_favorites_link, .search_result .controls .container .favorites .favorite_indicator {
        margin-top: 10px;
        font: normal 11px/1 arial;
        padding: 2px 0 0 24px; }
      .search_result .controls .container .favorites .favorite_indicator {
        display: block; }
    .search_result .controls .buttons {
      float: right;
      margin-top: -26px; }
      .search_result .controls .buttons .chat, .search_result .controls .buttons .wink, .search_result .controls .buttons .message {
        height: 20px;
        padding: 0 0 6px 0;
        float: right; }
      .search_result .controls .buttons .message {
        padding: 0px; }
  .search_result .about-container {
    display: none;
    width: 218px;
    z-index: 2; }
  .search_result .about {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    width: 190px;
    background-color: white;
    border: 1px solid #0b94cc;
    color: #666666;
    text-align: left;
    padding: 12px; }
    .search_result .about h1 {
      font: bold 12px/1 arial;
      padding: 0px 0px 10px 0px; }
    .search_result .about p {
      font: normal 12px/1.2 arial;
      margin: 0px;
      padding: 0px 0px 4px 0px; }
      .search_result .about p.hidden_mode_enabled {
        font-size: 12px;
        padding: 4px 0 0 0; }
  .search_result #match-indication {
    width: auto; }
  .search_result .matched-criteria {
    font-weight: normal; }
  .search_result .additional-matched-criteria-indicator {
    cursor: default; }
  .search_result div.additional-matched-criteria {
    display: none; }
  .search_result p.additional-matched-criteria {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    background-color: #e0dfd8;
    border: 1px solid #0b94cc;
    color: #666666;
    padding: 2px; }

.profile_control {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 158px;
  height: 246px;
  margin: 0px 0x 0px 0px;
  background-color: #f2f1ed; }
  .profile_control .name {
    padding: 16px 0 6px 0;
    font: bold 14px/1 arial;
    text-align: center; }
  .profile_control .time {
    text-align: center;
    padding: 0 0 6px 0;
    font-style: italic;
    color: #999999;
    font-weight: normal; }
  .profile_control .photo {
    height: 128px;
    width: 128px;
    background-color: white;
    margin: 0 auto;
    border: 1px solid #c5c5c5; }
    .profile_control .photo td {
      height: 128px;
      width: 128px;
      vertical-align: middle;
      text-align: center; }
  .profile_control .controls {
    width: 128px;
    margin: 10px auto;
    text-align: center;
    font-weight: normal; }
    .profile_control .controls .remove {
      margin: 10px 0; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.smartfeed .event {
  padding: 10px 10px 8px 0px;
  border-bottom: solid 1px #c5c5c5; }
  .smartfeed .event .photo {
    width: 56px;
    height: 56px;
    border: solid 1px #c5c5c5;
    float: left;
    display: inline; }
  .smartfeed .event .message {
    width: 410px;
    padding: 0px 0px 0px 20px;
    float: left;
    display: inline; }
    .smartfeed .event .message .title {
      font: bold 14px/1.2 arial;
      padding: 0px 0px 10px 0px; }
    .smartfeed .event .message .body {
      font: normal 12px/1.3 arial;
      padding: 0px 0px 14px 0px;
      word-wrap: break-word; }
      .smartfeed .event .message .body a {
        font-weight: bold; }
  .smartfeed .event .information_bar {
    padding: 0px;
    font: normal 12px/1 arial;
    color: #999999;
    display: inline-block;
    width: 500px; }
    .smartfeed .event .information_bar .time_ago {
      padding: 4px 0px 0px 78px;
      float: left; }
    .smartfeed .event .information_bar .like_this {
      padding: 4px 0px 0px 38px;
      float: left; }
    .smartfeed .event .information_bar .people_like_this {
      font-style: italic;
      padding: 4px 0px 0px 20px;
      float: left; }
    .smartfeed .event .information_bar .status_chat {
      background: url(/images/chat-button-details.png?1284032331) no-repeat -24px -328px;
      float: right;
      height: 21px;
      margin: 4px 0px 0px 50px;
      padding: 0px 0px 0px 5px; }
      .smartfeed .event .information_bar .status_chat .status {
        font: italic 12px/1 arial;
        float: left;
        margin: 4px 0px 0px 3px; }
        .smartfeed .event .information_bar .status_chat .status .light {
          float: left;
          margin: 0;
          height: 14px;
          width: 14px; }
        .smartfeed .event .information_bar .status_chat .status .recently_online {
          background: url(/images/chat-button-details.png?1284032331) no-repeat -42px -407; }
        .smartfeed .event .information_bar .status_chat .status .online {
          background: url(/images/chat-button-details.png?1284032331) no-repeat -25px -407px; }
        .smartfeed .event .information_bar .status_chat .status .offline {
          background: url(/images/chat-button-details.png?1284032331) no-repeat -58px -407px; }
        .smartfeed .event .information_bar .status_chat .status .text {
          margin: 0;
          float: left; }
          .smartfeed .event .information_bar .status_chat .status .text a {
            color: #999999; }
      .smartfeed .event .information_bar .status_chat .border {
        background: #c5c5c5;
        margin: 2px 0px 2px 4px;
        width: 1px;
        height: 17px;
        float: left; }
      .smartfeed .event .information_bar .status_chat .chat_icon {
        background: url(/images/chat-button-details.png?1284032331) no-repeat -24px -383px;
        margin: 2px 0px 2px 6px;
        width: 18px;
        height: 21px;
        float: left; }
      .smartfeed .event .information_bar .status_chat .chat {
        margin: 4px 4px 0px 6px;
        float: left; }
        .smartfeed .event .information_bar .status_chat .chat a {
          font: normal 12px/1 arial;
          color: #666666; }
      .smartfeed .event .information_bar .status_chat .close {
        background: url(/images/chat-button-details.png?1284032331) no-repeat -380px -328px;
        width: 8px;
        height: 21px;
        float: left; }
    .smartfeed .event .information_bar .online:hover {
      background: url(/images/chat-button-details.png?1284032331) no-repeat -24px -358px; }
      .smartfeed .event .information_bar .online:hover .close {
        background: url(/images/chat-button-details.png?1284032331) no-repeat -380px -358px; }

.send_message {
  padding: 10px 0px 6px 0px;
  font: normal 14px arial;
  color: #999999; }
  .send_message a {
    font-weight: bold;
    color: #0b94cc; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.tips {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 8px 14px; }
  .tips .title {
    font: bold 14px/1 arial;
    color: #84b333;
    padding-bottom: 12px; }
  .tips .text {
    font: normal 12px/1.5 arial;
    text-align: left; }

.tips_photos {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 8px 14px;
  margin: 0px; }
  .tips_photos .title {
    font: bold 14px/1 arial;
    color: #666666;
    padding-bottom: 12px;
    font: bold 14px/1.3 arial; }
  .tips_photos .dos_and_donts {
    width: 90%;
    margin: 4px 20px 10px 4px;
    text-align: left;
    font: normal 12px/1.2 arial; }
    .tips_photos .dos_and_donts .dos, .tips_photos .dos_and_donts .donts {
      padding-left: 30px;
      margin-bottom: 18px; }
    .tips_photos .dos_and_donts .dos_icon, .tips_photos .dos_and_donts .donts_icon {
      float: left;
      height: 20px;
      width: 18px; }
    .tips_photos .dos_and_donts .dos_icon {
      background: url(/images/sprites.png?1284032331) no-repeat -212px -1614px; }
    .tips_photos .dos_and_donts .donts_icon {
      background: url(/images/sprites.png?1284032331) no-repeat -212px -1636px; }

.tips_edit {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 8px 14px;
  margin: 0px; }
  .tips_edit .advices {
    margin: 4px;
    text-align: left;
    font: normal 12px/1.4 arial; }

.smarty_sidebar {
  background: url(/images/smarty.png?1284032331);
  width: 150px;
  height: 188px;
  margin: 0 auto 0 auto; }

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../stylesheets/colorbox/images/overlay.png?1284032331) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../stylesheets/colorbox/images/border.png?1284032331) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../stylesheets/colorbox/images/border.png?1284032331) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../stylesheets/colorbox/images/controls.png?1284032331) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background: white}
        #cboxLoadingGraphic{background:url(../stylesheets/colorbox/images/loading.gif?1284032331) center center no-repeat;}
        #cboxClose{position:absolute; top:0; right:0; background:url(../stylesheets/colorbox/images/controls.png?1284032331) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/stylesheets/colorbox/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.conversations_profile_sidebar {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: 440px;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.unlock_conversations_sidebar {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: 140px;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .unlock_conversations_sidebar .title {
    font: bold 14px/1 arial;
    color: #84b333; }
  .unlock_conversations_sidebar p {
    margin: 4px 0px 14px 0px;
    font: bold 12px arial; }
  .unlock_conversations_sidebar .unlock {
    width: 100%; }

.inbox_stats_sidebar {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .inbox_stats_sidebar .title {
    font: bold 14px/1 arial;
    color: #84b333; }

.conversations_wrapper {
  background-color: #e0dfd8;
  width: 724px;
  padding-bottom: 12px;
  height: auto;
  overflow: hidden;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.conversations_tab_container {
  display: inline;
  float: left;
  width: 185px;
  height: 100px;
  margin: 20px 0px 0px 12px; }

.conversations_tab {
  background-color: #edebe5;
  height: 30px;
  width: 185px;
  margin-bottom: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  cursor: pointer; }
  .conversations_tab a {
    text-decoration: none;
    display: block; }
  .conversations_tab a {
    font: bold 15px/2 arial;
    color: #666666;
    padding-left: 8px;
    display: inline;
    float: left; }
  .conversations_tab a:visited {
    color: #666666; }
  .conversations_tab .unread_bubble {
    display: inline;
    float: right;
    background: #0b94cc;
    color: white;
    height: 16px;
    padding: 1px 12px 0px 12px;
    margin: 7px 12px 0px 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    font: normal 12px/1.2 arial; }
  .conversations_tab .icon {
    width: 20px;
    height: 16px;
    margin: 6px 0px 0px 4px;
    float: left; }
  .conversations_tab .inbox {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -834px; }
  .conversations_tab .sent {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -816px; }
  .conversations_tab .trash {
    background: url(/images/sprites.png?1284032331) no-repeat -209px -757px; }

.conversations_tab_selected {
  background-color: white; }

.conversations_content_container {
  background-color: white;
  display: inline;
  float: left;
  width: 514px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  margin: 12px 0px 34px 0px;
  padding: 7px 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.compose_message_block {
  width: auto;
  height: 170px;
  margin: 0px 6px 16px 6px;
  padding: 8px 10px;
  background-color: #f2f1ed; }
  .compose_message_block .compose_heading {
    display: block;
    font: normal 14px/1 arial;
    padding: 0px 0px 8px 0px; }
    .compose_message_block .compose_heading a, .compose_message_block .compose_heading a:visited {
      color: #0b94cc; }
  .compose_message_block textarea {
    width: 468px;
    height: 80px;
    padding: 6px;
    resize: none; }
  .compose_message_block .button_wrapper {
    float: right; }

.photo_access_request_buttons_block {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  margin: 0px 6px 16px 6px;
  padding: 8px 10px;
  background-color: #f2f1ed; }

.conversations_inbox_header, .conversations_message_header_incoming, .conversations_message_header_outgoing {
  padding: 4px 8px 0px 12px;
  background-color: #e3f2c2;
  width: 482px;
  margin-bottom: 10px;
  margin-left: 6px;
  height: 32px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .conversations_inbox_header .text, .conversations_message_header_incoming .text, .conversations_message_header_outgoing .text {
    font: bold 12px/1.2 arial;
    padding: 3px 0 0 0px;
    float: left; }
  .conversations_inbox_header.top_header .text, .conversations_message_header_incoming.top_header .text, .conversations_message_header_outgoing.top_header .text {
    font: bold 14px/1.2 arial;
    padding: 4px 0 0 0px; }
  .conversations_inbox_header .select_all, .conversations_message_header_incoming .select_all, .conversations_message_header_outgoing .select_all {
    margin: 4px;
    display: inline;
    float: left;
    vertical-align: baseline; }
  .conversations_inbox_header .delete, .conversations_message_header_incoming .delete, .conversations_message_header_outgoing .delete {
    cursor: pointer;
    background: url(/images/sprites.png?1284032331) no-repeat -212px -757px;
    height: 20px;
    padding-left: 26px;
    margin: 4px 8px 4px 10px;
    display: inline;
    float: right; }
    .conversations_inbox_header .delete a, .conversations_message_header_incoming .delete a, .conversations_message_header_outgoing .delete a {
      text-decoration: none;
      display: block; }
    .conversations_inbox_header .delete a, .conversations_message_header_incoming .delete a, .conversations_message_header_outgoing .delete a {
      color: #666666;
      margin-top: 2px; }
  .conversations_inbox_header .timestamp, .conversations_message_header_incoming .timestamp, .conversations_message_header_outgoing .timestamp {
    display: inline;
    float: right;
    font-weight: normal;
    font-style: italic;
    margin: 2px 2px; }

.conversations_message_header_outgoing {
  padding: 4px 8px 0px 12px;
  background-color: #e3f2c2;
  width: 482px;
  margin-bottom: 10px;
  margin-left: 6px;
  height: 24px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px; }
  .conversations_message_header_outgoing.top_header {
    padding: 4px 8px 0px 12px;
    background-color: #e3f2c2;
    width: 482px;
    margin-bottom: 10px;
    margin-left: 6px;
    height: 28px;
    text-align: left;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px; }

.conversations_message_header_incoming {
  padding: 4px 8px 0px 12px;
  background-color: #dff6ff;
  width: 482px;
  margin-bottom: 10px;
  margin-left: 6px;
  height: 24px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px; }

.conversations_message_item, .latest_message_item {
  width: 487px;
  height: auto;
  margin: 0px 0px 30px 18px; }
  .conversations_message_item .message, .latest_message_item .message {
    font: normal 12px/1.2 arial; }
  .conversations_message_item .wink, .latest_message_item .wink {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -734px;
    width: 32px;
    height: 32px; }

.latest_message_item {
  margin: 0px 0px 10px 18px; }

.conversations_item {
  width: 500px;
  height: auto;
  margin: 0px 0px 0px 7px;
  padding: 10px 0px 0px 0px; }
  .conversations_item .checkbox_container {
    height: 60px;
    width: 18px;
    padding: 20px 5px 0px 5px;
    margin-right: 6px;
    display: inline;
    float: left; }
  .conversations_item .info {
    display: inline;
    float: left;
    width: 310px; }
    .conversations_item .info .message_header {
      font-size: 13px;
      margin-bottom: 6px; }
    .conversations_item .info .message_body {
      font: normal 12px/1.2 arial;
      color: #84b333; }
      .conversations_item .info .message_body a, .conversations_item .info .message_body a:visited {
        color: #84b333; }
    .conversations_item .info .conversation_summary {
      font: normal 12px/1.2 arial;
      margin-top: 6px; }
      .conversations_item .info .conversation_summary .highlight {
        font: bold 12px/1.2 arial;
        color: #0b94cc; }
  .conversations_item .view_button {
    margin: 0px 15px 0px 0px; }
  .conversations_item .avatar {
    margin: 0px 6px;
    display: inline;
    float: left;
    width: 60px; }
    .conversations_item .avatar img {
      height: 58px;
      width: 58px; }

.conversation_separator {
  border-bottom: 1px solid #c5c5c5;
  width: 500px;
  margin: 0px 0px 6px 7px; }

.unlock_conversation_component {
  padding: 4px 8px 0px 12px;
  background-color: #dff6ff;
  width: 482px;
  margin-bottom: 10px;
  margin-left: 6px;
  height: 166px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .unlock_conversation_component .conversation_is_locked {
    height: 24px;
    width: auto;
    margin: 8px auto 0px auto;
    text-align: center;
    font: bold 14px/1.8 arial; }
    .unlock_conversation_component .conversation_is_locked .text {
      background: url(/images/sprites.png?1284032331) no-repeat -212px -654px;
      height: 24px;
      padding: 2px 0 4px 30px;
      display: inline; }
  .unlock_conversation_component .conversation_unlock_button {
    margin: 24px 0 0 160px;
    padding: 8px;
    width: 160px;
    height: 40px; }
    .unlock_conversation_component .conversation_unlock_button a {
      font: bold 16px/1.2 arial; }
  .unlock_conversation_component .conversation_become_premium {
    width: auto;
    text-align: center;
    margin: 8px 0 0 12px;
    padding: 0px;
    font: normal 14px arial; }

.user_found_love_conversation_component {
  padding: 4px 8px 0px 12px;
  background-color: #dff6ff;
  width: 482px;
  margin-bottom: 10px;
  margin-left: 6px;
  height: 48px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .user_found_love_conversation_component .user_found_love {
    height: 24px;
    width: auto;
    margin: 8px auto 0px auto;
    text-align: center;
    font: bold 14px/1.8 arial; }
    .user_found_love_conversation_component .user_found_love .text {
      display: inline; }

.back_to_folder {
  font: bold 14px arial;
  padding: 0px 0px 16px 6px; }
  .back_to_folder a, .back_to_folder a:visited {
    color: #0b94cc; }

.jcrop-holder {
  text-align: left;
  float: left; }

.jcrop-vline, .jcrop-hline {
  font-size: 0;
  position: absolute;
  background: white url(../images/jcrop.gif?1284032331) top left repeat; }
  .jcrop-vline .custom, .jcrop-hline .custom {
    background: yellow; }

.jcrop-vline {
  height: 100%;
  width: 1px !important; }

.jcrop-hline {
  width: 100%;
  height: 1px !important; }

.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eeeeee solid;
  background-color: #333333;
  *width: 9px;
  *height: 9px; }

.jcrop-tracker {
  width: 100%;
  height: 100%; }

.custom .jcrop-handle {
  border-color: black;
  background-color: #c7bb00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.preview {
  float: left; }
  .preview .image {
    width: 106px;
    height: 125px;
    overflow: hidden;
    margin-left: 40px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer; }

.red_button {
  background: #cc0000;
  color: white; }
  .red_button:hover {
    background: #cc0000; }

.green_button {
  background: #84b333;
  color: white; }
  .green_button:hover {
    background: #a9ca70; }

.blue_button {
  background: #0b94cc;
  color: white; }
  .blue_button:hover {
    background: #54b4db; }

.gray_button {
  background: #e0dfd8;
  color: white; }
  .gray_button:hover {
    background: #f2f1ed; }

.green_button, .blue_button, .gray_button {
  display: block;
  margin: 0 auto;
  border: 0px;
  padding: 0px;
  width: auto;
  text-align: center;
  cursor: pointer; }

.small_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 12px/1.5 arial;
  padding: 0px 10px;
  height: 20px; }

.medium_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 16px/2 arial;
  padding: 0px 18px;
  height: 30px; }

.large_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 22px/1.8 arial;
  padding: 0px 16px;
  height: 38px; }

.xlarge_button {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  font: bold 30px/1.5 arial;
  padding: 0px 32px;
  height: 50px; }

.small_link_button, .fb_login_button_small {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 12px/1.5 arial;
  text-align: center;
  height: 20px; }
  .small_link_button a, .fb_login_button_small a {
    padding: 1px 10px 1px; }

.medium_link_button, .fb_login_button_medium {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 14px/1.8 arial;
  text-align: center;
  height: 30px; }
  .medium_link_button a, .fb_login_button_medium a {
    padding: 2px 10px 2px; }

.large_link_button, .fb_login_button_large {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 24px/1.5 arial;
  text-align: center;
  height: 36px; }
  .large_link_button a, .fb_login_button_large a {
    padding: 1px 24px 1px; }

.xlarge_link_button, .fb_login_button_xlarge {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  font: bold 30px/1.5 arial;
  text-align: center;
  height: 50px; }
  .xlarge_link_button a, .fb_login_button_xlarge a {
    padding: 2px 32px 3px; }

.red_link_button {
  background: #cc0000;
  color: white; }
  .red_link_button:hover {
    background: #db4c4c; }
  .red_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.blue_link_button {
  background: #0b94cc;
  color: white; }
  .blue_link_button:hover {
    background: #54b4db; }
  .blue_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.green_link_button {
  background: #84b333;
  color: white; }
  .green_link_button:hover {
    background: #a9ca70; }
  .green_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.gray_link_button {
  background: #e0dfd8;
  color: #666666; }
  .gray_link_button:hover {
    background: #f2f1ed; }
  .gray_link_button a {
    display: block;
    text-decoration: none;
    color: #666666; }

.fb_login_button_small, .fb_login_button_medium, .fb_login_button_large, .fb_login_button_xlarge {
  background: #3d579b url(/images/sprites.png?1284032331) no-repeat 3px -1570px;
  color: white; }
  .fb_login_button_small a, .fb_login_button_medium a, .fb_login_button_large a, .fb_login_button_xlarge a {
    display: block;
    text-decoration: none;
    color: white; }

.fb_login_button_small a {
  padding-left: 30px; }

.fb_login_button_medium a {
  padding-left: 40px; }

.fb_login_button_large a {
  padding-left: 62px; }

.fb_login_button_xlarge a {
  padding-left: 62px; }

.de_selector_button, .en_selector_button, .es_selector_button, .fr_selector_button, .it_selector_button, .nl_selector_button {
  display: block;
  border: 0px;
  width: auto;
  text-align: left;
  padding-left: 70px;
  cursor: pointer;
  height: 55px;
  width: 80px;
  font: bold 14px/4 arial;
  color: #666666;
  background: yellow; }

.de_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1396px; }

.en_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1342px; }

.es_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1284px; }

.fr_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1223px; }

.it_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1105px; }

.nl_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1165px; }

.view_all_photos_button {
  width: 174px; }

.message_button_solid {
  width: 146px; }
  .message_button_solid a {
    font: normal 14px/2 arial; }

.wink_button_solid {
  width: 146px; }

.chat_button_hollow, .chat_button_hollow_search, .wink_button_hollow, .message_button_hollow, .wink_button_hollow_search, .message_button_hollow_search {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  background-color: white;
  padding: 2px 22px 4px 22px;
  height: 14px; }
  .chat_button_hollow:hover a, .chat_button_hollow_search:hover a, .wink_button_hollow:hover a, .message_button_hollow:hover a, .wink_button_hollow_search:hover a, .message_button_hollow_search:hover a {
    color: white; }
  .chat_button_hollow a, .chat_button_hollow_search a, .wink_button_hollow a, .message_button_hollow a, .wink_button_hollow_search a, .message_button_hollow_search a {
    font: normal 12px/1 arial; }

.message_button_hollow, .message_button_hollow_search {
  border: 1px solid #cc0000; }
  .message_button_hollow a, .message_button_hollow_search a {
    color: #cc0000; }

.chat_button_hollow, .chat_button_hollow_search {
  border: 1px solid #84b333; }
  .chat_button_hollow a, .chat_button_hollow_search a {
    color: #84b333; }

.wink_button_hollow, .wink_button_hollow_search {
  border: 1px solid #0b94cc; }
  .wink_button_hollow a, .wink_button_hollow_search a {
    color: #0b94cc; }

.chat_button_hollow_search, .message_button_hollow_search, .wink_button_hollow_search {
  padding: 2px 0px 4px 0px;
  width: 82px; }

.upload_page_button {
  width: 140px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.language {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  margin: 0;
  padding: 4px 0px 0px 4px;
  width: 150px;
  height: 28px;
  border: 1px solid #c5c5c5;
  text-align: left; }
  .language a, .language a:visited {
    color: #666666;
    font: normal 12px/2 arial;
    margin: 0px 0px 0px 24px;
    padding-left: 4px;
    border-left: 1px solid #c5c5c5; }
  .language .arrow {
    float: right;
    padding: 0;
    margin: -18px 0;
    background: url(/images/arrow_language.png?1284032331) no-repeat;
    width: 12px;
    height: 12px; }
  .language .flag {
    width: 22px;
    height: 22px;
    float: left; }
  .language .en {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -563px; }
  .language .it {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1632px; }
  .language .es {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1654px; }
  .language .de {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1676px; }
  .language .fr {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1698px; }
  .language .nl {
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1720px; }

.footer .language {
  position: absolute;
  top: 126px;
  left: 28px; }
  .footer .language a, .footer .language a:visited {
    color: #666666;
    font: normal 12px/2 arial;
    margin: 0px 0px 0px 24px;
    padding-left: 4px;
    border-left: 1px solid #c5c5c5; }
  .footer .language .arrow {
    float: right;
    padding: 0;
    margin: 6px 0;
    background: url(/images/arrow_language.png?1284032331) no-repeat;
    width: 12px;
    height: 12px; }

.footer_star {
  display: inline;
  float: left;
  margin: 32px 11px 0px 18px;
  background: url(/images/sprites.png?1284032331) -209px -629px;
  height: 25px;
  width: 22px; }

.footer_link_column {
  display: inline;
  float: left;
  margin: 16px 30px 0px 18px;
  height: auto;
  width: auto;
  text-align: left;
  border-left: solid 1px #c5c5c5;
  padding-left: 12px;
  color: #666666;
  font: 14px/1.6 arial; }
  .footer_link_column a, .footer_link_column a:visited {
    font: normal 14px/1.6 arial;
    color: #0b94cc; }

.copyright {
  display: inline;
  float: right;
  text-align: right;
  margin: 28px 0px 0px 0px;
  color: #666666;
  font: bold 10px/1.2 arial; }

.smarty {
  position: absolute;
  top: 12px;
  left: 560px;
  background: url(/images/smarty.png?1284032331);
  width: 150px;
  height: 188px; }

.media_box {
  display: inline;
  float: right;
  margin: 18px 18px 0px 0px;
  height: 90px;
  width: 192px;
  text-align: right;
  color: #cc0000;
  font: bold 12px/1.6 arial; }
  .media_box .heading_bar a.heading_text {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    margin: 0px;
    padding: 6px 0px 0px 0px;
    text-align: center;
    background-color: #e0dfd8;
    color: #666666;
    font-weight: bold;
    width: 192px;
    height: 22px; }

.media_images {
  background: url(/images/sprites.png?1284032331) no-repeat 0px -352px;
  display: block;
  float: right;
  margin-top: 2px;
  height: 56px;
  width: 190px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.header {
  background-color: white;
  padding: 12px;
  height: 60px;
  width: 954px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px; }
  .header .logo, .header .premium, .header .smartcoins, .header .account_badge, .header .logout {
    display: inline;
    float: right; }
  .header .logo {
    float: left;
    margin: 4px 0px 0px 18px;
    background: url(/images/sprites.png?1284032331) no-repeat 0px 0px;
    width: 231px;
    height: 44px;
    cursor: pointer; }
  .header .separator {
    display: inline;
    float: right;
    border-right: dotted 1px #e0dfd8;
    margin: 0px;
    height: 55px;
    width: 1px; }
  .header .premium {
    margin: 0px;
    padding: 0px 14px 0 0;
    height: 72px;
    width: 162px;
    color: #666666; }
    .header .premium .label {
      font: bold 12px/0.8 arial;
      padding: 0 0 6px 0; }

.premium_button {
  cursor: pointer;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  background-color: #84b333;
  height: 32px;
  width: 162px;
  margin: 6px 0px;
  padding-bottom: 2px; }
  .premium_button a {
    text-decoration: none;
    display: block; }
  .premium_button a {
    font: bold 16px/2.4 arial;
    color: white;
    padding: 1px 5px !important; }
  .premium_button a:visited {
    color: white; }

.account_badge {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  margin: 0px;
  padding: 0px 32px 0px 14px;
  height: 60px;
  width: auto;
  text-align: left; }
  .account_badge .avatar {
    margin-top: 2px;
    display: inline;
    float: left; }
    .account_badge .avatar img {
      height: 56px;
      width: 56px; }
  .account_badge .info {
    margin: 0px 0px 0px 10px;
    display: inline;
    float: left; }
    .account_badge .info .name {
      font: bold 14px/1 arial;
      padding: 0px 0px 6px 0px;
      color: #666666; }
    .account_badge .info .account {
      font: 11px/1 arial;
      color: #0b94cc;
      padding: 0px 0px 8px 0px; }
    .account_badge .info .mail {
      background: url(/images/mail_message.png?1284032331) no-repeat;
      width: 27px;
      height: 27px;
      padding: 0px;
      margin: 0px; }
    .account_badge .info .message_count {
      font: 11px/1 arial;
      color: #666666;
      padding: 0px 0px 0px 34px;
      margin: -26px 0px 0px 0px; }
      .account_badge .info .message_count .count {
        font: bold 18px/1.2 arial;
        color: #0b94cc; }

.logout {
  width: 16px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  background: url(/images/sprites.png?1284032331) no-repeat 0px -660px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.test_button {
  height: 59px;
  width: 121px;
  cursor: pointer; }
  .test_button a {
    text-decoration: none;
    display: block; }

.facebook_sidebar {
  height: 270px;
  width: 200px;
  margin-bottom: 12px;
  background-color: #54b4db; }

.friends_of_friends_sidebar {
  display: inline;
  float: left;
  background-color: #e0dfd8;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .friends_of_friends_sidebar .title {
    font: bold 14px/1 arial;
    color: #666666; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.content {
  background-color: white;
  width: 978px;
  height: auto; }

.account_purchases_menu_sidebar {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: 164px;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.free_trial_offer_sidebar {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .free_trial_offer_sidebar .message {
    margin: 18px 0;
    line-height: 1.9; }
  .free_trial_offer_sidebar .expiration {
    margin-top: 8px;
    font: normal 10px/1.2 arial;
    text-align: center; }

.trial_length {
  background: #f99b00;
  color: white;
  font-size: 16px;
  line-height: 2;
  height: 32px;
  padding-left: 14px;
  width: 159px;
  margin-left: -14px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; }

.testimonials_sidebar {
  display: inline;
  float: left;
  background-color: #e0dfd8;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  font-weight: normal;
  height: 270px; }
  .testimonials_sidebar .testimonials .text p {
    margin: 12px 0; }

.renewal_sidebar {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: 100px;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  text-align: center;
  font: bold 14px/1 arial; }
  .renewal_sidebar p.date {
    font-size: 16px;
    color: #84b333; }

.earn_smartcoins_table {
  display: inline;
  float: left;
  position: relative;
  height: 255px;
  width: 725px; }

.earn_smartcoins_table_action {
  width: 500px;
  background-color: #e0dfd8;
  margin: 0px 5px 5px 0px;
  display: inline;
  float: left;
  height: 30px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px; }

.earn_smartcoins_table_amount {
  width: 91px;
  border: 1px solid #e0dfd8;
  margin: 0px 5px 5px 0px;
  display: inline;
  float: left;
  height: 30px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px; }

.earn_smartcoins_table_button {
  width: 122px;
  background-color: #84b333;
  margin: 0px 5px 5px 0px;
  display: inline;
  float: left;
  height: 30px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  margin-right: 0px; }

.free_vs_premium_table {
  display: inline;
  float: left;
  position: relative;
  height: 310px;
  width: 725px;
  margin: 10px 0px; }

.free_vs_premium_item {
  margin: 0px 4px 3px 0px;
  display: inline;
  float: left;
  height: 30px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  background-color: #e0dfd8;
  width: 302px;
  text-align: left;
  line-height: 2.5;
  padding-left: 10px;
  display: inline; }
  .free_vs_premium_item .new_text {
    float: left; }
  .free_vs_premium_item .new {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    display: inline;
    color: white;
    line-height: 14px;
    padding: 4px;
    margin: 4px 4px;
    text-align: right;
    float: right;
    background-color: #f99b00; }

.free_vs_premium_item_header {
  margin: 0px 4px 3px 0px;
  display: inline;
  float: left;
  height: 36px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font-weight: normal;
  line-height: 2.5;
  width: 312px; }

.free_vs_premium_checkbox {
  margin: 0px 4px 3px 0px;
  display: inline;
  float: left;
  height: 30px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  width: 200px;
  font: bold 14px/2.3 arial;
  color: #999999;
  border: 1px solid #e0dfd8; }
  .free_vs_premium_checkbox .check {
    background: url(/images/sprites.png?1284032331) no-repeat -209px -937px;
    margin: 3px 89px 0px 89px;
    width: 21px;
    height: 21px; }

.free_vs_premium_checkbox_header_no_star {
  margin: 0px 5px 3px 0px;
  display: inline;
  float: left;
  height: 36px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 14px/2.3 arial;
  width: 201px;
  background-color: #e0dfd8;
  text-align: center; }

.free_vs_premium_checkbox_header {
  margin: 0px 5px 3px 0px;
  display: inline;
  float: left;
  height: 36px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 14px/2.3 arial;
  width: 166px;
  background-color: #e0dfd8;
  text-align: left;
  padding-left: 35px; }
  .free_vs_premium_checkbox_header .red_star {
    background: url(/images/sprites.png?1284032331) no-repeat -209px -629px;
    height: 17px;
    width: 17px;
    display: inline;
    float: left;
    margin: 3px 0px 0px 5px; }

.purchase_price_tier_option {
  margin: 14px 17px 10px 0px;
  display: inline;
  float: left;
  width: 230px;
  height: 139px;
  cursor: pointer;
  background-color: #f2f1ed;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px; }
  .purchase_price_tier_option .purchase_price_tier_fill {
    margin: 0px 4px 4px 4px;
    height: 27px;
    width: 222px;
    background-color: #f2f1ed; }
  .purchase_price_tier_option.selected {
    cursor: auto;
    background-color: #84b333; }
    .purchase_price_tier_option.selected .purchase_price_tier_fill {
      background-color: #e3f2c2; }

.purchase_price_tier_white {
  margin: 4px 4px 0px 4px;
  height: 104px;
  width: 222px;
  background-color: white; }
  .purchase_price_tier_white .plan_monthly_amount, .purchase_price_tier_white .plan_amount {
    margin-top: 8px; }
  .purchase_price_tier_white .placeholder {
    height: 26px;
    margin: 5px; }

.plan_title {
  background: url(/images/sprites.png?1284032331) no-repeat 0px -1129px;
  display: inline;
  float: left;
  width: 150px;
  height: 26px;
  margin: 4px;
  font-size: 14px;
  line-height: 1.6; }

.plan_saving {
  height: 26px;
  width: 48px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  margin: 4px;
  font-size: 14px;
  line-height: 1.9;
  color: white;
  display: inline;
  float: left;
  background-color: #f99b00; }

.success_guarantee_component {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .success_guarantee_component .title {
    background: url(/images/sprites.png?1284032331) no-repeat -183px -1053px;
    height: 45px;
    padding: 4px 0px 0px 50px;
    font: bold 16px/1.2 arial;
    color: #84b333;
    margin-bottom: 10px; }
  .success_guarantee_component .statement {
    font-weight: normal;
    margin: 10px 0; }
  .success_guarantee_component .if_not {
    margin: 10px 0; }
  .success_guarantee_component .learn {
    margin-top: 10px; }
    .success_guarantee_component .learn a {
      font-weight: normal; }

.payment_header {
  font: bold 16px/3 arial;
  color: #999999;
  float: left;
  width: 100%; }
  .payment_header .paypal_button {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background-color: #e3f2c2;
    font: bold 13px arial;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 8px 4px 10px;
    float: right; }
    .payment_header .paypal_button .new {
      color: #f99b00;
      float: left;
      margin-right: 8px;
      padding-top: 2px;
      letter-spacing: 1.3px; }
    .payment_header .paypal_button .text {
      color: #666666;
      float: left;
      padding-top: 2px;
      padding-right: 6px; }
    .payment_header .paypal_button .paypal_icon {
      float: left;
      background: url(/images/sprites.png?1284032331) no-repeat 0px -1770px;
      width: 80px;
      height: 24px;
      padding-right: 2px; }
    .payment_header .paypal_button .paypal_link {
      float: left;
      background: #84b333;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      padding: 2px 12px 2px 12px;
      margin-top: 2px; }
      .payment_header .paypal_button .paypal_link a {
        color: white; }

.paypal_dialog {
  height: 260px; }
  .paypal_dialog .top {
    margin: 0;
    padding: 0; }
    .paypal_dialog .top h1 {
      color: #84b333;
      font: bold 18px/2 arial;
      float: left; }
    .paypal_dialog .top .paypal_icon {
      float: right;
      background: url(/images/sprites.png?1284032331) no-repeat 0px -1770px;
      width: 80px;
      height: 24px;
      margin-right: 40px; }
  .paypal_dialog .wrap {
    margin: 0;
    padding: 0; }
    .paypal_dialog .wrap .select {
      float: left;
      font: bold 14px/2 arial; }
    .paypal_dialog .wrap .plans {
      margin-top: 22px;
      margin: 0 auto 0 auto; }
      .paypal_dialog .wrap .plans .plan {
        float: left;
        width: 168px; }
        .paypal_dialog .wrap .plans .plan .detail {
          -moz-border-radius-topleft: 5px;
          -moz-border-radius-topright: 5px;
          -webkit-border-top-right-radius: 5px;
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-bottomleft: 5px;
          -moz-border-radius-bottomright: 5px;
          -webkit-border-bottom-right-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          background: #e3f2c2;
          padding: 6px;
          margin-left: 8px;
          text-align: center; }
          .paypal_dialog .wrap .plans .plan .detail .price {
            font: bold 20px/1 arial;
            color: #84b333;
            float: left;
            padding-top: 14px;
            width: 100%;
            text-align: center; }
          .paypal_dialog .wrap .plans .plan .detail .engagement {
            font: bold 12px/1 arial;
            color: #84b333;
            padding-top: 4px;
            padding-bottom: 12px; }
          .paypal_dialog .wrap .plans .plan .detail .payment {
            font: bold 10px/1.3 arial;
            padding-bottom: 4px;
            margin: 0 auto 0 auto;
            text-align: center;
            width: 130px; }
        .paypal_dialog .wrap .plans .plan .button {
          margin: 0 auto 0 auto;
          width: 122px;
          margin-top: 10px;
          padding-bottom: 4px; }

.billing_form_component {
  display: inline;
  float: left;
  background-color: #e0dfd8;
  width: 724px;
  margin-bottom: 12px;
  height: 400px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 10px;
  width: 704px; }

.premium_member_step {
  display: inline;
  float: left;
  height: 153px;
  width: 158px;
  margin: 16px 16px 16px 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  background-color: #f2f1ed; }

iframe.adyen {
  border: none;
  width: 100%;
  height: 410px; }

.promo_offer_component {
  display: inline;
  float: left;
  background-color: #fef2d2;
  width: 724px;
  margin-bottom: 12px;
  height: 43px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  text-align: center;
  padding-top: 12px;
  overflow: visible; }
  .promo_offer_component .medallion {
    background: url(/images/sprites.png?1284032331) no-repeat -139px -1456px;
    width: 92px;
    height: 94px;
    display: inline;
    float: left;
    margin: -40px 0px 0px 20px;
    padding-top: 30px;
    color: white;
    font: bold 26px/1.2 arial; }

.promo_offer_heading {
  color: #666666;
  font: bold 15px/1.2 arial;
  text-align: left;
  margin: 0px 0px 4px 120px; }

.trial_payment_heading {
  color: #84b333;
  font: bold 15px/1.2 arial;
  margin: 12px 0; }

.trial_info_heading {
  color: #0b94cc;
  font: bold 15px/1.2 arial;
  margin: 12px 0; }

.existing_plans .title {
  font: bold 14px/1 arial;
  color: #666666;
  padding: 0px 0px 18px 0px;
  margin: 18px 0px 28px 0px; }
.existing_plans .existing_plan_benefit {
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 16px;
  height: 140px;
  width: 158px;
  background-color: #e0dfd8;
  text-align: center; }
  .existing_plans .existing_plan_benefit p {
    height: 60px;
    font-size: 16px;
    padding: 16px; }

.unsubscribe {
  border-top: 1px solid #c5c5c5;
  padding-top: 10px;
  margin-top: 200px; }

.adyen_callback p {
  font: bold 14px/1 arial;
  text-align: center;
  padding: 24px 0 0 0; }

#security_info {
  text-align: left; }
  #security_info #security_info_title {
    cursor: pointer; }
  #security_info #security_info_message {
    font-weight: normal; }

#membership_info {
  text-align: left; }
  #membership_info #membership_info_title {
    cursor: pointer; }
  #membership_info #membership_info_message {
    font-weight: normal; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.profile_badge .title, .profile_badge_blue .title {
  font: bold 14px/1 arial;
  color: #666666; }
.profile_badge .separator, .profile_badge_blue .separator {
  height: 1px;
  border-top: solid 1px #c5c5c5;
  margin: 14px 0 0px 0;
  padding: 0px 0px 0px 0px; }
.profile_badge .name, .profile_badge_blue .name {
  color: #0b94cc;
  font: normal 16px/2 arial; }
.profile_badge .age, .profile_badge .location, .profile_badge_blue .age, .profile_badge_blue .location {
  font: normal 12px/1.5 arial;
  color: #666666; }
.profile_badge .space, .profile_badge_blue .space {
  height: 18px; }
.profile_badge .photo, .profile_badge_blue .photo {
  position: relative; }
  .profile_badge .photo a.photo_link, .profile_badge_blue .photo a.photo_link {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%; }
  .profile_badge .photo img, .profile_badge_blue .photo img {
    width: 170px;
    border: 1px solid #c5c5c5; }
.profile_badge .already_requested, .profile_badge_blue .already_requested {
  font-style: italic;
  font-weight: normal; }
.profile_badge .controls, .profile_badge_blue .controls {
  font: bold 13px/1.6 arial;
  padding: 6px 0 0 0; }
  .profile_badge .controls .actions a, .profile_badge_blue .controls .actions a {
    color: #0b94cc; }
  .profile_badge .controls .premium, .profile_badge_blue .controls .premium {
    height: auto;
    width: 174px;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    color: #666666; }
    .profile_badge .controls .premium .label, .profile_badge_blue .controls .premium .label {
      padding: 2px 0px 6px 0px; }
    .profile_badge .controls .premium .premium_button, .profile_badge_blue .controls .premium .premium_button {
      height: 30px;
      width: 174px;
      padding: 4px 0px 0px 0px; }
      .profile_badge .controls .premium .premium_button a, .profile_badge_blue .controls .premium .premium_button a {
        font: bold 16px/1.6 arial;
        color: white; }
  .profile_badge .controls .separator, .profile_badge_blue .controls .separator {
    height: 1px;
    border-top: solid 1px #c5c5c5;
    margin: 4px 0 0 0;
    padding: 0px 0px 8px 0px; }
  .profile_badge .controls .progress_bar, .profile_badge_blue .controls .progress_bar {
    padding: 0px 0px 0px 0px; }
    .profile_badge .controls .progress_bar .label, .profile_badge_blue .controls .progress_bar .label {
      font: bold 10px;
      padding: 0px 0px 4px 0px;
      font-size: 12px; }
  .profile_badge .controls .next_steps .label, .profile_badge_blue .controls .next_steps .label {
    padding: 10px 0px 2px 0px; }
  .profile_badge .controls .next_steps a, .profile_badge_blue .controls .next_steps a {
    color: #0b94cc;
    font-weight: normal; }

.profile_badge_blue {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 14px 14px 0px 14px; }
  .profile_badge_blue .name {
    margin: 8px 0 0 0;
    font: normal 16px/1.6 arial; }
  .profile_badge_blue .age {
    font: normal 12px/1.3 arial;
    margin: 2px 0 0 0; }
  .profile_badge_blue .buttons {
    padding: 16px 0 12px 0; }
  .profile_badge_blue .controls {
    padding: 56px 0 0 0; }

.profile_badge {
  display: inline;
  float: left;
  background-color: #e0dfd8;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 14px 14px 8px 14px; }

.edit_about_me {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 506px;
  height: auto;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 14px 4px 4px 16px;
  width: 484px;
  margin: 8px 0 0 0; }
  .edit_about_me label {
    padding: 0px 0px 8px 0px;
    margin: 0px;
    display: block;
    font: bold 13px/1 arial;
    color: #666666; }
  .edit_about_me .field {
    display: inline;
    float: left;
    width: 220px;
    height: 50px;
    margin: 0px;
    padding: 0px 0px 20px 0px; }
    .edit_about_me .field input[type='checkbox'] {
      padding: 0px; }
    .edit_about_me .field input[type='text'] {
      border: solid 1px #c5c5c5;
      margin: 0px;
      width: 184px;
      font: normal 14px/1 arial;
      color: #666666;
      line-height: 22px;
      height: 22px; }
    .edit_about_me .field .label_checkbox {
      display: inline;
      color: black;
      font-weight: normal;
      padding: 0px; }
  .edit_about_me .wide {
    width: 256px; }

.smartsearch_heading {
  font: bold 14px/1.2 arial;
  text-align: left;
  margin: 8px 0px; }
  .smartsearch_heading .logo {
    height: 20px;
    background: url(/images/sprites.png?1284032331) no-repeat -67px -1673px;
    margin-bottom: 8px; }

.edit_about_me_details, .about_me_details {
  margin: 4px 0 0 0;
  text-align: center; }
  .edit_about_me_details .medium_item, .about_me_details .medium_item {
    padding: 8px 0 0 0;
    margin: 4px 0 4px 0;
    background: #e3f2c2;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    min-height: 100px; }
  .edit_about_me_details .left, .about_me_details .left {
    width: 56px;
    height: 50px;
    float: left;
    padding-top: 10px; }
  .edit_about_me_details .icon, .about_me_details .icon {
    padding-left: 44px; }
  .edit_about_me_details .icon_story, .about_me_details .icon_story {
    width: 56px;
    height: 43px;
    background: url(/images/sprites.png?1284032331) no-repeat 0 -1805px; }
  .edit_about_me_details .icon_date, .about_me_details .icon_date {
    width: 56px;
    height: 43px;
    background: url(/images/sprites.png?1284032331) no-repeat 0 -1930px; }
  .edit_about_me_details .icon_activities, .about_me_details .icon_activities {
    width: 56px;
    height: 43px;
    background: url(/images/sprites.png?1284032331) no-repeat 0 -1974px; }
  .edit_about_me_details .icon_interests, .about_me_details .icon_interests {
    width: 56px;
    height: 43px;
    background: url(/images/sprites.png?1284032331) no-repeat 0 -1847px; }
  .edit_about_me_details .icon_movies, .about_me_details .icon_movies {
    width: 56px;
    height: 43px;
    background: url(/images/sprites.png?1284032331) no-repeat 0 -2018px; }
  .edit_about_me_details .icon_tv, .about_me_details .icon_tv {
    width: 56px;
    height: 43px;
    background: url(/images/sprites.png?1284032331) no-repeat 0 -2061px; }
  .edit_about_me_details .icon_quotes, .about_me_details .icon_quotes {
    width: 56px;
    height: 43px;
    background: url(/images/sprites.png?1284032331) no-repeat 0 -1890px; }
  .edit_about_me_details .label, .about_me_details .label {
    width: 144px;
    dsiplay: inline;
    font: bold 14px/1 arial;
    padding: 12px 0px 0px 0px; }
  .edit_about_me_details .value, .about_me_details .value {
    width: 360px;
    padding: 10px 0px 6px 0px;
    float: right;
    dsiplay: inline; }
    .edit_about_me_details .value textarea, .about_me_details .value textarea {
      padding: 5px;
      font: normal 12px/1.3 arial;
      border: solid 1px #c5c5c5;
      color: #666666;
      width: 336px;
      height: 60px;
      resize: none;
      overflow: auto; }

.about_me_details .value {
  text-align: left; }

.save_changes {
  float: right;
  padding: 10px 0 0 0; }

.cancel_changes {
  float: left;
  padding: 18px 0 0 0;
  font: bold 14px/1 arial; }

.public_profile_nameplate {
  width: 507px;
  height: 110px;
  margin-bottom: 12px;
  background-color: #54b4db; }

.public_profile_vitals {
  width: 507px;
  height: 121px;
  background-color: #dff6ff; }

.public_profile_badge {
  display: inline;
  float: left;
  background-color: #e0dfd8;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.public_gift_box {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.back_container {
  width: 200px;
  text-align: left;
  margin-bottom: 12px;
  background-color: #54b4db; }

.registration_dialog_content {
  margin: 0px 20px 10px; }

.dialog_edit_profile_essentials {
  position: relative;
  width: 536px;
  display: block; }
  .dialog_edit_profile_essentials .field {
    display: inline;
    float: left;
    text-align: left;
    line-height: 2;
    width: 235px;
    height: 60px;
    margin: 4px 0px; }
    .dialog_edit_profile_essentials .field label {
      margin-left: 3px; }
    .dialog_edit_profile_essentials .field .checkbox {
      margin-right: 10px; }
      .dialog_edit_profile_essentials .field .checkbox input {
        height: auto;
        padding: 0px; }
    .dialog_edit_profile_essentials .field input {
      height: 28px;
      padding: 0px 4px; }

.presence_indicator .light {
  float: right;
  margin-left: 8px;
  margin-right: 4px;
  width: 10px; }
.presence_indicator .message {
  font-weight: normal;
  font-style: italic;
  float: right; }
.presence_indicator.recently_online .light {
  background: url(/images/sprites.png?1284032331) no-repeat 0 -614px; }
.presence_indicator.online .light {
  background: url(/images/sprites.png?1284032331) no-repeat 0 -633px; }

.profile_slug {
  height: 136px; }
  .profile_slug .information {
    float: left;
    width: auto; }
    .profile_slug .information .heading {
      font: normal 24px/1.2 arial;
      display: inline;
      color: #cc0000; }
    .profile_slug .information .presence_indicator {
      width: 120px;
      display: inline; }
      .profile_slug .information .presence_indicator .light {
        display: inline;
        float: none;
        padding: 0px 10px 0px 0px; }
      .profile_slug .information .presence_indicator .message {
        display: inline;
        float: none; }
    .profile_slug .information .details {
      padding: 10px 0 0 0; }
      .profile_slug .information .details .age, .profile_slug .information .details .city {
        font: bold 14px/1.3 arial; }
      .profile_slug .information .details .controls {
        margin: 22px 0 0 0; }
  .profile_slug .buttons {
    float: right;
    width: auto; }
    .profile_slug .buttons .message, .profile_slug .buttons .chat, .profile_slug .buttons .wink {
      float: right;
      margin: 10px 0 0 0; }
    .profile_slug .buttons .wink .medium_link_button {
      font: normal 14px/2 arial;
      margin: 0px; }
    .profile_slug .buttons .chat {
      margin: 0px; }

.main_details {
  display: inline;
  float: left; }

.profile_badge_photo {
  width: 60px;
  height: 60px; }

.extra_photos {
  padding: 10px 0px;
  width: 100%;
  overflow: auto; }
  .extra_photos img {
    border: 1px solid #c5c5c5; }
  .extra_photos .text {
    display: inline;
    float: left;
    text-align: center;
    padding: 20px 0 0 2px;
    width: 50px; }

.reporting_dialog {
  text-align: left;
  margin: 15px 20px; }
  .reporting_dialog textarea {
    width: 100%; }
  .reporting_dialog label {
    display: block; }
  .reporting_dialog div {
    margin-bottom: 8px; }
  .reporting_dialog .disclaimer {
    font: normal 12px/1 arial; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.my_photos .upload_photo {
  margin: 8px 0px 0px 0px; }

.upload_photo {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 506px;
  height: auto;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  float: none;
  display: block;
  width: 476px;
  padding: 12px 16px 8px 16px;
  margin: 6px 0 0 0; }
  .upload_photo form {
    padding: 0px;
    margin: 0px; }
  .upload_photo .controls {
    padding: 12px 0 0 0; }
    .upload_photo .controls.facebook {
      border-bottom: 1px solid white;
      padding-bottom: 22px; }
    .upload_photo .controls .title {
      font: bold 14px/1 arial;
      padding: 0px; }
    .upload_photo .controls .facebook_text {
      background: url(/images/sprites.png?1284032331) no-repeat 0px -1561px;
      font: normal 12px/1 arial;
      padding: 14px 0px 0px 48px; }
    .upload_photo .controls .browse {
      width: 336px;
      text-align: left;
      vertical-align: middle; }
    .upload_photo .controls .upload {
      width: 240px;
      text-align: right; }
      .upload_photo .controls .upload .button {
        text-align: right;
        float: right; }
    .upload_photo .controls .filetypes {
      font: normal 12px/1 arial;
      padding: 10px 0 0 0; }
    .upload_photo .controls .select_photos {
      width: 142px;
      font: bold 16px/1.6 arial; }

.active_photos {
  padding: 0 0 0 2px;
  width: 522px; }
  .active_photos .title {
    font: bold 14px/1 arial;
    padding: 0px;
    margin: 0px; }
  .active_photos .controls {
    padding: 0px;
    width: auto;
    padding: 24px 0 0 0; }

.medium_photo {
  display: inline;
  float: left;
  position: relative;
  width: 160px;
  height: 160px;
  margin: 10px 2px 0px 3px;
  border: solid 1px #c5c5c5; }
  .medium_photo td {
    height: 160px;
    width: 160px;
    vertical-align: middle;
    text-align: center; }

.edit_photo_control, .medium_photo_edit_tab_primary, .medium_photo_facebook_import_tab, .medium_photo_facebook_import_tab_added {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  display: inline;
  float: left;
  position: relative;
  width: 160px;
  margin: 10px 2px 0px 3px;
  background-color: #e0dfd8; }
  .edit_photo_control.lite, .medium_photo_edit_tab_primary.lite, .medium_photo_facebook_import_tab.lite, .medium_photo_facebook_import_tab_added.lite {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    height: 162px;
    margin-right: 13px; }
  .edit_photo_control .photo, .medium_photo_edit_tab_primary .photo, .medium_photo_facebook_import_tab .photo, .medium_photo_facebook_import_tab_added .photo {
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline;
    height: 160px;
    width: 158px;
    background: white;
    border-bottom: solid 1px #c5c5c5; }
    .edit_photo_control .photo td, .medium_photo_edit_tab_primary .photo td, .medium_photo_facebook_import_tab .photo td, .medium_photo_facebook_import_tab_added .photo td {
      height: 160px;
      width: 160px;
      vertical-align: middle;
      text-align: center; }
  .edit_photo_control .actions, .medium_photo_edit_tab_primary .actions, .medium_photo_facebook_import_tab .actions, .medium_photo_facebook_import_tab_added .actions {
    position: absolute;
    top: 164px;
    left: 8px; }

#photo_cropping_handler .bottom_buttons {
  margin-top: 20px;
  padding-top: 10px;
  overflow: hidden; }
  #photo_cropping_handler .bottom_buttons a {
    margin-top: 5px;
    float: left; }
  #photo_cropping_handler .bottom_buttons button {
    float: right; }

.edit_photo_control .actions .item .text, .medium_photo_edit_tab_primary .actions .item .text {
  display: block;
  height: 14px;
  margin: 2px 6px 5px 0px; }
.edit_photo_control .actions .item .checked, .medium_photo_edit_tab_primary .actions .item .checked {
  display: inline;
  float: left;
  background: url(/images/sprites.png?1284032331) no-repeat -211px -940px;
  margin-top: 2px;
  width: 17px;
  height: 14px; }

.registration_dialog_done {
  margin: 20px 20px; }
  .registration_dialog_done .bottom_buttons {
    margin-top: 20px;
    padding-top: 20px; }

#registration_dialog_photo {
  margin: 0px 20px;
  padding-top: 10px; }

.edit_photo_control {
  height: 232px;
  color: #666666;
  font: bold 12px/1.7 arial;
  margin: 24px 14px 0px 0px; }

.medium_photo_facebook_import_tab {
  height: 198px; }

.medium_photo_facebook_import_tab_added {
  height: 198px;
  background-color: #84b333; }

.medium_photo_facebook_import_tab_added .actions, .medium_photo_facebook_import_tab .actions {
  position: relative;
  left: 0px;
  top: 174px;
  text-align: center;
  margin: 0px;
  padding: 0px; }
  .medium_photo_facebook_import_tab_added .actions .item, .medium_photo_facebook_import_tab .actions .item {
    color: white;
    margin: 0px;
    padding: 0px; }

.photo_access_request_dialog {
  margin: 10px 20px; }
  .photo_access_request_dialog .justify_left {
    margin-bottom: 20px; }
  .photo_access_request_dialog .medium_button {
    margin-bottom: 8px; }
  .photo_access_request_dialog .medium_link_button {
    margin-bottom: 8px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.favorites_menu {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  padding: 4px 14px 4px 16px; }
  .favorites_menu .item {
    cursor: pointer;
    font: bold 12px/1 arial;
    border-bottom: solid 1px white;
    padding: 9px 0; }
    .favorites_menu .item a {
      text-decoration: none;
      display: block; }

.favorite_profile, .ignored_profile {
  display: inline;
  float: left;
  padding: 4px 16px 16px 0px; }

.unlock_profiles {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  padding: 20px 14px 16px 16px;
  width: 476px;
  height: auto;
  float: none;
  display: block;
  margin: 4px 0px 0px 0px; }
  .unlock_profiles .message {
    width: 260px;
    float: left; }
    .unlock_profiles .message h1 {
      font: bold 14px/1.6 arial;
      color: #666666; }
    .unlock_profiles .message h2 {
      font: normal 14px/1.4 arial;
      color: #666666; }
  .unlock_profiles .action {
    width: 210px;
    text-align: right;
    vertical-align: middle; }
    .unlock_profiles .action .medium_link_button {
      float: right; }
      .unlock_profiles .action .medium_link_button a {
        padding: 1px 48px 2px; }

.favorites_caption {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 506px;
  height: 96px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.main_medium .alerts {
  float: left;
  font: bold 14px/1 arial;
  color: #666666;
  padding: 6px 0px 16px 0px; }
.main_medium .navigation {
  float: right;
  font: normal 12px/1 arial;
  color: #0b94cc;
  padding: 6px 0px 0px 0px; }
.main_medium .smartsearch_preview .title {
  font: bold 14px/1 arial;
  color: #666666;
  padding: 8px 0px 24px 0px; }
.main_medium .smartsearch_preview .results {
  padding: 0 0 24px 0; }
  .main_medium .smartsearch_preview .results .column {
    height: auto;
    width: 230px;
    display: inline;
    float: left; }
    .main_medium .smartsearch_preview .results .column .horizontal_separator {
      height: 1px;
      width: 234px;
      margin: 11px 0;
      background-color: #c5c5c5;
      display: block; }
  .main_medium .smartsearch_preview .results .vertical_separator {
    height: 140px;
    width: 1px;
    margin: 0px 22px;
    background-color: #c5c5c5;
    display: inline;
    float: left; }

.about_me {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 506px;
  height: auto;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 14px 4px 0px 16px;
  width: 484px;
  margin: 6px 0 0 0; }
  .about_me .field {
    display: inline;
    float: left;
    width: 210px;
    height: 26px; }
    .about_me .field .value {
      font-weight: normal; }
  .about_me .wide {
    width: 256px; }
  .about_me .x-wide {
    width: 380px; }
  .about_me .bottom {
    width: auto;
    padding: 4px 0 0 0; }

.edit_profile {
  text-align: right;
  padding: 6px 0px; }
  .edit_profile a, .edit_profile a:visited {
    font: bold 14px/1 arial; }

.about_me_details {
  margin: 6px 0 0 0; }
  .about_me_details .label {
    width: 146px;
    float: left;
    dsiplay: inline;
    font: bold 14px/1 arial;
    padding: 12px 0 0 0; }
  .about_me_details .value {
    width: 346px;
    padding: 12px 0 16px 0;
    float: right;
    dsiplay: inline;
    font: normal 12px/1.3 arial; }
  .about_me_details .profile_bottom_item {
    border: 0px;
    padding: 0px 0px 6px 0px; }

.my_stats {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 8px 14px;
  margin-bottom: 22px; }
  .my_stats .title {
    font: bold 14px/1 arial;
    color: #84b333;
    padding-bottom: 12px; }
  .my_stats .stat {
    display: block;
    position: relative;
    padding: 8px 0px 8px 0px;
    width: 170px;
    border-top: 1px solid white;
    padding: 0px; }
    .my_stats .stat a {
      color: #666666; }
    .my_stats .stat a:hover {
      color: #54b4db; }
    .my_stats .stat .label {
      float: left;
      padding: 8px 0px 8px 0px;
      display: inline;
      width: 78%; }
    .my_stats .stat .value {
      float: right;
      font: bold 16px/1 arial;
      color: #84b333;
      display: inline;
      padding: 8px 0px 4px 0px; }

.my_renewal {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 8px 14px;
  margin-bottom: 22px;
  font: bold 14px arial;
  text-align: center; }
  .my_renewal .my_renewal_date {
    font: bold 16px arial;
    padding: 20px 0px 20px 0px;
    color: #84b333; }

.my_favorites {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 8px 14px 10px 14px; }
  .my_favorites .title {
    font: bold 14px/1 arial;
    color: #84b333; }
  .my_favorites .favorites {
    padding: 12px 0 0 0; }
    .my_favorites .favorites .column {
      float: left;
      display: inline;
      border: solid 1px #c5c5c5;
      border-bottom: none; }
      .my_favorites .favorites .column .photo {
        width: 56px;
        height: 56px;
        background-color: white;
        border-bottom: solid 1px #c5c5c5;
        display: block; }
        .my_favorites .favorites .column .photo img {
          width: 56px;
          height: 56px; }
    .my_favorites .favorites .view_all {
      float: right;
      padding: 8px 0 0 0; }
      .my_favorites .favorites .view_all a {
        font: normal 12px/1 arial; }

.sidebar_my_facebook_friends {
  display: inline;
  float: left;
  background-color: #e0dfd8;
  width: 172px;
  margin-bottom: 12px;
  height: 259px;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .sidebar_my_facebook_friends .title {
    font: bold 14px/1 arial;
    color: #666666; }

.change_password_form, .notifications_form {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 12px;
  margin-bottom: 18px; }
  .change_password_form .label_and_field, .notifications_form .label_and_field {
    display: block;
    font-weight: bold;
    text-align: left;
    margin: 10px 0; }
    .change_password_form .label_and_field label, .notifications_form .label_and_field label {
      display: inline;
      float: left;
      width: 300px;
      line-height: 3;
      font-size: 14px; }
    .change_password_form .label_and_field input, .change_password_form .label_and_field select, .notifications_form .label_and_field input, .notifications_form .label_and_field select {
      width: 300px;
      height: 26px;
      font-size: 14px;
      margin: 5px 0px; }
  .change_password_form .save_notification, .notifications_form .save_notification {
    margin: 20px 0px 0px 300px; }
  .change_password_form .save_change_password, .notifications_form .save_change_password {
    margin: 20px 0px 0px 36px; }
  .change_password_form .text, .notifications_form .text {
    font: normal 12px/1 arial;
    text-align: left; }

.text_notification {
  font: normal 14px/1.3 arial;
  margin: 10px 0px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.contact_form {
  display: block;
  height: 100%;
  margin-top: 20px; }
  .contact_form .form_item {
    display: inline;
    float: left;
    margin: 5px; }
    .contact_form .form_item input {
      padding-left: 8px;
      font-size: 18px;
      line-height: 26px;
      height: 26px; }
    .contact_form .form_item.email input {
      padding-left: 8px;
      width: 572px;
      font-size: 18px;
      line-height: 26px;
      height: 26px; }
    .contact_form .form_item.subject input {
      padding-left: 8px;
      font-size: 18px;
      width: 352px;
      line-height: 26px;
      height: 26px; }
  .contact_form label {
    display: block;
    color: #84b333;
    font: bold 14px/1.2 arial; }
  .contact_form input {
    font-size: 18px;
    display: block;
    height: 40px;
    width: 272px;
    margin: 5px 10px 0px 0px; }
  .contact_form select {
    display: block;
    height: 20px;
    width: 190px;
    margin: 15px 20px 0px 0px; }
  .contact_form textarea {
    margin-top: 5px;
    font-size: 14px;
    padding: 8px;
    width: 564px;
    height: 120px;
    resize: none; }
  .contact_form .button_container {
    width: 580px;
    margin-top: 10px;
    margin-left: 140px; }
    .contact_form .button_container button {
      display: block; }

.static_pages_menu {
  display: inline;
  float: left;
  background-color: #dff6ff;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .static_pages_menu .menu_item {
    border-bottom: solid 1px white;
    margin-bottom: 8px;
    padding-bottom: 8px; }

.static_page_component {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 724px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 18px 0px;
  overflow: visible; }
  .static_page_component p {
    font-size: 14px; }

.fabrice_pic {
  display: inline;
  float: left;
  background: url(/images/sprites.png?1284032331) no-repeat 0px -1166px;
  width: 100px;
  height: 70px;
  margin: 10px 18px 10px 0; }

.fabrice_story, .fabrice_about {
  display: inline;
  float: left;
  font-weight: normal; }

.fabrice_about {
  width: 550px;
  font-style: italic; }

.fabrice_story {
  width: 360px;
  text-align: left;
  font-size: 14px; }

.story_submit {
  background: #dff6ff;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 184px;
  height: 98px;
  padding: 16px;
  display: inline;
  float: right;
  margin-left: 10px; }

.story_title {
  display: inline;
  float: left;
  width: 120px;
  padding: 8px 0; }

.story_body {
  display: inline;
  float: left;
  background: #e3f2c2;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 580px;
  padding: 8px; }

.answer_component {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 724px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 600px;
  margin: 5px 0px;
  padding: 9px 18px;
  display: none; }

ol.help_list li {
  list-style-type: decimal; }

.privacy_subheading {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 724px;
  margin-bottom: 12px;
  height: 50px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  overflow: visible; }
  .privacy_subheading .title {
    display: inline;
    margin-top: 14px;
    float: left;
    font: bold 18px/1.2 arial;
    color: #84b333;
    vertical-align: center; }
  .privacy_subheading .fb_logo_tilt, .privacy_subheading .envelope_tilt, .privacy_subheading .safe {
    display: inline;
    float: left;
    margin-left: 6px;
    margin-right: 18px; }
  .privacy_subheading .fb_logo_tilt {
    width: 69px;
    height: 58px;
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1260px;
    margin-top: -3px; }
  .privacy_subheading .envelope_tilt {
    width: 69px;
    height: 66px;
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1336px;
    margin-top: -6px; }
  .privacy_subheading .safe {
    width: 69px;
    height: 63px;
    background: url(/images/sprites.png?1284032331) no-repeat 0px -1430px;
    margin-top: -3px; }

ol.terms_list {
  list-style: decimal;
  font-size: 14px;
  padding: 0px 20px 0px 30px; }

.terms_intro {
  font-size: 10pt; }

li.section {
  padding-left: 4px;
  font-size: 10pt;
  margin-top: 16px; }
  li.section h2 {
    font-weight: bold;
    color: #54b4db;
    font-size: 14pt;
    margin: 6px 0; }

li.section ol {
  padding-left: 20px; }

li.section ul {
  padding-left: 40px;
  list-style: disc;
  margin-bottom: 8px; }

.press {
  margin: 24px 0px; }
  .press .logo, .press .press-content {
    display: inline;
    float: left; }
  .press .logo {
    width: 175px; }
  .press .press-content {
    background: #e3f2c2;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    margin: 0px 12px 12px 12px;
    padding: 10px;
    width: 500px; }
    .press .press-content h1 a {
      font-size: 18px; }
    .press .press-content h2 {
      color: #999999; }
    .press .press-content p {
      color: #666666;
      text-align: justify; }
    .press .press-content .read-more {
      display: inline;
      float: left;
      margin: 8px 0px 0px 375px; }

.privacy_items .privacy_item {
  margin: 24px 0; }
.privacy_items .privacy_text {
  font-size: 14px; }

.help_items {
  text-align: left;
  margin-left: 4px; }
  .help_items .help_item {
    font-size: 13px;
    margin-bottom: 24px; }
    .help_items .help_item .help_item_title {
      margin: 12px 0;
      font-size: 18px;
      text-align: left; }
    .help_items .help_item .ol_container {
      margin-left: 38px; }

.about_items .about_item {
  padding-top: 16px; }
  .about_items .about_item .about_text {
    padding-right: 24px;
    font-size: 14px; }

.rub_title {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid black;
  padding: 0 0 10px 0;
  margin-bottom: 20px; }

.static {
  width: 100%;
  color: #333333;
  font-size: 12px;
  margin: 0 0 55px 0; }
  .static table {
    border-collapse: collapse;
    margin: 0px;
    margin: 0 0 0 10px; }
    .static table td.description {
      width: 560px;
      font-weight: bold; }
    .static table td.location {
      vertical-align: top;
      width: 200px;
      font-weight: bold; }
  .static h2 {
    font-size: 16px;
    margin: 0;
    margin: 15px 0; }
  .static h3.toggle-question {
    font-size: 12px;
    color: #930202;
    margin: 0;
    cursor: pointer;
    border: none;
    padding: 0px; }
  .static .toggle-job-desc {
    font-size: 12px;
    color: #930202;
    margin: 4px 0 4px 14px;
    cursor: pointer;
    border: none;
    padding: 0px;
    font-weight: bold;
    width: auto; }
  .static h3 {
    border-bottom: 1px solid #dddddd;
    padding: 4px;
    margin-top: 20px; }
  .static .toggle-job {
    padding: 10px 10px 10px 32px;
    background: #fff18b;
    font-weight: normal; }
    .static .toggle-job ul {
      padding-left: 16px;
      list-style-type: disc; }
  .static .toogle-respons {
    padding: 10px 10px 10px 23px;
    background: #fff18b;
    margin: 8px 0px 8px -23px;
    font-weight: normal; }
  .static .description {
    width: 560px;
    display: inline;
    float: left; }
  .static .location {
    width: 200px;
    displat: inline;
    float: left;
    color: #333333; }

.iphone {
  padding: 20px 0 0 20px; }

.iheader {
  width: 420px;
  float: right;
  margin-top: -10px;
  height: 82px; }
  .iheader .text {
    font: bold 20px/1.3 arial;
    padding: 10px 0px 0px 100px;
    text-align: left;
    float: right; }

.wrap_iphone {
  width: 500px;
  float: right;
  margin: 40px 80px 0;
  text-align: left; }
  .wrap_iphone .iphone_buble {
    text-align: center;
    background: #e0dfd8;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px; }
    .wrap_iphone .iphone_buble .title {
      color: #84b333;
      font: bold 18px/1.3 arial;
      padding: 10px 0px 10px 0px; }
    .wrap_iphone .iphone_buble .buttons {
      padding: 30px 0px 20px 70px; }
  .wrap_iphone .gray_caret_left {
    margin-top: -1px; }
  .wrap_iphone .iphone_heading {
    text-align: left;
    margin: 20px 0px;
    padding: 8px 0px 8px 0px;
    font: bold 14px/1.2 arial; }
  .wrap_iphone .line {
    font: normal 14px/1.2 arial;
    padding: 6px 0px; }
    .wrap_iphone .line .icon {
      background: url(/images/sprites.png?1284032331) no-repeat -204px -938px;
      float: left;
      width: 25px;
      height: 16px; }
    .wrap_iphone .line .text {
      padding-left: 20px;
      width: 90%;
      float: left; }
  .wrap_iphone .download {
    font: bold 14px/1.2 arial;
    text-align: center;
    margin-top: 20px; }

.dliphone {
  text-align: left; }
  .dliphone .text {
    text-align: left;
    float: right;
    font: normal 20px/1.3 arial;
    padding: 15px 20px 0px 60px; }
  .dliphone .title {
    margin: 20px 0 0 20px;
    padding-left: 70px;
    padding-top: 15px;
    height: 43px; }
  .dliphone .download {
    margin: 16px 0 0 86px; }
    .dliphone .download img {
      margin-left: 65px; }
  .dliphone .more {
    margin: 20px 0 18px 86px;
    color: #84b333; }

.download_btn {
  padding: 4px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

#chat_pannel {
  position: fixed;
  bottom: 0;
  right: 10px; }
  #chat_pannel .super_container {
    position: relative;
    float: right;
    margin: 0 8px;
    font: normal 11px/1 arial;
    width: 200px; }
  #chat_pannel .conversation {
    left: 0;
    background: white;
    position: absolute;
    bottom: 24px;
    width: 198px;
    border: 1px solid #999999;
    border-bottom: none; }
    #chat_pannel .conversation .conv_header {
      overflow: hidden;
      position: relative;
      background: #e0dfd8;
      color: #666666;
      font-weight: bold;
      text-align: left;
      min-height: 75px; }
      #chat_pannel .conversation .conv_header img {
        float: left;
        margin: 7px; }
      #chat_pannel .conversation .conv_header .name {
        margin: 7px 0px; }
        #chat_pannel .conversation .conv_header .name a {
          color: #54b4db;
          font: bold 14px/1 arial; }
      #chat_pannel .conversation .conv_header .date {
        font-size: 10px;
        font-weight: normal;
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #999999; }
      #chat_pannel .conversation .conv_header .icons {
        font-size: 14px;
        position: absolute;
        right: 2px;
        top: 0px; }
        #chat_pannel .conversation .conv_header .icons span {
          margin: 0px 3px;
          cursor: default; }
    #chat_pannel .conversation .conv_content {
      height: 170px;
      overflow: auto;
      margin: 0px 4px;
      text-align: left; }
      #chat_pannel .conversation .conv_content div {
        margin: 3px 0px; }
      #chat_pannel .conversation .conv_content .sender {
        font-weight: bold;
        margin: 2px 0px;
        color: #54b4db; }
        #chat_pannel .conversation .conv_content .sender.me {
          color: #999999; }
      #chat_pannel .conversation .conv_content .text {
        font-weight: normal;
        color: black; }
    #chat_pannel .conversation .input {
      overflow: hidden;
      background: url(/images/chat_icon.png?1284032331) no-repeat;
      background-position: 5px 5px; }
      #chat_pannel .conversation .input textarea {
        background: transparent;
        padding-top: 5px;
        padding-left: 24px;
        width: 176px;
        overflow: hidden;
        height: 40px;
        margin: 0px;
        border: none;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        font: normal 11px/1 arial;
        resize: none; }
        #chat_pannel .conversation .input textarea:hover {
          border-top: 1px solid #54b4db;
          border-bottom: 1px solid #54b4db; }
  #chat_pannel .base {
    height: 23px;
    background: url(/images/selected_greybg.png?1284032331) repeat-x;
    color: #666666;
    font-weight: bold;
    border: 1px solid #999999; }
    #chat_pannel .base .name {
      cursor: default;
      float: left;
      margin: 5px 0px 0px 5px;
      padding: 1px 0px 5px 15px;
      background: url(/images/sprites.png?1284032331) no-repeat 0 -634px; }

.chat_base_pending {
  margin: 3px 5px;
  padding: 3px 7px;
  float: right;
  color: white;
  background: red;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.bar_navigation_control .red_heading_bar_short a, .bar_navigation_control .red_heading_bar_short a:visited {
  color: white; }
.bar_navigation_control .gray_heading_bar_short a, .bar_navigation_control .gray_heading_bar_short a:visited {
  color: #666666; }
.bar_navigation_control .about_me {
  margin: 6px 0px 0px 0px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.search_criteria {
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  width: 700px;
  height: auto;
  padding: 12px;
  background-color: #e3f2c2;
  font-weight: normal; }
  .search_criteria #gender-age-and-location .label {
    font: bold 12px/1 arial;
    color: #666666;
    text-align: center;
    padding: 0px 0px 12px 0px; }
  .search_criteria #gender-age-and-location .looking_for {
    float: left;
    border-right: solid 1px white;
    padding: 0px 20px 0px 0px; }
    .search_criteria #gender-age-and-location .looking_for .label {
      text-align: left; }
    .search_criteria #gender-age-and-location .looking_for .value {
      color: #84b333;
      font: bold 18px/1 arial;
      text-align: left;
      padding: 0px 0px 12px 0px; }
  .search_criteria #gender-age-and-location .age {
    float: left;
    padding: 0px 18px;
    border-right: solid 1px white; }
    .search_criteria #gender-age-and-location .age .value input {
      text-align: center;
      padding: 4px 4px;
      line-height: normal; }
    .search_criteria #gender-age-and-location .age .and {
      padding: 0px 8px;
      display: inline; }
  .search_criteria #gender-age-and-location .location {
    float: left;
    padding: 0px 20px 20px 20px; }
    .search_criteria #gender-age-and-location .location .label {
      text-align: left; }
    .search_criteria #gender-age-and-location .location select {
      color: #666666;
      font-family: arial;
      font-size: 11px;
      word-spacing: narrow; }
  .search_criteria #gender-age-and-location .find {
    float: right; }
    .search_criteria #gender-age-and-location .find .more {
      padding: 8px 0px 0px 0px; }
      .search_criteria #gender-age-and-location .find .more a, .search_criteria #gender-age-and-location .find .more a:visited {
        color: #0b94cc; }
  .search_criteria #height-education-etc {
    display: none;
    width: 700px;
    margin: 14px 0px; }
    .search_criteria #height-education-etc .label {
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      background: white;
      width: auto;
      height: 12px;
      padding: 8px;
      font: bold 12px/1 arial;
      text-align: left; }
    .search_criteria #height-education-etc .value {
      padding: 10px 0 0 0; }
    .search_criteria #height-education-etc .height_selector, .search_criteria #height-education-etc .education, .search_criteria #height-education-etc .ethnicity, .search_criteria #height-education-etc .religion {
      width: 164px;
      float: left;
      padding: 0px 14px 0px 0px; }
    .search_criteria #height-education-etc .last_item {
      padding: 0px; }
    .search_criteria #height-education-etc .controls {
      padding: 10px 0 0 0; }
      .search_criteria #height-education-etc .controls .expanded_criteria_find {
        float: right; }
      .search_criteria #height-education-etc .controls .container {
        position: relative;
        padding: 10px 0 0 0; }
        .search_criteria #height-education-etc .controls .container .reset, .search_criteria #height-education-etc .controls .container .hide_criteria {
          position: absolute;
          left: 180px; }
          .search_criteria #height-education-etc .controls .container .reset a, .search_criteria #height-education-etc .controls .container .reset a:visited, .search_criteria #height-education-etc .controls .container .hide_criteria a, .search_criteria #height-education-etc .controls .container .hide_criteria a:visited {
            color: #0b94cc; }
        .search_criteria #height-education-etc .controls .container .hide_criteria {
          left: 360px; }
  .search_criteria #height-range-selector {
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    background: white;
    border: 1 px solid #c5c5c5;
    margin-top: 10px;
    width: 148px; }
    .search_criteria #height-range-selector .ui-slider-handle {
      background: #e0dfd8; }
    .search_criteria #height-range-selector .ui-slider-handle.ui-state-hover {
      border: 1px solid #84b333; }
    .search_criteria #height-range-selector .ui-slider-handle.ui-state-focus {
      border: 1px solid #84b333; }
    .search_criteria #height-range-selector .ui-slider-range {
      background: #84b333;
      height: 80%;
      margin-top: 1px; }
  .search_criteria #min_height_indicator, .search_criteria #max_height_indicator {
    background: white;
    border: 1px solid #84b333;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 12px;
    padding: 2px;
    width: 40%;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px; }
  .search_criteria #min_height_indicator {
    float: left; }
  .search_criteria #max_height_indicator {
    float: right; }
  .search_criteria .checkbox-with-label {
    display: block;
    text-align: left;
    padding: 0px 0px 2px 0px; }
  .search_criteria #criteria_bubble {
    background: white;
    display: none;
    height: 14px;
    margin: 6px 0px 0px 0px;
    padding: 10px 8px;
    width: 684px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px; }
    .search_criteria #criteria_bubble p {
      vertical-align: middle; }

.matching_criteria {
  width: 190px; }
  .matching_criteria .matches {
    color: #84b333; }
  .matching_criteria .criteria {
    float: right;
    width: 120px;
    margin-top: -13px; }
    .matching_criteria .criteria .match_criteria {
      width: 78px;
      height: 10px;
      border: 1px solid #84b333;
      background: white; }
      .matching_criteria .criteria .match_criteria .fill {
        background: #e3f2c2;
        height: 10px; }
    .matching_criteria .criteria .percentage {
      float: right;
      margin: -13px 0;
      font: bold 13px arial; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

html {
  background-color: #666666; }
  html body {
    text-align: center;
    font: bold 12px/1.2 arial;
    color: #666666;
    word-wrap: break-word; }

a {
  color: #54b4db;
  text-decoration: none; }

a:visited {
  color: #54b4db; }

textarea {
  height: 75px;
  margin-bottom: 8px;
  border: 1px solid #c5c5c5; }

input[type="text"], input[type="password"] {
  padding: 2px 8px;
  line-height: 25px;
  border: 1px solid #c5c5c5;
  font-size: 13px; }
  input[type="text"].normal, input[type="password"].normal {
    width: 200px; }
  input[type="text"].long, input[type="password"].long {
    width: 356px; }
  input[type="text"].tall, input[type="password"].tall {
    height: 28px; }

select {
  border: 1px solid #c5c5c5; }

span.informative {
  font-style: italic; }

.content {
  width: 978px;
  height: auto;
  overflow: hidden;
  padding: 18px 0px;
  background-color: white;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px; }
  .content .main_medium, .content .main_large, .content .sidebar {
    display: inline;
    float: left;
    height: auto;
    margin-left: 18px; }
  .content .main_medium {
    text-align: left;
    width: 506px; }
    .content .main_medium .title {
      padding: 0px 0px 0px 10px; }
    .content .main_medium .gray_caret_left {
      margin: 0 0 0 10px;
      padding: 0; }
  .content .main_large {
    width: 724px; }
    .content .main_large .title {
      padding: 0px 0px 0px 10px; }
    .content .main_large.body_text {
      text-align: left;
      font-weight: normal; }
      .content .main_large.body_text p {
        padding-top: 9px;
        padding-bottom: 9px; }
  .content .sidebar {
    width: 200px; }
    .content .sidebar .navigation {
      padding: 8px 0 28px 0;
      text-align: left; }
      .content .sidebar .navigation a {
        font: bold 14px/1 arial; }

.clear {
  clear: both; }

.wrapper {
  margin: 0px auto;
  width: 978px;
  height: auto; }

.footer {
  position: relative;
  background-color: white;
  height: 180px;
  margin: 27px auto 17px;
  width: 978px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px; }

.tab_bar {
  width: 978px;
  height: 32px;
  margin: 34px 0px 0px 0px; }
  .tab_bar .current {
    background-color: white;
    color: #0b94cc; }
    .tab_bar .current:hover {
      background-color: white; }
    .tab_bar .current a {
      color: #0b94cc; }
    .tab_bar .current a:visited {
      color: #0b94cc; }

.tab {
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  cursor: pointer;
  background-color: #0b94cc;
  color: white;
  font: bold 14px/2.3 arial;
  padding: 0px;
  display: inline;
  float: left;
  width: auto;
  margin: 0px 12px 0px 0px;
  height: 32px; }
  .tab a {
    text-decoration: none;
    display: block; }
  .tab:hover {
    background-color: #54b4db; }
  .tab a {
    padding: 0px 32px;
    color: white; }
  .tab a:visited {
    color: white; }

.pagination_container {
  display: inline;
  float: right;
  width: 300px;
  height: 24px;
  margin-top: 10px; }

.pagination_number {
  display: inline;
  float: right;
  width: 16px;
  height: 16px;
  padding: 4px;
  text-align: center;
  margin-right: 7px;
  background-color: #edebe5;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  cursor: pointer; }
  .pagination_number a {
    text-decoration: none;
    display: block; }

.pagination_increment_button {
  display: inline;
  float: right;
  width: 64px;
  height: 16px;
  padding: 4px;
  text-align: center;
  margin-right: 12px;
  background-color: #edebe5;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  cursor: pointer; }
  .pagination_increment_button a {
    text-decoration: none;
    display: block; }

.red_heading_bar, .gray_heading_bar, .red_heading_bar_short, .gray_heading_bar_short {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 494px;
  height: 30px;
  padding: 0px 0px 0px 12px;
  font: normal 15px/1.9 arial;
  text-align: left; }

.gray_heading_bar, .gray_heading_bar_short {
  background-color: #e0dfd8;
  color: #666666;
  font-weight: bold;
  margin-bottom: 0px; }

.red_heading_bar, .red_heading_bar_short {
  background-color: #cc0000;
  color: white; }

.red_heading_bar_short, .gray_heading_bar_short {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  cursor: pointer;
  width: 164px;
  font: bold 14px/2.2 arial;
  text-align: center;
  display: inline-block;
  padding: 0px;
  zoom: 1;
  *display: inline; }
  .red_heading_bar_short a, .gray_heading_bar_short a {
    text-decoration: none;
    display: block; }

.red_heading_bar_medium {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  float: left;
  width: 450px;
  height: 30px;
  font: bold 15px/1.9 arial;
  text-align: left;
  display: inline; }
  .red_heading_bar_medium span {
    margin-left: 12px; }

.red_heading_bar_long, .gray_heading_bar_long {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  float: left;
  width: 725px;
  height: 30px;
  font: bold 15px/1.9 arial;
  text-align: left;
  display: inline; }
  .red_heading_bar_long span, .gray_heading_bar_long span {
    margin-left: 12px; }

.red_heading_bar_long, .red_heading_bar_medium {
  background-color: #cc0000;
  color: white; }

.gray_heading_bar_long {
  background-color: #e0dfd8;
  color: #666666;
  font-weight: bold; }

.red_caret_left {
  background: url(/images/arrow_red.png?1284032331) no-repeat 0px 0px;
  margin: 0px 0px 0px 12px;
  width: 40px;
  height: 12px;
  text-align: left;
  float: left; }

.gray_caret_left {
  background: url(/images/arrow.png?1284032331) no-repeat 0px 0px;
  margin: 30px 0px 0px 12px;
  width: auto;
  height: 12px;
  text-align: right; }

.gray_caret_right {
  background: url(/images/arrow.png?1284032331) no-repeat 0px 0px;
  margin: 0px 0px 6px 168px;
  width: auto;
  height: 12px;
  text-align: left; }

.green_caret_left {
  background: url(/images/arrow_green.png?1284032331) no-repeat 0px 0px;
  margin: 0px 0px 0px 12px;
  width: auto;
  height: 12px;
  text-align: right; }

.dialog_title {
  text-align: left;
  margin: 10px 20px;
  padding-bottom: 10px; }
  .dialog_title h1 {
    color: #84b333;
    font: bold 20px/1.2 arial; }
  .dialog_title h2 {
    font: bold 16px/1.2 arial; }
  .dialog_title h3 {
    color: #0b94cc;
    font: bold 15px/1.2 arial;
    margin-top: 18px; }

.dialog_upload_photo {
  width: 100%;
  margin: 0px 12px;
  display: block;
  text-align: center; }
  .dialog_upload_photo .file_wrapper {
    display: inline;
    float: left;
    margin-right: 12px; }
    .dialog_upload_photo .file_wrapper input {
      margin-top: 2px;
      width: 200px; }
  .dialog_upload_photo .button_wrapper {
    display: inline;
    float: right;
    margin-right: 30px; }
  .dialog_upload_photo .dos_and_donts {
    width: 90%;
    margin: 4px 20px 10px 4px;
    text-align: left; }
    .dialog_upload_photo .dos_and_donts .title {
      color: #84b333;
      font: bold 16px/1.2 arial;
      margin: 6px 0px 6px 0px; }
    .dialog_upload_photo .dos_and_donts .dos, .dialog_upload_photo .dos_and_donts .donts {
      margin: 4px 0px; }
      .dialog_upload_photo .dos_and_donts .dos .icon, .dialog_upload_photo .dos_and_donts .donts .icon {
        float: left;
        width: 25px;
        height: 15px; }
      .dialog_upload_photo .dos_and_donts .dos .text, .dialog_upload_photo .dos_and_donts .donts .text {
        width: 90%;
        float: left; }
    .dialog_upload_photo .dos_and_donts .dos .icon {
      background: url(/images/sprites.png?1284032331) no-repeat -212px -1614px; }
    .dialog_upload_photo .dos_and_donts .donts .icon {
      background: url(/images/sprites.png?1284032331) no-repeat -212px -1636px; }

.earn_smartcoins {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: 183px;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .earn_smartcoins .title {
    font: bold 14px/1 arial;
    color: #84b333; }

.notifications {
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%; }
  .notifications .notifications_content {
    width: 860px;
    margin: 0 auto;
    text-align: left;
    padding-left: 120px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 36px;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; }
  .notifications.error {
    background-color: #ff9933; }
    .notifications.error .notifications_content {
      background: url(/images/notification_error.png?1284032331) no-repeat bottom left;
      color: white; }
  .notifications.notice {
    background-color: #e3f2c2; }
    .notifications.notice .notifications_content {
      background: url(/images/notification_notice.png?1284032331) no-repeat bottom left;
      color: #84b333; }

.dialog_content_container {
  display: none; }

.fieldWithErrors {
  display: inline; }

.hidden {
  display: none; }

.report_link {
  background: url(/images/sprites.png?1284032331) no-repeat -5px -771px;
  padding-left: 18px;
  height: 16px;
  cursor: pointer; }
  .report_link a {
    text-decoration: none;
    display: block; }

.ignore_link {
  background: url(/images/sprites.png?1284032331) no-repeat -212px -682px;
  padding-left: 18px;
  height: 18px;
  cursor: pointer; }
  .ignore_link a {
    text-decoration: none;
    display: block; }

.report_link, .ignore_link {
  margin: 0px 0 8px 0; }
  .report_link a, .ignore_link a {
    margin-left: 6px;
    color: #0b94cc;
    font: bold 12px/1.4 arial; }

.ignore_link {
  margin: 0px 0 4px 0; }

.add_to_favorites_link {
  cursor: pointer;
  background: url(/images/sprites.png?1284032331) no-repeat -211px -963px;
  padding-left: 20px;
  height: 16px; }
  .add_to_favorites_link a {
    text-decoration: none;
    display: block; }
  .add_to_favorites_link a {
    color: #0b94cc; }

.favorite_indicator {
  background: url(/images/sprites.png?1284032331) no-repeat -1px -1614px;
  height: 16px;
  padding: 0px 0 0 24px;
  display: inline; }

.premium_badge_container {
  float: right;
  width: 120px;
  margin-right: 15px; }
  .premium_badge_container .premium_text {
    margin-bottom: 10px; }

.premium_badge {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  background-color: #cc0000;
  height: 12px;
  padding: 4px 8px 4px 8px;
  width: 72px;
  margin: 0px auto; }
  .premium_badge.overlay {
    position: absolute;
    bottom: 14px;
    margin: 0px; }
  .premium_badge .text {
    color: white;
    font: normal 12px/1 arial;
    display: inline;
    float: left; }
  .premium_badge .star {
    display: inline;
    float: left;
    margin-top: -2px;
    padding: 0px 0px 0px 2px; }
    .premium_badge .star img {
      width: 16px;
      height: 16px;
      border: 0px; }
  .premium_badge .text {
    padding: 0px 0px 8px 0px; }

.icebreak_dialog_content {
  line-height: 24px;
  text-align: left;
  padding-left: 10px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif; }
  .icebreak_dialog_content .heading_title {
    color: #84b233;
    font-size: 20px; }
  .icebreak_dialog_content p {
    padding: 0px;
    border-bottom: 1px solid #edebe5;
    margin-bottom: 12px;
    font-weight: normal; }
  .icebreak_dialog_content .icebreaker_button {
    text-align: center;
    margin: 10px 0px; }
  .icebreak_dialog_content a {
    color: #666666;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px; }
  .icebreak_dialog_content a:hover {
    background-color: #e3f2c2; }

#success_guarantee_dialog {
  text-align: left; }
  #success_guarantee_dialog p {
    font-weight: normal;
    margin: 10px 20px; }

.call_to_action {
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  padding: 14px;
  margin: 6px 0 0 0; }
  .call_to_action .heading {
    font: bold 16px/1.2 arial; }
  .call_to_action .sub_heading {
    font: normal 12px/1.2 arial; }
  .call_to_action .actions {
    padding: 16px 0 26px 0; }
    .call_to_action .actions a, .call_to_action .actions a:visited {
      font: normal 14px/1.4 arial;
      color: #0b94cc;
      display: block; }
  .call_to_action .tag {
    font: bold 16px/1.2 arial;
    color: #84b333; }

.tooltip.hidden_mode_container {
  display: none;
  width: 218px;
  z-index: 2; }
.tooltip .hidden_mode {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 190px;
  background-color: white;
  border: 1px solid #0b94cc;
  color: #666666;
  text-align: left;
  padding: 12px; }
  .tooltip .hidden_mode h1 {
    font: bold 12px/1 arial;
    padding: 0px 0px 10px 0px; }
  .tooltip .hidden_mode p {
    font: normal 12px/1.2 arial;
    margin: 0px;
    padding: 0px 0px 4px 0px; }
  .tooltip .hidden_mode a {
    font-weight: bold; }

.hidden_mode_reminder {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  background-color: #999999;
  color: white;
  padding: 6px;
  text-align: center;
  margin-bottom: 4px; }

.hidden_mode_link, .hidden_mode_link a {
  font-weight: normal; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer; }

.red_button {
  background: #cc0000;
  color: white; }
  .red_button:hover {
    background: #cc0000; }

.green_button {
  background: #84b333;
  color: white; }
  .green_button:hover {
    background: #a9ca70; }

.blue_button {
  background: #0b94cc;
  color: white; }
  .blue_button:hover {
    background: #54b4db; }

.gray_button {
  background: #e0dfd8;
  color: white; }
  .gray_button:hover {
    background: #f2f1ed; }

.green_button, .blue_button, .gray_button {
  display: block;
  margin: 0 auto;
  border: 0px;
  padding: 0px;
  width: auto;
  text-align: center;
  cursor: pointer; }

.small_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 12px/1.5 arial;
  padding: 0px 10px;
  height: 20px; }

.medium_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 16px/2 arial;
  padding: 0px 18px;
  height: 30px; }

.large_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 22px/1.8 arial;
  padding: 0px 16px;
  height: 38px; }

.xlarge_button {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  font: bold 30px/1.5 arial;
  padding: 0px 32px;
  height: 50px; }

.small_link_button, .fb_login_button_small {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 12px/1.5 arial;
  text-align: center;
  height: 20px; }
  .small_link_button a, .fb_login_button_small a {
    padding: 1px 10px 1px; }

.medium_link_button, .fb_login_button_medium {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 14px/1.8 arial;
  text-align: center;
  height: 30px; }
  .medium_link_button a, .fb_login_button_medium a {
    padding: 2px 10px 2px; }

.large_link_button, .fb_login_button_large {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 24px/1.5 arial;
  text-align: center;
  height: 36px; }
  .large_link_button a, .fb_login_button_large a {
    padding: 1px 24px 1px; }

.xlarge_link_button, .fb_login_button_xlarge {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  font: bold 30px/1.5 arial;
  text-align: center;
  height: 50px; }
  .xlarge_link_button a, .fb_login_button_xlarge a {
    padding: 2px 32px 3px; }

.red_link_button {
  background: #cc0000;
  color: white; }
  .red_link_button:hover {
    background: #db4c4c; }
  .red_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.blue_link_button {
  background: #0b94cc;
  color: white; }
  .blue_link_button:hover {
    background: #54b4db; }
  .blue_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.green_link_button {
  background: #84b333;
  color: white; }
  .green_link_button:hover {
    background: #a9ca70; }
  .green_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.gray_link_button {
  background: #e0dfd8;
  color: #666666; }
  .gray_link_button:hover {
    background: #f2f1ed; }
  .gray_link_button a {
    display: block;
    text-decoration: none;
    color: #666666; }

.fb_login_button_small, .fb_login_button_medium, .fb_login_button_large, .fb_login_button_xlarge {
  background: #3d579b url(/images/sprites.png?1284032331) no-repeat 3px -1570px;
  color: white; }
  .fb_login_button_small a, .fb_login_button_medium a, .fb_login_button_large a, .fb_login_button_xlarge a {
    display: block;
    text-decoration: none;
    color: white; }

.fb_login_button_small a {
  padding-left: 30px; }

.fb_login_button_medium a {
  padding-left: 40px; }

.fb_login_button_large a {
  padding-left: 62px; }

.fb_login_button_xlarge a {
  padding-left: 62px; }

.de_selector_button, .en_selector_button, .es_selector_button, .fr_selector_button, .it_selector_button, .nl_selector_button {
  display: block;
  border: 0px;
  width: auto;
  text-align: left;
  padding-left: 70px;
  cursor: pointer;
  height: 55px;
  width: 80px;
  font: bold 14px/4 arial;
  color: #666666;
  background: yellow; }

.de_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1396px; }

.en_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1342px; }

.es_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1284px; }

.fr_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1223px; }

.it_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1105px; }

.nl_selector_button {
  background: url(/images/sprites.png?1284032331) no-repeat -179px -1165px; }

.view_all_photos_button {
  width: 174px; }

.message_button_solid {
  width: 146px; }
  .message_button_solid a {
    font: normal 14px/2 arial; }

.wink_button_solid {
  width: 146px; }

.chat_button_hollow, .chat_button_hollow_search, .wink_button_hollow, .message_button_hollow, .wink_button_hollow_search, .message_button_hollow_search {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  background-color: white;
  padding: 2px 22px 4px 22px;
  height: 14px; }
  .chat_button_hollow:hover a, .chat_button_hollow_search:hover a, .wink_button_hollow:hover a, .message_button_hollow:hover a, .wink_button_hollow_search:hover a, .message_button_hollow_search:hover a {
    color: white; }
  .chat_button_hollow a, .chat_button_hollow_search a, .wink_button_hollow a, .message_button_hollow a, .wink_button_hollow_search a, .message_button_hollow_search a {
    font: normal 12px/1 arial; }

.message_button_hollow, .message_button_hollow_search {
  border: 1px solid #cc0000; }
  .message_button_hollow a, .message_button_hollow_search a {
    color: #cc0000; }

.chat_button_hollow, .chat_button_hollow_search {
  border: 1px solid #84b333; }
  .chat_button_hollow a, .chat_button_hollow_search a {
    color: #84b333; }

.wink_button_hollow, .wink_button_hollow_search {
  border: 1px solid #0b94cc; }
  .wink_button_hollow a, .wink_button_hollow_search a {
    color: #0b94cc; }

.chat_button_hollow_search, .message_button_hollow_search, .wink_button_hollow_search {
  padding: 2px 0px 4px 0px;
  width: 82px; }

.upload_page_button {
  width: 140px; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

.deactivate_dialog {
  margin: 10px 20px; }
  .deactivate_dialog .justify_left {
    margin-bottom: 40px; }
  .deactivate_dialog .medium_link_button {
    margin: 8px 8px; }
  .deactivate_dialog .paypal_unsubscribe_link {
    float: right;
    margin-top: 8px; }

.cancel_links {
  margin-top: 245px;
  padding-top: 10px; }

.hidden_mode_text {
  font-size: 14px; }
  .hidden_mode_text .new {
    font-weight: bold;
    color: #f99b00; }
  .hidden_mode_text .decide {
    font-weight: bold;
    color: #a9ca70; }

.hidden_mode_controls {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  background-color: #e3f2c2;
  padding: 10px 16px;
  height: 34px;
  font-weight: bold; }
  .hidden_mode_controls .medium_link_button {
    margin-top: 2px;
    width: 150px; }
  .hidden_mode_controls .message {
    float: left;
    color: #a9ca70; }
  .hidden_mode_controls .disabled, .hidden_mode_controls .enabled {
    float: right;
    margin-right: 70px; }

.hidden_mode_dialog {
  margin: 10px 20px; }
  .hidden_mode_dialog .justify_left {
    margin-bottom: 20px; }
  .hidden_mode_dialog .medium_button {
    margin-bottom: 8px; }
  .hidden_mode_dialog .medium_link_button {
    margin-bottom: 8px; }

.link_to_fb {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: auto;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .link_to_fb .title {
    font: bold 14px/1 arial;
    color: #84b333;
    padding-bottom: 12px; }
  .link_to_fb .medium_link_button {
    height: auto;
    line-height: 1.5; }
  .link_to_fb .benefit {
    margin: 10px 0px;
    clear: both;
    overflow: hidden; }
    .link_to_fb .benefit .icon {
      float: left;
      width: 20%;
      height: 15px;
      background: url(/images/sprites.png?1284032331) no-repeat -212px -1614px; }
    .link_to_fb .benefit .text {
      float: left;
      width: 80%; }

.make_facebook_dialog {
  margin: 10px 20px; }
  .make_facebook_dialog .title {
    color: #3d579b;
    text-align: right;
    width: 19%;
    float: left;
    margin-right: 5%; }
  .make_facebook_dialog .description {
    color: #999999;
    text-align: left;
    width: 76%;
    float: left; }

.make_facebook_success_dialog {
  font-weight: normal;
  margin: 10px 20px;
  text-align: left; }

.make_facebook_dialog_button, .make_facebook_success_button {
  width: 60%;
  margin: 40px 20%; }

.make_facebook_dialog {
  font-weight: normal; }
  .make_facebook_dialog .password_form {
    overflow: auto;
    margin: 10px 0px; }
    .make_facebook_dialog .password_form .label_and_field {
      overflow: auto;
      margin: 10px 0; }
    .make_facebook_dialog .password_form .label {
      overflow: hidden;
      float: left;
      width: 30%;
      text-align: left;
      font-weight: bold; }
      .make_facebook_dialog .password_form .label label {
        overflow: hidden; }
    .make_facebook_dialog .password_form input {
      height: 20px;
      vertical-align: middle;
      line-height: 20px;
      padding: 0;
      padding-left: 4px;
      float: left;
      width: 60%; }
    .make_facebook_dialog .password_form .buttons {
      overflow: hidden;
      margin-top: 15px; }
      .make_facebook_dialog .password_form .buttons button {
        float: right; }
      .make_facebook_dialog .password_form .buttons a {
        font-weight: bold;
        margin-top: 10px;
        float: left; }

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_results li sub{
  display: block;
}

.ac_loading {
	background: white url(/images/indicator.gif?1284032331) right center no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../stylesheets/images/ui-bg_highlight-soft_100_eeeeee_1x100.png?1284032331) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../stylesheets/images/ui-bg_gloss-wave_35_f6a828_500x100.png?1284032331) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../stylesheets/images/ui-bg_glass_100_f6f6f6_1x400.png?1284032331) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../stylesheets/images/ui-bg_glass_100_fdf5ce_1x400.png?1284032331) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../stylesheets/images/ui-bg_glass_65_ffffff_1x400.png?1284032331) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../stylesheets/images/ui-bg_highlight-soft_75_ffe45c_1x100.png?1284032331) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../stylesheets/images/ui-bg_diagonals-thick_18_b81900_40x40.png?1284032331) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../stylesheets/images/ui-icons_222222_256x240.png?1284032331); }
.ui-widget-content .ui-icon {background-image: url(../stylesheets/images/ui-icons_222222_256x240.png?1284032331); }
.ui-widget-header .ui-icon {background-image: url(../stylesheets/images/ui-icons_ffffff_256x240.png?1284032331); }
.ui-state-default .ui-icon { background-image: url(../stylesheets/images/ui-icons_ef8c08_256x240.png?1284032331); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../stylesheets/images/ui-icons_ef8c08_256x240.png?1284032331); }
.ui-state-active .ui-icon {background-image: url(../stylesheets/images/ui-icons_ef8c08_256x240.png?1284032331); }
.ui-state-highlight .ui-icon {background-image: url(../stylesheets/images/ui-icons_228ef1_256x240.png?1284032331); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../stylesheets/images/ui-icons_ffd27a_256x240.png?1284032331); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(../stylesheets/images/ui-bg_diagonals-thick_20_666666_40x40.png?1284032331) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../stylesheets/images/ui-bg_flat_10_000000_40x100.png?1284032331) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }