@charset "UTF-8";

/* box z przyciskami akcji strony */
.actions
{
    float: right;
    font-size: 95%;
    font-family: 'Merriweather Sans', sans-serif;
    color: #454547;
    cursor: pointer;
    margin: 15px 0px 15px 0px;
    list-style-type: none;
    display: block;
}


/* boxy obrazkow akcji */
.actions li.next, 
.actions li.prev, 
.actions li.pdf, 
.actions li.print, 
.actions li.back, 
.actions li.zglos, 
.actions li.trip
{
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 5px 9px 5px 37px;
    margin: 0px 0px 0px 10px;
    display: block;
}
.actions li.next:hover, 
.actions li.prev:hover, 
.actions li.pdf:hover, 
.actions li.print:hover, 
.actions li.back:hover, 
.actions li.zglos:hover, 
.actions li.pobierz:hover, 
.actions li.trip:hover
{
    color: #454547;
}
.actions li.blank
{
    float: left;
    height: 29px;
    width: auto;
}
.actions li.prev
{
    background: url('../../images/common/sprites.png') no-repeat 0px -384px;
}
.actions li.prev:hover
{
    background: url('../../images/common/sprites.png') no-repeat 0px -576px;
}
.actions li.next
{
    background: url('../../images/common/sprites.png') no-repeat 0px -416px;
}
.actions li.next:hover
{
    background: url('../../images/common/sprites.png') no-repeat 0px -608px;
}
.actions li.pdf
{
    background: url('../../images/common/sprites.png') no-repeat 0px -512px;
}
.actions li.pdf:hover
{
    background: url('../../images/common/sprites.png') no-repeat 0px -704px;
}

div.pobierz
{
    background: url('../../images/common/sprites.png') no-repeat 0px -704px;
    color:#015f8a;
    cursor:pointer;
    float:left;
    font-weight:bold;
    height:23px;
    margin:0 10px;
    padding:6px 6px 0 36px;
    width:auto;
}
div.pobierz:hover
{ background: url('../../images/common/sprites.png') no-repeat 0px -704px;}
div.pobierz a {
    color:#015f8a;
    cursor:pointer;
}

.pdf_get div.pobierz:hover,
.pdf_get div.pobierz a:hover
{
    color: #454547;
}

.actions li.print
{
    background: url('../../images/common/sprites.png') no-repeat 0px -480px;
}
.actions li.print:hover
{
    background: url('../../images/common/sprites.png') no-repeat 0px -672px;
}
.actions li.back
{
    background: url('../../images/common/sprites.png') no-repeat 0px -448px;
}
.actions li.back:hover
{
    background: url('../../images/common/sprites.png') no-repeat 0px -640px;
}
.actions li.zglos
{
    background: url('../../images/common/sprites.png') no-repeat 0px -544px;
}
.actions li.zglos:hover
{
    background: url('../../images/common/sprites.png') no-repeat 0px -736px;
}
.actions li.trip
{
    background:url("../../images/portal/portStronaAkcje.png") no-repeat scroll 0 -210px transparent;
}