.disableselect
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.nl {
    clear: both;
}

.center {
    margin: 0 auto 0;
}

.invisible {
    visibility: hidden;
}

.spacer {
    width: 1px;
    height: 1px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clickable {
    cursor: pointer;
}

.shadow {
    text-shadow: 1px 1px 1px #101010;
}

.black.shadow {
    text-shadow: 1px 1px 1px #e0e0e0;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.wrap-text {
    white-space: pre-wrap;
}

/* ---------- Icons ---------- */
.tabIcon {
    float: left;
    padding-right: 4px;
}

.tickerIcon {
    margin-left: 5px;
}

.headerIcon {
    padding-right: 2px;
    position: relative;
    top: 1px;
}

.dropDownIcon {
    background-image: url('/img/icon_dropdown.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.countryIcon {
    border: 1px solid #000000;
    margin-left: 3px;
}

.smileyHover {
    background-color: #30508f;
}

.userlistIcon {
    margin-left: 2px;
    margin-top: 2px;
    width: 18px;
}

.userlistIcon2 {
    margin-right: 3px;
    margin-top: 3px;
    width: 16px;
}

.facebook-image {
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #000000;
}

/* ---------- Farben ---------- */
.yellow {
    color: #f7f738 !important;
}

.white {
    color: #ffffff !important;
}

.red {
    color: #ff0000 !important;
}

.grey {
    color: #808080 !important;
}

.green {
    color: #008000 !important;
}

.light-green {
    color: #60ff60 !important;
}

.light-red {
    color: #ff6060 !important;
}

.black {
    color: #000000 !important;
}

.guestColor {
    color: #a0a0a0 !important;
}

.textColor {
    color: #91c6ff !important;
}

.errorColor {
    color: #ffa705 !important;
}

.partyColor {
    color: #f2c577 !important;
}

.partyAudioColor {
    color: #c0c0c0 !important;
}

.background-darker {
    background-color: rgba(48, 80, 143, 1.0);
}

.edenColor {
    background-color: #4665a2;
}

.msgIncomingColor {
    background-color: #ffffff;
}

.msgOutgoingColor {
    background-color: #e3eec8;
}

.favoriteColor {
    color: #0cf6eb;
}

.buddyColor {
    color: #85f785;
}

.ignoreColor {
    color: #ff2222;
}

/* ---------- Schriften ---------- */
.font8 {
    font-size: 11px;
    font-family: sans-serif;
    font-weight: bold;
}

.font8n {
    font-size: 11px;
    font-family: sans-serif;
    font-weight: normal;
}

.font9 {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}

.font9n {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: normal;
}

.font10 {
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
}

.font10n {
    font-size: 13px;
    font-family: arial;
    font-weight: normal;
}

.font11 {
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
}

.font11n {
    font-size: 15px;
    font-family: arial;
    font-weight: normal;
}

.font12 {
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}

.font14 {
    font-size: 19px;
    font-family: arial;
    font-weight: bold;
}

.font16 {
    font-size: 21px;
    font-family: arial;
    font-weight: bold;
}

.font18 {
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
}

.font20 {
    font-size: 27px;
    font-family: arial;
    font-weight: bold;
}

.font22 {
    font-size: 30px;
    font-family: arial;
    font-weight: bold;
}

/* ---------- Buttons Videochat ---------- */
.button-green {
    background-color: #30ab5f;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button-red {
    background-color: #e6474c;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* ---------- Rechteck mit Rand oben offen, z.b. unterhalb von Headern mit Hintergrund ---------- */
.groupbox {
    background-color: rgba(70, 101, 162, 0.8);
    border: 1px solid #000000;
    border-top-width: 0;
}

/* ---------- Rechteck mit Rand überall ohne Hintergrund ---------- */
.rectangle {
    border: 1px solid #000000;
}

.tab {
    border-color: transparent;
}

.dialogBox {
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px 5px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.messageBox {
    padding: 10px;
    background-color: #ffffff;
    border: 2px solid #ff0000;
    text-align: center;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    white-space: pre-wrap;
    cursor: default;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
}

.tooltipBox {
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #000000;
    text-align: center;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    position: absolute;
    white-space: pre-wrap;
    cursor: default;
    z-index: 100000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 6px 6px 6px #000000;
}

/* ---------- Text ---------- */
.text {
    text-align: center;
    line-height: 16px;
    white-space: pre-wrap;
    cursor: default;
}

.text2 {
    white-space: pre-wrap;
    text-align: left;
    cursor: default;
}

.text3 {
    white-space: pre-wrap;
    text-align: right;
    cursor: default;
}

.textH {
    white-space: nowrap;
    text-align: left;
    cursor: default;
    height: 15px;
    line-height: 15px;
}

.textL {
    line-height: 25px;
    margin-left: 5px;
    white-space: pre-wrap;
    text-align: left;
    cursor: default;
}

.textR {
    line-height: 25px;
    margin-right: 5px;
    white-space: pre-wrap;
    text-align: right;
    cursor: default;
}

.tabtext {
    text-align: center;
    line-height: 16px;
    white-space: pre-wrap;
}

.edittext {
    padding: 2px 2px 2px 2px;
    white-space: pre-wrap;
}

.text18 {
    white-space: nowrap;
    line-height: 18px;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
}

/* ---------- listbox Eintrag ---------- */
.listbox-container {
    cursor: default;
}

.listbox-node {
    clear: both;
}

.listbox-entry {
    cursor: default;
}

.listbox-entry-selected {
    background-color: #678bd3;
}

.listbox-header-entry {
    background-color: rgba(48, 80, 143, 0.8);
    line-height: 22px;
    height: 22px;
}

.listbox-header-selected {
    background-color: #3279c7;
}

.listbox-text {
    font-size: 10pt;
    font-family: arial;
    line-height: 22px;
}

/* ---------- normaler Header ---------- */
.header {
    clear: both;
    height: 22px;
    overflow: hidden;
}

.headerL {
    float: left;
    width: 5px;
    height: 22px;
}

.headerM {
    float: left;
    height: 22px;
}

.headerT {
    margin-left: 5px;
    font-size: 10pt;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px;
}

.headerR {
    float: left;
    width: 5px;
    height: 22px;
}

.headerI {
    float: left;
    position: relative;
    top: -1px;
}

.subheader {
    background-image: url('/img/subheader.gif');
    background-repeat: repeat-x;
    border: 1px solid #000000;
    height: 16px;
}

.subheaderM {
    float: left;
    font-size: 10pt;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 15px;
    margin-left: 4px;
}

/* ---------- Info Button ---------- */
.infoButton {
    height: 25px;
    position: relative;
    cursor: default;
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
}

/* ---------- kleiner Button ---------- */
.miniButton {
    height: 22px;
    background-repeat: no-repeat;
}

.miniButtonT {
    height: 22px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
}

/* ---------- normaler Button ---------- */
.button {
    overflow: hidden;
    position: relative;
}

.buttonL {
    float: left;
    width: 10px;
    height: 25px;
}

.buttonM {
    float: left;
    height: 25px;
}

.buttonR {
    float: left;
    width: 10px;
    height: 25px;
}

.buttonT {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    line-height: 24px;
    margin: 0;
}

.buttonT2 {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
}

.buttonI {
    padding-top: 2px;
    float: right;
    position: relative;
    left: -2px;
}

.buttonI2 {
    float: right;
}

.buttonI3 {
    float: right;
    position: relative;
    left: -6px;
}

/* ---------- kleiner Button, wie die Suchen Buttons über der Tielnehmerliste ---------- */
.smallButton {
    height: 22px;
}

.smallButtonL {
    background-image: url('/img/btn_header1_dark.gif');
    background-repeat: no-repeat;
    width: 4px;
    height: 22px;
}

.smallButtonM {
    float: left;
    background-image: url('/img/btn_header2_dark.gif');
    background-repeat: repeat-x;
    background-size: contain;
    height: 22px;
}

.smallButtonR {
    background-image: url('/img/btn_header3_dark.gif');
    background-repeat: no-repeat;
    width: 4px;
    height: 22px;
}

.smallButtonI {
    padding-top:2px;
    float: left;
    position: relative;
    left: 1px;
}


/* ---------- grosser Button ---------- */
.bigButton {
    height: 40px;
    overflow: hidden;
}

.bigButtonL {
    background-image: url('/img/big_button1.gif');
    background-repeat: no-repeat;
    width: 10px;
    height: 40px;
}

.bigButtonM {
    float: left;
    background-image: url('/img/big_button2.gif');
    background-repeat: repeat-x;
    height: 40px;
}

.bigButtonR {
    background-image: url('/img/big_button3.gif');
    background-repeat: no-repeat;
    width: 65px;
    height: 40px;
}

.bigButtonT {
    padding-top: 2px;
    position: relative;
    left: -5px;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
}

.bigButtonI {
    float: left;
}

/* ---------- Multi Line Edit Field ---------- */
.input2 {
    background: transparent;
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #ffffff;
    outline: none;
    resize: none;
    overflow: hidden;
}

textarea:focus {
    outline: none !important;
}

/* ---------- Small Single Line Edit Field ---------- */
.smallEditL {
    float: left;
    background-image: url('/img/input_mini1.gif');
    background-repeat: no-repeat;
    width: 2px;
    height: 16px;
}

.smallEditM {
    float: left;
    background-image: url('/img/input_mini2.gif');
    background-repeat: repeat-x;
    height: 16px;
}

.smallEditR {
    float: left;
    background-image: url('/img/input_mini3.gif');
    background-repeat: no-repeat;
    width: 2px;
    height: 16px;
}

.smallInput {
    height: 14px;
    background: transparent;
    font-family: arial;
    font-size: 9pt;
    font-weight: normal;
    color: #ffffff;
    outline-width: 0px;
}

/* ---------- Single Line Edit Field ---------- */
.edit {
    height: 25px;
}

.editL {
    float: left;
    width: 10px;
    height: 25px;
}

.editM {
    float: left;
    height: 25px;
}

.editR {
    float: left;
    width: 10px;
    height: 25px;
}

.input {
    height: 25px;
    background: transparent;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    outline: none;
}

input:focus {
    outline: none !important;
}

.guestInfoPopup-oben {
    background-image: url(/img/popup_part01.gif), url(/img/popup_part02.gif), url(/img/popup_part03.gif);
    background-repeat: no-repeat;
}

.guestInfoPopup-mitte {
    background-image: url(/img/popup_part07.gif);
    background-repeat: repeat;
}

.guestInfoPopup-unten {
    background-image: url(/img/popup_part04.gif), url(/img/popup_part05.gif), url(/img/popup_part06.gif);
    background-repeat: no-repeat;
}

/* ---------- New Dialogs ---------- */
.newDialogMessageBox {
    border: 1px solid black;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
    white-space: pre-wrap;
}

.newDialogButton {
    border: 1px solid black;
    padding: 1px 4px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #30508f;
    line-height: 18px;
    height: 18px;
}

.SpieleLoginPanel {
    border: 1px solid black;
}

/* --------------------------------------------------------------------------------------------- */

#imageLists {
    margin: 60px 120px;
    width: 460px; height: 300px;
    float: left;
}

#imageListLeft, #imageListRight {
    display: inline;
    float: left;
    max-width: 50px;
    min-width: 50px;
    height: 300px;
    padding-left: 0px;
}

#imageListLeft {
    margin-right: 30px;
}

#imageListRight {
    margin-left: 30px;
    float:right;
}

