/*
PAGING
*/

.paging .pagingTop, .paging .pagingBottom
{
	width: 100%; 
	height: 22px; 
	line-height: 22px; 
}

.paging TD
{
	height: 22px; 
	line-height: 22px; 
}

.paging TABLE
{
	width: 100%;
}

.paging .center
{
	background-image: url(/a/paging/paging-m.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.paging .pagingTop .left
{
	background-image: url(/a/paging/paging-tl.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.paging .pagingTop .right
{
	background-image: url(/a/paging/paging-tr.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.paging .pagingBottom .left
{
	background-image: url(/a/paging/paging-bl.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.paging .pagingBottom .right
{
	background-image: url(/a/paging/paging-br.gif);
	background-repeat: no-repeat;
	width: 6px;
}

/* Prev and Next page buttons */
.paging .PrevPage, .paging .NextPage
{
	float: right; 
	font-family:Verdana; 
	font-size : 10px;
	padding: 0 0.2em 0 0.2em; 
	font-weight: bold; 
	color: #AAAAAA;
}

.paging .NextPage
{
	float: right;
}

/* When no link on Prev/Next page buttons */
.paging .PrevPage SPAN, .paging .NextPage SPAN, .pagingLight .PrevPage SPAN, .pagingLight .NextPage SPAN
{
	cursor: default;
}

/* When a link on Prev/Next page buttons */
.paging .PrevPage A, .paging .NextPage A, .pagingLight .PrevPage A, .pagingLight .NextPage A
{
}

.paging .PrevPage a:hover, .paging .NextPage a:hover, .pagingLight .PrevPage a:hover, .pagingLight .NextPage a:hover
{
    background-color: #B4CDAF;
}

.paging .PrevPage img, .paging .NextPage img, .pagingLight .PrevPage img, .pagingLight .NextPage img
{
    width:16px;
    height:16px;
    vertical-align:middle;
}


/* Style for current page */
.paging SPAN.PageIndex A
{
	font-weight: bold;
}

/* Style for selected page */
.paging .SelectedPageIndex
{
	font-weight: bold;
	font-size: 1.1em;
	cursor: default;
}

.paging .PageGroupLeftON A, .paging .PageGroupRightON A
{
	font-weight: bold;
	font-size: 1.3em;
	/*position: relative;*/
}

.paging .PageGroupLeftON A
{
	top: -1px;
	padding-right: .4em;
}

.paging .PageGroupRightON A
{
	top: -1px;
	padding-left: .4em;
}

.paging .PageGroupLeftOFF, .paging .PageGroupRightOFF
{
	visibility: hidden;
}
