/* search results page */
#result {float:left}
.sideCol {
    float: right;
  /*  margin-right: 17px;
    margin-top: 11px;
  */
    width: 335px;
}

.sideColHeader{
    font: bold 17px arial;
    margin-bottom: 12px;
    margin-left: 15px;
}

.leftColRefine {
    margin-left: 16px;
}
.leftColInner {
padding:5px;
position:relative
}
.leftColInner2 {
padding:10px 0;
position:relative;
}
.sideCol hr {
border-width:0;
border-top:1px dotted lightBlue;
display:block;
height:1px;
margin:15px auto 10px;
width:300px
}
/* tools - 'show me' stuff on the right of search results */
.sideCol .tools {
/* background: transparent url(/images/tools.gif) no-repeat scroll left top;     */
padding:6px 13px 0px 10px;
position:relative
}
.tools h3,
.tools h5 {
font-size:0.9em;    
margin:0px
}
.tools h5 {
padding:3px 0px 10px;
}
.tools select {
color:#3e3e3e;
font: 12px Verdana;
margin-top:7px;
width:177px
}
.tools input {
float:right;
margin-top:7px
}
/*tools end */
.morePeople {
/* background: transparent url(/images/tools.gif) no-repeat scroll left top; */
padding:1px 0px 0px 2px;
position:relative
}
.morePeople h5 {
color:#1664da;
font: bold italic 0.8em Verdana;
margin:5px 0px 1px 8px;
}
.morePeople h5 span {
font-style:normal
}
.morePeople .resultCellLeft {
float:none  
}
.morePeople .cell {
border:5px solid #b0e0e6;
display:block;
float:none;
margin:5px 0
}
/* more people end */

div.newFeature {
background: url(/images/newFeature.png) no-repeat left top;
height:28px;
width:36px
}
h2.refineResults {
background: transparent url(/images/headerCellLeft_bg.png) no-repeat scroll center bottom;
color:#fff;
font: bold 1.2em Arial,sans-serif;
left:0;
line-height:1.3;
margin:0;
padding:2px 0px 7px;
position:absolute;
text-align:center;
top:0;
width:200px;
}
h2.refineResults span {
display:block;
padding:0px 5px;    
}
#refine_locs .refineRowHeader {
background:transparent url(/images/collage_small.png) no-repeat scroll 97px -220px;
color:#1a98d5;
float:left;
font-family: Verdana, Sans-serif;
font-weight:bold;
min-height:16px;
padding:8px 0 10px;
text-align:right;
width:292px;
}
.refineRowHeader h3 {
color:#000;
float:left;
line-height:1;
margin-top:0;
font: 15px arial bold;
}
.refineSearchCont select {
    
    background: -webkit-linear-gradient(#ffffff, #ececec); /* For Safari */
    background: -o-linear-gradient(#ffffff, #ececec); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ececec); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ececec); /* Standard syntax */
    border: 1px solid #2097D4;
    border-radius: 3px;
    color: #2097D4;
    float: left;
    font: 12px Verdana;
    margin-right: 6px;
    padding: 3px;
    vertical-align: middle;
    width: 112px;
    -webkit-appearance: none;
   /*  -moz-appearance: toolbarbutton; */
    /*appearance:listbox;*/
    display: inline-block;
    outline: none;
    -moz-outline: none;
    overflow: hidden;
    position: relative;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
}

/* webkit only */
@media screen and (-webkit-min-device-pixel-ratio:0){ 
    .refineSearchCont select{
        /*-webkit-appearance: listbox;*/
        background-color: #ffffff;
        padding-left: 5px;
    }
    
    .refineLocationDropDwn div::after{
          content: "1";
    }
}

#refine_controls #asupdate{
    border: 1px solid #9ecd66;
    border-radius: 3px;
    color: #ffffff;
    -webkit-appearance: none;
    position: relative;
    width: 24px;
    float: right;
    height: 22px;
    top: 2px;
    left: 14px;
    background-image: url(/images/refresh_button_icon2.png);
    background-image: url(/images/refresh_button_icon2.png),-webkit-gradient(linear, left top, left bottom, from(#6cab26), to(#6ceb86)); /* Saf4+, Chrome */;
    background-image: url(/images/refresh_button_icon2.png),-webkit-linear-gradient(#acdb74, #9ecd66); /* For Safari */;
    background-image: url(/images/refresh_button_icon2.png),-o-linear-gradient(#acdb74, #9ecd66); /* For Opera 11.1 to 12.0 */;
    background-image: url(/images/refresh_button_icon2.png),-moz-linear-gradient(#acdb74, #9ecd66); /* For Firefox 3.6 to 15 */;
    background-image: url(/images/refresh_button_icon2.png),linear-gradient(#acdb74, #9ecd66); /* Standard syntax */;
    background-color: #9FCE66;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(117,191,48,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(117,191,48,1);
    box-shadow: 0px 0px 3px 0px rgba(117,191,48,1);
    cursor: pointer;
}

#refine_controls #asupdate:active{
    background-image: url(/images/refresh_button_icon2.png);
    background-image: url(/images/refresh_button_icon2.png),-webkit-gradient(linear, left top, left bottom, from(#8cb659), to(#aad974)) !important; /* Saf4+, Chrome */;
    background-image: url(/images/refresh_button_icon2.png),-webkit-linear-gradient(#8cb659, #aad974) !important; /* For Safari */;
    background-image: url(/images/refresh_button_icon2.png),-o-linear-gradient(#8cb659, #aad974) !important; /* For Opera 11.1 to 12.0 */;
    background-image: url(/images/refresh_button_icon2.png),-moz-linear-gradient(#8cb659, #aad974) !important; /* For Firefox 3.6 to 15 */;
    background-image: url(/images/refresh_button_icon2.png),linear-gradient(#8cb659, #aad974) !important; /* Standard syntax */;
    background-color: #9FCE66;
    border: 1px solid #709c3c;
    margin-top: 1px;
    box-shadow: none !important;
}



#refine_controls #asupdate:hover{
    background: url(/images/refresh_button_icon2.png) no-repeat center center #aae56a;
}

/*
.refineLocationDropDwn select{
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
*/
#countryDropDwn{

}


.refineLocationDropDwn div::after{
   /*  content: "1"; */
    font-family: 'PeekYou';
    color: #1a98d5;
    display: inline-block;
    padding-top: 1px;
    top: -24px;
    vertical-align: middle;
    background-color: transparent;
    left: -11px;
    pointer-events: none;
    font-size: 16px;
    position: relative;
    float: right;
} 

#refine_controls > div {
/*background: url(/images/collage_small.png) no-repeat 88px -75px;
padding-bottom:12px;
width:292px
*/
float: left;
}


.disableDropDwn select{
    border: 1px solid #afd9ed;
    color: #c2c2c2 !important;
}

#regionDropDwn select{
    color: #2097D4;
}

#cityDropDwn select{
    color: #2097D4;
}

#cityDropDwn:after{
    color:#1A98D4;
}

#genderBoxes{
    margin-right: 5px;
    width: 95px;
    float: left;
}
#genderBoxes select{
    border:1px solid #b9b9b9;
    color:#727171;
}

#genderBoxes:after{
    color:#727171;
}

#ageSelectionCont{
    border: 1px solid #79b632;
    border-radius: 3px;
    height: 24px;
    position: relative;
    top: 0px;
    width: 117px;
    background: -webkit-linear-gradient(#ffffff, #ececec); /* For Safari */
    background: -o-linear-gradient(#ffffff, #ececec); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ececec); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ececec); /* Standard syntax */
}

#ageSelectionCont:after{
    content: none;
}

#ageText{
    float: left;
    margin-left: 8px;
    margin-right: 17px;
    position: relative;
    top: 3px;
    color: #79b632;
}

.ageSelect{
    border: none !important;
    background: transparent !important;
    width: 45px !important;
    color: #79b632 !important;
    margin-left: -10px;
}
.ageDropDwn{
    width: 25px;
    float: left;
    left: 10px;
    position: relative;
}
.ageDropDwn:after{
   color: #79b632 !important;
}

.leftColInner div em {
color:#1a98d5;
float:right;
font:bold 0.9em Verdana, Sans-serif;
padding-top:2px;
text-align:right;
width:40px;
}
img.horizonBar {
float:left;
padding-top:10px;
vertical-align:middle;
width:15px;
}
p.currentlyShowing {
color:#1a98d5;
font: bold 0.8em Arial, sans-serif  
}
p.currentlyShowing span {
color:#66cc33;
}
p.currentlyShowing span.locations {
color:#999999;
}
/* Age/Sex Slider */
#sliderbg {
background:transparent url(/images/collage_small.png) no-repeat 1px -18px;
float:left;
height: 26px; 
margin-top:4px;
position: relative; 
width: 222px; 
}
#minthumb, 
#maxthumb { 
position: absolute; 
height: 16px; 
width: 8px; 
left: 0
}
#sliderbg span { 
position: absolute; 
background: url(/images/sliderHighlight.gif) repeat-x left top; 
top: 5px; 
left: 8px; 
height: 5px; 
width: 200px; 
}
#sliderAges {
color:#1a98d5;
font-size:12px;
height:20px;
position:relative
}
#sliderAges span {
position:absolute;
text-align:right;
top:7px;
}
h3 span#genderBoxes {
color:#999999;
font:normal 12px Verdana;
padding:0 22px 0px 0px;
position:absolute;
left:110px;
top:0
}
/* Slider end */
.tagCloud {
    /*
    background:#fff;
    border:1px solid #7AB8EA;
    font: bold 0.8em Verdana,sans-serif;
    margin:5px auto 0px;
    padding:6px 3px;
    text-align:center;
    width:300px;
    overflow-x: hidden;
    */
    margin-left: 10px;
}

