﻿table.tableView tr:nth-child(even) {
    background-color: rgb(244,244,244);
}

div.hierarchy table tr {
    background-color: rgb(255, 255, 255) !important;
}

div.hierarchy table tr td,th {
    padding: 3px 7px 3px 6px;
}



.ascendingTableViewSort {
    background-color: #FFD700;
}

.descendingTableViewSort {
    background-color: #FF1493;
}

table.tableView a.sortable {
    background-color: #3CB371;
}

.searchThresholdField {
    font-size: smaller;
    margin-bottom: 10px;
}

.resultsLoadingImg {
    height: 50px;
}


input[type="button"].uploadbtn {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #777777;
    background-color: #ededed;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 24px 4px 24px;
    border: solid 1px #bcbcbc;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
