/********************************
            NEW SEARCH
********************************/
#search .lft {
    width: 80px;
}
#search .rgt {
    font-size: small;
    margin-left: 85px;
}


.searchType {
    padding: 3px;
    margin: 2px 0;
}

.searchTypeSelected {
    background-color: #535353;
}

.subText {
    margin-left: 180px;
    width: 60%;
    font-size: x-small;
}
.subText a {
    float: right;
}



.searchHeadline {
    font-size: small;
    font-weight: bold;
}
.searchHeadline:hover {
    text-decoration: none;
}
.searchLabel {
    font-size: small;
}


#searchTabsContainer {
    padding-top: 5px;    
}
#searchTabsContainer p {
    clear: left;
    font-weight: bold;
    color: #b2c8e0;
    padding-top: 0px;
    padding-bottom: 8px;
    height: 16px;
}
#searchTabsContainer hr {
    padding: 0px;
    margin: 5px 0;
    border: 0 none;
    border-top: 1px #3a3a3a dotted;
    clear: left;
}
#summaryTab p {
    display: inline;
    border: 0 none; 
    margin-right: 10px;   
}

.searchTabs {
    position: absolute;
    width: 100px;
    
    margin-left: 1px;
}
.searchTab {
    display: block;
    width: auto;
    padding: 5px 10px;
    margin: 3px 0 0 5px;
    font-size: smaller;
    cursor: pointer;
    /* border: 1px #081C3E solid;
    border-width: 1px 0px 1px 1px; */
}
.searchTabSelected, .searchTabSelected:hover {
    border: 1px #000f2e solid;
    border-width: 1px 0px 1px 1px;
    color: #fff;
    background-color: #142c51;
    text-decoration: none;
    cursor: default;
    z-index: 100;
}
.searchTabBox {
    height: 350px;
    margin-left: 100px;
    padding: 10px;
    font-size: smaller;
    background-color: #142c51;
    border: 1px #000f2e solid;
}
.searchTabRightColumn {
    position: absolute;
    top: 0px;
    left: 200px;
    right: 0px;
    height: 350px;
    overflow-y: auto;
}
.searchTabRightColumn .checkBoxList {
    width: 9em;
}

.searchTabLeftColumn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    padding-right: 10px;
    border-right: 1px #3a3a3a dotted;
    height: 350px;
}
.staticLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 260px;
    height: 350px;
}
.staticRight {
    position: absolute;
    top: 0px;
    left: 270px;
    right: 0px;
    border-left: 1px #3a3a3a dotted;
    padding-left: 10px;
    height: 350px;
    overflow-y: auto;
}
.staticRight .checkBoxList {
    width: 9em;
}

.searchAge {
    width: 35px;    
}
.searchHeightDropDownMenu {
    width: 75px;
}
.searchCockLabel {
    float:left;
    position:relative;
    top:3px;
    width:110px;
}
.searchCockLengthDropDownMenu {
    width: 60px;
}
.searchCockGirthDropDownMenu {
    width: 60px;
}




.locationOptionPanel {
    display: none;
}
.locationOptionPanel select {
    width: 100%;
    display: block;
    margin: 0 0 4px 0;
}
.locationOptionPanel select#distanceSearch {
    display: inline;
    width: 125px;
}




.searchInputs {
    width: 15em;
    display: block;
    margin: 0 0 4px 0;
}
.searchTabLeftColumn .checkBoxList {
    width: 85px;
}
.staticLeft .checkBoxList {
    width: 100px;
}
.staticLeft .smText, .staticRight .smText, .searchTabLeftColumn .smText, .searchTabRightColumn .smText {
    font-size: 8pt;
}


#cityLinkList a {
    display: block;
    float: left;
    width: 15em;
}




#whereTab #locations select {
    width: 100%;
    margin-bottom: 2px;
}

#whereTab #selectedLocations {
    margin: 5px 0px 0px 15px;
}
#whereTab #selectedLocations span.disabled {
    display: block;
    color: #888;
}
#whereTab #distanceLocations span.disabled {
    color: #888;
}
#locationLoader, .locationLoader {
    display: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 10px;
}


#whereTab #clearSelection {
    margin: 5px 0px 10px 15px;
}
#whereTab #distanceLocations {
    margin: 10px 0px 10px 5px;
}



/********************************
        SEARCH RESULTS
********************************/
.noSearchResultsMessage {
    width: 475px;
    margin: 15px auto;
    padding: 15px;
}

#viewOptions {
    display: block;
    position: relative;
    float: left;
    width: 143px;
    height: 400px;
    padding: 20px 0px 5px 5px;
    margin-left: 5px;
    background-color: #0a254c;
    border: 1px #000f2e solid;
    border-width: 0px 0px 1px 1px;
    overflow: hidden;
}
#profilesList {
    display: block;
    position: relative;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    background-color: #142c51;
    border-bottom: 1px #000f2e solid;
    font-size: .8em;
}
#profilesList .panelHeader {
    position: relative;
    font-size: .9em;
    padding: 4px 10px;
    /* font-size: large; */
}
#profilesList .panelBody {
    position: relative;
    margin-bottom: 10px;
}


