body
{
	font-family: sans-serif;
}

.hidden
{
	display: none;
}

.nowrap
{
	white-space: nowrap;
}

.top_flush
{
	margin-top: 0px;
}

.bottom_flush
{
	margin-bottom: 0px;
}

p.hint
{
	display: none;
	padding-left: 20px;
}

.clue_commentary
{

}

.clue_content
{
	padding: 1em;
	border-color: gray;
	border-width: thin;
	border-style: solid;
}


table.collapsed
{
	border-collapse: collapse;
}


table.menu
{
	border-width: thin;
	border-style: solid;
	padding: 3px;
}


tr.label_row
{
	border-style: solid solid solid solid;
	border-width: thin thin medium thin;
}

col.border_right
{
	border-style: solid double solid solid;
	border-width: thin medium thin thin;
}


table.goods
{
	border-collapse: collapse;
}


table.handbook_index
{
	border-style: solid;
	border-width: thin;
}

td.horizontal_index_title
{
	font-weight: bolder;
	font-size: large;
	padding: 0px 15px;
}

td.vertical_index_title
{
	font-weight: bolder;
	font-size: large;
	padding: 0px 0px 15px 0px;
}

td.gallery_subtitle
{
	font-size: small;
}


a
{
	color: #339;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


a.menu_item
{
	font-weight: bold;
	white-space: nowrap;
	font-size: small;
}

a.selected_menu_item
{
	text-decoration: underline;
}

a.submenu_item { ; }

a.nyi_menu_item
{
	color: #999;
}

td.incomplete_menu_item
{
	border: dotted thin #600;
}


td.menu_item { ; }

td.selected_menu_item { ; }

td.submenu_item
{
	padding-left: 15px;
}

td.nyi_menu_item { ; }


img.spaced
{
	margin: 5px 0px;
}


li.spaced
{
	margin: 10px 0px;
}


.album_title
{
	font-weight: bold;
}

td.thumbnail
{
	padding: 10px 10px;
}


.key_letter
{
	color: red;
}