html, body {
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    color: #003663;
    background: #96bdcd;
    margin: 0px;
    padding: 0px;
}
h1 {
    font: bold 15px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    background: #cef0fc url('i/headingBg.jpg') top left no-repeat;
    padding: 7px 0px 0px 30px;
    border: 1px solid #fff;
    height: 25px;
    margin: 0px;
}
h2 {
    font: bold 15px Arial, Verdana, Tahoma, sans-serif;
    color: #003663;
    border-bottom: 3px solid #8db8c9;
    padding: 2px 0px;
    margin: 0px 0px 5px 0px;
}
img {
    border: none;
}
form, fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}
a {
    color: #003663;
    text-decoration: underline;
}
a:hover {
    color: #0076a3;
}
p {
    margin: 5px 0px;
}
input, textarea, select {
    font: 11px Tahoma, Verdana, Arial, serif;
}

#pageMainContainer {
    width: 981px;
    margin: 3px auto;
    overflow: hidden;
    background: #cdeffc;
}

#pageHeader {
    color: #0076a3;
    background: #ebf9fe url('i/pageHeadBg.gif') top left repeat-x;
    border: 1px solid #fff;
    min-height: 147px;
    margin-bottom: 2px;
    overflow: hidden;
}
#siteLogo {
    display: block;
}
#langBarContainer {
    display: block;
    clear: left;
    margin: 4px 20px;
    padding: 0px;
}
#langBarContainer li {
    display: inline;
    margin: 0px 2px;
    padding: 0px;
}

#topBannerContainer {
    background: #fff;
    width: 468px;
    height: 60px;
    margin: 15px 2px 5px 13px;
}

#topRatedGirls {
    display: block;
    margin: 0px 8px;
    padding: 0px;
}
#topRatedGirls img {
    border: 1px solid #003663;
}

#headSectionLogo {
    float: left;
    width: 229px;
}
#headSectionBanners {
    float: left;
    width: 520px;
}
#headSectionUser {
    float: right;
    width: 226px;
}

#loginFieldLabel, #passwordFieldLabel {
    float: left;
    display: block;
    width: 55px;
    margin-top: 3px;
}
#passwordFieldLabel {
    clear: left;
}
#passwordField, #loginField {
    float: left;
    width: 80px;
    height: 14px;
    border: 1px solid #cfcfcf;
    margin: 1px;
}
#loginButton {
    font-size: 17px;
    color: #fff;
    background: #8b2222 url('i/btnLoginBg.gif') top left no-repeat;
    float: right;
    width: 57px;
    height: 36px;
    border: none;
    margin: 2px 15px 2px 2px;
}
#loginForm {
    margin: 10px 5px 5px 0px;
}
#loginfForm fieldset {
    overflow: hidden;
}

#headerModelSignupLink {
    background: #77adc4 url('i/it/modelSignupBanner.gif') top left no-repeat;
    width: 221px;
    height: 61px;
    margin: 12px 2px 0px auto;
}
.signupBanner {
    background: #77adc4 url('i/signupBannerRed.gif') top left no-repeat;
    width: 227px;
    height: 61px;
    margin-bottom: 2px;
}
#sidebar2 .signupBanner {
    width: 221px;
    margin: 0px auto 2px auto;
    background-image: url('i/signupBannerBlue.gif');
}
#headerVideochatLink {
    background: #77adc4 url('i/videochatBanner.gif') top left no-repeat;
    width: 221px;
    height: 61px;
    margin: 9px 2px 0px auto;
}
#personalRoomButton {
	margin: 0px 0px 10px auto;
}

#sidebar1 {
    width: 227px;
    float: left;
}
#sidebar2 {
    width: 227px;
    float: right;
}

#sidebar1 h1, #sidebar2 h1 {
    background-image: url('i/headingBgBox.jpg');
}

#contentContainer {
    margin: 0px 229px;
}
#contentContainer.wide {
    margin-right: 0px;
    width: 752px;
}

