@charset "utf-8";
/* CSS all */
/*
 * Paging
 */
.paging { padding-top:30px;}
.paging li {
	display: inline-block;
	margin-right: 5px;
}

.paging a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #353535;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #dedede;
	overflow: hidden;
	background: -webkit-linear-gradient(top, #eee, #dedede);
	background: -moz-linear-gradient(top, #eee, #dedede);
	background: -ms-linear-gradient(top, #eee, #dedede);
	background: linear-gradient(top, #eee, #dedede);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.paging a:hover {
	text-decoration: none;
}

.paging .active {
	color: #FFF;
	background: #787878;
	background: -webkit-linear-gradient(top, #777, #555);
	background: -moz-linear-gradient(top, #777, #555);
	background: -ms-linear-gradient(top, #777, #555);
	background: linear-gradient(top, #777, #555);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#555555',GradientType=0 );
	border-color: #777777;
}
.Error {
	line-height: 27px;
	font-size: 13px;
	color: #F00;
	text-align: center;
}