
/* search form */

table.searchresults_table input.searchresults_results_per_page_input {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #f0f0f0;
	width: 40px;
	color: #909090;
	text-align: center;
}

table.searchresults_table span.searchresults_footer_current_page_number {
	color: #9090ff;
	background-color: #fff;
}

/* the generic item form */

table.itemform_table div.htmleditor table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

table.itemform_table div.htmleditor td {
	padding: 0;
	margin: 0;
}


/* the standard printitem form */

table.printform_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 1px;
}

table.printform_table td {
	margin: 1px;
	padding: 2px;
}

table.printform_table td.formlabel {
	background-color: #e0e0e0;
}

table.printform_table a.button {
	display: none;
}

table.printform_table a.button:hover {
	display: none;
}


