/**
 *  Fil för att överrida jQuery UIs css-definitioner
 *  $Id$
 */

.ui-dialog {
    z-index: 10000 !important;
}

.ui-dialog-title {
    font-size: 12px;
}

.ui-dialog .dialog_text, .ui-dialog .ui-dialog-content {
    font: 12px/15px Tahoma,Verdana,Geneva;
}

.ui-widget-header {
}

.ui-widget-content a { color: #20629B; }

.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0.5em 0.5em; background: none; }

/**
 *  För att få till sorteringsindikatorn i tablesorter
 */
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    border-bottom: #000 2px solid;
}
.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}
