﻿div.content_filter {
    background-color: white;
    padding: 5px;
    font: 12px Tahoma;
    line-height: 37px;
    margin: 10px;
}
div.content_filter div.left {
	float: left;
}
div.content_filter div.right {
	float: right;
}
div.content_filter div.normal {
	clear: both;
}

a.pagesize {
    color: rgb(14, 100, 198);
    text-decoration: none;
}
a.active {
    color: red;
    text-decoration: none;
}
a.pagesize:hover {
	text-decoration: underline;
}