.box {
    background: #eaf9fe url('i/boxBg.gif') bottom left repeat-x;
    border: 1px solid #fff;
    margin: -1px 0px 2px 0px;
    padding: 8px;
}
.box.news, #welcomeBox, #birthdayBox {
    background: #fff;
}
.box.message {
    color: #f00;
    background: #fff;
}
.box.warning, .warning {
    color: #f00;
    background: #fffeb9;
    padding: 8px;
}
.box.error, .error {
    color: #ff0000;
    background: #ffd8d3;
    padding: 8px;
}
.news dl, .news dt, .news dd {
    margin: 0px;
    padding: 0px;
}
.news dd {
    margin: 5px 0px 7px;
}
.news dt {
    font-weight: bold;
}
.news dd+dt {
    padding-top: 7px;
    border-top: 1px solid #003663;
}
.news .date {
    font-weight: normal;
}

#webchatBox {
    padding: 0px;
    width: 750px;
    overflow: hidden;
}
#webchatBox object {
    position: relative;
    left: -5px;
}

.statistics table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin: 0px;
}
.statistics td {
    font-weight: bold;
    text-align: left;
    padding: 7px 1px;
    border: none;
}
.statistics .value {
    text-align: right;
}
.statistics tr+tr td {
    border-top: 1px solid #003663;
}

.box.schedule {
    background: #fff;
}
.schedule table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #003663;
}
.schedule th {
    text-align: left;
    border-bottom: 1px solid #003663;
    padding: 3px 15px;
}
.schedule td {
    padding: 3px 15px;
    border-left: 1px solid #003663;
    border-right: 1px solid #003663;
}

#mainMenu {
    background: #e9f8fd url('i/menuBoxBg.jpg') bottom left no-repeat;
}
#mainMenu ul {
    display: block;
    margin: 0px;
    padding: 0px;
}
#mainMenu li {
    font: bold 13px Arial, Verdana, Tahoma, sans-serif;
    display: block;
    margin: 1px 0px;
    padding: 0px;
}
#mainMenu a {
    display: block;
    background: transparent;
    border: none;
    padding: 1px;
}
#mainMenu a:hover {
    background: #fcd7ad;
    text-decoration: none;
    border-top: 1px solid #003663;
    border-bottom: 1px solid #003663;
    padding: 0px 1px;
}

.miniGallery {
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    padding-bottom: 1px;
}
.miniGallery li {
    display: block;
    margin: 5px 3px 5px 9px;
    padding: 0px;
    float: left;
    position: relative;
    width: 59px;
    height: 59px;
}
.miniGallery .thumb {
    display: block;
    border: 1px solid #003663;
    z-index: 0;
}
.miniGallery .thumb:hover {
    position: absolute;
    width: 67px;
    height: 67px;
    top: -4px;
    left: -4px;
    z-index: 1;
}

#pageFooter {
    color: #003663;
    background: #eaf9fe url('i/pageFooterBg.gif') bottom left repeat-x;
    clear: both;
    min-height: 56px;
    border: 1px solid #fff;
    margin-top: 2px;
}

.girlList {
    display: block;
    margin: 0px;
    padding: 0px;
}
.girlList > li {
    display: block;
    margin: 0px 17px 5px 17px;
    padding: 0px !important;
}
#contentContainer .girlList {
    overflow: hidden;
}
#contentContainer .girlList > li {
    float: left !important;
    margin: 7px !important;
    padding: 9px !important;
    border: 1px solid #003663;
    width: 133px;
}

#sidebar2 .girlList .thumb {
    float: left;
    margin-right: 5px;
}
#sidebar2 .girlList > li {
    margin: 0px;
    padding: 0px 0px 2px 0px !important;
    overflow: hidden;

}
#sidebar2 .girlList > li+li {
    border-top: 1px solid #205863;
    padding-top: 2px !important;
}

