﻿
/* news list*/

.news-title
{
	float: left;
}

.news-img
{
	float: left;
	background: url("/client/default/images/news-img.png") no-repeat 0 0 transparent;
	width: 25px;
	height: 25px;
	margin: 10px 0 0 10px;
}

.news-item
{
	margin: 10px 0 0;
	padding: 0 0 15px;
	color: #1a1a1a;
}

.news-date
{
	font-size: 10pt;
	margin: 5px 0 0;
}

.news-title a
{
	float: left;
	font-size: 12pt;
}

.news-text
{
	margin: 5px 0 0;
	font-size: 12pt;
}

.paging
{
	margin: 15px 0 20px;
}

.paging-item
{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 10px 0 0;
	background-color: #016C88;
	color: #ffffff;
	text-align: center;
}

.paging-item a
{
	display: block;
	width: 20px;
	height: 20px;
	color: #ffffff;
}

.cur-page
{
	background-color: #d2d4d5 !important;
}

.first-page
{
	background: url("/client/default/images/page-first.png") no-repeat center center #d2d4d5;
}

.previous-page
{
	background: url("/client/default/images/page-previous.png") no-repeat center center #d2d4d5;
}

.next-page
{
	background: url("/client/default/images/page-next.png") no-repeat center center #d2d4d5;
}

.last-page
{
	background: url("/client/default/images/page-last.png") no-repeat center center #d2d4d5;
}

.first-page a
{
	background: url("/client/default/images/page-first.png") no-repeat center center #016c88;
}

.previous-page a
{
	background: url("/client/default/images/page-previous.png") no-repeat center center #016c88;
}

.next-page a
{
	background: url("/client/default/images/page-next.png") no-repeat center center #016c88;
}

.last-page a
{
	background: url("/client/default/images/page-last.png") no-repeat center center #016c88;
}