﻿.Pager, .Sorter
{
	float: left;
	clear: both;
	width: 100%;
	color: #FFF;
	margin: 0px;
	background-color: #d6deb7;
	margin-top: 10px;
	margin-bottom: 0px;
	cursor: default;
	font-size: 12px;
}

.Pager
{
	border: solid 1px #bdb57e;
	border-top-width: 0px;
	background-color: #bdc4a1;
}

.Sorter 
{
	border: solid 1px #bdb57e;
	border-bottom-width: 0px;
	margin-top: 0px;
}

.Pager .PageNav, .Sorter .SortNav
{
	float: right;
	margin: 5px;
	margin-top: 5px;
	margin-right: 10px;
}

.Pager
{
}


.Pager .PageCount
{
	float: left;
	margin: 5px;
	margin-top: 5px;
	margin-left: 15px !important; margin-left: 7px;
	font-style: italic;
}

.Pager a:link, .Pager a:visited, .Sorter a:link, .Sorter a:visited { color: #FFF; }

.Pager a:hover, .Pager a:active, .Sorter a:hover, .Sorter a:active { color: #8A4; }

.Pager a, .Sorter a
{
	text-decoration: none;
}

.Pager .Selected, .Sorter .Selected
{
	text-decoration: underline;
	font-weight: bold;
	color: #F00;
}

.Pager .Desc, .Sorter .Desc
{
	text-decoration: overline;
}

.Sorter .SortBy
{
	float: left;
	margin: 5px;
	margin-left: 15px !important; margin-left: 7px;
	font-style: italic;
}