#imageListLeft ul, #imageListRight ul {
    border: solid 1px #ffa705;
}

#imageListLeft ul li, #imageListRight ul li {
    width: 50px;
}

ul#imageListRight li, ul#imageListLeft li {
    text-align: center;
    list-style-type: none;
    display: block;
}

img.dating.preview {
    cursor: pointer;
    max-width: 50px;
    max-height: 50px;
    border: solid 1px #000;
}

.dating.preview.shown {
    border: solid 1px #000;
}

#fullsize {
    display: inline; float: left;
    width: 300px;
}

#fullsize img {
    margin: 0 auto;
    max-width: 300px;
    max-height: 230px;
}

#fullsize img:first-of-type {
    display: block;
}

/* finder */
#finderSearchBar {
    display: block;
    margin: 0 3px 3px 0;
}

#finderSearchResultBox {
    background-color: darkred;
    margin: 0 3px 3px 0;
}

#finderSearchResultBox .finderSearchResult {
    float: left;
    border: solid 1px #000;
    padding: 7px;
    height: 175px;
    width: 154px;
    margin: 0 3px 3px 0;
}

#finderResultBar {
    width: 707px;
}

#finderSearchBar ul, #finderFulltextSearch {
    list-style-type: none;
    display: inline-block;
}

#finderSearchbar .jqx-checkbox img {
    margin-top: 2px;
}