.girlList .info {
    display: block;
    margin: 0px;
    padding: 0px;
}
.girlList .info li {
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
}
.girlList .rate .label, .profileRating {
    float: left;
}
.girlList .rate .rateContainer, .profileRateContainer {
    background: transparent url('i/rate0.gif') top left repeat-x;
    width: 60px;
    height: 12px;
    float: left;
    display: block;
    margin-left: 3px;
}
.profileRateContainer {
    margin-right: 7px;
}
.girlList .rate .rateValue, .profileRateValue {
    background: transparent url('i/rate1.gif') top left repeat-x;
    height: 12px;
    display: block;
}


.awardGirlList {
    display: block;
    margin: 0px;
    padding: 0px;
}
.awardGirlList > li {
    display: block;
    margin: 0px 17px 5px 17px;
    padding: 0px !important;
}
#contentContainer .awardGirlList {
    overflow: hidden;
}

#contentContainer .awardGirlList > li {
    float: left !important;
    margin: 5px !important;
    padding: 7px !important;
    border: 1px solid #003663;
    width: 90px;
}
.awardGirlList .info {
    display: block;
    margin: 0px;
    padding: 0px;
}
.awardGirlList .info li {
    display: block;
    margin: 2px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
}

.place {
    font: 18px Tahoma, Verdana, Arial, serif;
    font-weight: bold;
    color: #005088;
    display: block;
    float: left;
}
.placeBig {
    font: 25px Tahoma, Verdana, Arial, serif;
    font-weight: bold;
    color: #005088;
    display: block;
    float: left;
    margin: 7px;
}

#bottomMenu {
    display: block;
    margin: 12px auto;
    padding: 0px;
    text-align: center;
}
#bottomMenu li {
    display: inline;
    padding: 0px 10px;
}
#bottomMenu li+li {
    border-left: 1px solid #003663;
}
#bottomMenu a {
    text-decoration: none;
}
#bottomMenu a:hover {
    text-decoration: underline;
}

#copyright {
    text-align: center;
}

.searchPagingTop, .searchPagingBottom {
    width: 100%;
    border-collapse: collapse;
}
.searchPagingTop td, .searchPagingBottom td {
    padding: 0px;
}

table.formTable {
    margin: 10px;
    border-collapse: collapse;
}
div.formTable {
    overflow: hidden;
}
.formTable td {
    padding: 4px 8px;
}
select.registr, input.text, .inputbox, .agreementbox, .inputbox2 {
    border: 1px solid #003663;
    width: 135px;
}
.agreementbox, .inputbox2 {
    width: 400px;
    height: 150px;
}

.reporterTable {
    width: 100%;
    border-collapse: collapse;
}
.reporterTable td {
    padding: 4px 10px 4px 10px;
}
.visits td {
    padding: 0px 0px 0px 0px;
    border: none;
}
.filterTable td.divUser {
    font-weight: bold;
}
.filterTable td.divUser2 {
    font-size: 12px;
    font-weight: bold;
}
.reporterHeaderRow td, .reporterTotalRow td {
    border-top: 1px solid #003663;
    background: #97c6d8;
}
.reporterHeaderRow a, .itemsHeader td {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.reporterRow td {
    border-top: 1px solid #003663;
}
.reporterRowOver td {
    background: #cddbff;
    border-top: 1px solid #003663;
}
.creditsTable {
    width: 100%;
}

.archive {
    margin-top: 10px;
    text-align: right;
}

#rivnetwork {
    background: #e2f6fd url('i/boxRivnetBg.gif') bottom left no-repeat;
    min-height: 85px;
}
label.checkbox {
    white-space: nowrap;
}

#profilePhotoBox, #profileGirlInfoBox, #profileItemsBox {
    float: left;
}
#profileGirlInfoBox {
    width: 175px;
}
#profilePhotoBox table, #profileGirlInfoBox table,
#profileItemsBox table {
    width: auto;
    border-collapse: collapse;
}
#profileDescriptionBox {
    padding: 10px 0px;
    clear: both;
}

#profileDescriptionBox form {
    clear: both;
}
#profileDescription {
    margin-top: 10px;
}
#profileLinks {
    text-align: center;
    margin-top: 10px;
}
.profilePhotoThumb {
    float: left;
    margin: 0px 7px 7px 0px;
}

