﻿/*************************************************************/
/** black overlay ********************************************/
/*************************************************************/
.overlay {
    
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px;
	z-index: 2147483646;
	background:url(/cdn/beautifulpeople/images/overlay_bg.png) repeat 0px 0px;
}
.overlay.allblack {
	background: url("/cdn/beautifulpeople/images/overlay_bg.png") repeat scroll 0 0 black;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.overlay_style
{
   z-index:10000;
   margin:0 auto;
       
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.overlay_style.fullscreen {
    background-color: black;
    height: 100%;
    width: 100%;
}


.overlay_loading {
    height:200px;
    text-align:center;
    line-height:200px;
    vertical-align:middle;
}

/*************************************************************/
/** size *****************************************************/
/*************************************************************/

/** New big 960px img **/
.overlay_style.xlarge {
  width:960px;
  margin:10px auto 0;
  padding: 10px;
  background-color: #FAFBFC;
  min-height: 18px;
}
.overlay_style.xlarge.image {
  min-height: 400px;
  margin:0 auto;
  padding: 0 0 10px;
  width: 980px;
  background-color: #FAFBFC;
}
.overlay_profileinfo {
  font-size:12px;
  float: left;
}
.photo_wrapper {
  width: 100%;
  height:100%;
  min-height:400px;
  text-align:center;
  position:relative;
  line-height:400px;
}
.photo_wrapper img {
  display: inline-block;    
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.gallery_thumbnails {
  margin: 28px 0 0;
  width: 100%;
  overflow: hidden;
}
.gallery_thumbnails a {
  border:0;
}
.gallery_thumbnails ul {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x:auto;
  overflow-y:hidden;
}
.gallery_thumbnails li {
  display: inline;
  height: 100px;
  width: 100px;
  position:relative;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  -khtml-opacity: 0.6;
  -moz-opacity:0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.gallery_thumbnails li.selected {
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  -khtml-opacity: 1;
  -moz-opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.photoarrows {
  width:980px;
  background-color:none;
  position:absolute;
  left:0;
}
.photoarrows a {
    outline:none;
}
.photoarrow_left {
  background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -794px -411px #FAFBFC;
    border-bottom: 1px solid #B4BAC6;
    border-right: 1px solid #B4BAC6;
    border-top: 1px solid #B4BAC6;
    bottom: 0;
    height: 33px;
    left: 0;
    position: absolute;
    width: 25px;
  
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.photoarrow_left:hover {
  background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -794px -434px #FAFBFC;
}

.photoarrow_right {
  background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -836px -411px #FAFBFC;
    border-bottom: 1px solid #B4BAC6;
    border-left: 1px solid #B4BAC6;
    border-top: 1px solid #B4BAC6;
    bottom: 0;
    height: 33px;
    right: 0;
    margin-left: -1px;
    position: absolute;
    width: 25px;
  
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.photoarrow_right:hover {
  background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -836px -434px #FAFBFC;
 }
 .rating_stars {
  bottom: 8px;
    height: 34px;
    margin: 0;
    position: absolute;
    width: 175px;
    left:392px;
 }

/** big **/
.overlay_style.big {
  margin: 20px auto 0;
  width:980px;
  background-color: #FFFFFF;
}

.overlay_style.big.close {
  width:40px;
  height:40px;
}

.overlay_style.big .top.container {
    width:100%;
    height:20px;
    background-color:#fafbfc;
}

.overlay_style.big dd.container {
    background-color: #FAFBFC;
    margin: 0;
    overflow: hidden;
    padding: 0 18px;
    width: 859px;
}

.overlay_style.big .bottom.container {
    width:100%;
    height:20px;
    background-color:#fafbfc;
}


/** medium **/
.overlay_style.medium {
  width:694px;
  background-color: white;
  margin: 40px auto 0;
  padding: 20px;
}

.overlay_style.medium .top.container {
    width:100%;
    height:20px;
}

.overlay_style.medium dd.container {
    width:694px;
    overflow:hidden;
    margin:0px;
}

.overlay_style.medium .bottom.container {
    width:100%;
    height:20px;
}

/** small + signup step 1**/
.overlay_style.small {
    background-color: white;
    margin: 40px auto 0;
    padding: 20px;
    width: 499px;
    position: relative;
}
.overlay_style.small.elite {
    left: -120px;
    position: relative;
}
.overlay_style.small.signup {
    background-color: #FFFFFF;
    left: -123px;
    margin: 40px auto 0;
    padding: 20px;
    position: relative;
    width: 499px;
}
.overlay_style.small .top {
    width:100%;
    height:20px;
    background-color:#fafbfc;
}

.overlay_style.small dd {
    padding:0 25px;
    overflow:hidden;
    margin:0px;
    font-size: 12px;
    background-color:#fafbfc;
}

.overlay_style.small .bottom {
    width:100%;
    height:20px;
    background-color:#fafbfc;
}

/** bigger **/
.overlay_style.thumbsselect {
  background-color: white;
    margin: 40px auto 0;
    padding: 20px;
    width:380px;
    position: relative;
}


/*************************************************************/
/** Shared ***************************************************/
/*************************************************************/


a.close_translate_overlay {
    background:url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -875px -444px transparent;
    cursor:pointer;
    display:block;
    height:11px;
    position:absolute;
    right:12px;
    top:12px;
    width:11px;
}
a.close_translate_overlay:hover  {
    background-position:-875px -433px;
}
.overlay_style a.close_overlay, .overlay_style a.close_overlay_no_evt {
    background:url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -925px -439px transparent;
    cursor:pointer;
    display:block;
    float:right;
    height:20px;
    margin-top:0;
    width:20px;
    position: relative;
    z-index: 99999999;
}
.overlay_style a.close_overlay:hover,.overlay_style a.close_overlay_no_evt:hover  {
    background-position:-925px -466px;
}
.elite_upgrade_close {
    right: 30px;
    top: 50px;
}
.applicant_no_access {
    background: url("/cdn/beautifulpeople/images/no_repeat_039.png") no-repeat scroll -1159px -961px transparent;
    height: 100px;
    margin-left: 6px;
    width: 87px;
}
.need_subscription_container  {
    margin-top:6px;
    width:480px;
}
.need_subscription_box  {
    background:url("/cdn/beautifulpeople/images/no_repeat_039.png") no-repeat scroll -988px -961px transparent;
    float:left;
    height:107px;
    width:151px;
}
.need_subscription_text  {
    float: right;
    margin-top: 19px;
    width: 361px;
}
.need_subscription_text.small  {
    margin-top:3px;
}
.need_subscription_cancel {
    background-color:Red;
}
.need_subscription_button {
    background-color:green;
}
.form_visible {
    background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -996px -439px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    margin-top: 0;
    position: relative;
    width: 20px;
    z-index: 99999999;
    margin-right: 2px;
}
.form_visible:hover {
    background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -996px -466px transparent;
}
.form_hidden {
    background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -993px -439px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    margin-top: 0;
    position: relative;
    width: 20px;
    z-index: 99999999;
    margin-right: 5px;
}
.form_hidden:hover {
    background: url("/cdn/beautifulpeople/images/no_repeat_039.png") repeat scroll -993px -466px transparent;
}
.elite_upgrade_container {
    background: url("/cdn/beautifulpeople/images/elite_upgrade_bg.jpg") no-repeat scroll 0 0 transparent;
    bottom: 0;
    font-size: 14px;
    height: 670px;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 950px;
    z-index: 999999999;
}
.elite_upgrade_list {
    color: white;
    float: left;
    list-style: none outside none;
    margin: 215px 0 0 47px;
    padding: 0;
    text-align: left;
    width: 380px;
}
.elite_upgrade_list li {
    background: url("/cdn/beautifulpeople/images/no_repeat_042.png") no-repeat scroll -1223px -366px transparent;
    font-size: 14px;
    list-style: none outside none;
    margin-bottom: 0;
    margin-top: 22px;
    padding-left: 25px;
}
.elite_upgrade_box {
    color: White;
    float: right;
    font-size: 14px;
    height: 340px;
    margin-right: 30px;
    margin-top: 260px;
    width: 415px;
}
.elite_upgrade_text {
    color: White;
    margin: 0 auto;
    width: 325px;
}
.elite_upgrade_text.small {
    color: #6c787e;
    font-size:11px;
}
.elite_upgrade_text.creditcard {
    color: #6e7a80;
    font-size: 14px;
    margin-top: 70px;
}
.eliteupgrade {
    background: url("/cdn/beautifulpeople/images/elite_upgrade_btn.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #ffec80;
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: bold;
    height: 85px;
    margin: 15px auto;
    padding-right: 45px;
    text-align: right;
    text-decoration: none;
    width: 340px;
}
a.eliteupgrade {
    background: url("/cdn/beautifulpeople/images/elite_upgrade_btn.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #ffec80;
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: bold;
    height: 61px;
    margin: 15px auto;
    padding-right: 45px;
    padding-top: 24px;
    text-align: right;
    text-decoration: none;
    width: 291px;
}
.eliteupgrade:hover {
    border: none;
}
.eliteupgrade:active {
    border: none;
    background: url("/cdn/beautifulpeople/images/elite_upgrade_btn.png") no-repeat scroll 0 0 transparent;
}
.eliteupgrade:focus {
    border: none;
    background: url("/cdn/beautifulpeople/images/elite_upgrade_btn.png") no-repeat scroll 0 0 transparent;
}
.eliteupgrade_buynewsubscription {
    display: block;
    margin-top: 25px;
}