#sort1 {border: none;}
#sort1 th {vertical-align: top;  font-size: 12px;}

#sort1 td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        /*font-weight:bold;*/
        text-transform:uppercase;
        letter-spacing:1px;
        }

#sort1 th.sortable,
#sort1 th.sortable-text,
#sort1 th.sortable-date,
#sort1 th.sortable-keep,
#sort1 th.sortable-date-dmy,
#sort1 th.sortable-numeric,
#sort1 th.sortable-currency,
#sort1 th.sortable-sortByTwelveHourTimestamp,
#sort1 th.sortable-sortIPAddress,
#sort1 th.sortable-sortEnglishLonghandDateFormat,
#sort1 th.sortable-sortScientificNotation,
#sort1 th.sortable-sortImage,
#sort1 th.sortable-sortFileSize,
#sort1 th.sortable-sortAlphaNumeric
        {
        cursor:pointer;
        /*background: #d9d9d9 url(images/bg_header_sortable.jpg) no-repeat;*/
        padding: 3px 0px 3px 3px;
        }
#sort1 th.empty{
        cursor:pointer;
       /*background: #d9d9d9 url(images/tablesort_blank.jpg) no-repeat;*/
        padding: 3px 2px 3px 18px;
        }
#sort1 th.forwardSort
        {
        background:#d9d9d9 url(images/bg_header_down.jpg) no-repeat 0 0;
        }
#sort1 th.reverseSort
        {
        /*background:#d9d9d9 url(images/bg_header_up.jpg) no-repeat 0 0;*/
        }
#sort1 table thead th.forwardSort a
        {
        color: #ffffff;
        text-decoration:none;
        }

#sort1 table thead th.reverseSort a
        {
        color: #ffffff;
        text-decoration:none;
        }
        
        
#sort1 .cliplength {width: 70px;}        
#sort1 .einstelldatum {width: 100px;}   

#sort1 a{
color: #666666;
font-weight: bold;
text-decoration: none;
}

/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
th a
        {
        text-decoration:none;
        color: #4f6b72;
        background:#fff;
        }
td a
        {
        text-decoration:none;
        color:#239;
        background:#fff;
        }
td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
td a:hover
        {
        color:#a84444;
        border-bottom:1px dotted #a80000;
        background:#fff;
        }
*/      
#sort1 td
        {
        font: normal 12px Arial, Helvetica, Verdana, sans-serif;
        border-bottom: 1px solid #d9d9d9;
        /*
        border-right: 1px solid #E98029;                                  
        border-bottom: 1px solid #E98029;
        */
        padding: 4px 12px 4px 9px;
        /*color: #686867;*/
        }
#sort1 td.lft
        {
        text-align:left;
        }
#sort1 tr.alt
        {
        background-color: #fff;
        color: #797268;
        }


/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used (which means a 1000 row table
   will produce 1000 http requests for the image in question) */
#sort1 tr[class="alt"] td                               
        {
        background-color: #f4f4f4;                      /* Leselinie, wenn auf Sortierspalte geklickt wurde bzw. default */
        }
#sort1 td[class~="alt"]                                 /* färbt die aktuell sortierte Spalte ein */
        {
        background-color: none !important;
        }
/* Poor old Internet Explorer won't see the next two rules either */
#sort1 tbody tr.alt td:first-child
        {
        background-color: none;
        font-weight:normal;
        }
#sort1 tbody tr td:first-child
        {
        background-color: none;
        font-weight:normal;
        }
/* Image free rules for Internet Explorer < 7 */
* html tr.alt td
        {
        background-color: #f4f4f4;                      /* Leselinie, wenn auf Sortierspalte geklickt wurde bzw. default / IE < 7 */
        }
* html tr td.alt,
* html tr.alt td.alt
        {
         /* background-color: transparent; */
        }

        
th.blank {background-image: url('images/tablesort_blank.jpg'); background-repeat: repeat-y; background-position: top right;}        
#sort1 th.unsortable{
	 padding: 3px 0px 3px 3px;
}

