﻿/*Breadcrumbs*/
.CMSBreadCrumbsLink
{
     font-weight: normal;
     font-size: 10px;
     color: #000000;
     font-family: Verdana;
     text-decoration: none;
}
.CMSBreadCrumbsCurrentItem
{
     font-weight: bold;
     font-size: 10px;
     color: #000000;
     font-family: Verdana;
     text-decoration: none;
}

/*Pager*/
.PagerControl
{
    text-align: center;
}
.PagerResults
{
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}
.PagerNumberArea
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.SelectedPage
{
     font-size: 11px;
     color: #000000;
     font-family: Verdana;
     padding: 2px;
     text-decoration: none;
     font-weight: bold;
}
.UnselectedPage
{
     font-size: 11px;
     color: #000000;
     font-family: Verdana;
     padding: 2px;
     text-decoration: none;
}
.SelectedPrev
{
     font-family: Verdana;
     font-size: 11px;
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
.UnselectedPrev
{
     font-family: Verdana;
     font-size: 11px;
     color: #000000;
     text-decoration: none;
}
.SelectedNext
{
     font-family: Verdana;
     font-size: 11px;
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
.UnselectedNext
{
     font-family: Verdana;
     font-size: 11px;
     color: #000000;
     text-decoration: none;
}