#achievementBox .listbox-entry {
    background-image:
        url(/img/fame_rangbar_vcard01.gif),
        url(/img/fame_rangbar_vcard03.gif),
        url(/img/fame_rangbar_vcard02.gif);
    background-size: auto,
        auto,
        397px 40px;
    background-position: 0px 0px,
        407px 0px,
        10px 0px;
    background-repeat: no-repeat;
    height: 36px;
}

#achievementBox .listbox-header-entry {
    background-image:
        none,
        none,
        none,
        none,
        none,
        none;
    background-size:
        auto 40px,
        auto 40px,
        auto 40px,
        80px 40px,
        auto 40px,
        395px 40px;
    background-position:
        right,
        0px 0px,
        253px 0px,
        293px 0px,
        363px 0px,
        10px 0px;
    background-repeat: no-repeat;
    height: 40px;
}

#achievementBox .listbox-header-entry.backgammon {
    background-image:
        url("/img/iconbig_livebackgammon.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.billard {
    background-image:
        url("/img/iconbig_livebillard.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.canasta {
    background-image:
        url("/img/iconbig_livecanasta.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.doppelkopf {
    background-image:
        url("/img/iconbig_livedoppelkopf.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.holdem {
    background-image:
        url("/img/iconbig_liveholdem.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.knobel {
    background-image:
        url("/img/iconbig_liveknobel.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.maumau {
    background-image:
        url("/img/iconbig_livemaumau.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.schwimmen {
    background-image:
        url("/img/iconbig_liveschwimmen.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.schach {
    background-image:
        url("/img/iconbig_liveschach.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.skat {
    background-image:
        url("/img/iconbig_liveskat.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

#achievementBox .listbox-header-entry.viergewinnt {
    background-image:
        url("/img/iconbig_liveviergewinnt.gif"),
        url("/img/big_button1.gif"),
        url("/img/fame_rangbar04.gif"),
        url("/img/fame_rangbar02.gif"),
        url("/img/fame_rangbar03.gif"),
        url("/img/big_button2.gif");
}

img.famedigits.small {
    padding-top: 9px;
}

.loginButton {
    color: #ffffff;
    border: 2px solid white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.gameWindowFrame {
    box-shadow: rgb(0, 0, 0) 0px 0px 8px 4px;
    border: 2px solid black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.gameWindowFrameContent {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#modifyVKPanel {
    margin-top: 6px;
}

#vkPanel {
    margin-top: 6px;
}

.editRectangle {
    padding-left: 4px;
    padding-right: 8px;
    background-image: url(/img/input2.gif);
    background-repeat:repeat-x;
}