.tagCloud li{
    list-style: disc outside none;
    margin-left:18px;
    text-align:justify;
}


div#relatives h3 {
font-size:1.1em;
padding-bottom:4px;
text-align:center
}
#result_ads2 {
position:absolute;
top:10px;
left:10px;
width:610px
}
.resultsContainer {
float:left;
width:621px;
    
border-right: 1px dotted lightblue;
padding-right: 25px;  
    
}

#resultsContainer div.loading {
background:#fff url(/images/large_loading_w.gif) no-repeat center;
height:200px
}

.matches {
    background-color: #1a98d5;
     border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    color: #3287ff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: -1px;
    margin-top: -65px; /*margin-top: -42px; */
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 7px;
    position: relative;
    vertical-align: middle;
    width: 871px;
    z-index: 2;
}
.matches p {
float:left;
padding:6px 0;
}
#ripper {
/*color: #4287e7;
float: left;
font: bold .6em Verdana;
padding: 5px 0 0 10px;
width: 30px;*/
height:50px !important; border-bottom:1px solid #B0E0E6;
}
.matches .changeView {
float:right;
}
.matches .changeView a {
background:none;
color:#1a98d5;
font-weight:bold;
padding:6px;
text-decoration:none;
}
.changeView a#switchView {
background:transparent url(/images/collage_small.png) no-repeat 1px -161px;
color:#fff;
padding:6px 19px
}
.changeView a#switchView.grid,
.changeView a#switchView.map {padding:6px 17px}
#resultsContainerProfiles > div:hover {position:relative;z-index:100}
/*#resultsContainerProfiles div.resultOdd,
#loc_results_top div.resultOdd {
background-color:#ebf5ff
}*/
#age_results_top div.resultOdd {
background-color:#ebf5ff
}
.resultCell {
/*border-bottom:1px solid #bbbbbb;*/
border-bottom:1px dotted #BBBBBB;
margin-bottom:6px;
padding:4px 6px 9px;
position:relative;
width:596px
}
.resultCell h2 {
font-size:14px  
}
.resultCell h2,
.resultCell p {
margin-left:60px;
   /*  margin-top: -5px; */
    margin-bottom: 0;
    margin-left: 65px;
    margin-top: 5px;
}
.resultCell h2 a {color:#000}

.resultCell .icons{
    display:none;
}


.resultPic {
/*-moz-box-shadow:1px 0px 3px #e6e6e6, -1px 0px 3px #e6e6e6, 0px 1px 3px #e6e6e6, 0px -1px 3px #e6e6e6;
-webkit-box-shadow:1px 0px 3px #e6e6e6, -1px 0px 3px #e6e6e6, 0px 1px 3px #e6e6e6, 0px -1px 3px #e6e6e6;
box-shadow:1px 0px 3px #e6e6e6, -1px 0px 3px #e6e6e6, 0px 1px 3px #e6e6e6, 0px -1px 3px #e6e6e6;

position: absolute;
left: 1px;
top: 3px;
width: 58px;
background: url(/images/circle_frame.png);
background-position: 0px 0px;
margin-left: 0px;
background-color: gray;
background-repeat: repeat;*/
/*-webkit-transition-property:width, height;
-webkit-transition-duration:0.5s, 0.5s;
*/
    position: relative;
    left: -3px;
    top: -21px;
    float: left;
    width: 58px;
    border-radius: 99em;
    overflow: hidden;
}

#refine_tags{
    border: 1px dotted #EDEDED;
    margin-left: -9px;
    width: 310px;
}

#refine_tags h3{
    font: bold 16px verdana,sans-serif;
    margin-bottom: 7px;
    margin-left: 6px;
    margin-top: 5px;
}

.resultPic:hover {
  /*  height:100px;
    width:100px; */
    z-index:10
}
.resultPic img {
/*display:block;
height:54px;
vertical-align:bottom;
width:54px;

-webkit-transition-property:width, height;
-webkit-transition-duration:0.5s, 0.5s;

 border-radius: 3px; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
*/
    position: absolute;
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    display: block;
    height: 58px !important;
    width: 58px !important;
    position: static !important;
    margin-left: 0px;
    vertical-align: bottom;
}


.resultPic img:hover {
/*height:100px;
position:relative;
width:100px;
z-index:10;
opacity: 0.8;
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
filter: alpha(opacity=80);
*/
}

/*
NEW CHANGES
.overlay_pic{
    background: url(/images/man_overlay.png) 13px 10px no-repeat transparent;
    height: 58px;
    width: 58px;
    position: absolute;
    top: 1px;
}
img.blur { width:58; height:58px; }
img.blur {
 -webkit-filter: blur(2px);
 -moz-filter: blur(2px);
 -ms-filter: blur(2px);
 -o-filter: blur(2px);
  filter: url(#blur);
  filter: blur(2px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
  -webkit-transform: translateY(0px);
}
img.blur:hover  {
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); 
  filter: blur(0px); 
}
NEW CHANGES
*/


.overlay_pic{ 
    display:none
}

/* Safari only override 
body:first-of-type img.blur {
    -webkit-perspective: 0;
   -webkit-backface-visibility: hidden;
   -webkit-transform: translate3d(0,0,0);
   visibility:visible;
}
*/


/*.resultPic p span {
background:#f5f5f5;
border:1px solid #cdcdcd;
float:right;
font: 9px Verdana,sans-serif;
height:12px;
line-height:normal;
text-align:center;
width:48px;
}
*/
.resultRank {
bottom:1px;
height:23px;
position:absolute;
right:1px;
width:24px
}
.rank10 {
background:url(/images/resultRank10.gif) no-repeat 0 0
}
.resultCell p {
/*border-top:1px solid #e6e6e6;*/
    /* padding:1px 0 2px */
     padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.resultCellMid p {
padding:3px 0 0;    
}
/*
.purpleAsterik {
color: rgb(172, 164, 239);
font-size:0.5em;
vertical-align:top
}
.userName {
display:block;
padding-top:2px 
}
*/
.resultCell .userName a {
color:#ff8033;
}
.userName a {
color:#ff8033;
}

.userName img{
    left: 9px;
}

.location {
padding-top:4px
}

.locations{
  position: relative;
  left: -5px;
}

.locations a,
.gridLocation a {
  color:#1a98d5;
  padding-right: 5px;
  margin-left: 6px;

}
 .pseudo_link_noclick {
  color:#1a98d5;
  font-weight: 600;
}
.locations .pseudo_link_noclick,
.gridLocation .pseudo_link_noclick {
  padding-right: 5px;
  margin-left: 6px;
}

/*
.genderAge {
font: bold 16px verdana, sans-serif
}
.phoneNumber {
background:url(/images/phone.gif) no-repeat 0 2px;
min-height:18px;
padding:0 0 0 16px;
position:absolute;
right:58px;
top:10px;
}
*/
.phoneNumberLoggedIn:hover {text-decoration:underline}
.phoneLink {
font-family:Arial, sans-serif
}
.phoneLink:hover {
text-decoration:none
}
.phoneLink img {
vertical-align:middle   
}
.resultCell .tags {font-size:12px}
/*.tags, */
.tags a{
    color:#81ba47
}

.tagCloud  {
    background-color: white;
    border-radius: 3px 3px 3px 3px;
    margin-left: 6px;
    margin-right: 8px; 
    padding-bottom: 8px;
 /*   width: 319px; */
}

.tagCloud ul li {
    background-color: #EEEEEE;
    color: #616161;
    float: left;
    font-size: 12px !important;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 5px;  
    margin-left: 11px;
    padding: 2px;
    list-style: none;
}    
    
    
#refine_tags .tagCloud a {
     background-color: #EEEEEE;
    color: #1A98D5;
    float: left;
    font-size: 12px !important;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px;
}
#refine_tags .tagCloud a:nth-child(n+6) {
    display:none
}
.icons a img {
vertical-align:middle;
opacity: .50;
MozOpacity: .50;
KhtmlOpacity: .50;
filter: alpha(opacity=50);
}
.icons a:hover img {
opacity: 1;
MozOpacity: 1;
KhtmlOpacity: 1;
filter: alpha(opacity=100); 
}
.nextPage {
clear:left;
text-align:center
}
.nextPage table {
margin:10px auto 0; 
}
.nextPage table tr td {
    color: black;
    /*float: left;*/
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 4px;
    width: 30px;
}
.nextPage a {
    color:black;
    font-weight:normal;
    padding: 4px 9px;
/* text-decoration:underline */
}

