body, html {
    background: #f3f3f3;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #000;
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #78a400;
}
a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}
table {
	border-collapse: collapse;
}

input[type="text"],
input[type="password"],
select {
    font-family: Tahoma;
    font-size: 12px;
    border: 1px solid #78a400;
}

.button,
input[type="submit"] {
    background: #da0000;
    border: 2px solid #ae0000;
    color: #fff;
    margin: 5px;
}

#mainContainer {
    background: #fff;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-height: 100%;
}

#headerContainer {
    background: url('i/headerBg.jpg') center bottom no-repeat;
    height: 140px;
    padding-top: 10px;
    position: relative;
}

#mainMenu {
    background: url('i/mainMenuBg.jpg') center top no-repeat;
    height: 56px;
}
#mainMenu ul {
    padding: 17px 20px;
    float: left;
}
#mainMenu li {
    display: inline;
    padding: 3px 6px;
}
#mainMenu li + li {
    border-left: 1px solid #5f85ab;
}
#mainMenu a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
#mainMenu a:hover {
    color: #dedede;
}
#mainMenu #joinButton {
    float: right;
    margin: 4px 15px 0px 0px;
}
#mainMenu #joinButton a {
    background: url('i/headerJoinButton.jpg') no-repeat;
    width: 120px;
    height: 26px;
    display: block;
    text-align: center;
    padding: 11px 0px;
    text-decoration: none;
    font-size: 14pt;
}

.userMenuValue {
	color: #666;
}

#loginForm {
    float: right;
    width: 250px;
    height: 70px;
    margin: 15px;
}
#loginForm label {
    width: 70px;
    display: block;
    float: left;
    padding: 5px 5px 5px 0px;
    color: #808080;
    clear: both;
    text-align: right;
}
#loginForm input {
    width: 130px;
    height: 16px;
    background: #78a400;
    border: 0px;
    margin: 2px;
    float: left;
    color: white;
    padding: 2px;
}
#loginForm #loginButton {
    background: url('i/headerLoginButton.jpg') no-repeat;
    width: 19px;
    height: 21px;
    float: left;
}
#loginForm #loginOptions {
    margin-top: 6px;
    margin-left: 75px;
    color: #080808;
}
#loginForm #loginOptions a {
    font-size: 10px;
}

#contentContainer {
    margin: 3px 11px;
    overflow: hidden;
}

#contentContainer #sidebar {
    width: 210px;
    float: left;
}

h1,
h2.latestContent {
    background: url('i/contentBoxTitleBg.jpg') no-repeat;
    padding: 6px 10px 0px 55px;
    height: 31px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    color: #fff;
}

h1 a {
    color: #fff;
}

.sidebarBox .content {
    margin: 3px 0px;
    background: url('i/sidebarBg_r.jpg') repeat;
    color: #000;
    padding: 10px;
    overflow: hidden;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #ececec;
}

.sidebarBox .content a:hover {
    text-decoration: none;
}

ul#userMenu li.userMenuLastItem {
    margin-top: 10px;
}

#contentContainer #content {
    overflow: hidden;
}
#contentContainer #contentPlaceholder {
    margin-left: 218px;
}

.composeTextBox {
	width: 67%;
}

.contentBox .content {
    margin: 4px;
}

#welcomeBox {
    background: url('i/welcomeBoxBg.jpg');
    width: 451px;
    height: 220px;
    padding-left: 293px;
}

#welcomeBox p {
    padding: 10px;
    margin: 0px;
    text-align: justify;
}

#welcomeBox #registerButton {
    background: url('i/welcomeBoxRegisterButton.jpg') no-repeat;
    color: #fff;
    width: 443px;
    height: 26px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 22px 0px;
    margin: 10px;
}

#randomGirlPicture a{
    display: block;
}
#randomGirlPicture img{
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #78a400;
}
#randomGirlPicture {
    float: left;
}

#randomGirlInfo {
    margin-left: 110px;
}


.girlsGallery, .gallery {
    overflow: hidden;
    margin: 4px 0px;
}
.girlsGallery li, .gallery li {
    width: 143px;
    background: #e9e9e9;
    border: 1px solid #e7e7e7;
    float: left;
    margin: 0px 5px 5px 0px;
}

