/* 
==================================================
	PAGER STYLES - START
==================================================
*/
/* hlavni div */
.pager 
{
	width:380px;
	float:right;
	margin-top:2px;
	padding-right:3px;
	height:34px;
	text-align:right;
}

/* udaj o poctu polozek */
.pager .total 
{
	display:none;
}
.pager .total .total_value 
{
	color:#EE2E43;
}

/* div se strankovacim mechanismem*/
.pager .page_browser 
{
	padding-top:3px;	
}
.pager .page_browser TD { text-align:right; }

/* obecne styly tabulky strankovace*/
.pager .page_browser TABLE
{
	margin:0px;
	float:right;
}
.pager .page_browser TABLE TD
{
	text-align:center;
	white-space:nowrap;
	padding-left:3px;
	padding-right:3px;
}

/* styly cisel stranek*/
.pager .page_browser TABLE TD.page_numbers { padding:0px 5px 0 0; text-align:center;}

.pager .page_browser TABLE TD.page_numbers A
{
	font-weight:bold;
	color:#020202;
	margin:0 4px 0 4px;
	text-decoration:none;
	cursor:pointer;
}

.pager .page_browser TABLE TD .page_numbers A:hover 
{
	text-decoration:underline !important;
}

.pager .page_browser TABLE TD.page_numbers .selected
{
	
	font-size:11px;
	font-weight:bold;
	margin:0 4px 0 4px;
	color:#EE2E43;
}

/* styl tlacika FIRST */
.pager .page_browser TABLE TD .first
{
	display:block;
	background:url('../_img/buttons/pager-first-active.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
}
.pager .page_browser TABLE TD .first_dis
{
	display:block;
	background:url('../_img/buttons/pager-first-inactive.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
		
}

/* styl tlacitka LAST */
.pager .page_browser TABLE TD .last
{
	display:block;
	background:url('../_img/buttons/pager-last-active.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
}
.pager .page_browser TABLE TD .last_dis
{
	display:block;
	background:url('../_img/buttons/pager-last-inactive.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
		
}

/* styl tlacitka PREVIOUS */
.pager .page_browser TABLE TD .previous
{
	display:block;
	background:url('../_img/buttons/pager-prev-active.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
}
.pager .page_browser TABLE TD .previous_dis
{
	display:block;
	background:url('../_img/buttons/pager-prev-inactive.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
		
}

/* styl tlacitka NEXT */
.pager .page_browser TABLE TD .next
{
	display:block;
	background:url('../_img/buttons/pager-next-active.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
}
.pager .page_browser TABLE TD .next_dis
{
	display:block;
	background:url('../_img/buttons/pager-next-inactive.png') no-repeat;
	width:11px;
	height:10px;
	line-height:10px;
	color:#ffffff;
	font-size:7px;
	cursor:pointer;
	text-decoration:none !important;
	
}

.pagersize
{
	height: 18px;
	font-size: 9px;
	color: #000000;
}

