/* $Id: cgicc-doc.css,v 1.1 2002/03/09 18:30:37 sbooth Exp $ */

body { 
	color: black; 
	background: white; 
}

a:link 		{ color: #1f00ff }
a:visited 	{ color: #9900dd }
a:active 	{ color: #ff0000 }
a:hover 	{ background-color: #eeeeee }

div.unix { 
	width: 80%; 
	border: none; 
	color: #006600; 
	background-color: #eeeeee;
}

span.red 	{ color: red; }
span.big	{ font-size: large; }
span.white	{ color: white; }

div.center {
	text-align: center;
}

div.notice { 
	border: solid thin; 
	margin: 1em 0; 
	padding: 1em;
	background: #ddd;
}

div.header { 
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: solid thin; 
	background: #ddd;
	text-align: center;
	font-size: larger;
}

div.footer {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
	font-style: italic;
}

div.subsection {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

hr.half { 
	width: 60%; 
	background-color: #ff0000;
}

/* ============================ */	
/* Doxygen style sheet elements */
/* ============================ */	

H1 { text-align: center; }
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 }
FONT.keyword       { color: #008000 }
FONT.keywordtype   { color: #604020 }
FONT.keywordflow   { color: #e08000 }
FONT.comment       { color: #800000 }
FONT.preprocessor  { color: #806020 }
FONT.stringliteral { color: #002080 }
FONT.charliteral   { color: #008080 }

