h1, h2, h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
}
p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0.6em;
}

dt
{
	font-weight: bold;
}

/** Content:
*
*/
.content
{
	vertical-align: top;
}

.non-tabbed-content
{
	padding: 3px;
	border: solid;
	border-width: 1px 1px 1px 1px;
}
.non-tabbed-content h1
{
	font-size: x-large;
}
.non-tabbed-content h2
{
	font-size: large;
}
.non-tabbed-content h3
{
	font-weight: bold;
	font-size: medium;
}

.code
{
	background-color: #FFFFCC;
	font-family: courier, monospace;
	font-size: small;
	white-space: pre;
	margin-bottom: 0.5em;
}


.signature
{
    font-family: Vivaldi, Edwardian Script ITC, Brush Script MT, cursive;
    font-size:   x-large;
    text-align:  right;
}


.tabbed-content
{
/* the relative positioning is needed to put the thing in the right place and for Z-index to have an effect -- Legoguy */
	position: relative;
	top: 3px;
	margin: 0px; /* makes things...just look better -- Legoguy */
	z-index: 1 !important; /* this is definitley important. */
	padding: 3px;
	border: 1px solid black;
}
.tabbed-content h1
{
	font-size: x-large;
}
.tabbed-content h2
{
	font-size: large;
}
.tabbed-content h3
{
	font-weight: bold;
	font-size: medium;
}


/* TREE-MENU: */

/* Container: */

.tree-menu
{
	vertical-align: top;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
}

/* Internal elements: */
.tree-menu UL
{
	margin-left: 13px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
.tree-menu A,
.tree-menu A:link,
.tree-menu A:visited,
.tree-menu A:hover,
.tree-menu A:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
}

/** Selected page: */
.tree-menu_SelectedPage,
.tree-menu_SelectedPage a:link,
.tree-menu_SelectedPage a:visited,
.tree-menu_SelectedPage a:hover,
.tree-menu_SelectedPage a:active
{
	color: red;
}



/* TAB_MENU: */

/* Container: */
.tab-menu
{
	white-space:    nobreak;
	vertical-align: top;
	font-family:    arial, helvetica, sans-serif;
	font-size:      x-small;
	color:          black;
	empty-cells:    show;
}

/** Internal elements: */
.tab-menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	text-decoration: none;
}


/* Selected page: */
.tab-menu_SelectedPage 
{
/* relative positioning needed for z-index to have an effect -- Legoguy */
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100 !important; /* teh dirty h4ck */
	padding: 3px;
	margin-right: -1px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid white;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;

}
.tab-menu_SelectedPage a
{
	color: red;
}

.tab-menu_NonSelectedPage 
{
	padding:      3px;
	margin-right: -1px;
	border: 1px solid black;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}



/** Footer:
*
*/
.footer
{
	clear: both;
}