.nextPage td a:hover{
   padding: 4px 9px;
   background: none repeat scroll 0 0 #EDEDED;
}

.nextPage tr td #footerCurrentPage {
    background: none repeat scroll 0 0 #EDEDED;
    color: #000000;
    font-weight: bold;
    padding: 4px 9px;
}

#resultsContainerProfiles {
  /*margin-top: 53px;*/
  clear: left;
/*border-bottom:1px solid #b0e0e6;
padding-bottom:20px*/
}
/*#resultsContainerProfiles div:last-child div {
border-bottom:none
}*/


#resultsContainerProfiles > div{
    /*border-bottom: 1px dotted #BBBBBB;*?
    /* line-height: 16px;
    margin-bottom: 3px;
    position: relative;
    
   float:left;
   width:100% */
    line-height: 16px;
    /* margin-bottom: 3px; */
    /* position: relative; */
    float:left;
    width:100%
}

#resultsContainerProfiles  .profileRow:nth-child(n+8) {
    display:none;   
}

#resultsContainerProfiles > div:last-child{
    border-bottom: none;
}

/* live search stuff added at the bottom of the results by Tim/Eray */
#liveSearchContainer .resultCell h3 {font-size:16px}
#liveSearchContainer .resultCell p {font-size:14px}

/* profile page */

.profileStatusLeft{
color:#1a98d5;
float:right;
font-style: italic;
float:left;
padding:0 6px 3px 0
}
.profileStatusLeft a{
font-style: italic;
color:#1a98d5;
}
.profileStatusLeft .selected{
font-weight:bold;
color:black;
}
.profileStatus {
    color: #1A98D5;
    float: right;
    position: relative;
    right: 373px;
    top: 45px;
    z-index: 10;
}

.profileStatus a {
    color: #A9A9A9;
    font-weight: normal;
}

.profileStatus a:hover{
    color: red;
}


.profileStatus span,
.profileStatus a {
float:left;
padding:0px 4px;
text-align:center
}
.profileColumn {
     border: 1px dotted #E6E6E6;
    float: left;
    padding-left: 10px;
    padding-right: 14px;
    padding-top: 10px;
    width: 621px;
}
/*.profileColumn hr {
border-width:0;
border-top:1px dotted #ccc;
display:block;
height:1px;
margin:20px auto 10px;
width:500px
}*/
div.profileColumn h3 {
padding:12px 0 6px
}
.profileName {
margin-bottom:10px;
margin-top: -15px;
width:595px
}
.profileName h1 {
color:#000;
font-size:20px
}
.profileName h1 a {
color:#000;
    float: left;
}

.profileName p {
margin-left:130px;
padding-top:6px
}

/*p.buttons a {
background-color:#e6e6e6;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #ccc;
color:#666;
float:left;
font:bold 14px Georgia, sans-serif;
margin-right:9px;
padding:4px 10px
}*/
.photoHolder {
/*-moz-box-shadow:1px 0px 3px #e6e6e6, -1px 0px 3px #e6e6e6, 0px 1px 3px #e6e6e6, 0px -1px 3px #e6e6e6;
-webkit-box-shadow:1px 0px 3px #e6e6e6, -1px 0px 3px #e6e6e6, 0px 1px 3px #e6e6e6, 0px -1px 3px #e6e6e6;
box-shadow:1px 0px 3px #e6e6e6, -1px 0px 3px #e6e6e6, 0px 1px 3px #e6e6e6, 0px -1px 3px #e6e6e6;
*/
float:left;
position:relative;
width:100px
}
.photoHolder img {
    vertical-align:bottom;
    -moz-border-radius:99px;
    -webkit-border-radius:99px;
    border-radius:99px;

}
/*.photoHolder img:hover {
outline:3px solid #b0e0e6
}
.photoHolder a#editPhoto {
background-color:#b0e0e6;
color:#000;
cursor:pointer;
font: bold 11px "lucida grande",Arial,sans-serif;
padding:4px;
position:absolute;
right:0px;
top:0px
}*/
.photoHolder span#enlargePhoto img {
    background: url("/images/zoom_button_blue.png") repeat-y scroll -3px -3px transparent;
    bottom: 0;
    color: #000000;
    font: bold 11px "lucida grande",Arial,sans-serif;
    height: 23px;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 23px;
    cursor: pointer;
    cursor: hand;
}

.photoHolder span#enlargePhoto img:hover {

    background-position: -33px -3px;
}

.popUpPhotoHolder tr td {
position:relative;
text-align:center
}
.popUpPhotoHolder a#getNextPhoto {
background:transparent url(/images/popUpArrows.png) no-repeat left bottom;
border:0;
color:#000;
cursor:pointer;
display:block;
font: bold 11px "lucida grande",Arial,sans-serif;
height:59px;
outline:0;
position:absolute;
right:20px;
text-decoration:none;
text-indent:-9999em;
top:220px;
width:55px;
z-index:100
}
.popUpPhotoHolder a#getPreviousPhoto {
background:transparent url(/images/popUpArrows.png) no-repeat left top;
border:0;
color:#000;
cursor:pointer;
display:block;
font: bold 11px "lucida grande",Arial,sans-serif;
height:59px;
left:20px;
outline:0;
position:absolute;
text-decoration:none;
text-indent:-9999em;
top:220px;
width:55px;
z-index:100
}
.popUpPhotoHolder a#getPreviousPhoto:focus,
.popUpPhotoHolder a#getNextPhoto:focus {
border:none;
outline:none
}

/*.fb-like-box{
    margin-left: 17px !important;
    margin-top: 15px !important;
    padding-bottom: 17px;
}
*/
.profile_right_300 adsProfile{
    padding-right: 11px;
}

.profileInfo {
float:right;
padding-right: 12px;
font-size:18px;
font-weight:bold;
width:335px
}
.profileInfo h2 {
font-size:18px  
}
.profileInfo .genderAge,
.profileInfo .location,
.profileInfo .userName,
.profileInfo .phone,
.profileInfo .altName {
font-size:18px;
padding-top:10px    
}
.profileInfo h2 span,
.location,
.altName,
.userName span,
.phone span,
.bio span,
.profileInfo h3 {
color:#345
}
.phone .phoneLink {
display:block
}
.profileInfo h3 {
font-size:18px;
margin-top:0    
}
/* Alternative Names */


.altName{
    margin-left: 8px;
    margin-top: -5px
}

h3.altNames{
    color: #000000;
    margin-bottom: 14px;
    margin-left: 7px;
    text-transform: capitalize;
}


/* Work Tag on Profile Page */

#listWorkTag{
float:right;
}

#listWorkTag .profileTagContent{
border-color:#B0E0E6;
float:left;
width:300px;
}

.profileTagContent a {
margin:5px;
}
.profileTagTitle{
float:right;
padding-top:21px;
font-size:14px;
font-weight:bold;
width:320px
}
.profileTagContent {
border-bottom:5px solid #DDF3FD;
border-left:5px solid #DDF3FD;
border-right:5px solid #DDF3FD;
border-top:5px solid #DDF3FD;
display:inline;
float:left;
margin-right:15px;
width:178px;
font-size:12px;
padding-left:5px;
}

.profileTagContent li {
list-style:disc outside none;
margin-left:18px;
text-align:justify;
}

