﻿.tableFilter { width:100%; }

.FilterTitle { background: #ccc; font-weight:bold; padding: 5px; }
.contTableFilter { background:#efefef; border:1px solid #ccc; padding: 10px; margin-bottom: 20px}
.contTableFilter .FilterAction { text-align:right; }

.FilterButton {float:right}
.DelButton {margin-bottom:20px; display: none;}

.result_label { 
    background: none repeat scroll 0 0 #efefef;
    font-weight: bold;
    padding: 6px;
}
.result_value {width:190px; display:inline-block;}

.result_item {
    border-bottom: 2px dashed #969696;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tr-selected {
    background-color: #fffae9;
}

.reference {
    font-style:italic; font-weight:bold; padding-top:5px; font-size:11px
}