#sort1 {border: none;}
#sort1 th {vertical-align: top;  font-size: 12px; background-color: #cccccc; font-weight: bold;color: #000000; padding: 10px 0px 3px 20px; height: 35px;}
#sort1 td {font-size: 13px;}

#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;
        font-weight: bold;
        background: #d9d9d9 url(../images/bg_header_sortable.jpg) no-repeat;
        }
#sort1 th.empty{
        cursor:pointer;
        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;
color: #000000;
font-weight: bold;
text-decoration: none;
}



/* 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;
}

