﻿/* 
##########################################################################
Fischer, v1.0
CSS Definitionen von FlexTable Elementen
*/

/* Style Kreisvorstand */

/* Cell Funktionsbeschreibung */
.KVFunctionCell
{
    background-image: url(../Images/DynamicControls/ContentNavigation/BGCNHL.jpg);
    height: 25px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #d0d0ce;
    border-bottom-color: #d0d0ce;
}

.PortraetTableHeaderTD
{
    background-image: url(../Images/DynamicControls/ContentNavigation/CNTI.jpg);
    height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: normal;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d0d0ce;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d0d0ce;
    color: #000000;
}   