﻿body
{
    background-color: #dcdcdc;
}
.menu_section
{
    height: 25px;
    cursor: hand;
    color: white;
    background-color: #a9a9a9;
    text-align: left;
}
.menu_bottomcell
{
    border-top: #ffff00 medium groove;
}
.menu_topcell
{
    border-bottom: #ffff00 medium groove;
}
.menu_item
{
    height: 25px;
    cursor: hand;
    color: black;
    background-color: #dcdcdc;
    text-align: left;
    font-family: 'Times New Roman';
    font-size: 12pt;
}
.menu_item:hover
{
    background-color: #eee8aa;
    cursor: pointer;
}
.menu_section:hover
{
    cursor: pointer;
}
.menu_topcell:hover
{
    cursor: pointer;
}
.menu_bottomcell:hover
{
    cursor: pointer;
}
.menu_subtable
{
    border-right: #a9a9a9 3px solid;
    border-left: #a9a9a9 3px solid;
    margin-right: 3px;
    width: 167px;
    display: none;
}
.menu_subtableAP
{
    border-right: #a9a9a9 3px solid;
    border-left: #a9a9a9 3px solid;
    margin-right: 3px;
    width: 167px;
}
.gridcollfirst
{
    border-left: #d3d3d3 2px solid;
    padding-left: 10px;
    padding-right: 10px;
}
.gridcolllast
{
    border-right: #d3d3d3 2px solid;
    padding-left: 10px;
    padding-right: 10px;
}
.gridrow
{
    height: 39px;
    background-image: url(files/gridbg1.png);
}
.gridrowalternate
{
    height: 39px;
    background-image: url(files/gridbg2.png);
}
.gridcoll
{
    padding-left: 10px;
    padding-right: 10px;
}
.gridhead
{
    background-image: url(files/gridbg.png);
    background-repeat: repeat-x;
    height: 27px;
    color: white;
    vertical-align: middle;
    text-align: center;
}
.gridfoot
{
    background-image: url(files/gridbg.png);
    background-repeat: repeat-x;
    height: 27px;
    color: white;
    vertical-align: middle;
    text-align: center;
}
.gridpager
{
    background-image: url(files/gridbg.png);
    background-repeat: repeat-x;
    height: 27px;
    font-size: 16px;
    vertical-align: middle;
    text-align: left;
    color: white;
    font-weight: bold;
}
.rounded_div
{
    background-color: #a9a9a9;
    text-align: center;
    color: #ffff00;
    font-size: 15pt;
    line-height: 25px; 
    height: 25px;
}
.rounded_div_aktualizace
{
    background-color: #a9a9a9;
    font-size: 9pt;
    text-align: left;
    padding: 2px;
    width: 163px;
}
.rambottom
{
    background-image: url(files/rambottom.png);
    background-repeat:no-repeat;
}
.aktualtable
{
    font-size: 8pt;
    font-style: italic;
}
.aktualtablerow:hover
{
    cursor: pointer;
}
.aktualtablerow
{ 
    font-style:italic;
    color: blue; 
    text-decoration: underline; 
}

.GridViewEdit_Coll
{
    padding-left: 5px;
    padding-right: 5px;
}
.visiblenone
{
    display: none;
}
.opacity
{   
    opacity: 0; 
    filter: prodig:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.nadpis1
{
    font-size: 18pt;
    color: blue;
}
