﻿@charset "utf-8";
/* Default page layout 

The names and positions of the frames for the help system are indicated below. 
Items listed in {} are other positional divs.

+-----------------------------------------------+
| #BANNER                                       |
+-------+---------------------------------------+
| #TABS | #BODY                                  |
+-------+ {#licensemessage}                     |
| #TOC  | {#bodycontent}             {#toolbar} |
|       |                                       |
|       |                                       |
+-------+---------------------------------------+

*/

@import url('presentation.css');
@import url('notes.css');
@import url('license.css');
@import url('typography.css');
@import url('SyntaxHighlighter.css');

.undefinedvariable {
	background-color:#FF0;
	border:10px solid red;
	color:red;
	font-size:20pt
}

/* TOC color for tree selection */
#TOC a.select {
    color: #2e5c75;
}

#TOC a.toc {
    color: #000;
}