/* list of friends/relatives on profile */
.card {
    background-color:#fff;
    /*border:1px solid #a0a0a0;*/
    margin:0 0 10px;
    overflow:hidden;
    padding: 5px 10px 5px 10px;
    /*width:290px*/
    width:100%
}
.card img {
    /*float:left;
    font-size:0.7em;
    height:70px !important;
    padding:0 1px 0 0;
    border-radius: 99px;
    -moz-border-radius:99px;
    -webkit-border-radius:99px;*/
}
.card p {
    border-bottom:1px solid #e6e6e6;
    font-size:12px;
    padding:2px 0;
    /*  margin-left:80px;
    width:205px;*/
    width:100%;
    margin-bottom: 3px;
}
.card .textAlignRight {
    float:right
}
.card p:last-child {
    border-bottom:none;
    padding-bottom:0
}
.cardName {
    font-size:14px;
    font-weight:bold;
    padding-top:0;
    text-align: left;
}
.cardName a {
    /*color:#000*/  
}
.cardUsername a {
color:#cc99cc
}
.cardLocation a,
.cardInfo {
color:#999999
}
/* card end */

.contactTrack {
background-color:#f5f5f5;
border: 1px solid #cdcdcd;
border-width:1px 0px 0px 1px;
float:right;
font: bold 1em Verdana,sans-serif;
width:294px;
}

/* the new left Column on the profile page 'life work school boxes' */
/*
.lifeWorkSchool {
clear:right;
width:200px
}*/
.life h3 {
padding:5px 0px;
position:relative
}
.lifeWorkSchool h3 a {
color:#000  
}
.lifeWorkSchool h3 span {
color:#000;
font-size:0.7em;
vertical-align:middle
}
div.life {
margin:10px auto;
padding:0 0 6px;
width:310px
}
div.work {
margin-top:8px;
padding:25px 7px 0px
}
div.school {
margin-top:8px;
padding:25px 7px 0px
}
div.backgroundCheck {
background: url(/images/greenBar.png) repeat left top;
margin-top:10px;
padding:1px 6px 6px;
text-align:center;
width:188px; /* haslayout */
}
div.backgroundCheck h3 {
color:#2985c4;
padding:0px 0px 5px
}
div.backgroundCheck a {
color:black;
font: bold 0.8em Arial, Helvetica, sans-serif
}
.myHr {
background:#9e99ae;
border-bottom:1px solid #fff;
font-size:0px;
height:1px;
margin:0px 3px;
overflow:hidden
}
/*
.previous {
background:url(/images/previous.gif) no-repeat left top;
display:block;
height:19px;
position:absolute;
right:32px;
top:12px;
width:67px
}
.expander {
font-size:6px;
position:absolute;
right:8px;
top:12px;
}
h3 .expander {
right:0px;
top:5px;    
} */
.life h3 a.changeViewLWS {
color:#1a98d5;
height:19px;
position:absolute;
right:0;
top:5px;
}
/* neighbors cards on profile */
#neigbors_grid_link { float:right }


/* relatives cards on profile */
#listRelatives .cell .gridViewCell {
    overflow:hidden;
    width:290px
}
#listRelatives {
    text-align: left;
}
    
.listRelativesNew {
    border: 1px solid #e6e6e6;
}
.bv-sponsored-logo {
    position:relative;
    bottom:3px
}
/* the following style is for the contact page */
.contact .contactTrack,
.track .contactTrack {
margin-right:10px   
}
.contactTrack p span {
border-right:1px solid #cdcdcd;
float:right;
font: 1em Verdana,sans-serif;
padding:10px 2px;
text-align:center;
width:142px;    
}
.contactTrack p span a {
color:#ccccff;  
}
div.suggestions {
background-color:#dff3fd;
margin:10px 0 0;
padding:0 10px 10px;
position:relative;
text-align:center;
}
div.profileLinks {
margin-bottom:10px
}
div.profileLinks p {
padding:2px 8px
}
div.profileLinks img {
margin-right:4px;
  margin-top: -6px;
}
div.profileLinks a {
font-size:14px;
/*margin-left:12px;*/
font-weight:normal
}
div.profileLinks .textAlignRight a {
font-size:12px;
/*margin-left:12px;*/
font-weight:normal
}

/*div.profileLinks a:first-child {
margin-left:0
}*/
#searchcontrol h3,
#profileTags h3,
#usernames h3,
#peekScore h3,
#peerIndex h3,
#liveUpdates h3,
#messages h3{
color: #C7C9C8;
float: left;
font-size: 13px;
padding-top: 0;
position: relative;
top: -15px;
white-space: nowrap;
width: 0;
}

#messages{
    margin-top: 7px;
    padding-top: 6px;
}

#messages h3{
     top: -30px;
}


#prof_links_10 h3{
    top: 1px !important;
}

#prof_links_10_1{
    border-bottom: none !important
}

#searchcontrol div {
    /*padding-bottom:20px*/
}
#searchcontrol p,
#profileTags ul,
#usernames p,
#webActivity p {
border-bottom:1px dotted #e6e6e6;
/*padding-left:118px;
padding-bottom: 5px;
padding-top: 5px;
*/    
    margin-top: -7px;
    padding-bottom: 2px;
    padding-left: 118px;
    padding-top: 3px;
}

#profileTags ul li{
    /*color: #81BA47;
    float: left;
    list-style-position: inside;
    list-style-type: disc;
    margin:0px;
    padding:0px;
    font-size:14px;
    white-space:nowrap
    */    
        
    color: #81ba47;
    float: left;
    font-size: 14px;
    left: 12px;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 10px;
    margin-right: 5px;
    padding-right: 3px;
    position: relative;
}

#profileTags ul li:first-child{
    left: -10px;
    list-style: none outside none;
    margin-right: -9px;
}
.result_tags {
    margin-left: 65px;
           margin-bottom: 5px;
}
.result_tags li{
    color: #81BA47;
   /* float: left;
    list-style-position: inside;
    list-style-type: disc;
    margin-right: 7px;*/
    display:inline
}

.result_tags li:first-child{
    list-style: none;
}

.result_tags li:before {content: " - ";}
.result_tags li:first-child:before {content: "";}

#webActivity p {
padding:5px 8px 8px 118px
}
#webActivity p img {
vertical-align:top
}
#peekScore p, 
#peerIndex p{
border-bottom:1px dotted #e6e6e6;
font-size:16px;
padding-left:118px
padding-top: 7px;
}
#peekScore p a,
#peerIndex p a{
color:#ccc
}

#searchcontrol {
margin-top:20px
}


/* the recent web activity bubble on profiles 
#webActivity {
background:#f7f9ff;
border:3px solid #dff3fd;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:10px 5px;
overflow:visible;
padding:10px 0;
position:relative;
width:583px
}
#webActivity .bubbleArrow {
background:url(/images/collage_small.png) no-repeat -154px -357px;
display:block;
height:15px;
left:8px;
position:absolute;
top:-15px;
width:25px
} 
#webActivity hr {
margin-top:10px;
width:480px
} 
#webActivity hr:last-child {display:none}
#webActivity p {padding-left:0} */
#webActivity p .link1 {
display:inline-block;
font-size:14px;
margin-bottom:6px;
vertical-align:top;
width:460px
}
div.tags {
padding:0px;
/*position:relative*/
}
div.tags h3 {
padding:10px 0 2px
}
/*
div.tags p {
padding-bottom:6px
}*/
div.tags p a {
font-weight:normal;
line-height:1.3 
}
/*
a.edit {
color:#999999;
float:left;
font: bold 0.7em Verdana, sans-serif;
padding:12px 0px 0px 7px
}*/
div.profileRightBox a.edit {
top:8px 
}
p.photoLinks a {
font:normal 12px Arial;
}
div.messages {
padding:5px 10px 10px;
position:relative
}
/* contact pages messages */
.contact .messages {
margin-top:2em  
}
.contact .messages p span {
color:#8f8f8f
}
div.messages h4,
div.suggestions h4 {
padding:6px 0
}
div.messages p {
color:#8f8f8f;
    padding-bottom: 12px;
    padding-top: 6px;
}
div.messages blockquote p {
color:#000;
padding:3px 0 3px 12px
}
div.messages p.sent {
font-size:10px;
padding-top:0;
text-align:right
}
div.messages a {
color:#1A98D5
}

#profileBio{
    background-color: white;
    border: 1px dotted #E6E6E6;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: 2px;
    margin-right: 0;
    padding-top: 23px;
    /*width: 301px;*/
    text-align:left
}

#profileBio span{
    position: relative;
    top: -10px;
}

.bio {
padding:10px
}
.bio p {
    color: #616161;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    word-wrap: break-word;
}
.bio a {
    color: #616161;
    font-weight:normal
}
.bio p span {font-weight:bold}

.editLink {
color:black;
font-weight:normal;
font-size:12px
}
.editLink a{
color:#3287FF;
}

.rss {
margin:10px 0px 0px;
padding:10px    
}
.rss h5 {
margin-bottom:6px;
}
.rss p {
margin-left:12px;
padding:2px 0;  
}
.rss a {
font-size:20px;
margin-left:12px
}
#liveUpdates p span {
display:inline-block;
font-size:10px;
padding:2px 0 0 21px;
width:220px;
word-wrap:break-word
}
#liveUpdates p span a {
color:#333;
font-size:12px;
margin-left:0;
}
/* Edit Info page */

