﻿/* DetailsView allgemein */
table.FramewwworkDetailsView {
    border-collapse:    collapse;
    empty-cells:        show;
}


/* DetailsView Kopfzeile */
tr.FramewwworkDetailsViewHeader th {
    font:               normal normal bold 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    white-space:        nowrap;
    color:              black;
    background-color:   lightsteelblue;
    border:             solid 1px gainsboro;
    text-align:         left;
}

/* Links in der DetailsView Kopfzeile (für Sortierung) */
tr.FramewwworkDetailsViewHeader a:link {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

tr.FramewwworkDetailsViewHeader a:visited {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

tr.FramewwworkDetailsViewHeader a:hover {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              slategray;
}

tr.FramewwworkDetailsViewHeader a:active {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

tr.FramewwworkDetailsViewHeader a:focus {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

/* Zeile in einem DetailsView */
tr.FramewwworkDetailsViewRow td {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    color:              black;
    border:             solid 1px gainsboro;
}

/* Alternativer Stil für eine Zeile in einem DetailsView */
tr.FramewwworkDetailsViewAlternatingRow td {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    background-color:   whitesmoke;
    color:              black;
    border:             solid 1px gainsboro;
}

/* Stil für eine ausgewählte Zeile in einem DetailsView */
tr.FramewwworkDetailsViewSelectedRow td {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    background-color:   khaki;
    color:              black;
    border:             solid 1px gainsboro;
}

/* Stil für eine ausgewählte Zeile in einem DetailsView */
td.FramewwworkDetailsViewFieldHeader {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    color:              black;
    border:             solid 1px gainsboro;
}

/* Stil für eine ausgewählte Zeile in einem DetailsView */
tr.FramewwworkDetailsViewEditRow td {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     middle;
    padding:            4px;
    color:              black;
    border:             solid 1px gainsboro;
}

/* Stil für die Zeile mit den Schaltflächen in einem DetailsView */
tr.FramewwworkDetailsViewCommandRow td {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    color:              black;
    border:             solid 1px gainsboro;
    background-color:   lightsteelblue;
}

/* Pager in einem DetailsView */
tr.FramewwworkDetailsViewPager td {
    color:              black;
    text-decoration:    none;
    font:               normal normal bold 11px monospace;
    white-space:        nowrap;
}

/* Links in einer Pager-Zeile in einem DetailsView */
tr.FramewwworkDetailsViewPager a:link {
    color:              black;
    text-decoration:    none;
    font:               normal normal normal 11px monospace;
    white-space:        nowrap;
}

tr.FramewwworkDetailsViewPager a:visited {
    color:              black;
    text-decoration:    none;
    font:               normal normal normal 11px monospace;
    white-space:        nowrap;
}

tr.FramewwworkDetailsViewPager a:hover {
    color:              black;
    text-decoration:    underline;
    font:               normal normal normal 11px monospace;
    white-space:        nowrap;
}

tr.FramewwworkDetailsViewPager a:active {
    color:              black;
    text-decoration:    none;
    font:               normal normal normal 11px monospace;
    white-space:        nowrap;
}

tr.FramewwworkDetailsViewPager a:focus {
    color:              black;
    text-decoration:    none;
    font:               normal normal normal 11px monospace;
    white-space:        nowrap;
}
