/* @ Articles listing, paginator */

.paginator {
	padding:5px 0px;
}
.paginator a {
	color:#000;
	line-height:22px;
	padding:3px 9px;
	text-decoration: none;
        border-bottom:0;
}
.paginator a.curent, .paginator a.curent:hover {
	background:#C00 ;
	color:#fff;
        border-bottom:0;
}
.paginator a:hover {
	background:#f3f3f3;
	color:#000;
        text-decoration: underline;
}
.paginator span {
	font: 13px georgia;
	font-weight: bold;
	line-height:normal;
}
/* CSS Document Extra Page */
#Content .artk {
	margin: 20px 0pt 10px;
	background: #fff;
}
#Content .artk h3 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin:0pt 0pt 3px 0px;
	text-transform: capitalize;
}
#Content .artk h3 a {
	border-bottom: 2px solid;
	color:#06F;
}
#Content .artk h3 a:hover {
	color: #cc0000;
}
#Content .artk.fill {
	background: #F3F0EC;
	padding:10px 7px;
}

.paginator span {
	font:bold 11px Verdana;
}
#Content p.published {
	background:transparent url(/image/news.gif) no-repeat scroll left 50%;
	color:gray;
	font-size:11px;
	line-height:12px;
	padding-left:18px;
	margin:10px 0 0 0;;
	text-indent:0;
}
