/* http://www.somacon.com/p141.php */

table
{
	margin-left:auto;
	margin-right:auto;

	border-width: 5px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #ffffff;
}

table th
{
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}

table td
{
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}


body table
{
	text-align:center;
}




.key
{
	font-family:"Courier New";
}


.key .Fn
{
	color:blue;
}


.confirm
{
	font-size:150%;
	color:red;
	font-weight:bold;
	text-decoration: blink;
	background-color: cyan;
}

.message
{
	font-size:90%;
	color:red;
	font-family:"sans-serif";
}
.button
{
	font-size:90%;
	color:green;
	font-family:"sans-serif";
}
.label
{
	font-size:90%;
	color:blue;
	font-family:"sans-serif";
}

.important
{
	font-weight:bold;
	color:red;
}





ol > li:nth-child(even)
{
	background:#f7f7fb;
}

ol > li:nth-child(odd)
{
	background:#f7fbf7;
}












#toc
{
	background:	green;
	float:left;
	text-align:left;
}


#toc ul
{
	list-style-type:	disc;
	padding-left:		1em;
	margin:				0px;
}


#toc ul ul
{
	font-size: 95%;
}

#toc li
{
}


/*	Suckerfish! --------------------------------------------------------------------------------------------------------------------------------------

.suckerfish, .suckerfish ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.suckerfish a
{
	display: block;
	width: 10em;
}

.suckerfish li
{
	float: left;
	width: 10em;
}

.suckerfish li ul
{
	position: absolute;
	width: 10em;
	left: -999em;
	background: white;
	border: 0.10em solid #777;
}


.suckerfish li ul ul
{
	margin: -1em 0 0 10em;
}

.suckerfish li:hover ul ul,
.suckerfish li:hover ul ul ul,
.suckerfish li:hover ul ul ul ul,
.suckerfish li:hover ul ul ul ul ul,
.suckerfish li.sfhover ul ul,
.suckerfish li.sfhover ul ul ul,
.suckerfish li.sfhover ul ul ul ul,
.suckerfish li.sfhover ul ul ul ul ul
{
	left: -999em;
}

.suckerfish  li:hover ul,
.suckerfish  li li:hover ul,
.suckerfish  li li li:hover ul,
.suckerfish  li li li li:hover ul,
.suckerfish  li li li li li:hover ul,
.suckerfish  li.sfhover ul,
.suckerfish  li li.sfhover ul,
.suckerfish  li li li.sfhover ul,
.suckerfish  li li li li.sfhover ul,
.suckerfish  li li li li li.sfhover ul
{
	left: auto;
}


.suckerfish ul ul
{
	font-size: 95%;
}


.suckerfish a.hasChildren
{
	background: url(rightarrow2.gif) center right no-repeat;
}




*/