#viewOptions.minifiedOptions {
    width: 40px;    
}
#viewOptions select {
    display: block;
    width: 100%;
    margin: 2px auto;
}



#profilesList .panelHeader .name {
    position: relative;
    float: left;
    color: #b2c8e0;
}
#profilesList .panelHeader .name a {
    vertical-align: middle;
}
#profilesList .panelHeader .location {
    position: relative;
    top: 1px;
    margin-left: 50%;
    width: auto;
    text-align: right;
}


#profilesList .panelBody .resultsPhotoContainer {
    float: left;
    position: relative;
}

#profilesList .panelBody .resultsPhotoContainer .resultsPhoto {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #081C3E;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px #000f2e solid;
    cursor: pointer;
}
#profilesList .panelBody .resultsPhotoContainer .resultsPhoto:hover {
    border-color: #f90;
}
#profilesList .panelBody .resultsPhotoContainer a {
    display: block;
    margin-top: 5px;
    text-align: center;
}



#profilesList .panelBody .profileText {
    position: relative;
    margin-left: 110px;
    margin-right: 220px;
    width: auto;
}
#profilesList .panelBody .profileText p, #profilesList .panelBody .profileText strong {
    overflow: hidden;
}


#profilesList .panelBody .profileAttributes {
    float: right;
    top: 5px;
    right: 10px;
    width: 210px;
    height: auto;
    padding-left: 10px;
    border-left: 1px #888 solid;
    font-size: 9pt;
    line-height: 1.3;
}
#profilesList .panelBody .profileAttributes label {
    display: block;
    width: 95px;
    float: left;
}
#profilesList .panelBody .profileAttributes span {
    display: block;
    margin-left: 80px;
    width: auto;
}

#profilesList .panelBody .resultButtons {
    margin-top: 5px;
    margin-left: -5px;
    padding-top: 5px;
    border-top: 1px #000f2e solid;
}
#profilesList .panelBody .resultButtons .button, #profilesList .panelBody .resultButtons .disabledButton {
    font-size: 1em;
    width: 70px;
    padding: 2px 0;
    margin: 0 0 0 3px;
}


#bottomSearchNavigation {
    position: static;
    padding: 11px 0;
    background-color: #000;
}

#bottomSearchNavigation .paginate {
    position: static;
    margin: 0;
}


.keywordHighlight {
    background-color: #c00;
    padding: 0 3px;
}

/********************************
MEMBER NAME SEARCH
********************************/

.memberSearchTitle {
    padding-bottom: 30px;
}

.memNameSearchContent {
    position: relative;
    margin: 5px 0px 60px 0px;
    padding: 0 10px;
    text-align: left;
    overflow: visible;
    height: 100%;
}

.memNameSearchText{
    float: left;
    font-size: 1em;
    font-weight: bold;
}

.memSearchForm {
    float: right;
    padding: 6px 4px 0 0;
}

.memNameResultsBlock {
    clear: both;
    padding-top: 20px;
}

.memNameResultsBlockTop {
    clear: both;
    padding-top: 15px;
}

#scrollbox {
    width: 99%;
    height: 170px;
    overflow: visible;
}

.memNameResultImgMatch {
    width: 110px;
    height: 110px;
    margin: 0px 0px 0px 25px;
    background-color: #06152e;
}

.memNameResultPhotoMatch {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 25px;
    background-color: #081C3E;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #06152e;
}

.memNameResultDataMatch {
    margin-top: 35px;
    margin-left: 25px;
    font-size: 0.9em; 
}

.memNameResultImg {
    width: 55px;
    height: 55px;
    margin: 5px 2px 0px 25px;
    background-color: #06152e;
    border: 1px solid #06152e;
}

.memNameResultPhoto {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px 0px 0px 75px;
    background-color: #081C3E;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #06152e;
}

.memNameResultPiece {
    float: left;
    margin-top: 15px;
}

.memNameResultPie {
    clear: both;
    padding-bottom: 15px;
}

.memNameResultData {
    margin-top: 5px;
    margin-left: 25px;
    font-size: 0.9em; 
}

.exactMatchBanner {
    width: 99%;
    padding: 12px;
    font-size: 1em;
    background-color: #1E4696;
}

.exactBannerText {
    margin: 0px 0px 0px 5px; 
    font-size: 1em;  
}

.otherMatchBanner {
    clear: both;
    width: 99%;
    padding: 10px 0px 12px 25px;
    font-size: 1em;
    background-color: #081C3E;
}

.totalMenCount {
    margin: 0px 7px 0px 20px;
    padding: 5px 9px 3px 9px;
    float: left;
    font-weight: bold;
    background-color: #1E4696;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bannerText {
    margin: 3px 0px 0px 35px;
    padding: 2px;
}

.tooManyResults {
    margin: 0px 0px 0px 10px;
    clear: both;
    text-align: center;
    font-weight: bold;
}

/************************************
****  MANAGE SAVED SEARCHES PAGE
************************************/
.manageSavedSearchDropDown {
    display: block;
    float: left;
    padding: 3px;
}
#summary hr {
    padding: 0px;
    margin: 5px 0;
    border: 0 none;
    border-top: 1px #3a3a3a dotted;
}


