.interface_pagebox_selected_tab
{
	padding: 10px 10px 10px 10px;
	background: #f0f0f0;
	font-weight: bold;
	white-space: nowrap;
	overflow: visible;
}

.interface_pagebox_unselected_tab
{
	padding: 7px 10px 7px 10px;
	background: #888;
	color: white;
	cursor: pointer;
	white-space: nowrap;
	overflow: visible;
}

.interface_pagebox_unselected_highlighted_tab
{
	padding: 7px 10px 7px 10px;
	background: #7a7;
	cursor: pointer;
	color: white;
	white-space: nowrap;
	overflow: visible;
}

.interface_pagebox_pages
{
	background: #f0f0f0;
}

.interface_pagebox_page
{
	display: none;
	padding: 10px;
}