﻿
/* Heading 1 colour is the Eurotech blue */
h1 { color: #5495CD; }

/* Heading 2 cloour is darker gray */
h2 { color: #444444; }

/*	Each of the actual documentation pages ends up in a div called contents,
	it's fixed at 800 pixcels wide with a 20 pixel left margin, the text is light gray.
*/
#Contents { 
	width:800px;
	color: #666666;
	margin-left: 20px;
}

.contents {
	width: 800px;
	color: #666666;
	margin-left: 20px;	
}

.link {
	color: blue;
	cursor: pointer;
}

.indentlist {
	margin-left: 40px;	
}

/*	These styles are used to help with the layout of documentation of C nd C# functions in the library docs. */

.ptag {
	float: left;
	width: 120px;
	padding-left: 15px
}

.ftag {
	float: left;
	width: 120px;
	margin-bottom: 18px;
}

.fdef {
	margin-bottom: 18px;
}

.rtag {
	float:left;
	width: 120px;
	margin-top: 12px;
	margin-bottom: 18px;
}

.rdef {
	margin-top: 12px;
	margin-bottom: 18px;
}
