.table_header_cont {
}
.tableNewLink, .tableNewLink:visited
{
    float:right;
    color: #0000EE;
}
.tr_td_link
{
    color: #0000EE !important;
    cursor:pointer !important;
}
.tr_td_link:hover{
    text-decoration:underline;
}


.table_header {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    background-color: #e6EEEE;
    border: 1px solid lightgray;
    padding: 4px;
    margin-bottom:-1px
}

.tablesorter th {
    min-width: 20px;
}
.table_filters_cont
{
    background-color: #e6EEEE;
    border: 1px solid lightgray;
    padding: 4px;
    margin-bottom:-1px
}
.table_filter_cont{
    float:left;
    margin:4px;
    min-height:34px;
}
.table_filter_label{
    font-size:8px;
    margin-bottom:2px;
}
.table_filter_item select,
.table_filter_item input
{
   line-height:16px;
   font-size:13px;
}
.table_filter_item select
{
    height:22px;
}
.filterText
{
    width:130px;
}
.table_preloader_label{
    background:url(/Content/img/preloader19x19.gif);
    height:19px;
    width:19px;
    float:right;
}
.removeRowBtn
{
    font-weight:bold;
    color:darkred;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    border:1px solid white;

}
.removeRowBtn:hover, .rowArrowBtn:hover{
    border:1px solid lightgrey;
}
.table_thumb1
{
    height:75px;
    width:100px;
    display:inline;
    cursor:pointer;
}

.rowArrowBtn
{
    font-size:16px;
    text-align:center;
    cursor:pointer;
    border:1px solid white;

}
