.grid  {
    border : 1px solid WindowFrame;
    font-family : tahoma, sans-serif;
    font-size : 10pt;
}
.grid td {
    background-color : #e5f7e7;
    border-right : 1px solid ThreeDLightShadow;
    border-bottom : 1px solid ThreeDLightShadow;
    padding : 2px;
    text-align : center;
}
.grid th {
    background-color : ThreeDFace;
    color : WindowText;
    border-left : 1px solid ThreeDHighlight;
    border-top : 1px solid ThreeDHighlight;
    border-right : 1px solid ThreeDShadow;
    border-bottom : 1px solid ThreeDShadow;
    padding : 1px 2px 2px 1px;
    vertical-align : top;
}
td.pozn{
    text-align: left;
}


