/* css file adapted from Sam Slee */

/*****************************************/
/* General styles for the entire page. */
/* {margin: 0; padding: 0;} */
body {
	margin:1em;
	margin-bottom: 2em;
	padding:0;
	font-size: 95%;
	font-family: arial, sans-serif;
	color: #000;
	background-color: #fff;
}

p {
	margin-top: 1em;
}
hr{
	margin: 1em 0;
}
h1{
	color: #fff;
	padding: 3px;
	margin: 1em 0 0 1em;
	background-color: #057;
}

/*****************************************/

/*****************************************/
/* Styling the banner/header of the page.*/
div#title{
	font-family: times, "times new roman", serif;
	margin-left: 4.5em;
	font-size: 1.3em;
}
div#header{
	font-family: times, "times new roman", serif;
	margin: 3px 3px 2em 3px;
	padding: 5px;
	background-color: #057;
	border: 1px solid #057;
}
div#header span#wrapper{
	color: #036;
	margin-left: -10px;
	padding-top:	2.2em;
	padding-bottom: 1.6em;
	background-color: white;
	border-right: 1px solid #057;
}
div#header span#title{
	font-size: 1.8em;
	/*margin: 10px 0;*/
	padding: 5px;
	padding-left: 14px;
	background-color: white;
	border-top: 1px solid #057;
	border-left: 1px solid #057;
	border-bottom: 1px solid #057;
}
div#header span.menu{
	font-size: 1.4em;
	color: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	background: #057;
}
span.menu a {
	text-decoration: none;
	color: #fff;
	margin: 3px 5px;
	padding: 0 2px;
}
ul.subnav a {
	text-decoration: none;
}
span.menu a:hover{
	background-color: #fff;
	color: #036;
}
/*****************************************/

/*****************************************/
/* Styling the main content window text  */
body a {
	color: #036;
}
body a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #057;
}
h2 {
	color: #000;
	margin: 1em 0;
	padding-left: 0.8em;
	border-bottom: 1px solid #036;
	clear: both;
}
h2 span, h4 span {
	color: #057;
}
h3{
	margin-bottom: 0.2em;
	text-decoration: underline;
	color: #057; 
}
dl{margin-top: 0.2em;}
ul{
	margin-top: 0.2em 2em;
}
dl dt{
	margin-top: 1em;
	font-weight: bold;
}
dl dd{
	margin-left: 1.5em;
	margin-top: 0.8em;
}
span.bold{
	font-weight: bold;
	color: #000;
	margin-right: 15px;
}
.left{
	float: left;
	margin: 0 2em 1.5em 0;
}
pre, code{
	color: blue;
}
code.css {color: red;}
a.help {color: red;}
PRE.code { color: blue }
XMP.code { color: blue }
PRE.run  { color: red }
CODE { color:blue}
PRE.small { font-size: x-small}
TABLE {
   border: 1px solid black;
   border-collapse: collapse;
   empty-cells: show;
}

TABLE.noborder{
   border: 0px solid white;
}
TD.noborder{
   border: 0px solid white;
}
TD{
   border: 1px solid black;
   padding: 3px;
}
TH{
   border: 1px solid black;
   padding: 5px;
}

.large {
 width: 25pt;
 height: 25pt;
}

.medium{
 width : 15pt;
 height: 15pt;
}

.greentext {
   color: #7dc875;
}

.comment { 
  color: #808080;
}
