
@font-face {
    font-family: "myFont";
    src: url("corbel.ttf");
}
body {
    background-color: #FAF0E6;
    margin: 0;
}
.page {
    background: url("../images2/background_3.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #2E2113;
    box-shadow: 3px 3px 5px #2E2113;
    height: 600px;
    margin: 5px auto 0;
    position: relative;
    width: 800px;
}
.left_container {
    float: left;
    height: 600px;
    position: relative;
    width: 550px;
}
#logo {
    background: url("../images2/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 97px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 101px;
}
#helpControl {
    background: url("../images2/help_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 21px;
    left: 450px;
    position: absolute;
    top: 23px;
    width: 27px;
}
#helpControl:hover {
    background-position: 0 -20px;
}
#chatControl {
    background: url("../images2/chat_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 21px;
    left: 480px;
    position: absolute;
    top: 23px;
    width: 23px;
}
#chatControl:hover {
    background-position: 0 -22px;
}
#soundControl:hover {
    background-position: 0 -21px;
}
#soundControl {
    background: url("../images2/sound_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 21px;
    left: 510px;
    position: absolute;
    top: 23px;
    width: 27px;
}
#cardscenter {
    height: 100px;
    position: absolute;
    top: 200px;
    width: 350px;
}
.cardoncenter {
    background: url("../images2/cards.png") no-repeat scroll -1079px 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 5px 5px 5px #2E2113;
    height: 121px;
    left: 287px;
    position: absolute;
    top: 146px;
    width: 83px;
}
#changedTo {
    background: url("../images2/change.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #2E2113;
    border-radius: 5px;
    display: none;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
#deck, #buyCard {
    background: url("../images2/deck.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    box-shadow: 4px 4px 5px #000000;
    cursor: pointer;
    height: 121px;
    left: 185px;
    position: absolute;
    top: 146px;
    width: 83px;
}
#buyCard {
    z-index: 10;
}
#daljeButton {
    background-color: #DAA500;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #2E2113;
    cursor: pointer;
    display: none;
    font-size: 22px;
    font-weight: bold;
    height: 37px;
    left: 390px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 325px;
    width: 100px;
}
#daljeButton:hover {
    background-color: #FFD500;
    top: 327px;
}
#toBuyMuch {
    background-color: #DCDCDC;
    border: 2px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #2E2113;
    color: #FF4500;
    cursor: pointer;
    display: none;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    left: 15px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 50px;
}
.player_field {
    background-color: #808080;
    float: left;
    height: 100px;
    width: 100px;
}
.player_field {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #2E2113;
    cursor: pointer;
    height: 85px;
    position: absolute;
    width: 130px;
}
.activePlayer {
    background-color: #F4A460;
    border: 3px double #FFFFF0;
}
#player1 {
    left: 212px;
    top: 305px;
}
#player4 {
    left: 20px;
    top: 160px;
}
#player3 {
    left: 212px;
    top: 20px;
}
#player2 {
    left: 400px;
    top: 160px;
}
#callOut {
    background: url("../images2/callOut.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #B22222;
    display: none;
    font-family: myFont;
    font-weight: bold;
    height: 42px;
    padding-top: 35px;
    position: absolute;
    text-align: center;
    width: 100px;
}
#signChangePanel {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #2E2113;
    display: none;
    height: 210px;
    left: 184px;
    position: absolute;
    top: 248px;
    width: 185px;
    z-index: 10;
}
.changeSignTo {
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    float: left;
    height: 70px;
    margin-left: 10px;
    margin-top: 10px;
    width: 70px;
}
#chSign1 {
    background: url("../images2/heart.png") no-repeat scroll 0 0 #FFFACD;
}
#chSign2 {
    background: url("../images2/spade.png") no-repeat scroll 0 0 #FFFACD;
}
#chSign3 {
    background: url("../images2/karo.png") no-repeat scroll 0 0 #FFFACD;
}
#chSign4 {
    background: url("../images2/tref.png") no-repeat scroll 0 0 #FFFACD;
}
#chSign1:hover, #chSign2:hover, #chSign3:hover, #chSign4:hover {
    background-color: #FFDAB9;
}
.playerImg {
    box-shadow: 2px 7px 5px #2E2113;
    height: 50px;
    left: 9px;
    position: absolute;
    top: 9px;
}
.playerImg img {
    border: 3px solid #2E2113;
    border-radius: 7px;
}
.playerName {
    color: #2E2113;
    font-family: myFont;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 67px;
    width: 132px;
}
.playerScore {
    border-bottom: 2px solid #2E2113;
    color: #2E2113;
    font-size: 20px;
    font-weight: bold;
    height: 28px;
    left: 65px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 65px;
}
.playerCardsNr {
    background: url("../images2/cards_nr.png") no-repeat scroll 2px 0 rgba(0, 0, 0, 0);
    color: #2E2113;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    left: 73px;
    padding-left: 23px;
    position: absolute;
    text-align: center;
    top: 42px;
    width: 32px;
}
.licitated {
    font-family: Arial;
    font-size: 15px;
    height: 20px;
    left: 70px;
    position: absolute;
    top: 44px;
    width: 32px;
}
.cardsTaken {
    font-family: Arial;
    font-size: 15px;
    height: 20px;
    left: 98px;
    position: absolute;
    top: 44px;
    width: 32px;
}
.pokerChip {
    background: url("../images2/chip.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 30px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 30px;
}
#roundInfo {
    background: url("../images2/runda.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 162px;
    left: 156px;
    opacity: 0;
    position: absolute;
    top: 450px;
    width: 245px;
}
#roundAdut {
    height: 55px;
    margin-left: 84px;
    margin-top: 25px;
    width: 75px;
}
#roundNumber {
    color: #2E2113;
    font-family: arial;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    margin-top: 2px;
    padding-top: 9px;
    text-align: center;
    width: 240px;
}
#currentAdutDiv {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 4px 4px 5px #2E2113;
    height: 45px;
    position: absolute;
    right: 55px;
    top: 350px;
    width: 100px;
}
.adutHeader {
    font-family: myFont;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
#currentAdut {
    font-size: 24px;
    margin-top: -6px;
    text-align: center;
    width: 100%;
}
#timerDiv {
    background: url("../images2/timer.png") no-repeat scroll 6px 6px #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 4px 4px 5px #2E2113;
    display: none;
    height: 45px;
    left: 62px;
    position: absolute;
    top: 325px;
    width: 100px;
}
#timeLeft {
    font-size: 26px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 5px;
    text-align: center;
    width: 70px;
}
#playerCards {
    height: 121px;
    margin-left: 11px;
    margin-top: 409px;
    position: relative;
    text-align: center;
    width: 530px;
}
.card {
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 3px 3px 5px #000000;
    cursor: pointer;
    display: inline-block;
    height: 121px;
    margin: auto;
    width: 83px;
}
#gameStatus {
    background: url("../images2/status_bar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 15px;
    font-family: myFont;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    left: 20px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    width: 515px;
}
.right_container {
    float: right;
    height: 526px;
    padding-left: 5px;
    position: relative;
    width: 245px;
}
#rankingTable {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #2E2113;
    height: 280px;
    margin-top: 20px;
    width: 221px;
}
#chatDiv {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #2E2113;
    height: 202px;
    margin-top: 20px;
    width: 221px;
}
#chatHeader, #rankHeader, #licitateHeader, #licitateInfo {
    color: #2E2113;
    font-family: myFont;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#licitateDiv {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #2E2113;
    display: none;
    height: 135px;
    left: 70px;
    position: absolute;
    top: 263px;
    width: 420px;
}
#licitateHeader, #licitateInfo {
    height: 20px;
    margin-top: 5px;
}
#licitateHeader {
    font-size: 17px;
}
#licitateInfo {
    color: #CD5C5C;
    font-size: 12px;
    margin-top: 3px;
}
#licitateTimer {
    background: url("../images2/timerLicitation.png") no-repeat scroll 26px 40px rgba(0, 0, 0, 0);
    float: left;
    height: 82px;
    width: 100px;
}
#licitateAdut {
    color: #2E2113;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
