/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2009 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @version $Id: pager.css 434 2008-12-30 23:14:31Z qiang.xue $
 * @since 1.0
 */


ul.yiiPager
{
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.yiiPager li
{
	float: left;
	list-style: none;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0 3px 21px 3px;
	width: 23px;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	color: #5e5e5e;
	font-size: 14px;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

ul.yiiPager .page a
{
	color: #5e5e5e;
	font-size: 14px;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

ul.yiiPager .selected a
{
	/*background:#2e6ab1;*/
	cursor: default;
	color: #000000;
	font-weight:bold;
}

ul.yiiPager .hidden a
{
	cursor: default;
	color: #c3c3c3;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}


/* YII PAGER */
.pager {
	margin: 35px 0 0 0;
}
.page {
	background: url('/img/bg_pager_page.png') center center no-repeat;
}
.first {
	background: url('/img/bg_pager_np.png') center center no-repeat;
}
.last {
	background: url('/img/bg_pager_np.png') center center no-repeat;
}
.previous {
	background: url('/img/bg_pager_np.png') center center no-repeat;
}
.next {
	background: url('/img/bg_pager_np.png') center center no-repeat;
}