a.backToProfile {
color:#000;
float:right;
font: bold 0.8em Verdana;
margin:15px 20px 0px 0px;
}

/* Edit Tags page + edit links page*/

form.editTags label {
color:#334455;
float:left;
font:bold 0.9em Verdana, sans-serif;
padding: 8px 8px 0px 0px;
text-align:left;
width:90px
}
form.editTags textarea {
background-color:#fff;
border:1px solid #707070;
color:#6cc33;
font: normal 0.9em Verdana,sans-serif;
height:84px;
line-height:1.3em;
margin:6px 0;
padding:2px 3px;
width:320px;
}
/* edit links page */
a.linksEdit {
background:transparent url(/images/site_icons/down_arrow.png) no-repeat left center;
color:#000;
display:block;
font: bold 1.2em Verdana,sans-serif;
margin-top:6px;
padding:5px 5px 5px 20px;

}
.editLinks form a {
font: 1.1em Arial, Helvetica, sans-serif;   
}
.editLinks form {
margin-bottom:4px;  
}
/* edit bio page */
form.editBio textarea {
border:1px solid #707070;
font: 0.8em Verdana,sans-serif;
height:100px;
line-height:1.3em;
padding:2px 3px;
width:400px;
}
/* edit Photo page */
form.editPhoto {
}
form.editPhoto label {
color:#1a98d5;
float:left;
font: bold 0.9em Verdana,sans-serif;
padding:2px 10px 0 0;
text-align:right;
width:60px;
}
form.editPhoto .registerLeft p {
margin:0 0 8px;
}
form.editPhoto div.previewPhoto {
right:75px;
position:absolute;
bottom:100px;
z-index:500;
}
form.editPhoto div.previewPhotoNew {
left:400px;
position:absolute;
top:150px;
z-index:500;
}
form.editPhoto .currentPhoto {
background-color:white;
border:1px solid #cfcfcf;
margin-bottom:8px;
padding:10px;
width:226px;    
}
form.editPhoto p input {
border:1px solid #707070;
float:left;
font: 0.8em Verdana,sans-serif;
padding:5px 3px;
width:240px
}
form.editPhoto .editLink {
background-color:#ebf5ff;
border:1px solid #4287e7;
display:inline;
float:left;
font-size:11px;
margin-left:10px;
padding:5px 3px;
}

.registerLeftEdit{
margin-top:10px;
}

.registerLeftEdit label {
float:left;
font-size:14px;
color:#334455;
font-weight:bold;
}

.editFRight
{
float:right;
margin-top:-4px;
}

.registerLeftEditInfo label {
float:left;
font-size:14px;
color:#334455;
font-weight:bold;
}

.registerLeftP {
line-height: .3 em; 
}



/* the hover box on the map */
.gmnoprint div div div a img {
float:right;
margin-right:-7px
}
/* status box that appears when a profile is updated */
/*#status {
background-color: #c3ddfe;
border: 1px solid #000;
font: 105% Arial,Helvetica,sans-serif;
padding:20px; 
position: fixed; 
right: 16px;
top:2px;
z-index: 500; 
opacity:0.7;
filter:alpha(opacity=70)
}*/
#statusNew {
background-color:#256bbb;
color:white;
font: 105% Arial,Helvetica,sans-serif;
height:0px;
line-height:2;
overflow:hidden;
text-align:center;
width:100%;
z-index: 500; 
}
#statusNew a {color:#83fff4;font-weight:normal}

/* location landing pages */
#locationLandingPage h1 {
font-size:24px;
padding:10px 0 0
}
#locationLandingPage h1 a {
color:#000
}
#locationLandingPage h2 {
font-size:18px;
padding:20px 0 10px
}
#locationInternetActivity {
border:3px solid #dff3fd;
padding:10px;
width:574px;
}
#locationInternetActivity p {
padding:0 0 4px
}
#locationMostPopular div {
float:left;
padding:0 10px 10px 0;
width:138px
}
#locationMostPopular div h3 {
background-color:#dff3fd;
font-size:14px;
margin:0;
padding:2px 5px
}
#locationMostPopular a{
    font-weight: normal;
}
#locationMostPopular ol {list-style-type:decimal;margin:0 0 0 30px;padding:4px 0 0}
#locationMostPopular li {
     margin-left: -23px;
    overflow: hidden;
    padding: 1px 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#locationMostPopular li span {background:#b0e0e6;display:block;height:7px;position:absolute;left:350px;top:6px}
/* #locationMostPopular li a {color:#66cc33} */
#locationLandingPage .tagCloud {border:3px solid #dff3fd;padding:10px;width:574px}

#location_search_result .cardInfo a {
    display:none;
}

#location_search_result .cardName a{
    float:left;
    font-size:10px;
    left:3px;
    padding-top:71px;
    position:absolute;
}

#location_search_result .cardInfo{
    display:none;
}

#location_search_result .card p{
    width:200px;
    border:medium none;
}

#location_search_result .card{
    border:medium none;
    float:left;
    height:114px;
    position:relative;
    width:107px;
}

#location_search_result .cardLocation a{
    font-size:12px;
}

#location_search_result .cardLocation{
   display:none;
}

#location_search_result .cardUsername a{
    color:#336699;
    display:none;
}

#location_search_result {
    left:10px;
    margin: 5px 5px 0;
    position:relative;
    top:10px;
}

/* live web results */

#liveWebResults {padding:20px 0 0}
#liveWebResults div.loading {
background:#fff url(/images/large_loading_w.gif) no-repeat center;
height:200px
}
#liveWebResults div div {padding:0 0 18px}
#liveWebResults div div div {
    /*padding:0*/
    padding: 3px 0 0;
}
#liveWebResults div h3 {padding:0 0 9px}
#liveWebResults div p {
border-bottom:1px solid #E6E6E6;
padding:3px 0
}
#liveWebResults div span {
    display:block;
    /*padding-left:21px; */
} 

#liveWebResults div span.googleplus_span {
padding-left:22px;
margin-top:5px;
}

#liveWebResults div p span {

}
#liveWebResults div p img {
vertical-align:text-top
}
#liveWebResults .liveWebImages p {
border-bottom:none;
float:left;
height:140px;
padding:0 0 20px 20px;
width:120px
}
#liveWebResults .liveWebImages p a {
display:block;
font-size:10px
}
#liveWebResults .liveWebImages p a img {
margin-bottom:4px
}
#liveWebResults img.height120 {
height:120px
}
#liveWebResults img.width120 {
width:120px
}
#liveWebResults .textAlignRight {
font-size:11px
}

#liveWebResults .textAlignRight img{
    margin-top: 1px;
}

#viewLocs p{
    margin-top: -17px;
  margin-bottom: -3px;
  padding-top: 17px !important;
  padding-bottom: 2px !important;
}

#searchcontrol .textAlignRight {
padding-left:26px;
font-size:11px;
display:inline-block
}
/*#liveWebResults .liveOddRow {
background-color:#dff3fd
}*/
#liveWebResults .liveEvenRow {
background-color:#fff
}
#liveWebResults .liveWebResultsMore span {margin-left:21px;padding:0}

#googleImages_more_link {padding-top:60px}

.pResultsMore img {float:left;margin-right:0px;margin-left:12px;}
.pResultsMore span {margin-left:0px;padding:0}

/* live web results top */

#live_results_top {padding:20px 0 0}
#live_results_top div.loading {
background:#fff url(/images/large_loading_w.gif) no-repeat center;
height:200px
}
#live_results_top div div {padding:0 0 18px}
#live_results_top div div div {padding:0}
#live_results_top div h3 {padding:0 0 9px}
#live_results_top div p {
padding:3px 0
}
#live_results_top div span {
display:block;padding-left:21px;
}
#live_results_top div p span {

}
#live_results_top div p img {
vertical-align:text-top
}
#live_results_top .liveWebImages p {
float:left;
height:140px;
padding:0 0 20px 20px;
width:120px
}
#live_results_top .liveWebImages p a {
display:block;
font-size:10px
}
#live_results_top .liveWebImages p a img {
margin-bottom:4px
}
#live_results_top img.height120 {
height:120px
}
#live_results_top img.width120 {
width:120px
}
#live_results_top .textAlignRight {
font-size:11px
}
#live_results_top .liveOddRow {
background-color:#dff3fd
}
#live_results_top .liveEvenRow {
background-color:#fff
}
.liveWebResultsMore img {float:left;margin-right:4px}
.profileLinks .liveWebResultsMore img {float:none;margin:0}
.profileLinks .liveWebResultsMore > img {float:left}
#live_results_top .liveWebResultsMore span {margin-left:21px;padding:0}

