﻿div.paging
{
	height:40px;
	padding:5px;
	float: left;
}

div.paging span.PagingInfo 
{
    float:left;
    font-weight:bold;
    margin:6px;
}


div.paging .PagingButton
{
	float:left;
	display: inline-block;
	background: #e0e0e0;
	background-image: url('/onswerk/media/images/apgf/styles/bg_rightcontextbaritem.gif');			
		background-repeat: repeat-x;
		background-position: right bottom;
	color: #222;
	text-decoration: none;
	border: 1px solid #ccc;
	margin: 5px;
	font-size:10px;
	padding: 2px 5px;
}

div.paging .PagingNumbers a 
{
    display: inline-block;
	background: #e0e0e0;
	background-image: url('/onswerk/media/images/apgf/styles/bg_rightcontextbaritem.gif');			
		background-repeat: repeat-x;
		background-position: right bottom;
	padding: 2px 5px;
	color: #222;
	text-decoration: none;
	border: 1px solid #ccc;
	margin: 5px;
	float:left;
}

div.paging .Selected 
{
    display: inline-block;
	background: #ffffff;
	padding: 3px 5px;
	color: #222;
	text-decoration: none;
	
	margin: 5px;
	float:left;
}
