﻿input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    margin-bottom: 0px !important;
}

select {
    -webkit-appearance: menulist !important;
}
#Content {
    overflow-x: auto;
}
#Footer .footer_copy .one {
    margin-bottom: 0px;
    padding-top: 10px;
    min-height: 0px;
}

table {
    margin-bottom: 0px !important;
    width: auto !important;
}

    table td {
        text-align: left !important;
        border-color: transparent !important;
    }

    table tr:first-child td {
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    }

    table th {
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0) !important;
        border-color: transparent !important;
        text-align: left !important;
    }

label {
    display: inline !important;
}

#popup label {
    font-weight: normal !important;
}

#popup2 label {
    font-weight: normal !important;
}

.override-grid tr {
    line-height: 0px;
}

.override-grid th {
    padding: 0px 0px 0px 0px;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: gray !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
}
