@charset "UTF-8";

/* box z przyciskami akcji strony */
.actions
{
    float: right;
    font-size: 11px;
    /* font-variant: small-caps; */
    text-transform: lowercase;
    color: #189a04;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    /* width: auto; */
}


/* boxy obrazkow akcji */
.actions div.next, .actions div.prev, .actions div.pdf, .actions div.print, .actions div.back, .actions div.zglos, .actions div.trip
{
    float: left;
    height: 29px;
    padding: 0px 0px 0px 33px;
    margin: 0px 0px 0px 3px;
    font-family: Candara;
    font-size: 12px;
    /* width: auto; */
}
.actions div.next:hover, .actions div.prev:hover, .actions div.pdf:hover, .actions div.print:hover, .actions div.back:hover, .actions div.zglos:hover, .actions div.pobierz:hover, .actions div.trip:hover
{
    color: #f67300;
}
.actions div.blank
{
    float: left;
    height: 29px;
    width: auto;
}
.actions div.next
{
    background: transparent url('../../images/portal/portStronaAkcje.png') no-repeat scroll 0px 0px;
}
.actions div.prev
{
    background: transparent url('../../images/portal/portStronaAkcje.png') no-repeat scroll 0px -30px;
}
.actions div.pdf
{
    background:url("../../images/portal/portStronaAkcje.png") no-repeat scroll 0 -90px transparent;
    height:22px;
    padding-top:7px;
}

div.pobierz
{
    background:url("../../images/portal/portStronaAkcje.png") no-repeat scroll 0 -90px transparent;
    color:#015f8a;
    cursor:pointer;
    float:left;
    font-weight:bold;
    height:23px;
    margin:0 10px;
    padding:6px 6px 0 36px;
    width:auto;
}
div.pobierz a {
    color:#015f8a;
    cursor:pointer;
}

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

.actions div.print
{
    background:url("../../images/portal/portStronaAkcje.png") no-repeat scroll 0 -60px transparent;
    height:22px;
    padding-top:7px;
}
.actions div.back
{
    background:url("../../images/portal/portStronaAkcje.png") no-repeat scroll 0 -120px transparent;
    height:22px;
    padding-top:7px;
}
.actions div.zglos
{
    background: transparent url('../../images/portal/portStronaAkcje.png') no-repeat scroll 0px -150px;
}
.actions div.trip
{
    background:url("../../images/portal/portStronaAkcje.png") no-repeat scroll 0 -210px transparent;
    height:22px;
    padding-top:7px;
}