/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @since 1.0
 */

#content ul.yiiPager
{
	font-size: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}

#content ul.yiiPager li
{
	display: inline;
}

#content ul.yiiPager a,
#content ul.yiiPager a:link,
#content ul.yiiPager a:active,
#content ul.yiiPager a:visited
{
	font-weight: bold;
	color: #8dc63f;
	padding: 1px 6px;
	text-decoration: none;
}

#content ul.yiiPager .page a
{
	font-weight: normal;
}

#content ul.yiiPager a:hover
{
	color: #69952c;
}

#content ul.yiiPager .selected a
{
	font-weight: bold;
	color: #555;
}

#content ul.yiiPager .hidden a
{
	color: #fff;
}

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