.hidden {
    display:none;
}

.block {
    display:block;
}

.left {
    float:left;
}

.right {
    float:right;
}

.uppercase {
    text-transform: uppercase;
}

table {
    border-collapse: separate;
    border-spacing: 1px;
    font-size:9px;
    text-align:left;
    /*width:100%;*/
}

th {
    background-color:#dcdcdc;
    border:1px solid #c2c2c2;
}

th,td{
    border:1px solid #efefef;
    padding-left:5px;
    padding-right:5px;
    height:20px;
}

.odd {
    background-color:#f5f5f5;
}

.even {
    background-color:inherit;
}

label.debug {
    font-size:9px;
}

.icon {
    border:0px;
    display:inline-block;
    height:20px;
    width:20px;
}

.edit {
    background: url(/Defaults/grafika/ikony/edycja.png) no-repeat left;
}

.status_t {
    background: url(/Defaults/grafika/ikony/status_on.png) no-repeat left;
}

.status_f {
    background: url(/Defaults/grafika/ikony/status_off.png) no-repeat left;
}

.label_t {
    background: url(/Defaults/grafika/ikony/label_on.png) no-repeat left;
}

.label_f {
    background: url(/Defaults/grafika/ikony/label_off.png) no-repeat left;
}

.up_t {
    background: url(/Defaults/grafika/ikony/up_on.png) no-repeat left;
}

.up_f {
    background: url(/Defaults/grafika/ikony/up_off.png) no-repeat left;
}

.down_t {
    background: url(/Defaults/grafika/ikony/down_on.png) no-repeat left;
}

.down_f {
    background: url(/Defaults/grafika/ikony/down_off.png) no-repeat left;
}

.delete {
    background: url(/Defaults/grafika/ikony/usun.png) no-repeat left;
}

.remoteURL_f {
    background: url(/Defaults/grafika/ikony/remoteURL_off.png) no-repeat left;
}

.remoteURL_t {
    background: url(/Defaults/grafika/ikony/remoteURL_on.png) no-repeat left;
}

.label {
    display:inline-block;
    position:relative;
    top:-6px;
}

.step {
    display:inline-block;
    height:20px;
    width:20px;
}

.line {
    background: url(/Defaults/grafika/ikony/line.png) center center no-repeat;
}

.node {
    background: url(/Defaults/grafika/ikony/node.png) center center no-repeat;
}

.last {
    background: url(/Defaults/grafika/ikony/last.png) center center no-repeat;
}

.clean {
    clear: both;
}

.jpg {
    background: url(/Defaults/grafika/ikony/jpg.png) center center no-repeat;
}

.pdf {
    background: url(/Defaults/grafika/ikony/pdf.png) center center no-repeat;
}

.sound {
    background: url(/Defaults/grafika/ikony/sound.png) center center no-repeat;
}

.zip {
    background: url(/Defaults/grafika/ikony/zip.png) center center no-repeat;
}
