* { padding: 0px; margin: 0px; }
body { color: rgb(187,187,187); font-family: arial; background: black url('bgx.jpg'); /* url('page_bg.jpg') repeat-x scroll top; */ }
a { text-decoration: none; }
a:hover { text-decoration: underline; color: orange; }
#uvod_table { width: 100%; }
#uvod_table tr { cursor: pointer; }
#uvod_table tr:hover { background-color: rgb(102,0,0); }
.main { border: black 1px solid; font-size: 11px; background-color: black; }
.main td { border: 0px solid; vertical-align: top; /* background-color: black; */ }
.pas { cursor: pointer; background: url('bg.jpg'); width: 100%; height: 17px; text-align: center; margin-bottom: 1px; color: rgb(187,187,187); }
.pas:hover { background: url('bg2.jpg'); }
.type { border: gray 1px solid; width: 120px; height: 18px; font-size:12px; background-color: black; color: rgb(187,187,187); }
.gombik { margin-top: 5px; width: 70px; border: gray 1px solid; height: 18px; font-size: 12px; background-color: black; color: rgb(187,187,187); }
.link { color: rgb(187,187,187); text-decoration:none; }
.link:hover { color: orange; }
.textarea { border: gray 1px solid; width: 250px; height: 80px; background-color: black; color: rgb(187,187,187); font-size: 12px; }
.center { text-align: center; width: 100%; }

#ruletka_table { font-weight: bold; font-family: courier; background: rgb(77,77,77); width: 100%; height: 170px; border: silver 0px solid; }
#ruletka_table td { width: 7%; border: silver 0px solid; text-align: center; vertical-align: middle; }
#ruletka_table .red { background: red; color: white; cursor: pointer; }
#ruletka_table .red:hover { background: #009999; }
#ruletka_table .black { background: black; cursor: pointer; color: white; }
#ruletka_table .black:hover { background: #009999; }
#ruletka_table .nula { background: green; color: black; cursor: pointer; }
#ruletka_table .nula:hover { background: #009999; }
#ruletka_table .qwe { background: rgb(92,159,214); color: black; cursor: pointer; }
#ruletka_table .rty { background: rgb(197,202,241); color: black; cursor: pointer; }