#top_loc_more_link {
    padding-left:10px;
    font-size:115%;
}

#prof_title_label {
    color:#334455;
    font-size:10px;
}


#facebook_container{
    width:605px;
    margin:0;
    padding:25px 7px 5px 16px;
}

#facebook_container p{
   border-bottom:medium none !important;
    font-size:10px;
    height:88px;
    margin:2px 10px 0;
    position:relative;
    width:70px;
    float:left;
}

#facebook_results{
    width:610px;
}

#facebook_results p{

}

.fb_cont{
    overflow:hidden;
}

.fb_cont img {
     width:16px;
} 
.fb_cont span{
   margin-left:37px !important
}

.video_time {
    margin-top: 0;
    margin-right: 0;
    background:#333;
    color:#fff;
    padding:1px 4px 2px 4px !important;
    font-weight:bold;
    font-size:10px;
    
}
.video_time {
    right: 475px;
    bottom: 15px;
    position: absolute;
}
/* PeekControl

#todo: make one css class to all the BG and other attr.

*/

#editPeekControl .registerLeftEditInfo h2{
    font-size: 18px;
    margin-bottom:-5px;
}

#editPeekControl input#first_name_refine{
    background-color:#dff3fc;
    border:1px solid #dff3fc;
    float:left;
    font-family:inherit;
    font-size:20px;
    font-weight:bold;
    margin-right:96px;
    margin-top:-17px;
    width:113px;
}

#editPeekControl input#first_name_refine:hover{
  background-color:white;
}

#editPeekControl input#middle_name_refine{
    background-color:#dff3fc;
    border:1px solid #dff3fc;
    float:left;
    font-family:inherit;
    font-size:20px;
    font-weight:bold;
    margin-right:43px;
    margin-top:-17px;
    width:148px;
}

#editPeekControl input#middle_name_refine:hover{
  background-color:white;
}

#editPeekControl input#last_name_refine{
    background-color:#dff3fc;
    border:1px solid #dff3fc;
    float:left;
    font-family:inherit;
    font-size:20px;
    font-weight:bold;
    margin-right:96px;
    margin-top:-17px;
    width:113px;
}

#editPeekControl input#last_name_refine:hover{
  background-color:white;
}

#editPeekControl select#age{
    background-color:#DFF3FC;
    border:1px solid #DFF3FC;
    float:left;
    font-family:inherit;
    font-size:20px;
    font-weight:bold;
    margin-right:222px;
    margin-top:-17px;
    width:60px;
}

#editPeekControl select#month{
background-color:#DFF3FC;
border:1px solid #DFF3FC;
float:left;
font-family:inherit;
font-size:20px;
font-weight:bold;
margin-left:102px;
margin-top:-18px;
width:47px;
        } #editPeekControl select#day{
            background-color:#DFF3FC;
            border:1px solid #DFF3FC;
            float:right;
            font-family:inherit;
            font-size:20px;
            font-weight:bold;
            margin-right:124px;
            margin-top:-18px;
            width:48px;
        }  #editPeekControl select#year{
                background-color:#DFF3FC;
                border:1px solid #DFF3FC;
                float:right;
                font-family:inherit;
                font-size:20px;
                font-weight:bold;
                margin-right:31px;
                margin-top:-28px;
                width:83px;
        }
#editPeekControl select#sex{
    background-color:#DFF3FC;
    border:1px solid #DFF3FC;
    float:left;
    font-family:inherit;
    font-size:20px;
    font-weight:bold;
    margin-right:157px;
    margin-top:-18px;
    width:82px;
}

#editPeekControl input#username{
    background-color:#DFF3FC;
    border:1px solid #DFF3FC;
    float:left;
    font-family:inherit;
    font-size:17px;
    font-weight:bold;
    margin-right:-6px;
    margin-top:-15px;
    width:203px;
    color:#CC99CC;
}

#editPeekControl input#username:hover{

     background-color:white;
}

/* Own Profile Links */

.editLinks a.linksEdit{
    font-size:18px !important;
    font-weight:bold !important;
}

.editLinks #editLinksProf a{
    font-size:18px !important;
    
}


#checkBoxRSS {
    padding-top:20px;
}

#checkBoxRSS label{
    font-size:18px;
    color:#334455;
}

#checkBoxRSS input{
    margin-top:12px;
}

#controlLoader{
    background:url("/images/large_loading_w.gif") no-repeat scroll center center #FFFFFF;
}

/* New Edit Profile CSS */

.editNamePicture{
    display:block;
    float:left;
    margin-bottom:-115px;
    padding-bottom:91px;
    position:relative;
    top:-103px;
    width:610px;
}

.editNamePicture span{
    float:right;
}


/* PeekScore CSS */

.PeekScoreSprite{
    background-image:url("/images/meter_sprite.png");
}
.tooltipScore,
.tooltipScoreNew {
    height:21px;
    position:absolute;
    right:0;
    text-decoration:none !important;
    top:4px;
    width:130px;
    height:48px;
}
.score{
    /*height: 58px;
    left: 50px;
    top: 4px;
    position: relative;
    width: 58px;
    background-position:-1px -601px;*/
    height: 40px;
    left: 82px;
    top: 4px;
    position: relative;
    width: 39px;
    background-position:0px -841px;
}
.tooltipScoreNew .score {
    background-image: url(../images/add_user.png); 
    background-size: 35px;
    background-position: 0px -551px;
    height: 25px;
    top: 10px;
    width: 35px;
    left: 92px;
}

.resultCell img:nth-child(2) {
    float: left !important;
    height: 25px;
    left: 36px;
    position: absolute;
    top: 41px;
    width: 70px;
    z-index: 2;
    background-image:url("/images/verified_new.png");
}
.resultCell img:nth-child(2):hover {
    background-position:0 -30px;
    cursor:pointer
}
/*
.numberScore1{
background-position:-1px -121px;

}

.numberScore2{
background-position:-1px 179px;

}

.numberScore3{
background-position:-1px 239px;

}

.numberScore4{
background-position:-1px -299px;

}

.numberScore5{
background-position:-1px 359px;

}

.numberScore6{
background-position:-1px 459px;

}

.numberScore7{
background-position:-1px 479px;

}

.numberScore8{
background-position:-1px -121px;

}

.numberScore9{
background-position:-1px -61px;

}

.numberScore10{
background-position:-1px -1px;

}
*/

.ScoreRankDecimal{
   -moz-border-radius: 5px 5px 5px 5px;
    background-color: #D9FA7E;
    height: 18px;
    padding: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none !important;
    top: -1px;
    width: 60px;
}



/** Pagination Sprite */


.paginationSprite{
     background-image:url("/images/peek_sprite.gif");
     margin-top:1px;
     border-style:none;
     display: none;
}

.letterP{
    background-position:-40px -137px;
    height:29px;
    width:19px;
}

.letterK{
    background-position:-40px -108px;
    height:29px;
    width:19px;
}

.letterCurrentE{
    background-position:-41px -216px;
    height:17px;
    width:15px;
}

.letterE{
    background-position:-41px -180px;
        height:17px;
    width:15px;
}




/** Tool TIP */


 a.tooltipScore span,
 a.tooltipScoreNew span {
  display:none;
  margin: -32px 0 0 -12px;
  width:85px;
  text-align:center;
  text-decoration:none;
} 

a.tooltipScore:hover span,
a.tooltipScoreNew:hover span {
    color: #8cc0f8;
    display: inline;
    position: absolute;
 }

a.expandCollapseButtons{
  margin-right: 4px;
  margin-top: -3px;
  float: right
}

#resultsContainer div.loading-small {
  background:#fff url(/images/large_loading_w.gif) no-repeat center;
  height:80px
}

.div_num_results_images{
   float:left;
    height:136px;
    margin:5px 5px 0;
    padding:0;
    position:relative;
    text-align:center;
    width:132px;
}

#image_peek{
    height:auto;
    list-style:none outside none;
    margin:0;
    padding:25px 7px 5px 16px;
    text-align:justify;
    width:605px;
}

.bold-text{ font-weight: bold; font-size: 11px; padding-right: 5px; padding-left: 0 !important; float: left; }
.black-normal-text{ font-weight: normal; color:black; font-size: 11px; }

.peoplesmartSprite{
     background-image:url("/images/sprite-peoplesmart.png");
     height:16px;
     width:16px;
     margin-right:4px !important;
     border-style:none;
     vertical-align: middle;
}