#licitateAdutVal {
    font-size: 24px;
}
#licitateTimerVal {
    color: #2E2113;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 56px;
    margin-top: 9px;
    text-align: center;
    width: 30px;
}
#licitateButtons {
    float: right;
    height: 82px;
    width: 300px;
}
.licitateBtn {
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    float: left;
    font-family: serif;
    font-weight: bold;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    padding-top: 4px;
    text-align: center;
    width: 30px;
}
.licitateBtn:hover {
    opacity: 0.8;
}
.liciBtnDisabled {
    box-shadow: none;
    color: #808080;
    opacity: 0.2 !important;
}
#licitateInput {
    float: left;
    height: 82px;
    margin-left: 10px;
    width: 100px;
}
#licitateField {
    background-color: #2E2113;
    border: 1px solid #8B4513;
    color: #F4E8DA;
    font-size: 15px;
    font-weight: bold;
    margin-left: 11px;
    margin-top: 14px;
    text-align: center;
    width: 73px;
}
#licitateBtn {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 6px;
    font-family: myFont;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 6px;
    width: 78px;
}
#licitateBtn:hover {
    margin-top: 7px;
    opacity: 0.8;
}
#chatlist {
    background-color: #2E2113;
    border-radius: 5px 5px 0 0;
    height: 125px;
    margin-left: 10px;
    padding-top: 1px;
    width: 190px;
}
#chatlist.scrollable.default-skin .scroll-bar .thumb {
    background-color: #FFFFFF !important;
}
#chatinput {
    background-color: #2E2113;
    border-radius: 0 0 5px 5px;
    font-family: myFont;
    height: 25px;
    margin-left: 10px;
    margin-top: 5px;
    width: 200px;
}
#chatbox {
    background-color: #2E2113;
    border: medium none;
    color: #F5DEB3;
    height: 20px;
    margin-left: 1px;
    padding-left: 5px;
    width: 193px;
}
.chattext {
    padding: 0 3px;
}
.chatplayername {
    color: #FFFFFF;
    font-family: myFont;
    font-size: 12px;
    font-weight: bold;
}
.chatplayertext {
    color: #F4E8DA;
    font-family: myFont;
    font-size: 12px;
}
#chatTurnedOff {
    color: #F4E8DA;
    font-family: myFont;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    width: 200px;
}
#scores {
    background-color: #D3D3D3;
    height: 40px;
    width: 100%;
}
#rankingUsers {
    height: 45px;
    width: 100%;
}
#rankingUsers .rankUserImg {
    border: 2px solid #2E2113;
    border-radius: 5px;
    height: 30px;
    width: 30px;
}
#rankUserDiv1, #rankUserDiv2, #rankUserDiv3, #rankUserDiv4 {
    float: left;
    height: 30px;
    margin-left: 12px;
    width: 30px;
}
#rankUserDiv1 {
    margin-left: 46px;
}
#roundOutcomes {
    height: 185px;
    width: 209px;
}
.roundOutcome {
    height: 22px;
    margin-bottom: 3px;
    width: 209px;
}
.roundNumber {
    float: left;
    height: 22px;
    text-align: center;
    width: 41px;
}
.roundBlack {
    color: #000000;
}
.roundRed {
    color: #FF0000;
}
.roundSans {
    color: #1E90FF;
}
#score1, #score2, #score3, #score4 {
    border: 1px solid;
    float: left;
    height: 23px;
    text-align: center;
    width: 52px;
}
.outcome1, .outcome2, .outcome3, .outcome4 {
    background-color: #584A3C;
    float: left;
    height: 22px;
    margin-left: 3px;
    text-align: center;
    width: 39px;
}
.outcomescore {
    color: #F5DEB3;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 14px;
    margin-top: 3px;
    text-align: center;
    width: 39px;
}
.outcomeLici {
    color: #F5DEB3;
    float: right;
    font-family: Arial;
    font-size: 10px;
    height: 18px;
    margin-top: 0;
    padding-top: 4px;
    text-align: center;
    width: 14px;
}
.outcomeCorrect {
    background-color: #008000;
    color: #FFFFFF;
}
.outcomeWrong {
    background-color: #FF6347;
    color: #FFFFFF;
}
.gameBtn {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    float: left;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    left: 20px;
    margin-top: 18px;
    padding-top: 2px;
    text-align: center;
    width: 100px;
}
.gameBtn:hover {
    margin-top: 20px;
    opacity: 0.8;
}
.generalPopup {
}
#gameOutcome {
	background-color: #7B9553;
    border: 3px solid #2E2113;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #2E2113;
    height: 215px;
    left: 100px;
    position: absolute;
    top: 200px;
    width: 580px;
    display: none;
    z-index: 100;
}
#roundOutcomeWindow {
    background-color: #7B9553;
    border: 3px solid #2E2113;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #2E2113;
    display: none;
    height: 480px;
    left: 60px;
    position: absolute;
    top: 50px;
    width: 417px;
    z-index: 100;
}
#gameOutcomeHeader {
    font-family: myFont;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.playerRoundEnd {
    background-color: #F4C960;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #2E2113;
    cursor: pointer;
    float: left;
    height: 85px;
    margin-left: 6.5px;
    margin-top: 8px;
    position: relative;
    width: 395px;
}
.playerGameEnd {
   	background-color: #F4C960;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #2E2113;
    cursor: pointer;
    height: 85px;
    position: relative;
    width: 130px;
    float: left;
    margin-left: 6.5px;
}
.cardsLeft {
    border-left: 2px solid #2E2113;
    height: 85px;
    position: absolute;
    right: 0;
    width: 265px;
}
.cardsLeftHeader {
    font-family: myFont;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}
