/*-----------------------------------------------------------------------------
 * Beschreibung:    Stylesheets für die dynamisch generierten KDH-Seiten
 * Autor:           Marc-André Duda <marc-andre.duda@dialogdesign.de>
 * Copyright:       1999-2005 dialogdesign GmbH
 * Erstellung:      2005-05-12 md
 *-----------------------------------------------------------------------------
 */

span.KdhDescriptionLabel {
    font:               normal normal normal 11px sans-serif;
    color:              black;
    padding-left:6px;   
}

span.KdhDescriptionTitle {
    font:               normal normal bold 12px sans-serif;
    color:              black;
    margin-bottom:      12px;
}

span.KdhDescription {
    font:               normal normal normal 11px sans-serif;
    color:              black;
}

input.KdhDataGridOverview {
    border-style:       none;
    margin-right:       12px;
}

a:link.KdhDataGridTitle, a:visited.KdhDataGridTitle, a:active.KdhDataGridTitle, a:focus.KdhDataGridTitle {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    none;
    color:              black;
}

a:hover.KdhDataGridTitle {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

a:link.KdhDataGridText, a:visited.KdhDataGridText, a:active.KdhDataGridText, a:focus.KdhDataGridText {
    font:               normal normal normal 11px sans-serif;
    text-decoration:    none;
    color:              black;
}

a:hover.KdhDataGridText {
    font:               normal normal normal 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

span.KdhDataGridText {
    font:               normal normal normal 11px sans-serif;
    color:              black;
}

tr.KdhDataGridItem td {
    padding-bottom:     12px;
    padding-right: 12px;
}

table.KdhDataGridOverview {
    border-collapse:    collapse;
    empty-cells:        show;
}

table.KdhDataGridDetail {
    border-collapse:    collapse;
    empty-cells:        show;
    width:              700px;
}

table.KdhDataGridTechnicalData {
    border-collapse:    collapse;
    empty-cells:        show;
    width:              350px;
}

/* DataGrid Kopfzeile */
tr.KdhDataGridDetailHeader td {
    font:               normal normal bold 11px sans-serif;
    border-top:         solid 1px black;
    border-bottom:      solid 1px black;
    vertical-align:     top;
    padding:            4px;
    white-space:        nowrap;
    color:              black;
    background-color:   lightsteelblue;
}

tr.KdhDataGridDetailHeader a:link, tr.KdhDataGridDetailHeader a:visited, tr.KdhDataGridDetailHeader a:active, tr.KdhDataGridDetailHeader a:focus {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

tr.KdhDataGridDetailHeader a:hover {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              slategray;
}

tr.KdhDataGridDetailItem td {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    color:              black;
    border-bottom:      solid 1px rgb(224, 224, 224);
    border-top:         solid 1px rgb(224, 224, 224);
}

tr.KdhDataGridDetailAlternatingItem td {
    font:               normal normal normal 11px sans-serif;
    vertical-align:     top;
    padding:            4px;
    color:              black;
    border-bottom:      solid 1px rgb(224, 224, 224);
    border-top:         solid 1px rgb(224, 224, 224);
    background-color:   whitesmoke;
}

td.KdhDrawingListSeparator {
    padding:            12px;
}

span.KdhDrawingListText {
    font:               normal normal normal 11px sans-serif;
    color:              black;
}
