
/************************************************
* Všeobecná definícia tabuliek
************************************************/




table tbody tr td {
    border: 1px solid #D90203;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
  }


table tbody tr td.id {
    width:20px;
    text-align:center;
  }


table tbody tr td.hiden {
    display: none;
  }


table thead tr th.hiden {
    display: none;
  }


table tbody tr td.por {
    width:20px;
    text-align:center;
  }


table tbody tr td.cislo {
    width:40px;
    text-align:right;
  }


table tbody tr td.datum {
    width:70px;
    text-align:right;
  }


table tbody tr td.text {
    width:250px;
    text-align:left;
  }


table tbody tr td.text100 {
    width:50px;
    text-align:left;
  }


table {
    border-collapse : collapse;
    border:#D90203 solid 1px;
    font-size : 14px;
    margin-bottom : 15px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    width : 100%;
  }


table thead th {
    border: 1px dotted #f4e5ba;
    background-color: #D90203;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
  }

/* pseudo klas na označenie ID aktívneho riadku */




.tdHL {
  }

/* klas na podfarbenie aktívneho riadku */




table tbody tr.hilight {
    background-color: #FFDCDC;
  }


table tbody tr td.vysledky {
    background-image : url('/obr/mini-bottom-r.gif');
    background-position : top center;
    background-repeat : no-repeat;
    text-align:center;
    cursor: pointer;
  }

/*********************************************************
* Reštaurácia - Jedlá
*********************************************************/



table#jedla .druh {
    width : 100px;
  }


table#jedla .mj {
    width : 30px;
  }

/*********************************************************
* Reštaurácia - Lístok
*********************************************************/



table#listok .druh {
    width : 100px;
  }


table#listok .mj {
    width : 30px;
  }

/*********************************************************
* Pool družstva
*********************************************************/



table#nasadenie td[colIndex] {
    width : 100px;
  }


table#listok .mj {
    width : 30px;
  }

/*****************************************************
* Nápoveda formulára
*****************************************************/





.helpIcon {
    position: absolute;
    left: 775px;
    top: 105px;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

/* základný div */





#help {
    position : absolute;
    display: none;
    left: 650px;
    top: 120px;
    background-color : #d7e0ff;
    border: 2px solid #4A61AD;
    width : 360px;
    z-Index : 10;
  }

/* zvýraznený pruh s popisom a zatváracím krížikom */





#helpBar {
    background-color : #4A61AD;
    color: #d7e0ff;
    border-bottom: 2px solid #4A61AD;
    border-top: 0px solid #4A61AD;
    height: 17px;
    font-weight: bold;
  }

/* nadpis nápovedy */





#helpTitle {
    float: left;
  }

/* zatvárací krížik (X) */





#helpExit {
    float: right;
    border: 1px solid #d7e0ff;
    margin: 0px 0px 0px 0px;
    padding: 0px 1px 0px 1px;
    text-align: center;
    cursor: pointer;
  }

/* text helpu */





#helpText {
    border: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }


.skupina {
    position: relative;
    display : inline;
    /* vertical-align: sub;
    */ top: 15px;
  }


.ikony_r {
    display:inline;
    float:right;
    top: 0;
    margin-left: 15px;
  }


.detail {
    background-image : url('/obr/navigacia/lupa.png');
    background-position : 3px 3px;
    background-repeat : no-repeat;
    cursor : pointer;
  }

