﻿.gridtable {
    text-align: center;
    background-position: center;
    background-color: #EEEEEE;
    font: normal 12px verdana, tahoma, helvetica, sans-serif;
    color: Black;
}

    .gridtable td {
        border: 1px Solid black;
        padding: 4px 4px 4px 4px;
    }

    .gridtable tr {
        border: 1px Solid black;
        padding: 4px 4px 4px 4px;
        text-align: center;
    }

        .gridtable tr:hover {
            background: #DDDDDD;
        }

    .gridtable th {
        padding: 4px 4px 4px 4px;
        text-align: center;
    }

.StyleExiteButton {
    height: 15px;
    width: 19px;
    display: block;
    position: relative;
    float: right;
    margin: 0 10px 0 10px;
    background-image: url('../Ui/Controls/Icon_Exit.png');
    background-repeat: no-repeat;
}

.Style_dropdownlists {
    font: normal 12px verdana, tahoma, helvetica, sans-serif;
}

.style_TextBoxFa {
    font: normal 12px verdana, tahoma, helvetica, sans-serif;
}

.EditAccNoStyle, .btnReCharge, .ButtonStyle, .ShowCode, .UploadFile {
    height: 11px;
    width: /*14px*/ 5% !important;
    margin: 0 10px 0 10px;
    background-position: center center;
    /* background-image: url('../images/sign_up.gif'); */
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 11px;
    vertical-align: middle;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
    text-align: center;
}


    .ButtonStyle input, .ButtonStyle a {
        background-color: lightgray;
        display: block;
        width: max-content;
        padding: 7px !important;
        vertical-align: middle;
        border-radius: 15px;
        height: 15px;
        margin: 5px !important;
        background-position: center center;
        min-width: 30% !important;
        font-family: inherit;
        font-size: 11px;
        cursor: pointer;
        color: black !important;
        text-decoration: none;
        text-align: center;
        box-shadow: 0 3px 2px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    }

        .ButtonStyle input:hover,
        .ButtonStyle a:hover {
            box-shadow: 0 3px 1px -2px #808080, 0 2px 2px 0 #808080, 0 1px 5px 0 #808080;
            background-color: #d7d7d8;
        }

        .ButtonStyle input.longButton {
            background-image: url('../images/sign_up_long.png') !important;
            height: 45px;
            width: 130px;
            text-align: center;
            height: 45px;
            width: 130px;
            line-height: 4;
        }

.ToolbarButton {
    font-family: Tahoma;
}