#userMenu table {
    width: 100%;
    border-collapse: collapse;
}
#userMenu .icon {
    width: 20px;
    vertical-align: top;
    padding: 0px 2px 0px 0px;
}
#userMenu .icon img {
    display: block;
}
#userMenu .value {
    padding: 0px 2px 0px 0px;
    text-align: right;
}
#userMenu .item {
    padding: 0px 5px;
}
#userMenu tr:hover .item, #userMenu tr:hover .value {
    background: #97c6d8;
}

#loggedUser, #headSectionUser .label, #logoutLink {
    font-weight: bold;
}
#logoutLink {
    text-align: right;
    margin-right: 20px;
}

#profileItemsBox .col1 {
    padding: 0px;
    width: 20px;
    background: #b2d0ce;
}
#profileItemsBox .col1 img {
    display: block;
}
#profileItemsBox .pp_information {
    padding: 0px 4px;
}

#linksContainer {
    height: 200px;
    overflow: hidden;
    position: relative;
    padding: 0px 8px;
}
#linksContent {
    position: relative;
}
#chatGirls {
    max-height: 345px;
}
.buttonUp, .buttonDown {
    color: #ceeffc;
    background: #015b7e url('i/btnUpNormal.gif') top left no-repeat;
    display: block;
    text-align: center;
    width: 209px;
    height: 0px;
    overflow: hidden;
    padding-top: 13px;
    margin-bottom: 3px;
    outline: 0px;
}
.buttonDown {
    background: #015b7e url('i/btnDownNormal.gif') top left no-repeat;
    margin: 3px 0px 0px 0px;
}
.buttonUp:hover {
    background: #03709b url('i/btnUpHover.gif') top left no-repeat;
}
.buttonDown:hover {
    background: #03709b url('i/btnDownHover.gif') top left no-repeat;
}
.buttonUp:active {
    background: #2a8fb6 url('i/btnUpActive.gif') top left no-repeat;
}
.buttonDown:active {
    background: #2a8fb6 url('i/btnDownActive.gif') top left no-repeat;
}
.buttonUp.disabled {
    background: #b9c5ca url('i/btnUpDisabled.gif') top left no-repeat;
    cursor: default;
}
.buttonDown.disabled {
    background: #b9c5ca url('i/btnDownDisabled.gif') top left no-repeat;
    cursor: default;
}

#welcomeBox {
    overflow: hidden;
}
#welcomeBox .part1 {
    float: left;
    width: 240px;
    border-right: 1px solid #000;
    padding-right: 5px;
}
#welcomeBox .part2 {
    margin-left: 245px;
    border-left: 1px solid #000;
    padding-left: 10px;
}
#welcomeBox .part2 img {
    float: right;
    margin: 0px 0px 5px 5px;
}

.linkSectionExpand, .linkSectionCollapse {
    background: transparent url('i/btnExpand.gif') top left no-repeat;
    display: block;
    padding-top: 15px;
    height: 0px;
    width: 16px;
    overflow: hidden;
    float: right;
    margin: 0px 5px 0px 0px;
}
.linkSectionCollapse {
    background-image: url('i/btnCollapse.gif');
}
#interviewMessage, #interviewerMessage {
	padding: 20px 0px;
}

.interviewItem {
    border: 1px dashed #999999;
    margin: 5px 10px;
    width: 475px;
}

.interviewHeader {
	text-align: center;
	font-weight: bold;
	width: 133px;
}

.interviewTitle {
	text-align: center;
	font-weight: bold;
}

.interviewDescription {
	vertical-align: top;
}

.interviewDate {
	text-align: right;
	margin-bottom: 7px;
	padding-right: 15px;
}

#interviewTable .information {
	padding-left: 10px;
	text-align: left;
	width: 80%;
}

#interviewTable .answer {
	padding: 4px 6px;
	background-color: #ffffff;
	border: 1px solid #003663;
}

#interviewTable .question {
	padding: 12px 6px 2px 6px;
}

