
CAPTION { font-weight: bold }
A.qindex {}
A.qindexRef {}
A.el { text-decoration: none; font-weight: bold }
A.elRef { font-weight: bold }
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
A.codeRef { font-weight: normal; color: #4444ee }
A:hover { text-decoration: none; background-color: #f2f2ff }
DL.el { margin-left: -1cm }
DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
TD.md { background-color: #f2f2ff; font-weight: bold; }
TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
BODY { background: white;
	font-family: sans-serif; 
	margin-left: 10%; 
	margin-right: 10%;
	/* font-size:80%; */
}
TD.indexkey { 
   background-color: #eeeeff; 
   font-weight: bold; 
   padding-right  : 10px; 
   padding-top    : 2px; 
   padding-left   : 10px; 
   padding-bottom : 2px; 
   margin-left    : 0px; 
   margin-right   : 0px; 
   margin-top     : 2px; 
   margin-bottom  : 2px  
}
TD.indexvalue { 
   background-color: #eeeeff; 
   font-style: italic; 
   padding-right  : 10px; 
   padding-top    : 2px; 
   padding-left   : 10px; 
   padding-bottom : 2px; 
   margin-left    : 0px; 
   margin-right   : 0px; 
   margin-top     : 2px; 
   margin-bottom  : 2px  
}
span.keyword       { color: #008000 }
span.keywordtype   { color: #604020 }
span.keywordflow   { color: #e08000 }
span.comment       { color: #800000 }
span.preprocessor  { color: #806020 }
span.stringliteral { color: #002080 }
span.charliteral   { color: #008080 }



//from birkler.css

body 
{
	font-family: helvetica; 
	font: 
	font-family: sans-serif; 
	margin-left: 10%; 
	margin-right: 10%;
	font-size:80%;
}

.footer 
{
	background-color:Silver;
}

p
{
	margin-top:0mm;
	margin-bottom:5pt;
}

a
{
	text-decoration:none;
	:link  /* for unvisited links */
	{
		color:Blue;
	}  
	:visited /* for visited links */
	{
		color:Blue; 
	} 
	:active /* when link is clicked */
	{
	} 
	:hover 
	{
		color:Purple; 
		background-color: #EEEEEE;
	} /* when mouse is over link */
}

a:hover.color-select 
{
	background-color:Transparent;
}	

		
table 
{
	border:none;
}

.gallery 
{
	border:none;
	border-width:0;
}


h1
{
	text-align:right;
	border-bottom:solid thick Silver;
	border-bottom-width:12px;
}

h2
{
	border-bottom:solid thick Silver;
}

h3,h4,h5,h6 
{
	border-bottom:inset thin Silver;
}
