@import url(doxygen.css);


div.Syntax{
	background-color:#FFFFD9;
}

div.Example{
	background-color:#E9E9E9;
}

/*  table cells on the main page (index.html) */
div.mainpage td {
	background-color: #FFFFCC;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFCC33;
	border-top-color: #FFCC33;
	text-align: center;
}

/*** Used in external topics ***/
p.indent_1 {
	padding-left: 0.25in;
}
p.indent_2 {
	padding-left: 0.5in;
}
p.indent_3 {
	padding-left: 0.75in;
}
table.RuledTable {
	border-collapse: collapse;
	table-layout: auto;
	width: auto;
	cellpadding: none;
	cellspacing: none;
}
table.RuledTable th {
	background-color: #CCCCCC;
	
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	
	padding: 6px;
	
	width: auto;
}
table.RuledTable td {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-top: 4px;
	
	width: auto;
}
td.shaded{
	background-color:#CCCCCC;
}
/* Used in Geometry_FgfText.h */
p.row_1 {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFCC;
}
pre.row_2 {
	font-family: "Courier New", Courier, monospace;
	background-color: #E7FFCE;
}



