﻿
.PagerContainerTable
{
	color: #fff;
	background-color: #fff;
}
.PagerInfoCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font: bold 12px 'Istok Web', sans-serif;
	color: #ccc;
	padding-top: 3px;
	white-space: nowrap;
	font-weight:normal;
	
}
.PagerInfoCell:link
{
	color: #fff;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #fff;
	text-decoration: none;
}
/*.PagerInfoCell:hover
{
	color: #ffcc66;
	text-decoration: underline;
}
.PagerInfoCell:active
{
	color: #ffcc66;
	text-decoration: underline;
}*/

.PagerCurrentPageCell
{
    /*
	color: #439ed2;
	font-weight:bold;
	background-color: #fff;
	*/
	padding-top:5px;

}

/* link selecionado tem um span */
.PagerCurrentPageCell span
{   

    display:block;
    padding:3px 6px 3px 6px;
    
    /* implementação da box em torno do link */
	color: #fff;
	background-color: #439ed2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* link selecionado tem um strong */
.PagerCurrentPageCell strong
{
    font-weight:normal !important;
}

.PagerOtherPageCells
{
	color: #439ed2;
	background-color: #fff;	
}

.PagerSSCCells
{
	background-color: #fff;
}

.PagerHyperlinkStyle
{
	font: 12px 'Istok Web', sans-serif;
	/* implementação da box em torno do link */
    padding:3px 6px 3px 6px;
    
}
.PagerHyperlinkStyle:hover
{    
	/*color: #439ed2;*/
	text-decoration: none;
	font: 12px 'Istok Web', sans-serif;	
	
	/* implementação da box em torno do link */
    
	color: #fff !important;
	background-color: #439ed2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.PagerHyperlinkStyle:link
{
	color: #439ed2;
	text-decoration: none;
	font: 12px 'Istok Web', sans-serif;
}
.PagerHyperlinkStyle:visited
{
	color: #439ed2;
	text-decoration: none;
	font: 12px 'Istok Web', sans-serif;
}
.PagerHyperlinkStyle:active
{
	color: #439ed2;
	text-decoration: none;
	font: 12px 'Istok Web', sans-serif;
}

.GoToLabel
{
	font: 12px 'Istok Web', sans-serif;
	color:#f9f9f9;
	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;
}
