/* 
   Title:  nsftools.css
   Last Modified By:  Julian Robichaux
   Last Modified Date:  8/19/02
   Reference as:  <LINK REL=STYLESHEET HREF="nsftools.css" TYPE="text/css">
   Description:  This is the global style sheet that should be used by
                 all nsftools pages.
   Comments:  To use a style with a button, use this syntax:
              <INPUT CLASS="bluebutton" TYPE="button" VALUE="Button Label">
              For inline styles, you can do something like this:
              <FONT STYLE="color: #800000;">

              You should use a percentage for font sizes instead of a fixed size
              when possible, so the font will adjust up or down for people who 
              have their browser font set at Large or Small.
   History:  
*/

h1, h2, h3, h4, h5 {
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	}

body, td, th {
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* background: white; */
	/* font-size: 80%; */
	/* font-size: 0.8em; */
	}

code, tt, pre, samp {
	font-family: "lucida console", monaco, "andale mono", "courier new", courier;
	}

blockquote {
	color: #333311;
	background: #eeeeff;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 0px;
	}

.pageTitle {
	font-size: 24px;
	/* font-size: 190%; */
	/* font-size: 1.9em; */
	font-weight: bold;
	}

.mainLinks {
	/* font-size: 80%; */
	font-weight: bold;
	}

.bodyText {
	font-size: 12px;
	/* font-size: 0.8em; */
	}

.smallText {
	font-size: 11px;
	/* font-size: 75%; */
	/* font-size: 0.8em; */
	}

.blogEntryTitle {
	color: black;
	width: 100%;
	background: #DDDDBB;
	border-top: 1px solid #FFFFDD;
	border-bottom: 1px solid #AAAA99;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	}


.tipHeader {
	color: black;
	width: 100%;
	background: #DDDDBB;
	border-top: 1px solid #FFFFDD;
	border-bottom: 1px solid #AAAA99;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	}


a:link, a:visited {
	color: #000099;
	}

a:active, a:hover {
	color: #990000;
	}

a.plain:link, a.plain:visited {
	color: #000000;
	text-decoration: none;
	}

a.plain:active, a.plain:hover {
	color: #990000;
	background-color: #CCCCAA;
	}

a.sidebarLink:link, a.sidebarLink:visited {
	color: #000099;
	}

a.sidebarLink:active, a.sidebarLink:hover {
	color: #990000;
	background-color: #CCCCAA;
	}

a.mainLinkAnchor:link, a.mainLinkAnchor:visited {
	color: #000000;
	text-decoration: none;
	/* border-bottom: 1px dashed #000099; */
	}

a.mainLinkAnchor:active, a.mainLinkAnchor:hover {
	color: #990000;
	}


.borderTop {
	border-top: 1px solid #999999;
	}

.borderBottom {
	border-bottom: 1px solid #999999;
	}

.borderRight {
	border-right: 1px solid #999999;
	}

.borderLeft {
	border-left: 1px solid #999999;
	}

.borderAll {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	}


.greybutton {
	background: #d0d0d0;
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*font-weight: bold;*/
	text-decoration: none;
	}

.bluebutton {
	background: #82c0ff;
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*font-weight: bold;*/
	text-decoration: none;
	}

.redtextbutton {
	color: #990000;
	}

.dotBox {
	width: 80%;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	background-color: #DDBBDD;
	padding: 10px 10px 10px 10px;
	}

.homePagePanelDiv {
	color: black;
	width: 300px;
	background: #DDDDBB;
	border-top: 1px solid #FFFFDD;
	border-left: 1px solid #FFFFDD;
	border-bottom: 1px solid #AAAA99;
	border-right: 1px solid #AAAA99;
	padding: 10px;
	margin: 10px;
	}


.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }

