#visualdeck
    {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    top: auto;
    left: auto;
    height: 500px;
    background-color: #505050;
    }


#mapanel 
    {
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 10px;
    left: 10px;

    z-index: 150;
    }
    
    
#fotopanel 
    {
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 20px;
    left: 440px;
    height: 445px;
    width: 350px;
    /*background-color: #809080;*/
    }

#fotopanel a { color: white; }    
#fotopanel a:hover {  color:#FFFF00; }

#fotopanel .thumbnailbox 
    {
    text-align: center;
    height: 410px;
    }
    
.thumbnailframe {
    width: 155px;
    text-align: center;
    background: #303030;
    }

#dutypanel
    {
    display: none;
    position:absolute;
    top:0px;right:80px;
    width: 190px;
    background-color:#d0d0f0;
    border-right: 1px solid #000050;
    z-index: 100;
    }
#dutypanel .title
    {
    background-color: #000050; 
    color: white;
    padding: 5px 5px 5px 5px;
    text-align:center;    
    }   
#dutypanel .text
    {
    margin: 10px 10px 10px 10px;
    }   
    
/* ================= tabulka ================= */

.phead {
     background-color: #efefef; 
    /* border-bottom: solid 2px #112B82;*/
    border-bottom: solid 2px silver;
    padding: 10px 10px 10px 10px;
    
        }

.qdata {
    background-color: #FF9F9F;
    padding: 10px 10px 10px 10px;
    width: 400px;
    }
    
.ppdata {
    background-color: #9F9F9F;
    padding: 10px 10px 10px 10px;
    width: 400px;
    }

.pdata {
    /*4 background-color: #FFFFEF; */
    border-left: solid 1px silver;
    padding: 10px 10px 10px 10px;
    width: 400px;
    }

.phistory {
    /*4 background-color: #EFEFEF;*/
    border-bottom: solid 1px silver;
    padding: 10px 10px 10px 10px;
    width: 400px;
    }

        
.pcode {
    font-weight : bold;
    color:   #112B82; 
    font-size: 18px;
    }

.pname {
    font-size: 18px;
    font-weight : bold;
    }

.pimage {
/*    background-color: #000000;*/
    text-align: center;
    }
    
.pload {
    /*4 background-color: #E0FFE0;*/
    padding: 5px 5px 5px 15px;
    }
    
/* ================= tabulka ================= */
.datatable {
            border: solid 2px #112B82;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            width: 380px;
            }

table .caption {text-align: right;}
table .description {font-size: 10px;}

/* ================= mapy ============ */
.switch
{
    border: solid 1px black;
    background-color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 1px 1px 1px 1px;
    display: inline;
    cursor: Pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}
