﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
p
{
	padding: 0px;
	margin: 0px 0px 0.5em 0px;
}
h3
{
	font-size: 120%;
}
h4
{
	text-decoration: underline;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
h5
{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul
{
	padding-left: 0;
	margin-left: 2ex;
	margin-top: 0.5em;
}
ol
{
	padding-left: 0;
	margin-left: 3ex;
	margin-top: 0.5em;
}
li
{
	margin: 0px 0px 0.25em 0px;
}
ol li
{
	margin: 0px 0px 0.5em 0px;
}
ul>li>ul
{
	margin-bottom: 0.75em;
}
table
{
	padding: 0px;
	margin: 0px;
}
tbody
{
	padding: 0px;
	margin: 0px;
}
tr
{
	margin: 0px;
}
td
{
	margin: 0px;
}
img
{
	padding: 0px;
	margin: 0px;
	border: none;
}
form
{
	padding: 0px;
	margin: 0px;
}

div.detail_part
{
	margin-left: 2ex;
}
code
{
	color: #004000;
}
code.inline
{
	color: #004000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

table.tabs table
{
	width: 25ex;
	height: 30pt;
	margin-top: 8px;
	table-layout: fixed;
}

table.subtabs table
{
	width: 22ex;
	height: 28pt;
	margin-top: 0;
	margin-bottom: 4px;
	table-layout: fixed;
}

td.tab_tl
{
	width: 16px;
	height: 50%;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
}
td.tab_bl
{
	width: 16px;
	height: 50%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
}
td.tab_center
{
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: repeat;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 8px;
}

table.subtabs td.tab_center
{
	font-size: smaller;
}

table.tab_lo
{
	cursor: hand;
}
table.tab_lo td.tab_tl
{
	background-image: url('./images/convex_lo_l.png');
}
table.tab_lo td.tab_bl
{
	background-image: url('./images/convex_lo_l.png');
}
table.tab_lo td.tab_center
{
	background-image: url('./images/lo.png');
}

table.tab_hi
{
	cursor: hand;
}
table.tab_hi td.tab_tl
{
	background-image: url('./images/convex_hi_l.png');
}
table.tab_hi td.tab_bl
{
	background-image: url('./images/convex_hi_l.png');
}
table.tab_hi td.tab_center
{
	background-image: url('./images/hi.png');
}

table.tab_sel
{
	cursor: auto;
}
table.tab_sel td.tab_tl
{
	background-image: url('./images/convex_sel_l.png');
}
table.tab_sel td.tab_bl
{
	background-image: url('./images/convex_sel_l.png');
}
table.tab_sel td.tab_center
{
	background-image: url('./images/sel.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
