#opcje
{
   background-color: rgb(217,236,255);
   padding: 0;
   display: none;
   margin-bottom: 20px;
}

.ust-area {
   padding-top: 10px;
}

#opcje li, #opcje td
{
   font-size: 10pt;  
}

#wydruk td
{
   font-size: 11pt;  
}

#drukuj 
{
   padding-bottom: 0;
}

#opcje p
{
   font-size: 10pt;  
   margin-top: 0;
}

#opcje TD {
   vertical-align: top;
   padding-right: 10px;
}


#opcje-przyciski 
{
   padding-right: 20px;
   text-align: right;
}

div.workarea 
{ 
   padding: 0px;
}

ul.draglist 
{ 
    width: 150px; 
    list-style: none;
    margin:0;
    padding:0;
    /*
       The bottom padding provides the cushion that makes the empty 
       list targetable.  Alternatively, we could leave the padding 
       off by default, adding it when we detect that the list is empty.
    */
    padding-bottom:30px;
}

ul.draglist li 
{
    margin: 1px;
    cursor: move; 
}

li.li_pole 
{
    background-color: white; /* rgb(175,236,235); */ /* #D1E6EC; */
    border-top: 1px solid #7EA6B2;
    border-left: 1px solid #7EA6B2;
}



#ustawienia
{
}

#ustawienia *
{
   padding-left: 0;
   margin-left: 0;
}

.ustaw_seg
{
}
.ustaw_seg TD
{
   padding-bottom: 20px;
}

.ustaw_lab 
{
   font-size: 9pt;
   width: 150px;
}

/* ----------------------------------- drukowanie ------------------------------- */

#wydruk
{
   background-color: rgb(217,236,255);
   padding: 0 0 5 0;
   display: none;   
}

#wydruk TD
{
   padding: 5px;
}

#opcje p.area-label {
   font-weight: bold;
   font-size: 14px;
}