/*******************************************************************************
 ****   Generic Table Styles
 ******************************************************************************/
table{
    width: 100%;
    font-size: 0.9em;
    cursor: default;
}
table.nested{
    font-size: 1.1em;
}
tr{
    background: #fff;
    color: #333;
}
tbody tr.selected,
tbody tr.selected:hover{
    background: #deedf7 url(../shared/jquery/css/sliph/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
    color: #000;
    font-family: 'Open Sans Bold';
}
tbody tr.selected td{
    border-color: #fff;
}
td,
th{
    border: 1px solid #f5f5f5;
    padding: 5px 5px 3px 3px;
    font-size: 0.9em;
}
th{
    padding: 5px 15px 3px 3px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    font-family: 'Open Sans Bold';
    text-align: left;
}
td.no-padding,
th.no-padding{
    padding: 0 !important;
}
tbody tr.fake-header,
thead tr{
    background: #deedf7 url(../shared/jquery/css/sliph/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
    font-family: tahoma, arial, serif;
}
tbody tr.fake-header{
    vertical-align: middle;
}
.sliph-view .risk-compare tr.fake-header .ui-button{
    margin: 0;
}
td.no-records{
    color: #900;
}
/*******************************************************************************
 ****   Hover Effects
 ******************************************************************************/
.sliph-view tbody tr:hover{
    background: #deedf7 url(../shared/jquery/css/sliph/images/ui-bg_highlight-soft_100_deedf7_1x100.png) left top repeat-x;
}
/*******************************************************************************
 ****   Highlight Effects
 ******************************************************************************/
table tr.row-highlight td{
    background-color: #ffffcc;
}


table input.tablesorter-filter{
    width: 90%;
}

input.sliph-view-filter-text{
    margin: -5px 4px -3px 15px;
}
button.icon.no-text span.sliph-view-filter-reset,
.sliph-view-filter-reset{
    background: url(images/icons/discard.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0 -5px 0 0;
    padding: 0;
    display: inline;
    display: inline-block;
}