﻿.PageSelect:hover {
	background: #0067ed;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	border: 1px solid #0067ed;
	color: White;
}
.PageSelect {
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	line-height: 32px;
	font-size: 12px;
	width: 22px;
	height: 32px;
	float: left;
	text-align: center;
	margin-left: 9px;
	border: 1px solid #DDDDDD;
	color: #0067ed;
}
.CantPage {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	background: #efefef;
	border-color: #efefef;
	color: #ccc;
	float: left;
	width: 42px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	margin-left: 9px;
	border-radius: 4px;
}
.PageCantSelect {
	border-radius: 4px;
	background-color: #0067ed;
	line-height: 32px;
	font-size: 12px;
	width: 22px;
	height: 32px;
	float: left;
	text-align: center;
	margin-left: 9px;
	color: White;
}
.CanPage {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	background: #fff;
	border: 1px solid #0067ed;
	color: #0067ed;
	float: left;
	width: 42px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	margin-left: 9px;
	border-radius: 4px;
}
.CanPage:hover {
	background: #0067ed;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	border: 1px solid #0067ed;
	color: white;
}