.cardsLeftCards {
    height: 65px;
    text-align: center;
    width: 265px;
}
.smallCard {
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 3px 3px 5px #000000;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    margin: 1px auto auto;
    width: 38px;
}
.smallCard img {
    height: 55px;
    width: 38px;
}
.buttonsPanel {
    height: 35px;
    text-align: center;
    width: 100%;
}
#closeGameOutcome, #closeReportPlayer, #closeRoundOutcome {
    background-color: #F4A460;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    display: inline-block;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    padding-top: 2px;
    text-align: center;
    width: 100px;
}
#closeGameOutcome:hover, #closeReportPlayer:hover {
    margin-top: 2px;
    opacity: 0.8;
}
.playerPlace {
    bottom: -40px;
    color: #FFEFD5;
    font-family: serif;
    font-weight: bold;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
#confirmLeaving {
    background-color: #F4E8DA;
    border: 1px solid #B89C7B;
    display: block;
    height: 180px;
    overflow: auto;
    width: 498px;
}
.welcomeBoxHeader {
    color: #2E2113;
    font-family: myFont;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.leaveGameHeader {
	color: #F4E8DA;
    font-family: myFont;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: -24px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.guideText {
    color: #D2691E;
    font-family: myFont;
    padding: 0 20px 20px;
    text-align: left;
    text-indent: 25px;
}
.gameButton {
    background-color: #F4A460;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    display: inline-block;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    padding-top: 2px;
    text-align: center;
    width: 100px;
}
.gameButton:hover {
    margin-top: 2px;
    opacity: 0.8;
}
#reportPlayer {
    background-color: #F4E8DA;
    border: 1px solid #B89C7B;
    height: 200px;
    overflow: auto;
    width: 498px;
}
.reportPlayerBtn {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    display: inline-block;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    padding-top: 2px;
    text-align: center;
    width: 100px;
}
#reportPlayerHeader {
    color: #F4E8DA;
    font-family: myFont;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: -24px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.reportPlayerBtn {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    margin-left: 12px;
    margin-top: 98px;
    padding-top: 2px;
    text-align: center;
    width: 100px;
}
.playerToReport {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #2E2113;
    cursor: pointer;
    float: left;
    height: 85px;
    margin-left: 22px;
    margin-top: 10px;
    position: relative;
    width: 130px;
}
.reportPlayerBtn:hover {
    margin-top: 100px;
    opacity: 0.8;
}

/* CONNECTION PROBLEM CSS */

#connectionProblem {
	border: 1px solid #B89C7B;
    height: 180px;
    width: 498px;
    background-color: #F4E8DA;
}