.girlsGallery li .title, .gallery li .title {
    background: url('i/galleryItemTitle_x.jpg') repeat-x;
    height: 14px;
    margin: 5px 5px 0px 5px;
    padding: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    display: block;
    text-decoration: none;
}
.girlsGallery li img, .gallery li img {
    display: block;
    width: 133px;
    height: 133px;
    border: 1px solid #e7e7e7;
    margin: 4px;
    background: #fff;
}
.girlsGallery li .info, .gallery li .info {
    margin: 5px;
    padding: 0px;
    font-size: 12px;
}
.girlsGallery li span, .gallery li span {
    float: left;
    padding: 1px 6px 1px 0px;
}
.girlsGallery li .infoButton, .gallery li .infoButton {
    background: url('i/galleryItemInfo.jpg');
    width: 33px;
    height: 34px;
    display: block;
    float: right;
    margin: 4px 10px 0px 0px;
}

.rateIndicator {
    background: url('i/rateStarFalse.jpg') repeat-x;
    width: 85px;
    height: 17px;
    overflow: hidden;
}
.rateIndicator .rateValue {
    background: url('i/rateStarTrue.jpg') repeat-x;
    height: 17px;
    overflow: hidden;
}

.rateContainer {
    background: url('i/rateStarWhiteFalse.jpg') repeat-x;
    width: 85px;
    height: 17px;
    overflow: hidden;
}
.rateContainer .rateValue {
    background: url('i/rateStarWhiteTrue.jpg') repeat-x;
    height: 17px;
    overflow: hidden;
}

#footerContainer,
#footerContainer a {
    color: #000;
}
#footerContainer {
    padding: 20px 0px;
}
#footerContainer .copy {
    float: left;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 220px;
    text-align: center;
}
#footerContainer ul {
	margin: 10px 0px 0px 225px;
    overflow: hidden;
    text-align: center;
}
.footerMenu {
	margin-top: 0px !important;
}
#footerContainer li {
    display: block;
    padding: 0px 10px;
    margin: 0px;
    float: left;
}
#footerContainer li + li {
    border-left: 1px solid #000;
}

#statisticsTable {
    width: 100%;
}
#statisticsTable .value {
    width: 50px;
}

h3 {
    border-bottom: 3px solid #08478f;
    color: #08478f;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0px;
    margin: 10px 5px;
}

.box2,
.box2 tbody,
.box2 tr {
    display: block;
}
.box2 .boxContent {
    display: block;
}

.profilePhoto {
    margin: 0px 10px 10px 10px;
    float: left;
}

#profile,
.page {
    overflow: hidden;
}

#profile #description {
    clear: both;
}

.table, .reporterTable {
    border-collapse: collapse;
}

.table .odd,
.reporterTable .odd {
    background: #fafafa;
}
.table .even,
.reporterTable .even {
    background: #efefef;
}

.reporterHeaderRow,
.reporterTotalRow,
.reporterTable th {
    background: #2B5D90;
    color: #fff;
}
.reporterHeaderRow a,
.reporterTotalRow a {
    color: #fff;
}

.reporterCell,
.reporterHeaderCell,
.reporterTotalCell {
    padding: 4px 9px;
}

.table .odd td,
.table .even td,
.reporterTable td,
.reporterTable th {
    padding: 4px 9px;
}

table {
    margin: 5px 0px;
}
#userMenu {
    font-size: 12px;
}
#userMenu li {
    padding: 2px 0px;
    font-weight: bold;
}

#langSelector {
    position: absolute;
    top: 5px;
    right: 54px;
}

#langSelector li {
    float: left;
    padding: 0px 2px;
}

#siteLogo {
    float: left;
    margin: 3px 0px 0px 30px;
}

.pages {
    margin: 10px 0px;
}

.error {
    color: #ff0000;
    padding: 15px;
    background: #ffd8d3;
    border: 3px solid #f0d7d7;
}

#profileItemsBox {
    float: right;
    width: 150px;
}
#profileItemsBox table {
    width: 100%;
}

#personalRoomButton {
    margin: 0px 0px 10px 0px;
}

.itemList {
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}
.itemList li {
    float: left;
    margin: 2px 4px;
}
.itemList a {
    display: block;
}
.itemList p {
    margin: 2px 0px;
    text-align: center;
}

.itemList img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    border: 1px solid #e7e7e7;
}
.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;
}
#tooltip {
    font: 11px Tahoma, Verdana, Arial;
    font-weight: normal;
    position: absolute;
    z-index: 3000;
    width:250px;
    border: 1px solid #269;
    background-color: #F7F7F7;
    padding: 2px;
    opacity: 0.90;
    color: #222222;
}

