/**
 * 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$
 * @since 1.0
 */

/* paging wrap */
.paging_v4 {clear:both; display:block; margin:0 auto; padding:30px 0 0 0; text-align:center;}

.hcPager
{
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

.hcPager span
{
	display:inline;
}

.hcPager a.pageLink,
.hcPager a.pageLink:visited,
.hcPager a.pageLink:active
{
	font-weight:bold;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 2px 7px 5px 6px;
	text-align: center;
	text-decoration: none;
}

.hcPager a.pageLink:hover
{
	border: 1px solid #E2E2E2;
	text-decoration: underline;
}

.hcPager a.selected
{
	background-color: #FFFFFF;
	border: 1px solid #E2E2E2;
	color: #ff0000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 2px 8px 5px 6px;
	text-align: center;
	text-decoration: none;
}

.hcPager .hidden span
{
	/* border:solid 1px #DEDEDE; */
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
.hcPager .first,
.hcPager .last
{
	display:none;
}

.hcPager .stepMoveButton,
.hcPager .stepMoveButton:visited,
.hcPager .stepMoveButton:active,
.hcPager .stepMoveButton:hover{
	cursor:pointer;
	border: none;
	display: inline-block;
	font-weight: normal;
	color: #565656;
	font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo","Gulim";
	text-decoration:none
}

.hcPager span:first-child{
	margin-right:9px;
	padding:6px 6px 4px 16px;
	font-weight: normal;
}

.hcPager span:last-child{
	margin-left:9px;
	padding:6px 16px 4px 6px;
	font-weight: normal;
}