.interviewThumb {
	border: 1px solid #003663;
}

#interviewTable .sendMessage {
	padding-top: 20px;
	text-align: center;
}

.interviewerQuestion {
	margin-top: 10px;
}

.interviewerButton {
	margin-top: 10px;
	text-align: center;
}

#divThankyou {
	height: 600px;
	background-color: #EAF9FE;
	text-align: center;
	padding-top: 280px;
}

#interviewerPopup {
	height: 247px;
	width: 100%;
}

.interviewerTitle {
	text-align: center;
}

.interviewerDescription {
	padding: 20px 0px;
}

.interviewerLink {
	width: 50%;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}

#giftAddressTable {
	margin: 0px auto;
}

.hiddenpanel {
    display: none;
}

.paymentOption {
    width: 420px;
}

#contactsTable {
    border-collapse: collapse;  
}

#contactsTable td {
    border-bottom: 3px solid #bedeee;
}

.photoPreview {
    width: 100px;
}

.imgBorder {
	border:1px solid #003663;
}

.infoBox {
    padding: 20px 15px;
    font-size: 12px;
    width: 171px;
}

.contactsNick {
    display: block;
    padding: 0px 0px 7px 0px;
    font-weight: bold;
}

.infoDescription {
    font-weight: bold;
}

.midiGallery {
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    padding-bottom: 1px;
}
.midiGallery li {
    display: block;
    margin: 5px 15px 5px 9px;
    padding: 0px;
    float: left;
    position: relative;
    width: 77px;
    height: 94px;
}
.midiGallery .thumb {
    display: block;
    border: 1px solid #003663;
    z-index: 0;
}
.midiGallery .thumb:hover {
    position: absolute;
    width: 85px;
    height: 85px;
    top: -4px;
    left: -4px;
    z-index: 1;
}

.linkWhoLook, .linkWhomLook {
	padding: 5px 9px;
}

.linkWhoLook {
	float: left;
}

.linkWhomLook {
	float: right;
}

.divWhoLook {
	height: 23px;
}

.divImg {
	height: 82px;
}

.publicChatRevenue td {
	padding: 2px 8px !important;
}

.videoTable {
	width: 484px;
}

.formTableHR {
	border: 1px solid #8DB8C9;
	height: 1px;
}

.onlineTranslation {
	display: inline;
}

.tooltip {
	position: absolute;
    visibility: hidden;
	width: 150px;
	background: white;
	color: black;
	border: 1px solid black;
	padding: 0px;
	text-align: left;
}

.tooltip tr td {
    font-weight: bold;
}

.tooltip tr.divider {
	cursor: default;
}

.tooltip tr.mouseOver {
    cursor: pointer;
	background: #cfefff;
}

.tooltip tr.mouseOut {
    cursor: pointer;
	background: white;
}
.autocompleteResult {
    background: #fff;
    border: solid #83a0b8;
    border-width: 0px 1px 1px 1px;
    margin: 0px;
    padding: 0px;
}
.autocompleteResult li {
    color: #222;
    list-style: none;
    padding: 2px 4px;
    cursor: default;
}
.autocompleteSelectedRow {
    background: #bae4f3;
    color: #333;
}

p.chatTypeDescription {
    padding: 0px 10px;
}

#personalInfoRequest {
	margin: 10px auto;
	width: 360px;
}

.bookmarkRecord {
    overflow: hidden;
}
.bookmarkRecord .thumbL {
    float: left;
    margin: 0px 10px 10px 0px;
}
.bookmarkRecord hr {
    clear: left;
}

#additionalLinks {
	display: block;
    width: 981px;
    margin: 3px auto;
    text-align: center;
}

#additionalLinks li {
    display: inline;
    list-style: none;
    margin: 0px 2px;
}

.firstGirls table {
    border-spacing: 7px;
}
.firstGirls td {
    vertical-align: bottom;
}
.firstGirls div {
    border: 1px solid #003663;
    padding: 9px;
}

#spokenLangs {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#spokenLangs li {
    display: inline;
    padding: 0px 2px;
}