/* 
    Document   : pager
    Created on : 8/06/2010, 03:05:10 PM
    Author     : PXSP
    Description:
        Purpose of the stylesheet follows.
*/

/**
 * 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/
 * @version $Id: pager.css 1678 2010-01-07 21:02:00Z qiang.xue $
 * @since 1.0
 */


/*Paginador*/
.paginador {
	text-align:center;
	font-size:14px;
	color:#ee7e16;
	line-height:14px;
	padding: 10px 0 0 0;
	font-weight: bold;
}
.paginador a {
color:#333333;
font-weight:bold;
}




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

ul.yiiPager li
{
	display:inline;
}

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

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

ul.yiiPager a:hover
{
	border:solid 1px #CCC;
}

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

ul.yiiPager .hidden a
{
	border:solid 1px #EE7E16;
	color:#888888;
	display:none;
}

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

/*Fin paginador*/


