﻿/* general */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
    margin: 0;
    padding: 0;
}

body
{
    background: #45494d top repeat-x url(images/bodyBackground.png);
    color: #45494d;
    direction: rtl;
    font-size: 12px;
    font-family: Arial;
}
.clear
{
    clear: both;
    height: 100%;
}
a:link, a:visited, a:active
{
    color: #45494d;
    font-weight: bold;
}
a:hover
{
    color: #cc0000;
}
img
{
    border: none;
}

.error, .success
{
    clear: both;
    display: block;
    padding: 15px;
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px auto;
    width: 760px;
    color: #fff;
    padding: 50px 10px;
}
.error
{
    background-color: #990000;
}
.success
{
    background-color: #45494d;
}
h1
{
    color: #45494d;
    border-right: 20px solid #45494d;
    margin: 0 20px 10px 0;
    padding-right: 5px;
    font-size: 1.4em;
    font-weight: bold;
}
.wrapper
{
    width: 808px;
    overflow: hidden;
    margin: 22px auto;
}
.trialMsg
{
    width:806px;
    height:50px;
    background:#cc0000;
    color:#fff;
    border:1px solid #fff;
}
.top
{
    margin: 0 14px;
    width: 784px;
    height: 58px;
    color: #fff;
    overflow: hidden;
}
.getdate:link, .getdate:visited, .getdate:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogo.png);
}
.zdate:link, .zdate:visited, .zdate:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoZdate.png);
}
.easydate:link, .easydate:visited, .easydate:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoEasyDate.png);
}
.youdate:link, .youdate:visited, .youdate:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoYouDate.png);
}
.datenow:link, .datenow:visited, .datenow:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoDateNow.png);
}
.lovedate:link, .lovedate:visited, .lovedate:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoLoveDate.png);
}
.loveuto:link, .loveuto:visited, .loveuto:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoLoveUTo.png);
}
.newdate:link, .newdate:visited, .newdate:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoNewDate.png);
}
.neshika:link, .neshika:visited, .neshika:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoNeshika.png);
}
.speedlove:link, .speedlove:visited, .speedlove:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoSpeedLove.png);
}
.name:link, .name:visited, .name:active
{
    text-indent: 10px;
    display: block;
    float: right;
    width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    background-image: url(images/topLogoName.png);
}

.topMenu
{
    float: left;
    list-style: none;
    height: 58px;
    line-height: 58px;
}
.topMenu li
{
    display: block;
    float: left;
}
.topMenu li a:link, .topMenu li a:visited, .topMenu li a:active
{
    color: #fff;
}
.topMenu li a:hover
{
    color: #cc0000;
}
.btnFacebook
{
    background: url(images/facebookBtn.png);
    border: none;
    display: block;
    margin-top: 17px;
    margin-left: 30px;
    height: 22px;
    width: 103px;
    cursor: pointer;
}
.content
{
    width: 808px;
    overflow: hidden;
    background-image: url(images/contentBackground.png);
}

.contentNavigation
{
    width: 808px;
    height: 50px;
    padding-top: 4px;
    background-image: url(images/navigationBackground.png);
}
.contentNavigation ul
{
    margin: 0px auto;
    width: 780px;
    list-style: none;
    border-right: 1px solid #ebebeb;
    height: 46px;
    line-height: 46px;
}
.contentNavigation ul li
{
    float: right;
    display: block;
    border-left: 1px solid #ebebeb;
    height: 46px;
}
.contentNavigation ul li a:link, .contentNavigation ul li a:active, .contentNavigation ul li a:visited
{
    width: 110px;
    text-align: center;
    text-decoration: none;
    height: 46px;
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    background-image: url(images/navigationLink.png);
}
.contentNavigation ul li a:hover
{
    background-image: url(images/navigationHover.png);
}

.footer
{
    width: 780px;
    overflow: hidden;
    background: url(images/footerBackground.png) top no-repeat;
    padding: 40px 14px 0 14px;
    height: 14px;
    line-height: 14px;
}
.footerMenu
{
    list-style: none;
    font-weight: bold;
    font-size: 1.2em;
}
.footerMenu li
{
    display: block;
    float: right;
}
.footerMenu li a:link, .footerMenu li a:visited, .footerMenu li a:active
{
    font-size: 0.8em;
    color: #fff;
}
.footerMenu li a:hover
{
    color: #cc0000;
}
.footerCopyrights
{
    color: #fff;
    float: left;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
}


.contentRight
{
    overflow: hidden;
    height: 100%;
    width: 562px;
    margin-right: 10px;
    float: right;
}
.contentLeft
{
    width: 200px;
    margin-left: 10px;
    float: left;
}

