@charset "UTF-8";
/* =============================================================
Default Theme for jQueryTablesorter
Name: style.css
Erstellungsdatum: 05.12.2007 09:56:12
Modifiziert: 25.04.2008 16:35:24
Author: sfluri(at)gmail.com
Version: $1.0.3
============================================================= */

/* --- Definition Medientyp Start --- */
@media all {

table.tablesorter {margin:1em 0pt 1.5em 0;width:100%;text-align:left;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {padding:0.25em;}
table.tablesorter thead tr .header {background-image:url(bg.gif);background-repeat:no-repeat;background-position:center right;cursor:pointer;}
table.tablesorter tbody td {padding:0.25em;vertical-align:top;}
table.tablesorter tbody tr.odd td {background-color:#f9f9f9;}
table.tablesorter thead tr .headerSortUp {background-image:url(asc.gif);}
table.tablesorter thead tr .headerSortDown {background-image:url(desc.gif);}
/*IEHACK*/ * html table.tablesorter thead tr .headerSortDown {back\ground-image:none;}
/*IEHACK*/ * html table.tablesorter thead tr .headerSortUp {back\ground-image:none;}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {}

/* --- Definition Medientyp Ende --- */
}