.connectionProblemHeader {
	color: #F4E8DA;
    font-family: myFont;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    margin-top: -27px;
    width: 100%;
}

.connectionButton {
	background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 5px;
    color: #2E2113;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    padding-top: 2px;
    text-align: center;
    box-shadow: 3px 3px 5px #2E2113;
    cursor: pointer;
    display: inline-block;
    width: 200px;
}

.connectionButton:hover {
	opacity: 0.8;
	margin-top: 2px;
}

#gameReport {
    background-color: #F4E8DA;
    height: 300px;
    padding-top: 10px;
    width: 630px;
}
.gameReportHeader {
    color: #F4E8DA;
    font-family: myFont;
    font-size: 18px;
    font-weight: bold;
    margin-top: -36px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.gameReportTable {
    background-color: #F5DEB3;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #2E2113;
    font-weight: bold;
    margin: 0 14px;
    width: 600px;
}
.gameReportTable th {
    background-color: #F4A460;
    color: #2E2113;
    width: 50%;
}
.game {
    background-color: #F5DEB3;
    border: 4px solid #2E2113;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #2E2113;
    height: 80px;
    margin: 20px auto;
    padding: 5px 3px 3px;
    width: 132px;
}
.number {
    background-color: #2E2113;
    border-radius: 15px;
    color: #F5DEB3;
    float: left;
    font-weight: bold;
    height: 24px;
    margin-left: -19px;
    margin-top: -19px;
    padding-top: 4px;
    text-align: center;
    width: 29px;
}
.pos {
    background-color: #8B4513;
    border-radius: 3px;
    color: #FFFFFF;
    float: right;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-top: 5px;
    padding-bottom: 1px;
    text-align: center;
    width: 85px;
}
.txtPoints {
    color: #FFF5EE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.stars {
    background-color: #F5F5DC;
    margin-bottom: 3px;
}
.timePlayed {
    color: #2E2113;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
}
.playedWhen {
    color: #8B4513;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.pointsWon {
    color: #8B4513;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
}
.pointsWonTotal {
    background-color: #2E2113;
    border-radius: 5px;
    color: #FFDEAD;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 12px;
}
.datum {
    text-align: center;
}
.txtScore {
    color: #2E2113;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.txtNeodigrana {
    color: #2E2113;
    font-family: myFont;
    font-size: 14px;
    font-weight: bold;
    margin-left: 1px;
}
.gameReportBtns {
    background-color: #F4A460;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    display: inline-block;
    font-family: myFont;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
    padding-top: 3px;
    text-align: center;
    width: 175px;
}
.gameReportBtns:hover {
    opacity: 0.8;
}
.unplayedGame, .previousGame {
    display: none;
}
.question {
    background-image: url("/images2/pitanje.png");
    background-repeat: no-repeat;
    float: right;
    height: 40px;
    margin-bottom: 4px;
    margin-right: 45px;
    margin-top: 10px;
    width: 40px;
}
#passwordNotification {
    background-color: #F4E8DA;
    border: 3px solid #2E2113;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #2E2113;
    display: none;
    height: 85px;
    left: 140px;
    position: absolute;
    top: 445px;
    width: 270px;
}
.passwordNotificationTitle {
    font-family: myFont;
    font-weight: bold;
    text-align: center;
}
#passwordNotificationPass {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
.passwordNotificationEnd {
    color: #D2691E;
    font-family: myFont;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
}
.addBotButton {
    background-color: #FFDAB9;
    border: 3px solid #800000;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #2E2113;
    font-family: myFont;
    font-weight: bold;
    height: 38px;
    line-height: 14px;
    margin: 17px auto auto;
    padding-top: 7px;
    text-align: center;
    width: 70px;
}
.addBotButton:hover {
    margin-top: 19px;
    opacity: 0.8;
}
#addsTop {
	background-color: #F5DEB3;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #2E2113;
    margin: 3px auto;
    position: relative;
    text-align: center;
    width: 800px;
}
#addsBottom {
    background-color: #F5DEB3;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    margin: 10px auto;
    padding-top: 3px;
    text-align: center;
    width: 800px;
}
#addsHeader {
    color: #2E2113;
    font-family: myFont;
    font-weight: bold;
    height: 25px;
    text-shadow: 2px 2px 9px #008000;
    width: 100%;
}
#bannerLeft {
	left: -130px;
    position: absolute;
    top: 100px;
}

