@charset "UTF-8";

/* box z przyciskami akcji strony */
.actions
{
        width: auto;
	float: right;
	font-size: 9px;
	font-variant: small-caps;
        text-transform: uppercase;
	color: #0073bc;
	cursor: pointer;
}


/* boxy obrazkow akcji */
.actions div.next,
.actions div.prev,
.actions div.pdf,
.actions div.print,
.actions div.back,
.actions div.report,
.actions div.fcb
{
	width: auto;
	height: 30px;
	float: left;
	padding: 0px 6px 0px 32px;
	margin: 0px 0px 0px 6px;
}
.actions div.next:hover,
.actions div.prev:hover,
.actions div.pdf:hover,
.actions div.print:hover,
.actions div.back:hover,
.actions div.report:hover,
.actions div.pobierz:hover,
.actions div.fcb:hover
{ color: #000; }

.actions div.next
{ background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -30px; }

.actions div.prev
{ background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px 0px; }

.actions div.pdf
{ background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -90px; }

.actions div.pobierz
{
	background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -90px;
	float: left;
	height: 18px;
	padding: 1px 6px 0px 22px;
	margin: 0px 15px 0px 6px;
	width: auto;
	font-weight:bold;
	font-size: 9pt;
	color: #333;
}

.pdf_get div.pobierz
{
	background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -90px;
	float: left;
	height: 18px;
	padding: 1px 6px 0px 22px;
	margin: 0px 50% 15px;
	width: auto;
	font-weight:bold;
	font-size: 9pt;
	color: #333;
	cursor: pointer;
}

.actions div.print
{ background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -60px; }

.actions div.back
{ background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -120px; }

.actions div.report
{ background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -150px; }

.actions div.fcb
{
    background: transparent url('../../images/portal/tlo-akcje.png') no-repeat scroll 0px -180px;
    margin: 0 32px 0 0;
}

