﻿.PagedList-pager ul{
	display: block;
	margin: 10px 0;
	padding: 0;
	list-style: none;
    font-weight: bold;
}

.PagedList-pager ul li{
	margin: 2px;
	display: inline-block;
	float:left;
}

.PagedList-pager ul li a{
	display: block;
    padding: 1px 4px;
    color: #808185;
}

.PagedList-skipToPage,
.PagedList-skipToLast,
.PagedList-skipToFirst
{
    border: 1px solid #CCCCCC;
    
}

.PagedList-currentPage
{
    border: 1px solid #808185;
    background-color: #808185;
}

.PagedList-pager .PagedList-currentPage a
{
    color: #fff;
}