.inner #HeaderWrapper
{
    height: 200px;
}
.inner #SiteLogo
{
    width: 320px;
    height: 107px;
    background: url(../images/inner/logo-inner.png) no-repeat 0 0;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 5;
}

.inner #SearchContainer
{
    float: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 350px;
    padding-top: 0;
    background: none;
}
.inner #SearchFormBlock
{
    width: 350px;
    height: 61px;
    background: url(/Assets/images/inner/searchbar-inner.png) no-repeat 0 0;
}
.inner #SearchFormBlock input
{
    width: 207px;
    left: 15px;
    top: 15px;
    font-size: 18px;
    padding: 0 5px;
}
.inner #SearchFormBlock button
{
    height: 23px;
    right: 44px;
}
.inner .advanceSearchLink
{
    left: 24px;
}

.inner #RegistrationFormContainer
{
    right: 22px;
    top: 110px;
    z-index: 99999999;
}

.inner #ContentWrapper
{
    padding-bottom: 100px;
}

#SearchResults
{
}
#SearchResultsHeader
{
    position: relative;
    top: -50px;
}
#SearchResultsHeader h2
{
    float: right;
    height: 50px;
    background: url(../images/inner/header-shadow.png) no-repeat bottom right;
}
#SearchResultsHeader h2 .label
{
    float: right;
    padding: 7px 12px 6px 50px;
    font-size: 15px;
    font-weight: bold;
    background-color: #8ac540;
    color: #fff;
}
#SearchResultsHeader h2 .resultCounter
{
    float: right;
    font-size: 13px;
    color: #703116;
    padding: 6px 12px 6px 12px;
}
#SearchResultsHeader .filterByLocation
{
    position: relative;
    float: left;
    font-size: 13px;
    color: #703116;
    text-decoration: none;
    border-bottom: 1px solid #703116;
    padding-bottom: 5px;
    padding-left: 15px;
}
.filterByLocation .plusIcon
{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/inner/plus-ico.png) no-repeat 0 0;
    position: absolute;
    left: -10px;
    bottom: -10px;
}

.pagination
{
    position: relative;
    overflow: hidden;
}
.pagination ul
{
    margin: 0 auto;
}
.pagination li
{
    float: left;
    margin: 0 5px;
}
.pagination a
{
    display: block;
}

.pagination .leftButton
{
    width: 12px;
    height: 24px;
    background: url(../images/inner/leftButton.png) no-repeat 0 0;
}
.pagination .rightButton
{
    width: 12px;
    height: 24px;
    background: url(../images/inner/rightButton.png) no-repeat 0 0;
}

.pagination .page
{
    width: 6px;
    height: 6px;
    background: url(../images/inner/search-bullets.png) no-repeat 0 0;
    margin: 8px 0;
}
.pagination .current
{
    background: url(../images/inner/search-bullets.png) no-repeat -10px 0;
}

.searchItemBox
{
    position: relative;
    width: 911px;
    max-width: 911px;
    margin-bottom: 45px;
}
.searchItemBoxBody
{
    color: #703116;
}
.searchItemBoxBodyFooter
{
    overflow: hidden;
}

.searchItemBox h3
{
    position: absolute;
    right: 30px;
    top: -8px;
    font-size: 13px;
}
.searchItemBox h3 strong
{
    font-weight: bold;
}
.searchItemBox .infoBox
{
    float: right;
}
.searchItemBox .portrait
{
    float: right;
}
.searchItemBox .infoBox ul
{
    float: right;
    padding-right: 15px;
    font-size: 13px;
    font-weight: bold;
}
.searchItemBox .infoBox li
{
    padding: 5px 0;
}

.familyTree
{
    margin-left: 50px; /*float: right;padding-right: 75px; */
}
.familyTree .label
{
    font-size: 13px;
    font-weight: bold;
}

.familyTreeCanvas
{
    position: relative;
}

.searchItemBox .portrait .userTools
{
    float: none;
    overflow: hidden;
    padding: 0;
}
.searchItemBox .portrait .userTools li
{
    float: left;
    padding-left: 5px;
}
.editButton, .profileButton, .zoomButton
{
    display: block;
    width: 26px;
    height: 26px;
}

.zoomButton
{
    background: url(../images/inner/button-zoom.png) no-repeat top left;
    position: absolute;
    left: 15px;
    bottom: 35px;
}

.maleBox
{
    background: url(../images/inner/searchbox-header-male.jpg) no-repeat top left;
    padding-top: 15px;
}
.maleBox .searchItemBoxBody
{
    background: url(../images/inner/searchbox-footer-male.jpg) no-repeat bottom left;
    padding-bottom: 15px;
}
.maleBox .searchItemBoxBodyFooter
{
    border-left: 3px solid #8ac540;
    border-right: 4px solid #8ac540;
    padding: 10px;
    background-color: #fff;
}
.maleBox .infoBox ul span, .maleBox .label
{
    color: #8ac540;
}
.maleBox .editButton
{
    background: url(../images/inner/button-male-edit.png) no-repeat top left;
}
.maleBox .profileButton
{
    background: url(../images/inner/button-male-profile.png) no-repeat top left;
}

.femaleBox
{
    background: url(../images/inner/searchbox-header-female.jpg) no-repeat top left;
    padding-top: 15px;
}
.femaleBox .searchItemBoxBody
{
    background: url(../images/inner/searchbox-footer-female.jpg) no-repeat bottom left;
    padding-bottom: 15px;
}
.femaleBox .searchItemBoxBodyFooter
{
    border-left: 3px solid #c846a5;
    border-right: 4px solid #c846a5;
    padding: 10px;
    background-color: #fff;
}
.femaleBox .infoBox ul span, .femaleBox .label
{
    color: #c846a5;
}
.femaleBox .editButton
{
    background: url(../images/inner/button-female-edit.png) no-repeat top left;
}
.femaleBox .profileButton
{
    background: url(../images/inner/button-female-profile.png) no-repeat top left;
}
