/*-----------------------------------------------------------------------------
 * Beschreibung:    Stylesheets für die dynamisch generierten Suv-Seiten
 * Autor:           Marc-André Duda <marc-andre.duda@dialogdesign.de>
 * Copyright:       1999-2005 dialogdesign GmbH
 * Erstellung:      2005-05-12 md
 *-----------------------------------------------------------------------------
 */

span.SuvDescriptionLabel {
    font:               normal normal normal 11px sans-serif;
    color:              black;
    padding-left:6px;
}

span.SuvDescriptionTitle {
    font:               normal normal bold 12px sans-serif;
    color:              black;
    margin-bottom:      12px;
}

span.SuvDescription {
    font:               normal normal normal 11px sans-serif;
    color:              black;
}

input.SuvDataGridOverview {
    border-style:       none;
    margin-right:       12px;
}

a:link.SuvDataGridTitle, a:visited.SuvDataGridTitle, a:active.SuvDataGridTitle, a:focus.SuvDataGridTitle {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    none;
    color:              black;
}

a:hover.SuvDataGridTitle {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

a:link.SuvDataGridText, a:visited.SuvDataGridText, a:active.SuvDataGridText, a:focus.SuvDataGridText {
    font:               normal normal normal 11px sans-serif;
    text-decoration:    none;
    color:              black;
}

a:hover.SuvDataGridText {
    font:               normal normal normal 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

span.SuvDataGridText {
    font:               normal normal normal 11px sans-serif;
    color:              black;
}

td.SuvDataGridText span
{
 padding-left:10px;	
}

tr.SuvDataGridItem td {
    padding-bottom:     12px;
}

table.SuvDataGridOverview {
    border-collapse:    collapse;
    empty-cells:        show;
}

table.SuvDataGridDetail {
    border-collapse:    collapse;
    empty-cells:        show;
    width:              700px;
}

table.SuvDataGridTechnicalData {
    border-collapse:    collapse;
    empty-cells:        show;
    width:              350px;
}

/* DataGrid Kopfzeile */
tr.SuvDataGridDetailHeader 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.SuvDataGridDetailHeader a:link, tr.SuvDataGridDetailHeader a:visited, tr.SuvDataGridDetailHeader a:active, tr.SuvDataGridDetailHeader a:focus {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              black;
}

tr.SuvDataGridDetailHeader a:hover {
    font:               normal normal bold 11px sans-serif;
    text-decoration:    underline;
    color:              slategray;
}

tr.SuvDataGridDetailItem 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.SuvDataGridDetailAlternatingItem 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.SuvDrawingListSeparator {
    padding:            12px;
}

span.SuvDrawingListText {
    font:               normal normal normal 11px sans-serif;
    color:              black;
}
