@charset "UTF-8";

/* box z przyciskami akcji strony */
.actions
{
	float: right;
	font-size: 11px;
	/* font-variant: small-caps; */
        text-transform: lowercase;
	color: #094583;
	cursor: pointer;
	/* width: auto; */
}


/* boxy obrazkow akcji */
.actions div.next, .actions div.prev, .actions div.pdf, .actions div.print, .actions div.back, .actions div.zglos
{
	float: left;
	height: 29px;
	padding: 0px 10px 0px 35px;
	margin: 0px 0px 0px 5px;
	border-right: 1px solid #094583;
	/* 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
{
	color: red;
}
.actions div.blank
{
	float: left;
	height: 29px;
	border-right: 1px solid #88653F;
	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:#88653F;
cursor:pointer;
float:left;
font-weight:bold;
height:23px;
margin:0 10px;
padding:6px 6px 0 36px;
width:auto;
}
div.pobierz a {
    color:#88653F;
cursor:pointer;
}

.pdf_get div.pobierz:hover,.pdf_get div.pobierz a:hover
{
	color: #553F27;
}

.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;
}