body, html {
    font-family: sans-serif;
    text-align: center;
}

.tblUsers {
    border: solid 1px #7C6293;
    border-collapse: collapse;
    font-size: 14px;
    width: 96%;
}

.tblUsers td {
    background-color: #F4F4FF;
    padding: 8px 8px 12px 8px;
    vertical-align: top;
}
.tblUsers .tdFrow {
    padding-bottom: 20px;
    width: 33%;
}
.tblUsers .tdLrow {
    padding-top: 20px;
    vertical-align: bottom;
}

.tblUsers input, textarea {
    margin-top: 4px;
    width: 100%;
}
.tblUsers .inpSubmit {
    font-weight: bold;
    height: 48px;
}

.tblUsers textarea {
    height: 88px;
}

.tblBets {
    border: solid 1px #7C6293;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
    width: 96%;
}

.tblBets td {
    background-color: #F4F4FF;
    padding: 8px 8px 12px 8px;
    vertical-align: top;
}

.tblBets input, textarea {
    width: 100%;
}
.tblBets .inpSubmit {
    font-weight: bold;
    height: 48px;
}

.tblBets textarea {
    height: 88px;
}

.tblBets .tdDelBet {
    text-align: right;
}
.tdDelBet a {
    color: red;
}

/* money ( */

.tblMoney {
    border: solid 1px #7C6293;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
    width: 96%;
}

.tblMoney td {
    background-color: #F4F4FF;
    padding: 8px 8px 12px 8px;
    vertical-align: top;
}

.tblMoney input, textarea {
    margin-top: 4px;
    width: 100%;
}
.tblMoney .inpSubmit {
    font-weight: bold;
    height: 48px;
}

.tblMoney textarea {
    height: 88px;
}

.tblMoney .tdDelMoney {
    text-align: right;
}
.tdDelMoney a {
    color: red;
}

/* ) money */

.divErr {
    color: #F00;
    margin-bottom: 14px;
}

.divMenu {
    font-size: 0.72em;
    margin-bottom: 0.32em;
    text-align: right;
}

.divNewMainMenu {
    margin-top: 0.64em;
    margin-bottom: 3em;
}
.divNewMainMenu a {
    color: #6666FF;
    font-size: 88%;
    font-weight: bold;
    padding: 0.26em;
    text-decoration: none;
}
.divNewMainMenu td {
    padding: 0.14em;
}

.divNewSubMenu {
    background-color: #EEE;
    font-size: 0.92em;
    font-weight: bold;
    margin-top: 0.92em;
    margin-bottom: 0.92em;
    padding: 0.32em;
    text-align: left;
}
.divNewSubMenu a {
    color: #025AED;
    text-decoration: none;
}

.tblMonTrans {
    border: dotted 1px #7C6293;
    width: 100%;
}
.tblMonTrans td {
    background-color: #FCFCFC;
    padding: 4px;
}



.tblNewSaveAddDelete {
    font-family: sans-serif;
}
.tblNewSaveAddDelete a {
    color: #0124E2;
    font-size: smaller;
    text-decoration: none;
}
.tblNewSaveAddDelete form {
    margin: 0;
}
.tblNewSaveAddDelete td {
    padding: 1px 4px 1px 4px;
    text-align: left;
}
.tblNewSaveAddDelete .inpSubm { /* надо ещё? */
/*    background-color: #EBF1FF;
    border: solid 2px #D8E6FD;
    color: #0124E2;
    font-weight: bold;*/
}
.tblNewSaveAddDelete .inpOther {
/*    background-color: #FFF;
    border: solid 2px #D8E6FD;
    color: #000;
    font-weight: bold;
    padding: 2px;*/
}
.tblNewSaveAddDelete .selectOther {
/*    background-color: #FFF;
    border: solid 2px #D8E6FD;
    color: #000;
    font-weight: bold;
    padding: 2px;*/
    width: 100%;
}
.tblNewSaveAddDelete .tdErr {
    color: #F00;
}



.tblNewSaveAddDeleteLotsStatus {
    font-family: sans-serif;
    width: 100%;
}
.tblNewSaveAddDeleteLotsStatus a {
    color: #0124E2;
    font-size: smaller;
    text-decoration: none;
}
.tblNewSaveAddDeleteLotsStatus form {
    margin: 0;
}
.tblNewSaveAddDeleteLotsStatus td {
    padding: 1px 4px 1px 4px;
    text-align: left;
    vertical-align: top;
}
.tblNewSaveAddDeleteLotsStatus .inpOther {
    width: 100%;
}
.tblNewSaveAddDeleteLotsStatus .tdErr {
    color: #F00;
}



.divAddNew {
    background-color: #EBF1FF;
    border: solid 2px #D8E6FD;
    padding: 4px;
    width: 32%;
}
.divAddNew a {
    color: #00F;
    text-decoration: none;
}



.tblCustomerAddEdit {
    width: 56%;
}
.tblCustomerAddEdit td {
    padding: 0.16em 0.32em 0.16em 0.32em;
    vertical-align: top;
}
.tblCustomerAddEdit td input {
    width: 100%;
}
.tblCustomerAddEdit td select {
    width: auto;
}
.tblCustomerAddEdit .tdL {
    font-weight: bold;
    text-align: left;
    width: 14%;
}
.tblCustomerAddEdit .tdSubm {
    font-weight: bold;
    text-align: left;
}
.tblCustomerAddEdit .tdSubm input {
    width: auto;
}


