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

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 #9aafe5;
	font-weight:bold;
	color:#0e509e;
	padding:1px 6px;
	text-decoration:none;
}

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

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

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

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

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}.newsFeed-firstBig-big-image {border:5px solid #e4e6eb;}
.newsFeed-firstBig-small-container {
	margin-top:20px;
	font-size:12px;
}
.newsFeed-firstBig-small-container a {
	font-size: 12px;
}
.newsFeed-firstBig-small-container h4 a {
	font-size: 20px;
	color: #717171;
	overflow:hidden;
	display: block;
}
.newsFeed-firstBig-small-title {
	vertical-align: middle;
	display: block;
	border-bottom:1px solid #dfe1e5;
	padding-bottom: 5px;
	margin-bottom:10px;
}
.newsFeed-firstBig-small-image-container {
	border-bottom:1px solid #dfe1e5;
}
.newsFeed-firstBig-small-image {
	margin: 10px auto;
	border:3px solid #dfe2e7;
}
.newsFeed-firstBig-small-lead {
	padding-top:5px;
	line-height:1.5em;
	color:#717171;
}
.doc-navigation {margin:10px 0px 40px;}
.doc-navigation-item {text-align: center;overflow:hidden;}
.doc-navigation-item a {
text-decoration: none;
}
.doc-navigation-item p {
background: #F8F8F8;
padding: 3px;
border: 1px solid #EEE;
}
.doc-navigation-item h4 {
margin:0px;
border-bottom: 0px;
padding:0px;
}
.doc-navigation .newsFeed-firstBig-small-image-container {
    padding:0 20%
}

