/**
CSS for GalilTools Documentation
**/



a.api{
/** anchor for api text; api names such as command() onMessage() etc **/
	color:darkblue;
	font-weight: bold;
	text-decoration: underline;
}

a.throws{
/** anchor for throws error text **/
	color:red;
	text-decoration:none;

}

h1{
	color:#005863;
}

h2{
	color:#FFFFFF;
	background:#005863;
	font-size: 18pt;
}

p.top{
/** paragraph for top.  These are the separaters between functions in the library **/
	background:#333366;
	color:#FFFFFF;
	font-weight:bold;
}


a.com{
/** for com notation.  Text for outlining differences between the com wrapper and the C++ stuff **/
	color:darkgreen;
	font-weight: bold;
	text-decoration: underline;
}

a.top{
/** anchor for top text link.  Part of the separator between functions **/
	color:#FFFFFF;
	font-weight:bold;
}

a:link {color: #00424A;}
a:visited {color: #30737F;}
a:hover {color: #E2724C;}


h3.proto{
/** prototypes shown in C++ **/
	/** nothing now **/
}


li {
/** for lists - TOC, function listing, etc **/
	margin-left: 30px;
}

li.faq{
/** for frequently asked questions list.**/
	margin-left: 30px;
	font-weight: bold;
	font-size: 20;

}
	
p.example{
/** example code blocks - C++, VB and C# **/
	font-weight: bold;
}

pre.example{
/** example code blocks - C++, VB and C# **/
	margin-left: 5px;
	font-size: 8pt;	
}

/** tables for example code in various languages**/


td.cpp{
/** C++ body **/
	background-color: #FFF82B;
}

td.cppTitle{
/** C++ title bar **/
	background-color: #F58123;	
	font-weight: bold;
}

td.vb{
/** Visual Basic body **/
	background-color: #A7D4FA;
}

td.vbTitle{
/** Visual Basic title bar **/
	background-color: #5477FB;
	font-weight: bold;	
}

td.cs{
/** C# body **/
	background-color:#91FC86;
}

td.csTitle{
/** C# title bar **/
	background-color:#41C751;
	font-weight: bold;
}


pre.throws{
/** highlighting for throws **/
	background:#EEEEEE;
	font-size: 8pt;
}

div.indent{
/** indentations for function description bodies, or wherever an indent is desired **/
	margin-left: 30px;
}

th{
/** table header rows **/
	background:#DDDDDD;
}

