.PageSummary {
	float: left;
	/*font-size: 80%;*/
	font-size:11px;
    margin-top: 8px;
	margin-bottom:2px;
}

.PageLinks {
    float: right;
    margin-bottom: 2px;
    margin-right: 4px;
    margin-top: 8px;
}

.CurrentPage {
    float: left;
    width: 15px;
    text-align: center;
	font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color:#787878;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}

.CurrentPage:hover {
    color:white;
    background-color:#787878;
}

.PageLink {
    float: left;
    width: 15px;
    text-align: center;
	cursor	: pointer;
    border-style: solid;
    border-width: 1px;
    border-color:#787878;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}

.PageLink:hover {
    border-color:#787878;
    color:white;
    background-color:#787878;
}

.PageLink a:hover {
color:white;
}

.PageShowAllButton {
    float: left;
    width: 55px;
    text-align: center;
	font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color:#787878;
    background:#969696;
    color:white;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}

.PageShowAllButton:hover {
    color:white;
    background-color:#787878;
}