.sprite-peoplesmart_background{ background-position: 0 0; width: 16px; height: 16px; } 
.sprite-peoplesmart_email{ background-position: 0 -17px; width: 16px; height: 16px; } 
.sprite-peoplesmart_logo_77x12{ background-position: 0 -34px; width: 77px; height: 12px; } 
.sprite-peoplesmart_telephone{ background-position: 0 -47px; width: 16px; height: 16px; } 

/** Web Result Favicon Sprite ( updated  03/28/11 ) */

.webResultSprite{
     background-image:url("/images/favicon_sprite_new.png");
     height:16px;
     width:16px;
     float:left;
     margin-right:6px !important;
     margin-top:1px;
     border-style:none;
}

.spokeoSprite{
    background-position: -64px -357px;
}

.peoplefindersSprite{
     background-position:0 -36px;
}

.inteliusSprite{
     background-position:0px -72px;
}

.everifiedSprite{
    background-position:0 -108px;
}

.mylifeSprite{
    background-position:0 -144px;
}

.wikipediaSprite{
     background-position:0 -180px;
}

.flickrSprite{
    background-position:0 -216px;
}

.linkedinSprite{
     background-position:0 -252px;
}

.pandoraSprite{
    background-position:0 -288px;
}

.amazonSprite{
    background-position:0 -324px;
}

.twitterSprite{
     background-position:0 -360px;
}

.gstaticSprite{
    background-position:0 -396px;
}

.rtfSprite{
    background-position:0 -432px;
}

.pdfSprite{
    background-position:-36px -0px;
}

.ussSearchSprite{
    background-position:-36px -36px;
}

.peopleSearchSprite{
    background-position:-36px -72px;
}

.myspaceSprite{
    background-position:-36px -108px;
}

.friendsterSprite{
    background-position:-36px -144px;
}

.facebookSprite{
    background-position:-36px -180px;
}

.beenverifiedSprite{
    background-position:-35px -216px;
}
.peerindexSprite{
    background-position:-36px -253px;
}

.truerepoSprite{
    background-position:-36px -288px;
}

.peoplelookerSprite{
    background-position:0px -556px;
}
.idtrueSprite {
    background-position:-64px -584px;
}
.pinterestSprite{
    background-position:-64px -36px;
}
.instantcheckmateSprite{
    background-position:-64px -71px;
}
.verifythemSprite {
    background-position: -115px -584px;
}
.peopleconnectSprite {
    background-position: -194px -583px;
}
/*.instantcheckmateNewSprite {
    background-position: -64px -355px;
}*/
.hooversSprite{
    background-position:-64px -252px;
}
.mantaSprite{
    background-position:-64px -108px;
}
.spokeSprite{
    background-position:-64px -216px;
}
.ratemyteachersSprite{
    background-position:-64px -143px;
}
.ratemyprofessorsSprite{
    background-position:-64px -180px;
}
.ncesSprite{
    background-position:-64px -288px;
}
.meetupSprite{
    background-position:-64px -324px;
}
.peoplecheckproSprite,.peoplecheckpro_phoneSprite,.peoplecheckpro_profileSprite {
    background-position: 0px -498px;
}
.instantwhitepagesSprite {
    background-position: 0px -527px;
}

.truthfinderSprite {
    background-position: -64px -466px;
}
.instagramSprite {
    background-position: -64px -555px;
}
.foursquareSprite {
    background-position: -64px -528px;
}
.googleplusSprite {
    background-position: -34px -554px;
}
.arrowTealSprite {
    background-position: 50px -498px
}
.arrowRedSprite {
    background-position: 50px -527px
}
.arrowOrangeSprite {
    background-position: -64px -432px;
}
.pc-tag{
    background-color:#EEEEEE;
    padding:0.2em 0.6em;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    position:relative;
    margin-right:10px;
    margin-bottom:4px;
    display:inline-block;
}

.pc-tag-cont{
    padding:5px 10px 10px;
    width:476px;
}

.pc-tag-new{
    background-color:#EEEEEE;
    border:medium none;
    font-size:15px;
    font-weight:normal;
    width:100px;
}

.imageDropHere {
    border-style:dotted;
    border-width:1px;
    float:right;
    height:150px;
    left:407px;
    position:absolute;
    top:159px;
    width:150px;
}


#sortable{
    list-style-type: none;
}

#dropTarget img{
    width:150px;
    height:150px;
}

#photoSubmit{
    float:right;
    position:relative;
    right:60px;
    line-height:48px; 
}

img#primProfilePhoto{
    bottom:35px;
    float:left;
    left:18px;
    margin-right:350px;
    max-height:350px;
    max-width:300px;
    padding-bottom:88px;
    position:relative;
}

#gallery p:hover{
    text-decoration:underline;
    cursor:pointer;
}


#pikture_cont{
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#uploadComputer{
    -moz-border-radius:5px 5px 5px 5px;
    background-color:gray;
    border:1px solid #AAAAAA;
    color:white;
    font-size:17px;
    padding:8px;
    text-decoration:none;
}

#uploadWeb{
    -moz-border-radius:5px 5px 5px 5px;
    background-color:gray;
    border:1px solid #AAAAAA;
    color:white;
    font-size:17px;
    padding:8px;
    text-decoration:none;
}


.ads_phone,
.ads_email{
    margin-top: 30px;
    text-align: center;
}

div.ip_hide_results {
    margin-bottom:15px;
}
div#pro.ip_hide_results {
    margin-bottom:0px;
}

.webResultSpriteCat {
    background-image: url("/images/favicon_sprite_fb.png");
    border-style: none;
    float: left;
    height: 16px;
    margin-right: 6px !important;
    margin-top: 1px;
    width: 16px;
}
.music {
    background-position:-36px 2px;
}
.books {
    background-position:-36px -143px
}
.movies {
    background-position:-36px -108px;
}
.television {
    background-position:-36px -34px;
}
.games {
    background-position:0px -73px;
}
.athletes {
    background-position:0px -174px;
}
.activities {
    background-position:0 -108px;
}
.interests {
    background-position:0 -140px;
}
.others {
    background-position:-36px 2px;
}

.fb_cont span.plusblcs {
    margin-left: 0px !important;
}

#liveWebResults div div.plusblc {
    display: block;
    padding-left: 21px;
    color: gray;
}
#liveWebResults div span.plusblcs {
    display: block;
    padding-left: 21px;
}
#liveWebResults div div.plus {
    position:absolute;
    right: 0px;
    top:0px;
    font-size: 11px; 
    color: #3287FF;
}
#liveWebResults div span.instantcheckmate_button {
    background:url("/images/instantcheckmate_button.png") no-repeat;
    margin:-10px 0px 0px 0px;
    padding:0px
}
div.profileLinks span.instantcheckmate_button {
    background:url("/images/instantcheckmate_button.png") no-repeat;
    margin:-39px -10px 0px 0px;
    padding:0px
}
div.profileLinks .loading-small {
  background:url(/images/mobile/large_loading_w.gif) no-repeat 115px 10px;
  padding: 20px 8px;
  border-bottom:0px;

 }

/*--------------- NEW IMAGE GALLERY -----------------------*/
#liveWebResults .liveWebImages p.imageGallery {
    border-bottom: medium none;
    float: left;
    height: 140px;
    /*padding: 0 0 0px 28px;*/
    margin: 0 0 0 7px;
    width: 120px;
}

    
#liveWebResults .liveWebImages p.imageGallery span {
     background: none repeat scroll 0 0 black;
    color: white;
    height: 21px;
    line-height: 10px;
    opacity: 0.75;
    overflow: hidden;
    padding: 12px 0 0 12px;
    position: relative;
    text-overflow: ellipsis;
    top: -38px;
    white-space: nowrap;
    width: 93%;
}

#liveWebResults .liveWebImages p.imageGallery img {
    border: 1px solid #e0dfdd;
    margin-bottom: 4px;
    overflow: hidden;
    padding: 10px;
}

.spokeoStuff p{
    margin-bottom: 7px;
    height: 21px;
}

.spokeoStuff p span{
    float: right;
    margin: -22px 0 0;
}

.faviconUsernameEmail{
    float: left;
}

.spokeoUsername .UsernameEmailText{
   display: block;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 497px;
}

.UsernameEmailText{
    padding-left: 4px;
}


#profile_tags .dot:first-child,
.userName .dot:first-child,
.userName .dot:last-child{
    display: none;
}

#profileTags ul{
 /*    margin-bottom: 10px;
    margin-top: 20px; */
   
 /*   margin-bottom: -17px;
    margin-top: -1px;
    padding-top: 22px; */
    
