@charset "UTF-8";

/* box z przyciskami akcji strony */
.actions
{
	float: right;
	font-size: 9px;
	color: #727272;
	cursor: pointer;
	width: auto;
}


/* boxy obrazkow akcji */
.actions div.next, .actions div.prev, .actions div.pdf, .actions div.print, .actions div.back, .actions div.report
{
	float: left;
	height: 24px;
	padding: 0px 6px 0px 20px;
	margin: 0px 0px 0px 6px;
	border-right: 0px solid !important;
	width: auto;
        text-align: center;
}
.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
{
	color: #CD0216;
}
.actions div.blank
{
	float: left;
	height: 24px;
	border-right: 0px solid !important;
	width: auto;
}
.actions div.next
{
	background: transparent none !important;
}
.actions div.prev
{
	background: transparent none !important;
}
.actions div.pdf
{
	background: transparent none !important;
	padding-top: 7px;
	height: 17px;
}

.actions div.pobierz
{
	background: transparent none !important;
	height: 17px;
	float: left;
	height: 18px;
	padding: 10px 10px 0px 10px;
	margin: 0px 15px 0px 6px;
	width: auto;
	font-weight:bold;
	font-size: 9pt;
	color: #333;
}

.pdf_get div.pobierz
{
	background: transparent none !important;
	height: 17px;
	float: left;
	height: 18px;
	padding: 10px 10px 0px 10px;
	margin: 0px 50% 15px;
	width: auto;
	font-weight:bold;
	font-size: 9pt;
	color: #333;
	cursor: pointer;
}

.actions div.print
{
	background: transparent none !important;
	padding-top: 7px;
	height: 17px;
}
.actions div.back
{
	background: transparent none !important;
	padding-top: 7px;
	height: 17px;
}
.actions div.report
{
	background: transparent none !important;
}


