﻿.mist
{
    position: absolute;
    font-size: 7pt;
    top: 0px;
    right: 0px;
}
.zam
{
    position: absolute;
    font-size: 7pt;
    top: 0px;
    left: 0px;
}
.aktivitaid
{
    color: red;
    text-align: center;
    position: relative;
    top: 1.5em;
}
.vyuka
{
    position: absolute;
    font-size: 7pt;
    bottom: 0px;
    right: 0px;
}
.zaplneni
{
    position: absolute;
    font-size: 7pt;
    bottom: 0px;
    left: 0px;
}
.bunka
{
    background-color: #D3D3D3;
    position: relative;
    height: 4em;
}

.bunkaPrihlasen
{
    background-color: PowderBlue;
    position: relative;
    height: 4em;
}

.bunkaPlno
{
    background-color: LightCoral;
    position: relative;
    height: 4em;
}

.sbunka
{
    background-color: #D3D3D3;
    height: 100%;
    position: relative;
    white-space: nowrap;
    padding-left: 1em;
    padding-right: 1em;
}

.sbunkaPrihlasen
{
    background-color: PowderBlue;
    height: 100%;
    position: relative;
    white-space: nowrap;
    padding-left: 1em;
    padding-right: 1em;
}

TABLE.clsReportTbl
{
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;
}

.clsReportTbl TH
{
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;    
}

TABLE.clsReportTbl TD
{
    border-left-width: 1px;
    border-left-color: black;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
}