/*     margin-bottom: -5px; */
    margin-top: -10px;
    padding-bottom: 0;
    position: relative;
    top: 5px;
}
#profileTags > h3 {
    clear: both;
    float: left;
    left: 0;
    margin-top: 15px;
    position: relative;
    top: -5px;
}
.dot{
   padding-left: 0px;
   padding-right: 4px;
   color: #81ba47;
}

.userName span{
   color: #ff8033;
}

.twitterHandler a{
    color:#ff8033;
    font-style: italic;
}

.fyre-editor .fyre-editor-container .fyre-editor-editable{
    background-color: transparent !important;
    box-shadow: none !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div{
    background-color: transparent !important;
    background-image: none !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box{
    text-shadow: none !important;
    color: #FFFFFF !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box{
    background-color: #9FCE66;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box:hover{
    background-color: #B7EC52;
}

.fyre .fyre-comment-footer{
    margin: -4px -4px 3px 61px !important;
}

.fyre .fyre-comment-user img.fyre-user-avatar{
    border-radius: 99px !important;
}

/* CENTERING ADS */
.outer-center-right {
    margin:0px;
    padding:0px;
    text-align:center;
    margin-top:10px;
    margin-bottom:25px;
    margin-left: -2px;
}
.inner-center-right {
    margin:0px auto;
    text-align:center;
}
.inner-center-right div {
}
.inner-center-right span {
    /*float:left; */
}
.inner-center-right span.right {
    float:right
}
.outer-center-top {
    margin:0px;
    padding:0px;
    text-align:center;
    padding-bottom:23px;
}
.outer-center-top-rs {
    padding-bottom:43px!important;
}
.inner-center-top {
    margin:0px auto;
    text-align:center;
}
.inner-center-top div {
    width:100%!important
}
.leftColRefine {
    margin-left: 0px!important;
}

#refine_tags{
    margin-left: 7px!important;
}

.profileInfo {
    padding-right: 18px!important;
}
#profileBio {
    margin-left: 6px!important;
}
#spokeoMapProfile {
    text-align:left;
    padding-bottom: 5px;
    margin-left: 5px;
}

#float_ads {
    margin-top:10px;
    margin-left: 16px;
}

/* CENTERING ADS 
*/

#refineSearchLocation span{
    background: -webkit-linear-gradient(#acdb74, #9ecd66); /* For Safari */
    background: -o-linear-gradient(#acdb74, #9ecd66); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#acdb74, #9ecd66); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#acdb74, #9ecd66); /* Standard syntax */
    color: white;
    position: absolute;
    right: -124px;
    z-index: 0;
    margin-top: 0px;
    padding: 9px 9px;
    border-radius: 3px;
    line-height: 13px;
    text-align: center;
    height:33px;
    width: 105px;
    border: 1px solid #9ecd66;
    cursor: pointer;
    text-shadow: 0px -1px 0px #67ac24;
    float:right;
    font-size:11px;
}

#refineSearchLocation span:hover{
    background: #aae56a;
}

#refineSearchLocation span:active,
.stayClicked{
    background: -webkit-linear-gradient(#8cb659, #aad974) !important; /* For Safari */
    background: -o-linear-gradient(#8cb659, #aad974) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8cb659, #aad974) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8cb659, #aad974) !important; /* Standard syntax */
    background-color: #9FCE66 !important;
    border: 1px solid #709c3c !important;
    margin-top: 3px !important;
}

.stayClicked{
    box-shadow:none !important;
}

#refineSearchLocation span a{
    color: #ffffff;
    font: bold 12px Verdana;
   
}

#refineSearchLocation span a:hover{
     text-decoration: none;
}

.ageDash{
    float: left;
    position: absolute;
    font-size: 16px;
    right: 42px;
    color: #79b632;
}

#ageSelectionCont select{
  /*   -moz-appearance: treeline; */
}

#minAge{
    margin-right: 9px;
    margin-top: 0px;
    margin-left: -13px;
}

#minAge:after{
     left: -6px;
    font-size: 14px;
    top: -24px;
}

#maxAge{
    margin-left: -3px;
    margin-top: 0px;
}

#maxAge:after{
    left: 5px;
    font-size: 14px;
    top: -24px;
}

.panelCl1 {
   /* top:572px;*/
    top:450px;
    position:fixed;
    left:10px;
    width:200px;
    background-color: #EEDC94;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #52471C;
    font-size: 13px;
    padding: 7px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.panelCl1 a { 
    color: #52471C;
    padding: 130px;
}
.panelCl2 {
    left:-60px;
    position:absolute;
    color:#52471C;
    font-size:16px;
    cursor:pointer
}
.prof_links_social p,.prof_links_social h3 {
/*display:none*/
}

#switch_button{
    display: none;
    float: right;
    font-weight: normal;
    height: 18px;
    margin-top: 13px;
    margin-right: 6px;
}


#convoBoxIcon img{
    background: url("/images/bubble_convo.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    height: 35px;
    margin-left: 8px;
    margin-top: -8px;
    position: relative;
    width: 35px;
}

#convoBoxIcon a{
    float: left;
    margin-left: 13px;
    margin-top: -1px;
    position: absolute;
    text-align: center;
    width: 26px;
    z-index: 10;
}

#convoBoxIcon span{
    color: #5DB85C;
    font-size: 11px;
    font-weight: bold;
    width: 14px;
    z-index: 1;
}

.bio_text{
    display: block;
    display: -webkit-box;
    /* max-width: 400px; 
    max-height: 65px;
    margin: 3px auto;*/
    font-size: 11px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bio_text {
      position: relative;
      /*height:45px*/
      max-height:45px;
      color:#808080
 }
.bio_text:after {
      content: "";  
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 10%;
      height: 1.2em;
      background-image: url('/images/ellipsis_bg.png');
}
@supports (-webkit-line-clamp: 3) {
    .bio_text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;  
        /*max-height:3.6em;  I needed this to get it to work */
        height: auto!important;
        max-height: auto!important;
    }
    .bio_text:after {
        display: none;
    }
}
 
.pseudo_link {
    color: #1a98d5;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}
.pseudo_link:hover, .pseudo_link:focus {
    color: #2a6496;
    text-decoration: underline;
}
div.profileLinks .pseudo_link {
    font-weight: normal;
    font-size: 14px;
}

/*********************************** beenverified username ********************************************************/

.bv_container 
 {
     margin-top: 85px;
    }
 .bv_container p {
     padding: 8px 0!important
 }


 .bv_container .col1 {

     height: 127px
 } 
.bv_container .col2 {
    position: relative;
    top: -73px;
    left: 41px;
    color: white;
    font-size: 31px;
 }  
 .bv_container .col3 {
    position: relative;
    top: -149px;
    left: 111px;
 }
 .bv_container .bv_link {
    width: 160px;
    display: inline-block!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0px!important;
    vertical-align: bottom;
 }
 .bv_container .bv_txt {
    display: inline-block!important;
    font-size: 13px;
    color: #555555;
    margin-left: 70px;
 }
 .bv_container .bv_button {
     float: right;
     color: white;
     font-size: 12px;
     position: relative;
     right: 15px;
     top: -6px;
     padding: 5px 13px 5px 10px;
     border-radius: 50px;        
     font-weight:normal
 }
 .bv_container .bv_button:focus,
 .bv_container .bv_button:hover {
    text-decoration: none;
    opacity: .88;
 }
.bv_container .bv_button.clr_1 {
     background: #00a99d;
 }    
.bv_container .bv_button.clr_2 {
     background: #e6a31b;
 }    
.bv_container .bv_button.clr_3 {
     background: #967faf;
 }    
.bv_container .bv_button.clr_4 {
     background: #349ce2;
 }    


/*********************************** beenverified username ********************************************************/
             
#spokeo_map_results .list_widget_title {
     padding: 2px 0px 0px 0px;
     line-height: 10px;
     height: 57px;
}

.sponsor_top {
    position: absolute;
    right: 5px;
    font-size: 12px;
    top: -30px;
}

 /*===============================
=            Choices            =
===============================*/
#refine_controls > div {
    margin-right: 10px;
}
.refineSearchCont {
  display: inline-block;
  margin-bottom: 20px;
}
.choices__list--dropdown {
  z-index: 9999;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
      padding-right: 0px;
  }
}
.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0; 
}
.choices {
    margin-bottom: auto;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  /*padding: 7.5px 7.5px 3.75px;*/
  padding: 1.5px 7.5px 1.5px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  /*min-height: 44px;*/
  min-height: 30px;
  overflow: hidden;
}
.is-flipped .choices__list--dropdown {
  bottom:auto;
}

/*===============================
=            sticky ad         =
===============================*/
.sticky_b {
    position: relative;
}
.sticky {
  position: fixed;
  top: 75px;
  text-align: center;
  margin-left: 15px;
}