/* the label in front of the pageLinks */
.QryResultPrefixDescriptor
{
	padding-right:10px;
}

/* the label after the pageLinks */
.QryResultPostfixDescriptor
{
	padding-left:25px;
}

/* the link for going one page back */
.QryResultBackwardLink
{
	padding-right:10px;
}

/* the link for going one page back */
.QryResultForwardLink
{
	padding-left:10px;
}

/* the text which is shown if we don't show all pageLinks ('...') for backward */
.QryResultBackwardMore
{
	padding-right:5px;
}

/* the text which is shown if we don't show all pageLinks ('...') for forward */
.QryResultForwardMore
{
	padding-left:5px;
}

/* the style for a pageLink */
.QryResultPageLink
{
	padding-left:2px;
	padding-right:2px;
}

/* the style for the active page */
.QryResultActivePage
{
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
}

/* the style for the comboBox to show the current page and direct page selection */
.QryResultPageSelection
{
	margin-left:2px;
	margin-right:2px;
	margin-bottom:-2px;
}

/* the separator between the entries of the resultPage */
.QryResultSeparator
{
	margin:0px 3px 0px 3px;
	/*visibility:hidden;*/
}
