/*** Login ***/
body.login {
    background-color: #ffffff;
  }


#register {
    height: 25px;
    vertical-align: bottom;
  }
/******************/

/*** Asztalválasztás, játékos lista ***/
body.table_user_list {
    background-color: #ffffff;
  }

.tableAdmin {
    color: red;
    font-weight: bold;
  }
.tableActionLink {
  text-align: center;
  width: 90px;

}
.tableActionLink a {
  background-color: #832D0C;
  font-family : Verdana, Arial, 'Sans Serif';
  font-size: 9;
  font-weight: bold;
  background-color: #832D0C;
  color: #FEC536;
  border: 2px solid #7D290D;
  border-top: 1px solid #C3A08C;
  border-bottom: 2px solid #5D230B;
  padding: 1px;
  text-decoration: none;
}

#tables {
  overflow: auto;
  height: 150px;
}
#tables, #tables table {
  width: 100%;
}
#tables table {
  margin-top: 4px;
}
#tables table td {
  border: 1px dotted #008531;
  height: 22px;
}
#tables table {
  padding: 2px;
  color: #FFC930;
}
#tables table th {
  background-color: #832D0C;
  font-family : Verdana, Arial, 'Sans Serif';
  font-size: 9;
  color: #FFC930;
  background-color: #008531;
  border: 1px dotted #005B1E;
}

#tableName {
  color: #7D290D;
}

#users {
  overflow: auto;
  height: 150px;
}
#users, #users table {
  width: 100%;
}
#users table {
  margin-top: 4px;
}
#users table td {
  border: 1px dotted #008531;
  height: 22px;
  padding-left: 5px;
  padding-right: 5px
}
#users table {
  color: #FFC930;
  padding: 2px;
}
#users table th {
  background-color: #832D0C;
  font-family : Verdana, Arial, 'Sans Serif';
  font-size: 9;
  color: #FFC930;
  background-color: #008531;
  border: 1px dotted #005B1E;
}


/******************/


/*** Játék ***/
body.game {
    background-color: #005b1e;
  }

.nickname {
    padding: 0px;
    margin: 0px;
    font-family : Verdana, Arial, 'Sans Serif';
    font-size: 9px;
    color: #FFCA36;
  }

.pot {
    padding: 0px;
    margin: 0px;
    font-family : Verdana, Arial, 'Sans Serif';
    font-size: 9px;
    line-height: 11px;
    color: #FFCA36;
  }
#needToCall {
  color: #FF001D;
}

.callMarker {
    padding: 0px;
    margin: 0px;
    font-family: Arial, 'Sans Serif';
    font-size: 16px;
    font-style: bold;
    color: #6B1C00;
    position: absolute;
    background-color: #FFCA36;
    left: 9px;
    top: 24px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    width: 75px;
    border: 1px solid #6B1C00;
    text-align: center;
  }

#hideButtons {
    padding: 0px;
    margin: 0px;
    position: absolute;
    background-color: #005B1E;
    left: -5px;
    top: 0px;
    height: 256px;
    width: 79px;
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
  }

#hideCheckButton,#hideCallButton {
    padding: 0px;
    margin: 0px;
    position: absolute;
    background-color: #005B1E;
    left: -5px;
    top: 0px;
    height: 35px;
    width: 79px;
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
    display: none;
  }

#messageWindow {
    margin: 0px;
    position: absolute;
    background-color: #3F995C;
    left: 190px;
    top: 0px;
    height: 100px;
    width: 300px;
    filter: alpha(opacity=90);
    opacity: 0.90;
    -moz-opacity: 0.90;
    border: 1px solid #6CC689;
    display: none;
  }

#messageWindowText {
    font-family : Verdana, Arial, 'Sans Serif';
    font-size: 10px !important;
    color: #ffffff;
    text-align: center;
  }

#messageWindowOk {
    padding-bottom: 3px;
    text-align: center;
    vertical-align: bottom;
  }
#messageWindowOk button {
    background-color: #832501;
    border: 1px solid #B8A52D;
    font-family : Verdana, Arial, 'Sans Serif';
    font-size: 9px;
    color: #B8A52D;
    cursor: pointer;
  }
/******************/

/*** Chat ***/
#chatwindowText {
    margin: 0px;
    background-color : #9ABDA5;
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    display : block;
    font-family : Verdana, Arial, 'Sans Serif';
    font-size : 9px;
    height : 33px;
    overflow : auto;
    width : 432px;
  }

#chatWindowInput {
    display: block;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 348px;
    height: 12px;
    font-size: 9px;
    font-family : Verdana, Arial, 'Sans Serif';
    background-color: #9ABDA5;
    padding-left: 1px;
    padding-right: 1px;
  }
/* Az MicroFos IE egy szaRRRR!!! a köv rész emiatt kell. Nézd meg sárga háttérrel ie-ben, vicces :-D */
#chatWindowInputContainer {
    margin: 0px;
    padding: 0px;
    width: 348px;
    height: 12px;
    background-color: #9ABDA5;
    overflow: hidden;
  }
/******************/


/*** Közös ***/
html, body, div, p, td, span, input, button {
    font-family : Verdana, Arial, 'Sans Serif';
    font-size: 11;
  }

a {
  color: #DAB92A;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.error {
    color: red;
  }

.message {
    color: yellow;
  }

.button {
  font-family : Verdana, Arial, 'Sans Serif';
  font-size: 9;
  font-weight: bold;
  background-color: #852F0E;
  color: #FEC536;
  border: 2px solid #7B2C0B;
  border-top: 2px solid #BB8C78;
  border-bottom: 2px solid #5D230B;
  cursor: pointer;
  padding: 0px !important;
  margin: 0px;
}

input, textarea {
  background-color: #9ABDA5;
  border: 1px solid #6E917D;
  border-top: 2px solid #284938;
  border-bottom: 1px solid #9ABDA5;
  font-size: 10px;
  font-family : Verdana, Arial, 'Sans Serif';
  font-weight: normal;
}

form {
  padding: 0px;
  margin: 0px;
}
/******************/
