﻿.ContentList .PagingControl
{
	display: table;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
    /*margin-left: -7px;*/
}

.ContentList .PagingControl td
{
    padding: 0 5px 0 5px;
    font-size: 12px;
    vertical-align: middle;
}

.ContentList .PagingControl td a
{
    margin-left: .2em;
	margin-right: .2em;
}

.ContentList a.ActiveFilter
{
    font-weight: bolder;
}

.ContentList .PagingControl .PreviousButtonCell
{
	width: 60px;
}

.ContentList .PagingControl td a img.PreviousButton
{
    width: 20px !important;
    height: 20px !important;
    margin-top: 4px;
    background-repeat: no-repeat;
}

.ContentList .PagingControl td a:hover img.PreviousButton
{
    background-repeat: no-repeat;
}

.ContentList .PagingControl td a:active img.PreviousButton
{
    background-repeat: no-repeat;
}

.ContentList .PagingControl td a img.NextButton
{
    width: 20px !important;
    height: 20px !important;
    margin-top: 4px;
    background-repeat: no-repeat;
}

.ContentList .PagingControl td a:hover img.NextButton
{
    background-repeat: no-repeat;
}

.ContentList .PagingControl td a:active img.NextButton
{
    background-repeat: no-repeat;
}