.PagerContainerTable
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
	color: #ea4233;
	background-color: transparent;
}
.PagerInfoCell
{
    padding: 5px 16px;
    line-height: 1.428571429;    

    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

	font: normal 14px 'Exo 2', Helvetica, Arial, Tahoma, sans-serif;
	color: #ea4233;
	white-space: nowrap;
	font-weight:normal;
}
.PagerInfoCell:link
{
	color: #ea4233;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #ea4233;
	text-decoration: none;
}
.PagerCurrentPageCell
{
	color: #ea4233;
	background-color: transparent;
	
    /*border-top-color: #ea4233;*/
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
	
	cursor:default;
    padding: 2px 2px;
    line-height: 1.428571429;    
}

.PagerCurrentPageCell span
{
    border-color: #ea4233;
    color: #ea4233;
}

.PagerOtherPageCells
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

	background-color: transparent;
    padding: 2px 2px;
    line-height: 1.428571429;    
}
.PagerSSCCells
{
	background-color: #faefae;
}
.PagerHyperlinkStyle
{
	font: 14px arial, 'Exo 2', Helvetica, Arial, Tahoma, sans-serif;
    font-weight:bold;
}
.PagerHyperlinkStyle:hover
{
	color: #ea4233;
	text-decoration: none;
	font: 14px arial, 'Exo 2', Helvetica, Arial, Tahoma, sans-serif;
}
.PagerHyperlinkStyle:link
{
	color: #999;
	text-decoration: none;
	font: 14px arial, 'Exo 2', Helvetica, Arial, Tahoma, sans-serif;
}
.PagerHyperlinkStyle:visited
{
	color: #ea4233;
	text-decoration: none;
	font: 14px arial, 'Exo 2', Helvetica, Arial, Tahoma, sans-serif;
}
.PagerHyperlinkStyle:active
{
	color: #ea4233;
	text-decoration: none;
	font: 14px arial, 'Exo 2', Helvetica, Arial, Tahoma, sans-serif;
}
.GoToLabel
{
	font: 11px 'Exo 2', Helvetica, Arial, Tahoma, sans-serif;
	color:#333333;
	cursor:pointer;
	font-size:65%;
	vertical-align:middle;
	display:inline;
}
.GoToSelect
{
	font-size:55%;
}
.GoToSelectedOption
{
	color:#f9f9f9;
	background-color:#666666;
}

.GoToArrow
{
	vertical-align:middle;
	cursor:pointer;
}