.tblCustomerAddNew {
    width: 72%;
}
.tblCustomerAddNew td {
    padding: 0.16em 0.32em 0.16em 0.32em;
    text-align: left;
}
.tblCustomerAddNew td input {
    color: #000;
    font-weight: bold;
    width: 72%;
}
.tblCustomerAddNew .tdL {
    font-weight: bold;
    width: 14%;
}
.tblCustomerAddNew .tdSubm {
    font-weight: bold;
}
.tblCustomerAddNew .tdSubm input {
    color: #000000;
    font-weight: bold;
    width: auto;
}


.divSetLink {
    margin: 1em;
    text-align: left;
}
.divSetLink a {
    color: #025AED;
    font-weight: bold;
    text-decoration: none;
}

.tblTheBetOutter {
    width: 100%;
}
.tblTheBetOutter td {
    padding: 0.24em;
    text-align: left;
    vertical-align: top;
}
.tblTheBetOutter td a {
    color: blue;
    text-decoration: none;
}
.tblTheBetOutter .tdSubm {
    font-weight: bold;
    text-align: left;
}
/*
.tblTheBetOutter .tdSubm input {
    background-color: #EBF1FF;
    border: solid 2px #D8E6FD;
    color: #0124E2;
    font-weight: bold;
    width: auto;
}*/


.tblTheBetInner {
    background-color: #FEDE58;
    width: 99%;
}
.tblTheBetInner td {
    font-weight: bolder;
}


.tblTheBetReceipt {
    background-color: #FEDE58;
    width: 99%;
}
.tblTheBetReceipt td {
    font-weight: bolder;
    vertical-align: middle;
}
.tblTheBetReceipt td input, textarea {
    width: 96%;
}


.tblServices {
    font-size: 0.88em;
    width: 100%;
}
.tblServices a {
    color: #00F;
    text-decoration: none;
}
.tblServices input, .tblServices select {
    font-size: smaller;
}


a.aSelected {
    background-color: #EEEEEE;
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}


table.tblOpLabels {
    width: 100%;
}
table.tblOpLabels td {
    vertical-align: top;
}


div#divPeriod {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    display: none;
    font-size: 1em;
    padding: 0.64em;
    position: absolute;
    right: 210px;
    text-align: left;
    top: 90px;
    width: 360px;
    height: 180px;
    z-index: 1000;
}


table.tblNicksBreakdown {
    font-size: 88%;
    width: 100%;
}
table.tblNicksBreakdown form {
    margin: 0;
}
table.tblNicksBreakdown td {
    padding: 0.2em;
    text-align: left;
    vertical-align: top;
}
table.tblNicksBreakdown input, select {
    font-size: 88%;
    width: 94%;
}


table.imgBetsList td a {
    text-decoration: none;
}

/*table {
    border: solid 1px #EEE;
}*/



table.tblWithUnderlinedRows {
    border-collapse: collapse;
    border: 0;
    font-size: 12px;
    width: 98%;
}
table.tblWithUnderlinedRows a {
    color: #00F;
    text-decoration: none;
}
table.tblWithUnderlinedRows td {
    border-bottom: 1px solid #80B3FF;
    padding: 2px 8px 2px 8px;
    text-align: left;
}
table.tblWithUnderlinedRows td.nonu {
    border-bottom: 0;
}
table.tblWithUnderlinedRows .inpOther {
/*    background-color: #FFF;
    border: solid 2px #D8E6FD;
    color: #000;
    font-weight: bold;*/
    width: 100%;
}
table.tblWithUnderlinedRows .inpSubm {
/*    background-color: #EBF1FF;
    border: solid 2px #D8E6FD;
    color: #0124E2;
    font-weight: bold;*/
}


table.tblWithUnderlinedRows_services {
    border-collapse: collapse;
    border: 0;
    font-size: 82%;
    width: 100%;
}
table.tblWithUnderlinedRows_services a {
    color: #00F;
    text-decoration: none;
}
table.tblWithUnderlinedRows_services td {
    border-bottom: 1px solid #80B3FF;
    padding: 1px 2px 1px 1px;
    text-align: left;
}
table.tblWithUnderlinedRows_services td.nonu {
    border-bottom: 0;
}
table.tblWithUnderlinedRows_services .inpOther {
    width: 100%;
}
table.tblWithUnderlinedRows_services input {
    font-size: 82%;
}
table.tblWithUnderlinedRows_services select {
    font-size: 82%;
    width: auto;
}



div.dlrusr_over {
    background-color: #DDD;
}
div.dlrusr_out  {
    background-color: #FFF;
}


span.pw_4TESTS_link {
    border-bottom: dashed 1px #00F;
    font-size: 100%;
    font-weight: normal;
    color: #00F;
    cursor: pointer;
    text-decoration: none;
}

.lots_log_ol li {
    padding-bottom: 1em;
}
.lots_log_imp b {
    font-size: 175%;
}
