.resultSummaryTitle {
    display:none;
}
#resultSummary  {    
    padding:0;
    width:100%;
    min-width:1000px;
    margin-bottom:10px;    
}
#resultSummary_inner {
    width:100%;
}

#resultSummary .button {
    display:inline;
    padding-right: 15px;
}
#resultSummary .rowNumber {
    margin-left:-2px;
    font-size:11px;
    height:15px;
    width:15px;
    color:white;
    font-weight:bold;
    background:#193695;
    margin:0;
    padding:0;
    left:2px;
    position:relative;
    left:0px;
}
#resultSummary .rowNumber_inner {
    position:absolute;
    left:3px;
    top:1px;
    background:none;    
}


#resultSummary th {
    font-weight:normal;
    text-align:left;
}
#resultSummary td.title {
    color:black;
    height:26px;
    background-color:#cccccc;
    background-image: url('../images/header_corner2.png');
    background-position: top left;
    background-repeat: no-repeat;
    font-weight:bold;
    padding-left:15px;
}
#resultSummary td.left-border {
    border-left:1px solid #767676;
}
#resultSummary td.right-border {
    border-right:1px solid #767676;
}
#resultSummary td.bottom-border {
    border-bottom: 1px solid #767676;
}
#resultSummary td.topBorder {
    border-top: 1px solid #dedede;
}

#resultSummary td.disclaimer {
    font-size: 11px;
    font-weight:bold;
    color:#0f6a0a;
    height:26px;
    background:#f0f0f0;
    padding-left:25px
}

#resultSummary td.buttonsRow {
    height:26px;
    background:#f0f0f0;
    padding-left:15px;
    height:25px;
}

#resultSummary tr.thRow {
    text-transform:uppercase;
    font-size:11px;
    line-height:15px;
    font-weight:bold;
    background:#f0f0f0;
}

#resultSummary tr.thRow th {
    padding-top:7px;
}

#resultSummary td.arrowContainer {
    background:#f8f8f8;
    width:10px;
    padding:0;
}

/* selected row */

#resultSummary tr.mouseoverRow td.highlightMe {
    background: #f7f9ef;
}
#resultSummary tr.selectedRow td.highlightMe {
    background: #fff3bf;
}
#resultSummary tr.selectedRow td.first div {
    background: #fed100;
}
#resultSummary tr.selectedRow td.first div {
    background:#fed100;
}
