/* ******************  content  *************** */
/* 
Last modified $Date: 2019/02/01 00:47:19 $ by $Author: gerald $
*/
#Content
{
	margin: 0 17em 0 2em;
	padding: 10px;
}


h2 {
   background: #aa7;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: 1.3em;
   text-indent: 0.5em;
   margin-top: 0.5em;
   padding: 0.1em;
}
/* ******************  menu  *************** */
.dot    { display : none }

#Menu {
   overflow:auto;
   width:12em;
   position:fixed;
   float:right;
   margin-right/* hide from IE5.0/Win */ : 2em;
   margin-top: 0.5em;
   right: 2em;
   left:auto;
   top:8em;
   bottom:2em;
   text-indent: 0.5em;
   padding:0;
   background: #eec;
   color: #000;
   border:0px solid #000;
   line-height:1.5em;
	}

body>#Menu {
	right: 2em;
   margin-right: 2em;
	}
	

#Menu p {
	padding:0;
	}

#Menu a
{
	display: block;
	background: #eec;
	color: blue;
	text-decoration: none;
	font-size: 1.1em;
}
/* these two lines seem to make safari crash ??? */
#Menu a:hover {background-color:white;}
#Menu a:before {content:url('/QA/2003/02/right');}
#Menu a:visited {color: purple;}
/* but removing them is not enough. *sigh* */


#Menu hr {display:none;}

#Menu .navhead {
   background: #aa7;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: medium;
   text-indent: 0.5em;
   margin-top: 0.5em;
   padding: 0.1em 0;
}



/* ******************  print  *************** */

@media print {

body {
	font-size: 12pt;
}
#Menu 
	{ 
		display: none 
	}
	
#Content {
	margin:0 10px 30px 10px;
	padding:10px;
	}
}


@media projection {
	/* we don't want the menu in display mode */
	#Menu 
	{ 
		display: none 
	}
	/* no menu, the content takes all the available space*/
	#Content 
	{ 
		margin: 5em;
		padding: 2em;
	}
	/* this for a bug in opera 6 linux */
	div.disclaimer 
	{
		display: none
	}
	H1 
	{
		text-align: center;
		margin-top: 3em;
		page-break-before : always;
	}
	H2
	{
		page-break-before : always;
	}
}