#bannerRight {
	right: -130px;
    position: absolute;
    top:  100px;
}

/* PLAYER DETAILS */
#playerDetails {
	background-color: #F4C960;
    border: 2px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #000000;
    display: none;
    height: 100px;
    position: fixed;
    text-align: center;
    width: 200px;
    z-index: 2000;
    display: none;
}

.playerTitula, .playerRanking {
	background-color: #2A332A;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    padding: 2px 5px;
}

.playerTitula {
	margin: 14px 10px;
	float: none;
}

.newRatingOuter, .detailsRatingOuter {	
	background: url("../images2/rating.png") no-repeat scroll 11px 5px #2A332A;
    border-radius: 7px;
    color: #FFDEAD;
    font-family: Verdana;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
    width: 130px;
    margin-top: 50px;
}

.newRatingInner, .detailsRatingInner {
	border-left: 2px solid #DDFFC6;    
    margin-left: 38px;
}

.txtYelow {
	color:#BDEB00;
	font-size:13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#changeLayout {
	background-color: wheat;
    border: 1px solid saddlebrown;
    border-radius: 5px;
    box-shadow: 2px 2px 2px saddlebrown;
    cursor: pointer;
    font: bold 8px Tahoma;
    left: 438px;
    padding: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50px;
    width: 105px;
}
#changeLayout:hover {
	opacity: 0.8;
	 top: 51px;
}