/**
 * 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 433 2008-12-30 22:59:17Z qiang.xue $
 * @since 1.0
 */

.page_navigation {margin-left:300px;}

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

ul#pager li
{
	display:inline;
}

ul#pager a:link,
ul#pager a:visited
{
	border:solid 1px #cc984f;
	font-weight:bold;
	color:#804413;
	padding:1px 6px;
	text-decoration:none;
}

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

ul#pager a:hover
{
	border:solid 1px #804413;
}

ul#pager .selected a
{
	background:#f5c571;
	color:#FFFFFF;
	font-weight:bold;
}

ul#pager .hidden a
{
	border:solid 1px #DEDEDE;
	color:#888888;
}

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