/*Page List*/
div.PageClass {
    overflow: hidden;
    font-size: 12px;
    padding: 10px 0;
}

div.PageClass ul {
    list-style: none;
    padding: 2px 0;
    line-height: 16px;
}

div.PageClass li {
    display: inline;
}
div.PageClass.quotes {
	padding:3px;
	margin:3px;
	text-align:center;
}
div.PageClass.quotes a {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #333333;
}
div.PageClass.quotes a:hover, div.PageClass.quotes a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	border: 1px solid #ff5e00;
	color: #ff5e00;
	/*background-color: #ffdeef;*/
}
div.PageClass.quotes li.current {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	/*border: 1px solid #999999;*/
	font-weight: bold;
	/*background-color: #a9c322;*/
	color: #333333;
}
div.PageClass.quotes li.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #D6D6D6;
	color: #D6D6D6;
}
div.PageInf {
	text-align:center;
	font-size: 9pt;
}
/*Page End*/