/* mainpage */
.mainpageHeader
{
    width: 808px;
    height: 330px;
    background-image: url(images/mainpageHeader.png);
    clear: both;
}
.mainpageSlideShow
{
    display: block;
    float: left;
    margin-left: 31px;
}
#mask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window
{
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

.mainpageSearchTabs
{
    list-style: none;
    width: 130px;
    height: 30px;
    margin-bottom: 20px;
}
.mainpageSearchTabs li
{
    display: inline;
}
.mainpageUsersSearchMales:link, .mainpageUsersSearchMales:visited, .mainpageUsersSearchMales:active, .mainpageUsersSearchFemales:link, .mainpageUsersSearchFemales:visited, .mainpageUsersSearchFemales:active
{
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
}
.mainpageUsersSearchMales:link, .mainpageUsersSearchMales:visited, .mainpageUsersSearchMales:active
{
    float: right;
    background-image: url(images/searchMalebtn.png);
}
.mainpageUsersSearchMales:hover
{
    background-image: url(images/searchMalebtnHover.png);
}
.mainpageUsersSearchFemales:link, .mainpageUsersSearchFemales:visited, .mainpageUsersSearchFemales:active
{
    float: left;
    background-image: url(images/searchFemalebtn.png);
}
.mainpageUsersSearchFemales:hover
{
    background-image: url(images/searchFemalebtnHover.png);
}
.btnLogin:link, .btnLogin:visited, .btnLogin:active
{
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-image: url(images/login.png);
}
.btnLogin:hover
{
    background-image: url(images/loginHover.png);
}

#boxes #dialog2
{
    background: url(images/notice.png) no-repeat 0 0 transparent;
    width: 395px;
    height: 240px;
    padding: 60px 0px 0px 0px;
}
.mainpageSearchLoginForm
{
    width: 760px;
    height: 230px;
    padding-top: 100px;
    float: right;
    padding-right: 34px;
}
.mainpageSearchLoginForm .formRow
{
    height: 22px;
    line-height: 22px;
}
.mainpageSearchFormRow
{
    margin-bottom: 28px !important;
}
.mainpageSearchFormRow select, .mainpageSearchFormRow input
{
    float: right;
    margin-right: 5px;
}
.mainpageContent
{
    width: 784px;
    margin: 0 12px;
    overflow: hidden;
}
.mainpageInfoBox
{
    float: right;
    width: 294px;
    overflow: hidden;
}
.mainpageInfoBox ul
{
    overflow: hidden;
    list-style: none;
}
.mainpageUsersOnlineBoxScrollContainer
{
    position: relative;
    width: 294px;
    height: 136px;
    overflow: hidden;
    background-image: url(images/mainpageOnlineUsersBox.png);
}
.mainpageUsersOnlineBoxScroller
{
    list-style: none;
}
.mainpageUsersOnlineBoxScroller li
{
    display: block;
    width: 270px;
    height: 120px;
    margin: 10px;
}
.mainpageUsersOnlineBoxScroller img
{
    float: right;
    display: block;
    margin-left: 10px;
}
.mainpageUsersOnlineBoxScroller ul
{
    float: right;
    width: 150px;
    margin-right: 10px;
    list-style: none;
}
.mainpageUsersOnlineBoxScroller ul li
{
    height: 20px;
    line-height: 20px;
    margin: 0;
}
.mainpageOnlineTabs
{
    display: block;
    list-style: none;
    width: 270px;
    margin-right: 10px;
    height: 30px;
    margin-bottom: 20px;
}
.mainpageOnlineTabs li
{
    display: inline;
}
.mainpageUsersOnlineMales:link, .mainpageUsersOnlineMales:visited, .mainpageUsersOnlineMales:active, .mainpageUsersOnlineFemales:link, .mainpageUsersOnlineFemales:visited, .mainpageUsersOnlineFemales:active
{
    display: block;
    width: 132px;
    height: 30px;
    line-height: 30px;
    text-indent: 30px;
    font-weight: bold;
}
.mainpageUsersOnlineMales:link, .mainpageUsersOnlineMales:visited, .mainpageUsersOnlineMales:active
{
    float: right;
    background-image: url(images/mainpageOnlineUsersMales.png);
}
.mainpageUsersOnlineFemales:link, .mainpageUsersOnlineFemales:visited, .mainpageUsersOnlineFemales:active
{
    float: left;
    background-image: url(images/mainpageOnlineUsersFemales.png);
}
.testimonials
{
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
}
.testimonialsHeader
{
    height: 38px;
    width: 180px;
    background-image: url(images/testimonialsHeader.png);
}
.testimonialsContent
{
    width: 180px;
    background-image: url(images/testimonialsContent.png);
    overflow: hidden;
    height: 100%;
}
.testimonialsContent ul li
{
    list-style-type: none;
}
.testimonialsContent li
{
    display: block;
    padding: 12px;
    width: 158px;
    color: #cc0000;
    font-size: 1.0em;
    font-weight: bold;
}
.testimonialsContent li p
{
    display: block;
    margin-top: 10px;
    color: #45494d;
    font-size: 1.0em;
    font-weight: normal;
}
.testimonialsFooter
{
    height: 30px;
    width: 180px;
    background-image: url(images/testimonialsFooter.png);
}



/* finduser */
.searchSelectors
{
    overflow: hidden;
    border: 1px solid #45494d;
    padding: 1px;
    margin-bottom: 10px;
}
.searchSelector
{
    padding: 2px 4px;
    overflow: hidden;
    background-color: #45494d;
    color: #fff;
    float: right;
    margin-left: 1px;
    height: 22px;
    line-height: 22px;
}
.searchSelector label
{
    margin-left: 5px;
    font-size: 0.9em;
    font-weight: bold;
}
.searchSelectorButton
{
    float: right;
    border: 0;
    display: block;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    width: 36px;
    text-align: center;
    height: 26px;
    line-height: 26px;
}

/* forms */
.formBody
{
    overflow: hidden;
}
.formRow, .formRowCheckBox, .formRowRadio, .formRowMessageImages
{
    height: 100%;
    overflow: hidden;
    padding: 2px;
    margin: 2px;
    clear: both;
}
.formRow label
{
    width: 100px;
    text-align: left;
    margin-left: 5px;
    display: block;
    font-weight: bold;
    height: 20px;
    float: right;
}
.formRow select, .formRow input, .formRow textarea
{
    float: right;
    text-align: right;
}
.formError
{
    font-size: 0.9em;
    margin-right: 5px;
    float: right;
    font-weight: bold;
}
.formSubmit
{
    clear: both;
    float: right;
    margin-right: 115px;
}
.formGroupTitle
{
    background-image: url(images/formHeader.png);
    width: 483px;
    height: 83px;
    display: block;
}
.formGroupTitle p
{
    clear: both;
    margin-top: 20px;
    margin-right: 180px;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}
.formGroup
{
    overflow: hidden;
    width: 483px;
    height: 100%;
    background-image: url(images/formContent.png);
}
.formFooter
{
    display: block;
    clear: both;
    width: 483px;
    height: 23px;
    background: url(images/formFooter.png);
}
.formRadioList
{
    overflow: hidden;
}
.formAnyList
{
    padding: 5px;
    margin: 5px;
    overflow: hidden;
    height: 100%;
    font-weight: bold;
}
.formAnyList input
{
    float: right;
}
.formAnyList label
{
    float: right;
    margin-right: 5px;
    margin-left: 10px;
    display: block;
}
.formRadioList span
{
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin-right: 60px;
    display: block;
    float: right;
}
.formRadioList label
{
    text-align: right;
}
.formCounter
{
    clear: both;
    display: block;
    font-weight: bold;
    font-size: .9em;
    margin-right: 105px;
}
.checkboxes input
{
    margin-left: 2px;
    float: right;
}
.checkboxes label
{
    display: block;
    float: right;
    font-weight: bold;
    width: 110px;
}
.formRowCheckBox input
{
    float: right;
    margin-right: 105px;
}
.formRowCheckBox label
{
    display: block;
    float: right;
    margin-right: 10px;
    font-weight: bold;
}
.formRowRadio span
{
    width: 100px;
    text-align: left;
    margin-left: 5px;
    display: block;
    font-weight: bold;
    float: right;
}
.formRowRadio table
{
    float: right;
    text-align: right;
}
.formRowMessageImages
{
    overflow: hidden;
    height: 100%;
}
.formRowMessageImage
{
    overflow: hidden;
    height: 100%;
}
.formRowMessageImage a:link, .formRowMessageImage a:active, .formRowMessageImage a:visited
{
    float: right;
}
.formRowMessageImage input
{
    margin-right: 5px;
    margin-top: 95px;
    float: right;
}
.formRowMessageImage label
{
    font-weight: bold;
    display: block;
    margin-right: 5px;
    margin-top: 95px;
    float: right;
}

.formNBody
{
    width: 561px;
    overflow: hidden;
    height: 100%;
    background-image: url(images/internalBoxBackground.png);
}
.formNBodyHeader
{
    width: 561px;
    height: 27px;
    background-image: url(images/internalBoxHeader.png);
}
.formNBodyHeader h4
{
    font-size:14px;
    padding-top:6px;
    margin-right:110px;
}
.formNGroupTitle
{
    overflow: hidden;
    height: 100%;
    display: block;
    font-weight: bold;
    margin: 5px 5px 5px 6px;
    padding: 2px;
    background-color: #ddd;
}
.formNGroup
{
    overflow: hidden;
    margin: 5px;
    padding: 5px;
    height: 100%;
}
.formNSubmit
{
    clear: both;
    float: right;
    margin-right: 115px;
}
.formNSubmit2
{
    clear: both;
    float: right;
    margin-right: 5px;
}
.formNBodyFooter
{
    clear: both;
    width: 561px;
    height: 48px;
    line-height: 20px;
    padding-top: 10px;
    background: url(images/internalBoxFooter.png) #ebebeb top no-repeat;
}
.formNBodyFooter a:link, .formNBodyFooter a:active, .formNBodyFooter a:visited
{
    display: block;
    color: #ebebeb;
    padding-right: 12px;
    padding-top: 10px;
    cursor: pointer;
}


/* misc */
#preview
{
    z-index: 999;
    position: absolute;
    background: #000;
    padding: 5px;
    display: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
.pagination
{
    clear: both;
    list-style: none;
}
.pagination li
{
    display: block;
    float: right;
}
.pagination li a:link, .pagination li a:visited, .pagination li a:active
{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #990000;
    padding: 2px;
    margin-left: 1px;
    font-weight: bold;
    text-align: center;
}
.pagination li a:hover
{
    font-size: 1.4em;
}
.paginationActive:link, .paginationActive:visited, .paginationActive:active
{
    background-color: #990000;
    color: #fff;
}
.welcomeRight
{
    width: 232px;
    float: right;
}
.welcomeLeft
{
    float: left;
    width: 322px;
}
.welcomeTitle
{
    display: block;
    border: 1px solid #ccc;
    background-color: #cc0000;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    margin-right: 6px;
}
.welcomeBox
{
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
}
.welcomeHeader
{
    height: 32px;
    width: 232px;
    background-image: url(images/welcomeBoxHeader.png);
}
.welcomeContent
{
    width: 232px;
    background-image: url(images/welcomeBoxContent.png);
    overflow: hidden;
    height: 100%;
}
.welcomeContent p, .welcomeContent ul
{
    padding: 1em 2em;
    color: #fff;
}
.welcomeContent ul
{
    list-style-type: square;
}
.welcomeFooter
{
    height: 60px;
    width: 232px;
    background-image: url(images/welcomeBoxFooter.png);
}


.internalRight
{
    float: right;
    width: 182px;
    overflow: hidden;
    height: 100%;
    padding-top: 10px;
}
.internalRightTitle
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
.internalRightMenu
{
    list-style: none;
    width: 182px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
}
.internalRightMenu li
{
    width: 182px;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    background-image: url(images/internalMenuButton.png);
    margin-bottom: 1px;
}
.internalRightMenu li img
{
    float: right;
    height: 32px;
    width: 31px;
}
.internalRightMenu li a:link, .internalRightMenu li a:active, .internalRightMenu li a:visited
{
    width: 152px;
    padding-right: 30px;
    float: right;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 0.9em;
    text-decoration: none;
}
.internalRightMenu li a:hover
{
    margin-left: 1px;
}
.messageItems
{
    overflow: hidden;
    height: 100%;
}
.messageItem
{
    overflow: hidden;
    height: 100%;
    margin-bottom: 5px;
    padding: 5px;
    border: 2px solid #ccc;
}
.messageItemContent
{
    margin-right: 20px;
    float: right;
    width: 400px;
}
.messageItemContent span
{
    display: block;
    font-size: 0.9em;
    font-weight: bold;
}
.messageItemContent p
{
    padding: 1em 0;
}


.personItems
{
    overflow: hidden;
    height: 100%;
    width: 562px;
}
.personItemsSmall
{
    float: left;
    overflow: hidden;
    height: 100%;
    width: 474px;
}
.personItemsMedium
{
    clear: both;
    overflow: hidden;
    height: 100%;
    width: 322px;
}
.personItem
{
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}
.personItemSmall
{
    width: 232px;
    overflow: hidden;
    height: 100%;
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
}
.personItemMedium
{
    width: 322px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
}
.personItemProfile
{
    width: 542px;
    height: 142px;
    padding: 10px;
    background-image: url(images/personItemBackground.png);
}
.personItemProfileSmall
{
    width: 212px;
    height: 112px;
    padding: 10px;
    background-image: url(images/personItemSmallBackground.png);
}
.personItemProfileMedium
{
    width: 302px;
    height: 152px;
    padding: 10px;
    background-image: url(images/personItemMediumBackground.png);
}
.personItemsPics
{
    height: 100px;
    width: 100px;
    float: right;
}
.personItemsPic
{
    height: 100px;
    width: 75px;
    border: none;
    float: right;
    padding: 2px;
    border: 2px solid #ccc;
}
.personImageZoom:link,
.personImageZoom:active,
.personImageZoom:visited
{
    clear: both;
    color: #fff;
    width: 82px;
    height: 22px;
    float: right;
    margin-top: 10px;
    background-image: url(images/personImageZoom.png);
    text-decoration:none;
}
.personItemsInfo
{
    margin-right: 10px;
    width: 220px;
    display: block;
    float: right;
    list-style: none;
}
.personItemsInfo li
{
    display: block;
    height: 18px;
    line-height: 18px;
}
.personItemsInfoSmall
{
    margin-right: 10px;
    width: 100px;
    display: block;
    float: right;
    list-style: none;
}
.personItemsInfoMedium
{
    margin-right: 10px;
    width: 190px;
    display: block;
    float: right;
    list-style: none;
}
.personItemsAbout
{
    float: right;
    border-right: 1px solid #45494d;
    padding-right: 14px;
    margin-right: 14px;
    height: 110px;
    display: block;
    width: 160px;
}
.personItemActions
{
    list-style: none;
    overflow: hidden;
    margin: 5px;
}
.personItemActions li
{
    margin-top: 2px;
    padding-right: 7px;
    float: right;
    display: block;
}
.personItemActions li a:link, .personItemActions li a:visited, .personItemActions li a:active
{
    color: #fff;
    width: 102px;
    height: 32px;
    display: block;
}
.personItemActions li a:hover
{
    color: #fff;
}

.personItemEmpty
{
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px;
    color: #fff;
    background-color: #000;
}
.personItemFinduserBar
{
    width:562px;
    height:62px;
    background-image: url(images/personItemBackgroundBig.png);
}

.personItemFinduserBarButton
{
    float: left;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border: none;
    color: #45494d;
    font-size: 1.1em;
    font-weight: bold;
    background: none;
    cursor: pointer;
}
.personItemFinduserBarItems
{
    padding: 0 5px;
    font-size: 0.9em;
    font-weight: bold;
    width: 470px;
    height: 60px;
    float: right;
}
.personItemFinduserBarItems label
{
    padding-left: 5px;
}
.personItemFinduserBarTop
{
    width: 470px;
    height: 30px;
    line-height: 30px;
}
.personItemFinduserBarBottom
{
    width: 470px;
    height: 30px;
    line-height: 30px;
}


.personItemBar
{
    background-image: url(images/personItemBarBackground.png);
    height: 32px;
    line-height: 32px;
    width: 561px;
    margin-bottom: 20px;
}
.personItemBarButton
{
    float: left;
    background: url(images/personItemBarButton.png);
    height: 31px;
    line-height: 31px;
    width: 80px;
    border: none;
    color: #45494d;
    font-size: 0.9em;
    font-weight: bold;
    padding-right: 4px;
    cursor: pointer;
}
.personItemBarOnlineRadios
{
    margin-right: 5px;
    float: right;
    width: 470px;
    display: block;
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
}
.personItemBarOnlineRadios label
{
    height: 30px;
    line-height: 30px;
    float: right;
    display: block;
    margin-right: 10px;
    padding-left: 10px;
}
.personItemBarOnlineRadios input
{
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: 10px;
}
.personItemBarFinduser
{
    width: 470px;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
}
.personItemBarFinduser label
{
    display: block;
    float: right;
    margin-left: 2px;
}
.personItemBarFinduser select
{
    font-family: Arial;
    font-weight: bold;
    margin-top: 4px;
    float: right;
    margin-left: 6px;
}



.profileNew
{
    overflow: hidden;
    height: 100%;
}
.profileHeader
{
    background-image: url(images/personItemBarBackground.png);
    height: 22px;
    line-height: 22px;
    width: 551px;
    padding: 5px;
    list-style: none;
    margin-bottom: 10px;
    font-size: 0.9em;
}
.profileHeader li
{
    height: 20px;
    line-height: 20px;
    float: right;
    display: block;
    margin-left: 10px;
}
.profileHeader li img
{
    vertical-align: middle;
}
.profileImages
{
    width: 542px;
    height: 142px;
    padding: 10px;
    background-image: url(images/personItemBackground.png);
    list-style: none;
    margin-bottom: 10px;
}
.profileImages li
{
    display: block;
    float: right;
    width: 100px;
}
.profileImages li a:link, .profileImages li a:active, .profileImages li a:visited
{
    margin-left: 10px;
}
.profileAboutme
{
    font-weight: bold;
    padding-right: 10px;
    height: 110px;
    width: 200px;
    display: block;
}
.profileActions
{
    list-style: none;
    overflow: hidden;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.profileActions li
{
    display: block;
    float: right;
}
.profileActions li a:link, .profileActions li a:visited, .profileActions li a:active
{
    width: 110px;
    height: 30px;
    display: block;
}
.internalBox
{
    overflow: hidden;
    height: 100%;
    padding-top: 45px;
    width: 561px;
    background: url(images/internalBoxHeader.png) top no-repeat;
}
.internalBoxBody
{
    overflow: hidden;
    height: 100%;
    padding: 0 5px;
    width: 551px;
    background-image: url(images/internalBoxBackground.png);
}
.internalBoxFooter
{
    clear: both;
    height: 48px;
    line-height: 20px;
    width: 561px;
    padding-top: 10px;
    background: url(images/internalBoxFooter.png) top no-repeat;
}
.internalBoxFooter a:link, .internalBoxFooter a:active, .internalBoxFooter a:visited
{
    display: block;
    color: #ebebeb;
    padding-right: 12px;
    padding-top: 10px;
    cursor: pointer;
}
.internalBoxTitle
{
    display: block;
    font-weight: bold;
    padding: 1px;
    margin-left: 1px;
    background-color: #ddd;
}
.internalBoxGroup
{
    overflow: hidden;
    height: 100%;
    padding: 5px 0px;
    margin-bottom: 20px;
}
.internalBoxGroup span
{
    display: inline;
    margin: 0 5px;
}


.profile
{
    overflow: hidden;
}
.onlineusers
{
    border: 1px solid #990000;
    padding: 1px;
    width: 556px;
    margin-bottom: 5px;
    overflow: hidden;
    height: 100%;
}
.onlineusers-radio
{
    float: right;
    width: 455px;
    margin-left: 1px;
    display: block;
    background-color: #990000;
    color: #fff;
    height: 22px;
    line-height: 22px;
}
.onlineusers-radio label
{
    height: 22px;
    line-height: 22px;
    float: right;
    display: block;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-weight: bold;
    font-size: 0.9em;
}
.onlineusers-radio input
{
    height: 22px;
    line-height: 22px;
    float: right;
    margin-right: 10px;
}
.onlineusers-button
{
    border: none;
    background-color: #333;
    display: block;
    width: 100px;
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.emptyItemList
{
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    margin-top: 20px;
}
.contentUser
{
    width: 784px;
    margin: 0 12px;
    padding-top: 20px;
}
.contentUserRight
{
    float: right;
    width: 180px;
    overflow: hidden;
    text-align: right;
}
.contentUserLeft
{
    float: left;
    width: 563px;
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
}
.contentUserRightTitle
{
    color: #fff;
    font-weight: bold;
    display: block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background: url(images/contentUserRightTitle.png) right no-repeat;
    margin-bottom: 1px;
    text-indent: 10px;
}
.contentUserRight ul
{
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px;
}
.contentUserRight ul li
{
    display: block;
    float: right;
}
.contentUserRight ul li a:link, .contentUserRight ul li a:visited, .contentUserRight ul li a:active
{
    text-indent: 5px;
    display: block;
    width: 180px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 1px;
    background-color: #990000;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border: none;
}
.contentUserRight ul li a:hover
{
    background-color: #333;
    color: #fff;
}
.contentUserRight ul li a img
{
    float: right;
}
.contentUserLeft h1
{
    margin: 0 0 20px 0;
}
.sexyOrScaryTitle
{
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    margin-right: 4px;
}
.sexyOrScaryBox
{
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
}
.sexyOrScaryHeader
{
    height: 43px;
    width: 232px;
    background-image: url(images/sexyOrscaryHeader.png);
}
.sexyOrScaryContent
{
    width: 232px;
    background-image: url(images/sexyOrScaryContent.png);
    overflow: hidden;
    height: 100%;
}
.sexyOrScary p, .sexyOrScary ul
{
    padding: 1em 2em;
    color: #fff;
}
.sexyOrScary ul
{
    list-style-type: square;
}
.sexyOrScaryFooter
{
    height: 24px;
    width: 232px;
    background-image: url(images/sexyOrscaryFooter.png);
}
.allSexyOrScaryRate
{
    background-image: url(images/btnRate.png);
    width: 114px;
    height: 44px;
}
.allSexyOrScaryBtn
{
    background: none;
    border: none;
    display: block;
    float: right;
    height: 40px;
    width: 110px;
    cursor: pointer;
}
.allFlirtOrNot
{
    width: 320px;
    overflow: hidden;
    height: 100%;
    background-image: url(images/flirtOrRunBackground.png);
}
.allFlirtOrNotTop
{
    width: 320px;
    background-image: url(images/flirtOrRunTopBackground.png);
    height: 50px;
}
.allFlirtOrNotContent span
{
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    text-align: center;
    float: right;
    width: 120px;
    height: 30px;
    line-height: 30px;
}
.allFlirtOrNotContent
{
    overflow: hidden;
    height: 100%;
    margin: 5px 30px;
    color: #fff;
}
.allFlirtOrNotContent img
{
    border: 2px solid #ebebeb;
    padding: 2px;
}
.flirtOrNotExplanationLink
{
    display: block;
    margin: 5px;
    font-size: 1.2em;
}
.flirtOrNotExplanation
{
    display: none;
    overflow: hidden;
    margin: 5px 10px;
}
.flirtOrNotExplanation li
{
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.allFlirtOrNotFooter
{
    background-image: url(images/flirtOrRunFooterBackground.png);
    height: 70px;
}
.allFlirtOrNotFlirtBtn, .allFlirtOrNotRunBtn
{
    background: none;
    border: none;
    display: block;
    float: right;
    height: 40px;
    width: 110px;
    cursor: pointer;
}
.allFlirtOrNotFlirtBtn
{
    margin-right: 10px;
}
.allFlirtOrNotRunBtn
{
    margin-right: 80px;
}

.nPagination
{
    overflow: hidden;
    clear: both;
}
.nPagination li
{
    text-align: center;
    display: block;
    float: right;
    margin-left: 1px;
    font-size: 1.1em;
    font-weight: bold;
    color: #990000;
    height: 24px;
    border: 1px solid #990000;
    line-height: 24px;
}
.nPaginationNoLink
{
    width: 70px;
}
.nPaginationNoNextPrev:link, .nPaginationNoNextPrev:visited, .nPaginationNoNextPrev:active
{
    display: block;
    width: 70px !important;
}
.nPaginationActive:link, .nPaginationActive:active, .nPaginationActive:visited
{
    background-color: #990000;
    color: #fff;
}
.nPagination li a:link, .nPagination li a:visited, .nPagination li a:active
{
    display: block;
    width: 24px;
}

.ItemsPagination
{
    clear:both;
    overflow:hidden;
}
.ItemPaginationLink
{
    display:block;
    float:right;
    font-weight:bold;
    height:32px;
    margin:3px;
    line-height:32px;
    text-align:center;
    width:32px;
    background-image:url(images/contentMainPaginationLink2.png);
    color:#fff;
    text-decoration:none;
}
.ItemPaginationActive
{
    display:block;
    float:right;
    font-weight:bold;
    height:32px;
    margin:3px;
    line-height:32px;
    text-align:center;
    width:32px;
     background-image:url(images/contentMainPaginationLink.png);
    color:#fff;
    text-decoration:none;
}

  

/* helpers */
.personItemProfileBtn:link, .personItemProfileBtn:visited, .personItemProfileBtn:active
{
    background: url(images/personItemProfile.png) center no-repeat #ebebeb;
}
.personItemMessageBtn:link, .personItemMessageBtn:visited, .personItemMessageBtn:active
{
    background: url(images/personItemMessage.png) center no-repeat #ebebeb;
}

.personItemWinkBtn:link, .personItemWinkBtn:visited, .personItemWinkBtn:active
{
    background: url(images/personItemWink.png) center no-repeat #ebebeb;
}
.personItemFavoritesBtn:link, .personItemFavoritesBtn:visited, .personItemFavoritesBtn:active
{
    background: url(images/personItemFavorites.png) center no-repeat #ebebeb;
}
.personItemBlacklistBtn:link, .personItemBlacklistBtn:visited, .personItemBlacklistBtn:active
{
    background: url(images/personItemBlacklist.png) center no-repeat #ebebeb;
}
.personItemDeleteBtn:link, .personItemDeleteBtn:visited, .personItemDeleteBtn:active
{
    background: url(images/personItemDelete.png) center no-repeat #ebebeb;
}
.personItemReadBtn:link, .personItemReadBtn:visited, .personItemReadBtn:active
{
    background: url(images/personItemRead.png) center no-repeat #ebebeb;
}
.personItemHistoryBtn:link, .personItemHistoryBtn:visited, .personItemHistoryBtn:active
{
    background: url(images/personItemHistory.png) center no-repeat #ebebeb;
}

.signupBtn:link, .signupBtn:active, .signupBtn:visited
{
    background: url(images/loginButtonSignup.png);
    color: #fff;
    display: block;
    height: 194px;
    width: 196px;
}
.signupBtn:hover
{
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.registerBannerBtn:link, .registerBannerBtn:active, .registerBannerBtn:visited
{
    background: url(images/registerBanner.png);
    color: #fff;
    display: block;
    height: 190px;
    width: 190px;
}
.registerBannerBtn:hover
{
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.mainpageSignupNow:link, .mainpageSignupNow:active, .mainpageSignupNow:visited
{
    display: block;
    float: left;
    height: 160px;
    width: 160px;
    margin-left: 18px;
}
.registerBannerBtn:hover
{
    color: #000;
    margin: 0px;
    padding: 0px;
}

.internalMenuInbox:link, .internalMenuInbox:active, .internalMenuInbox:visited
{
    background: url(images/internalMenuInbox.png) right no-repeat;
}
.internalMenuInboxAni:link, .internalMenuInboxAni:active, .internalMenuInboxAni:visited
{
    background: url(images/internalMenuInbox.gif) right no-repeat;
}
.internalMenuOutbox:link, .internalMenuOutbox:active, .internalMenuOutbox:visited
{
    background: url(images/internalMenuOutbox.png) right no-repeat;
}
.internalMenuWInbox:link, .internalMenuWInbox:active, .internalMenuWInbox:visited
{
    background: url(images/internalMenuWInbox.png) right no-repeat;
}
.internalMenuWInboxAni:link, .internalMenuWInboxAni:active, .internalMenuWInboxAni:visited
{
    background: url(images/internalMenuWInbox.gif) right no-repeat;
}
.internalMenuWOutbox:link, .internalMenuWOutbox:active, .internalMenuWOutbox:visited
{
    background: url(images/internalMenuWOutbox.png) right no-repeat;
}
.internalMenuFlirt:link, .internalMenuFlirt:active, .internalMenuFlirt:visited
{
    background: url(images/internalMenuFlirt.png) right no-repeat;
}
.internalMenuSeen:link, .internalMenuSeen:active, .internalMenuSeen:visited
{
    background: url(images/internalMenuSeen.png) right no-repeat;
}
.internalMenuSeenAni:link, .internalMenuSeenAni:active, .internalMenuSeenAni:visited
{
    background: url(images/internalMenuSeen.gif) right no-repeat;
}
.internalMenuBlacklist:link, .internalMenuBlacklist:active, .internalMenuBlacklist:visited
{
    background: url(images/internalMenuBlacklist.png) right no-repeat;
}
.internalMenuFavorites:link, .internalMenuFavorites:active, .internalMenuFavorites:visited
{
    background: url(images/internalMenuFavorites.png) right no-repeat;
}
.internalMenuFavored:link, .internalMenuFavored:active, .internalMenuFavored:visited
{
    background: url(images/internalMenuFavored.png) right no-repeat;
}
.internalMenuFavoredAni:link, .internalMenuFavoredAni:active, .internalMenuFavoredAni:visited
{
    background: url(images/internalMenuFavored.gif) right no-repeat;
}
.internalMenuGeneral:link, .internalMenuGeneral:active, .internalMenuGeneral:visited
{
    background: url(images/internalMenuGeneral.png) right no-repeat;
}
.internalMenuCharHobby:link, .internalMenuCharHobby:active, .internalMenuCharHobby:visited
{
    background: url(images/internalMenuCharHobby.png) right no-repeat;
}
.internalMenuText:link, .internalMenuText:active, .internalMenuText:visited
{
    background: url(images/internalMenuText.png) right no-repeat;
}
.internalMenuImages:link, .internalMenuImages:active, .internalMenuImages:visited
{
    background: url(images/internalMenuImages.png) right no-repeat;
}
.internalMenuSettings:link, .internalMenuSettings:active, .internalMenuSettings:visited
{
    background: url(images/internalMenuSettings.png) right no-repeat;
}
.internalMenuHotUsers:link, .internalMenuHotUsers:active, .internalMenuHotUsers:visited
{
    background: url(images/internalMenuHotUsers.png) right no-repeat;
}

.welcomeAddPicture:link, .welcomeAddPicture:active, .welcomeAddPicture:visited
{
    background-image: url(images/welcomeAddPicture.png);
    color: #fff;
    height: 120px;
    display: block;
    width: 230px;
}
.adFourNisSubForDay:link, .adFourNisSubForDay:active, .adFourNisSubForDay:visited
{
    background-image: url(images/adFourNisSubForDay.png);
    color: #fff;
    height: 150px;
    display: block;
    width: 320px;
}
.relIconMessaged1, .relIconMessaged2, .relIconMessaged3, .relIconWinked1, .relIconWinked2, .relIconWinked3, .relIconViewed1, .relIconViewed2, .relIconViewed3
{
    display: block;
    height: 16px;
    float: right;
    width: 44px;
    color: #fff;
}
.relIconMessaged1
{
    background-image: url(images/relIconMessaged1.png);
}
.relIconMessaged2
{
    background-image: url(images/relIconMessaged2.png);
}
.relIconMessaged3
{
    background-image: url(images/relIconMessaged3.png);
}
.relIconWinked1
{
    background-image: url(images/relIconWinked1.png);
}
.relIconWinked2
{
    background-image: url(images/relIconWinked2.png);
}
.relIconWinked3
{
    background-image: url(images/relIconWinked3.png);
}
.relIconViewed1
{
    background-image: url(images/relIconViewed1.png);
}
.relIconViewed2
{
    background-image: url(images/relIconViewed2.png);
}
.relIconViewed3
{
    background-image: url(images/relIconViewed3.png);
}

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(images/SavedStar.png);
}

#mask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window
{
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes #dialog
{
    width: 375px;
    height: 203px;
    padding: 10px;
    background-color: #ffffff;
}

/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background:#333;
  border:5px solid #666;
  padding: 12px;
  margin-top:50px;
  margin-right:11px;
  height: 600px; 
  width: 750px;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 7px;
  display:none;
}

.galleryBar li {
  position: relative;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 background-color: #333;
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
 
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;

}
.container {width: 800px; margin-top:34px;}
ul.tabs {
	margin-right: 20px;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px;
	
	width: 100%;
}
ul.tabs li {
	float: right;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	background: #0081D1;
	overflow: hidden;
	position: relative;
	border-right:1px solid #fff;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	
	outline: none;
}
ul.tabs li a:hover {
	background: #009DFF;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #10E305;
	
}
.tab_container {
	border: 1px solid #787878;
	clear: both;
	width: 800px;
	background: #fff;
	margin-top:20px;
	margin-right:20px;
	
}

.tab_content{
	padding:5px;
}
.tab_content ul{
	list-style:none;
}
.tab_content a{
	text-decoration:none;
}
.tab_content img{
	padding:5px;
	border: 1px solid #fff;
	
}
.tab_content p
{
    width:300px;
	margin-left:20px;
	float:left;
}


.paging
{
    overflow: hidden;
    clear: both;
    margin-bottom:10px;
}
.pagingSmallBtn:link,
.pagingSmallBtn:active,
.pagingSmallBtn:visited,
.pagingSmallActiveBtn
{
    text-align: center;
    display: block;
    float: right;
    margin-left: 1px;
    font-size: 1.1em;
    font-weight: bold;
    color: #990000;
    height: 32px;
    line-height: 32px;  
    text-decoration:none;
    width:32px;
}
.pagingSmallBtn:link,
.pagingSmallBtn:active,
.pagingSmallBtn:visited
{
    background-image:url(images/pagingBtn.png); 
}
.pagingSmallActiveBtn
{
    background-image:url(images/pagingActiveBtn.png);
    color:#fff;
}

.finduserList
{
    overflow:hidden;
    width:560px;
}
.finduserListItem
{
    background-image:url(images/finduserSmallProfileBackground.png);
    float:right;
    height:182px;
    margin:0 0 15px 5px;
    width:181px;
}
.finduserListItemProfile
{
    float:right;
    height:164px;
    padding:9px;
    width:82px;
}
.finduserListItemProfileInfo
{
    margin:0px;
    list-style:none;
    padding:0px;
}
.finduserListItemActions
{
    float:right;
    height:173px;
    list-style:none;
    margin:0px;
    padding:9px 0 0 0;
    width:81px;
}
.finduserListItemActions li
{
    display:block;
    height:32px;
    margin-bottom:1px;
    width:81px;
}
.finduserListItemActions li a:link,
.finduserListItemActions li a:visited,
.finduserListItemActions li a:active
{
    color:#ddd;
    display:block;
    height:32px;
    width:81px;
}
.finduserViewType
{
    clear:both;
    height:32px;
    margin-bottom:10px;
    width:560px;
}
.finduserViewType a:link,
.finduserViewType a:visited,
.finduserViewType a:active
{
    background-image:url(images/finduserViewTypeBtn.png);
    display:block;
    float:right;
    height:32px;
    margin-left:10px;
    line-height:32px;
    text-align:center;
    width:132px;
}
.finduserAdvancedSearchBtn
{
    background-image:url(images/finduserAdvancedSearchBtn.png);
    display:block;    
    float:right;
    height:30px;
    line-height:30px;
    margin:0 10px 10px 0;
    text-align:center;
    width:132px;
}
.finduserAdvancedSearch
{
    background-image:url(images/finduserAdvancedSearchBackground.png);
    display:block;
    clear:both;
    height:84px;
    margin-bottom:10px;
    padding:4px;
    width:554px;
}
.finduserAdvancedSearchItem
{
    float:right;
    height:30px;
    width:180px;
}
.finduserAdvancedSearch label
{
    display:block;
    font-size:0.9em;
    font-weight:bold;
    float:right;
    height:30px;
    margin-left:7px;
    line-height:30px;
    text-align:left;
    width:70px;
}
.finduserAdvancedSearch select
{
    float:right;
    width:100px;
}

.nav
{
    background-color:#fff;
    list-style:none;
    overflow:hidden;
    z-index:999;
}
.nav li
{
    border-left:1px solid #fff;
    display:block;
    float:right;
    text-align:center;
    width:200px;
}
.nav li a:link,
.nav li a:visited,
.nav li a:active
{
    background-color:#ce0000;
    color:#fff;
    display:block;
    height:18px;
    line-height:18px;
    width:200px;
    text-decoration:none;
}
.nav li ul
{	
    margin: 0;
	padding: 0;
	position: static;
	visibility: hidden;
}	
.nav li ul li
{	
    border-left:none;
    float: none;
	display: inline
}
.nav li ul li a:link,
.nav li ul li a:active,
.nav li ul li a:visited
{	
    background:none;
    background-color:#990000;
    margin-top:1px;
    display:block;
    height:18px;
    font-weight:bold;
    line-height:18px;
    text-decoration:none;
    width:200px;
}
.nav li ul li a:hover
{	
    background:#000;
    color:#ce0000;
}