/* jQuery Simple Dialog */
.sd_container {
    font-family: Tahoma;
    margin: 0;
    padding: 10px;
    position: absolute;
    background-color: #fff;
    border: solid 1px #ccc;
    color: #000;
}

.sd_header {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.sd_content {
    text-align: left;
}

.sd_footer {
    color: #a0a0a0;
    margin-top: 10px;
}

.sd_overlay {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background-color: #222;
}

.sd_loading {
    background: url('indicator.gif') center no-repeat;
    background-color: #dbf5f7;
    height: 60px;
    width: 60px;
}

.sd_closelabel {
    position: absolute;
    width: 50px;
    height: 22px;
    line-height: 22px;
    top: 0;
    left: 0;
    padding: 5px;
    text-align: center;
    background-color: #ccc;
}

.sd_closelabel a {
    text-decoration: none;
    color: #222;
    font-size: 12px;
    font-weight: bold;
}

.videoItem {
    margin-bottom: 10px;
}

ul.tagMatches {
    margin-left: 0px;
    position: absolute;
    padding: 0px;
    margin-top: 0px;
}

ul.tagMatches li {
    background: #ECECEC;
    color: #000000;
    cursor: pointer;
    list-style-type: none;
    padding-left: 5px;
    width: 159px;
}

ul.tagMatches li:hover {
    background: #96BDCD;
    color: #fff;
}

.profileContainer {
    margin-top: 10px;
}
#profile .girlGalleryItem {
    float: left;
}
#personalRoomButton {
    margin-bottom: 5px;
}
#profileItemsBox {
    float: right;
}
#profileItemsBox .table {
    width: 100%;
}
#userInformation {
    margin: 0px 0px 0px 145px;
    padding: 0px;
    list-style: none;
}
#userInformation li {
    padding: 2px;
    float: none;
}
#userInformation img {
    padding: 0px 5px 0px 0px;
}
#userInformation .paramLabel {
    font-weight: bold;
}

.clear {
    width: 100%;
    overflow: hidden;
}
/*simplemodal css -------------------------------*/
#basic-modal-content,
#video-modal-content {
    display:none;
}
/* Overlay */
#simplemodal-overlay {
    background-color:#000;
    cursor:wait;
}
/* Container */
#simplemodal-container {
    height:540px;
    width:370px;
    color:#000;
    background-color:#f1f1f1;
    border:1px solid #aaa;
    padding:12px;
}
#simplemodal-container a {
    color:#00aac8;
}
#simplemodal-container a.modalCloseImg {
    background:url(../img/basic/x.png) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-16px;
    cursor:pointer;
}
#simplemodal-container #basic-modal-content,
#simplemodal-container #video-modal-content{
    padding:8px;
}
/*simplemodal css -------------------------------*/
/*select restricted country form*/
#restrictedCountryDiv #save,
#restrictedCountryDiv #discard {
    float: right;
    margin:20px 5px;
}
#countryList input {
    float: right;
}
#countryList span {
    float: left;
    clear: both;
}
#restrictedCountryDiv p {
    text-align: center;
    font-weight: bold;
    margin: 0px;
}
#countryList {
    padding-left: 0px !important;
    list-style-type:none;
    margin-left: 0px!important;
}
/*select restricted country form*/

#paymentSectionsContainer h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: transparent url('i/payment-section-header-bg.gif') left top no-repeat;
    width: 580px;
    height: 37px;
    cursor: pointer;
    border: none;
}

table.depositTable th {
    background-color: #6E9305;
}

table.depositamount th {
    background-color: #6E9305;
}

#convert .sectionContent {
	color: #000;
    background: #fff;
    border: 1px solid #000;
    padding: 5px;
    width: 508px;
}
#paymentSectionsContainer .collapsable {
    overflow: hidden;
    width: 530px;
}
#paymentSectionsContainer .paymentAmounts {
    float: right;
    width: 175px;
}

.warning {
    background: #fffeb9;
    color: #000;
    padding: 10px;
}

.validatorBadField {
    border: 1px solid #e31313;
    background: #fff;
}
.validatorHint {
    position: absolute;
    background: #fffeeb;
    border: 1px solid #808080;
    padding: 4px;
    z-index: 9999;
}
.validatorFieldHint {
    padding: 3px;
    color: #b0a1a1;
}

.itemstable tr.header td{
    background: url('i/sidebarBg_r.jpg') repeat;
    font-weight: bold;
    border: 1px solid #fff;
}
#footerContainer {
    clear: both;
}
ul.footerMenu {
    width: 750px;
}

