body,p,blockquote,td,dd,li,tt,dt { font-size: 11pt; font-family: arial; line-height: 120%; letter-spacing: .5pt;}
h1     { font-style: italic; font-size: 100%; font-family: arial; letter-spacing: 2.5pt;}
h2  { font-weight: ; font-size: 100%; font-family: arial }
h3,h4,h4,h5,h6  { font-weight: bold; font-size: 100%; font-family: arial }
code { font-family: monospace, fixed; font-size: 95%; }

<!-- current css info follows -->
a.blkcrumb { color: #000000 }
a.crumb { color: #000000; text-decoration: none }
a { color: #000000; size: 16pt; text-decoration: none;}
a:visited { color: #000000; size: 16pt; text-decoration: none;}
a:hover { color: #000000; text-decoration: underline; size: 16pt; font-style: italic;}
.clear{
	clear:both;
}
.footer{
	border-top:thin;
	border-top-color:#FF0000;
	font-size:x-small;
}

<!-- doxygen css below -->
DIV.groupHeader {
       margin-left: 16px;
       margin-top: 12px;
       margin-bottom: 6px;
       font-weight: bold;
}
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }


/* Style for summary member documentation */
.mdescLeft {
    padding: 0px 8px 4px 8px;
	margin: 0px;
}
.mdescRight {
    padding: 0px 8px 4px 8px;
	margin: 0px;
	font-size: 80%;
}
.memItemLeft {
	padding-top: 4px;
}
.memItemRight {
	padding-top: 4px;
}
.memTemplItemLeft {
	padding-top: 4px;
}
.memTemplItemRight {
	padding-top: 4px;
}
.memTemplParams {
	padding: 1px 0px 0px 8px;
	margin: 4px;
}
/* End style for summary member documentation */

/* Style for detailed member documentation */
.memtemplate 
{
} 
.memnav {
  margin: 2px;
  margin-right: 15px;
  padding: 2px;
}
.memitem {
  padding: 4px;
  border-top: 1px solid #E0E0E0;  
}
/* Turn off nowrap in memname and C++ method members will line wrap and look wonky. Compromise between ugly C++ methods 
wide html pages where the reader has to scroll right to read the docs. Hopefully doxygen will release a new version 
with CSS tags that give more control. For now, if you change this look at the pages for IAIUnicodeString.h, 
IAIAutoBuffer.h, AIColorConversion.h */
.memname {
  white-space: nowrap;
}
.memdoc{
  padding-left: 10px;
}
.memproto 
{
  width: 100%;
}
.paramkey {
  text-align: right;
}
.paramtype {
  white-space: nowrap;
}
.paramname 
{
	  white-space: nowrap;
}
.header{
	padding-bottom:15px;
}
/* End Styling for detailed member documentation */
