/*--------------------------------------------------------------------------
 * File: StyleSheet.css -- HotDOC / HotCAT Web Site HTML Style Sheet
 *
 *
 * 12 Feb 99, Jaap Ruiter
 *--------------------------------------------------------------------------*/

A:link,
A:visited,
A:active{
	color: Navy;
}
A:hover {
	color: #6495ED;
}
A.plain {
	text-decoration: none 
}

A.menu:link,
A.menu:visited,
A.menu:active{
  color: Navy;
  font: 7pt Verdana;
	text-decoration: none;
	font-weight: bold;
}
A.menu:hover  {
	color: #6495ED;
	text-decoration: none;
}

A.verder:link,
A.verder:visited,
A.verder:active{
  color: Purple;
  font: 7pt Verdana;
	text-decoration: none;
}
A.verder:hover  {
	color: #6495ED;
	text-decoration: none;
}

A.panel:link,
A.panel:visited,
A.panel:active{
  color: White;
	text-decoration: none;
}
A.panel:hover  {
	color: #6495ED;
	text-decoration: none;
}


BODY{
	font: 10pt Verdana;
	color: Black;
	background: White;
}

DIV{
	margin-left:   1em;
	margin-top:    0em;
	margin-bottom: 0em;
}

DIV DIV{
	margin-left:   1em;
	margin-top:    0em;
	margin-bottom: 0em;
}

DL{
	margin-top:    0em;
	margin-bottom: 0em;
}

DT{
	margin-top:    0pt;
	margin-bottom: 0em;
}

EM{
	color:     	 black;
	font-style:  normal;
	font-weight: bolder;        
}

H1{
	font-size: 16 pt;
	font-weight: normal;
	margin-top: 3pt;
	margin-bottom: 12pt;
}

H2{
	font-size: 14 pt;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-weight : normal;
}

/*<H3> used for Pubilc, Private & Protected headings*/
H3{
	font-size: 12 pt;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font : normal;
}

H4{
	font: 10 pt  'arial';
	color : Red;
}

H5{
	font-size:     7pt;
	font-weight :  normal;
	margin-top:    0pt;
	margin-bottom: 0pt;
}

P{
	margin-top:    0pt;
	margin-bottom: 6pt;
}

PRE{
	font: 10 pt 'courier new', monospaced;
}

CODE{
	font: 11pt 'courier new' , monospaced;
}

TD{
	font: 10pt Verdana;
}

/* The following id's are used with the css selector BODY */
#About,
#Class,
#CustomCodeFile,
#DataFile,
#FunctionFile,
#InfoFile,
#HistoryFile,
#Hierarchy,
#Home,
#SampleCode{
	background-image:      url('images/_gtorwatermark.gif');
	background-attachment: fixed;          
	background-position:    
               center 50%;         
	background-repeat:     no-repeat      
}

#BuildTag,
#BuildTagName,
#BuildTagTableCell{
	color:       midnightblue;
	font-size:   smaller;       
	font-style:  normal;        
	font-weight: normal;        
}

/* The following id's are used with the css selector H3 */
#CustomCodeString,
#Global,
#ModificationHistoryString,
#Private,
#Protected,
#Public,
#SampleCodeString,
#SeeAlso{
}

/* The following id's are used with the css selector P */
#ClassDescription,
#ClassHistory,
#DataDescription,
#FunctionDescription,
#ParameterDescription{
}

#ClassHistory{
	font: 12 pt 'courier new', monospaced;
}

#ClassListHeader{
	background: beige;
}

#ClassList{
	background: beige;
}

#AfxMsg,
#Const,
#Static,
#Inline,
#Virtual,
#Pure_Virtual{
	color: mediumblue;
}

/* The following id's are used with the css selector DT, DD, */
#ClassListItem{
	margin-left: 0em;
}

#DetailsListBuildTagItem{
	color: midnightblue;
}

#DetailsListItem{
}

#DetailsStartList{
	font-weight:  600;
	margin-top:   6pt;
	margin-bottom
}

/* The following id's are used with the css selector EM */
#DataType{
}

#FunctionListStart{
	margin-left: 0em;
}

#FunctionListItem{
	margin-left: 0em;
}

#HeaderFileName{
}

#InitializerOverridesItem{
}

#InitializerOverrides{
}

#InitParamListBuildTagItem{
	color: midnightblue;
}

#InitParamListItem{
}

#LineComment{
	color:       green;
	font-style:  italic;
	font-weight: normal;
}

#ListHeaderObjects{
	color:       mediumblue;
	font-weight: bold;           
	font-style:  normal;         
}

#Name{
	font-weight: bold;
	font-style: normal;
}

#None{
	font-weight: bold;
	color: gray;
}

/* The following id's are used with the css selector H3 in the function files*/
#NotDeclared,
#NotDefined{
}

#OptionInEffect{
}

#ParamNameForDescription{
	color: black;
}

#PrivateKeyword,
#ProtectedKeyword,
#PublicKeyword{
	color: black;
}

#ParamListBuildTagItem{
	color: midnightblue;
}

#ParamListItem{
	color: #4682B4;
}

#ReturnType{
	color:       black;
	font-weight: bolder;          
}

#TechTip{
}

#TemplateListBuildTagItem{
	color: midnightblue;
	margin-left: 1em;
}

#TemplateListItem{
	margin-left: 0em;
}

#TopChartText{
}
