/* 
    Document   : home.css
    Created on : 2009-09-22, 10:35:18
    Author     : Radoslaw Durkiewicz
    Description: Stylesheet for page home.xhtml
*/

td {
    padding: 0px;
}

table.box_header {
    width: 100%;
    height: 21px;
    color: black;
    background-image: url(/CasinoLive/img/casino_header.gif);
    background-repeat: repeat-x;
    font-size: 11px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    border-collapse: separate;
    font-weight: bold;
    padding: 0px;
    text-align: left;
}

td.game_banner {
    width: 248px;
    text-align: center;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
    background-color: #3E3D3D;
}

table.box_content {
    width: 100%;
    background-color: #3E3D3D;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
    text-align: left;
}

td.spacer {
    width: 10px;
}

tr.spacer {
    height: 10px;
}

tr.top {
    vertical-align: top;
}

tr.middle {
    vertical-align: middle;
}

.content {
    padding: 5px;
}

td.header_text {
    padding-left: 5px;
}

input.casino_input {
    width: 51px;
    height: 18px;
    background-image: url(/CasinoLive/img/amount_field_input.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    padding: 0px;
    padding-left: 2px;
    position: relative;
    color: white;
    font-size: 12px;
}

input.trans_button {
    width: 60px;
    height: 18px;
    background-color: #9E9E9E;
    margin-left: 4px;
}

input.accept_button {
    width: 60px;
    height: 18px;
    background-color: #9E9E9E;
}

table.buyCashInPanel {
    margin-left: 13px;
}

img.transStatus {
    margin-left: 27px;
}

img.acceptStatus {
    margin-left: 23px;
}

span.errorText {
    color: red;
    font-weight: bold;
}

table.acceptButton {
    width: 60px;
    margin-right: 5px;
}