/*
    written 2009 by JJ, jasj@karnet.up.wroc.pl
    this file is released under GPL license
*/
#pobieralnia ul {
    position: absolute;
    height: 400px;
    width: 658px;
    left: 220px;
    background-color: transparent;
    display: block;
    margin: 0px;
    padding: 0px;
}

#pobieralnia table {
    font-family: sans-serif;
    font-size: 9pt;
}
#pobieralnia thead {
    background-color: #d6deee;
}

#pobieralnia>ul>li {
    list-style-type: none;
    display: block;
}

a.notepad_tab {
    position: absolute;
    width: 140px;
    height: 21px;
    text-align: left;
    padding-left: 1px;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 5px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: #0040a0;
    background-repeat: no-repeat;
    background-image: url('../grafika/tabs.png');
    background-position: 0px -40px;
    z-index: 0;
}
li.selected a.notepad_tab {
    z-index: 100;
    background-position: 0px 0px;
}
a.notepad_tab span {
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position: 12px 2px;
}

a.notepad_tab:visited {
    color: #0040a0;
}
a.notepad_tab:hover {
    color: #0060e0;
}

a.download {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    text-decoration: none;
    font-weight: bold;
}
a.download:hover {
    text-decoration: underline;
}

a.exec {
    background-image: url('../grafika/exec.png');
}
a.msi {
    background-image: url('../grafika/msi.png');
}
a.rpm {
    background-image: url('../grafika/rpm.png');
}
a.deb {
    background-image: url('../grafika/deb.png');
}
a.dmg {
    background-image: url('../grafika/dmg.png');
}
a.tgz {
    background-image: url('../grafika/tgz.png');
}
a.arch {
    background-image: url('../grafika/archive.png');
}
a.net {
    background-image: url('../grafika/net.png');
} 
a.portable{
    background-image: url('../grafika/pen.png');
}

span.md5 {
    background-image: url('../grafika/hash.png');
}


div.notepad_card {
    position: absolute;
    top: 30px;
    left: -1px;
    width: 638px;
    height: 349px;
    overflow: auto;
    background-color: #e7efff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #a3bbdd;
    color: navy;
    z-index: 50;
}

li.selected div.notepad_card {
    display: block;
}
li.passive div.notepad_card {
    display: none;
}

a#tab_win {
    top: 0px; left: -1px;
}
a#tab_lnx {
    top: 0px; left: 141px;
}
a#tab_mac {
    top: 0px; left: 283px;
}
a#tab_oth {
    top: 0px; left: 425px;
}

a#tab_win span {
    background-image: url('../grafika/logo_win.png');
}
a#tab_lnx span {
    background-image: url('../grafika/logo_lnx.png');
}
a#tab_mac span {
    background-image: url('../grafika/logo_mac.png');
}
a#tab_oth span {
    background-image: url('../grafika/logo_any.png');
}

#pobieralnia table th {
    text-align: left; 
    padding-left: 4px;
}

table col.text td {text-align: left}
table col.date td {text-align: left}
table col.num td {text-align: right}

#pobieralnia table tbody tr td {
    padding-top: 4px;
    padding-bottom: 4px;
}
#pobieralnia a.download {
    padding-top: 4px;
    padding-bottom: 4px;
} 


a img {
    border: 0px;
}
