table.navigator
{
	width		: 100%; 
	
	color		: #008000; 
	font-weight	: bold;
}

td.lines_per_page
{
	width		: 200px;
	
	text-align	: left;
}

td.page_lines
{
	text-align	: center;
}

td.page_number
{
	width		: 200px; 
	
	text-align	: right;
}

select.combo
{
	background-color: #ffffc0;
	
	font-size	: 11px;
}

span.arrow_buttons
{
	display:inline-block;
	text-align:center;
	width:20px;
	line-height:20px;
	background-color:#2c2c2c;
	color:#ffffff;
    margin: 0px 1px 0px 1px;
}

span.single_arrow_button
{
    background-color: #808080;
}