p, td, li, input, select, textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	line-height: 20px;
	font-size: 13px;

}

body {
  color: black;
  background-color: rgb(240,240,240);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

a {
	color: #333399;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #993333;
}

a:active {
	text-decoration: none;
}


ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

form, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

img {border: 0px;}
img.centre {display: block; text-align: center; margin: 5px auto;}
img.center {display: block; text-align: center; margin: 5px auto;}
img.left {margin: 5px 5px 5px -5px; float: left;}
img.right {margin: 5px -5px 5px 5px; float: right;}

.indent {
	margin-left: 40px;
}

.error {
	color: #CC3333; font-weight: bold;
}

.header {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}

.headerTitle {
  font-size: 200%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.navLinks {
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

/*
.header {
	padding: 10px;
	padding-top: 0px;
}
*/

.header a:hover {
	color: #993333;
	background: transparent;
	border-bottom: 0px;
}

/* ##### Side Bar ##### */

#side-bar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.25em 1ex 0.25em 5mm;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

.page {
  color: black;
//  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
  //font-size: 110%;
}

.page p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

.page a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

.page a:visited {
	color: rgb(128,0,64);
}

.page a:hover {
  text-decoration: none;
}


.page h1 {
  //color: white;
  //background-color: rgb(100,135,220);
  color: rgb(0,102,204);
  background-color: transparent;
  font-size: 210%;
  font-weight: bold;
  /*margin: 3em 0 0 0;*/
  padding: 0.6ex 0 0.6ex 0;
  
}

.page h2 {
  color: rgb(0,102,204);
  background-color: transparent;
  font-size: 187.5%;
  font-weight: bold;
  /*margin: 3em 0 0 0;*/
  padding: 0.4ex 0 0.4ex 0;
}

.page h3 {
  color: rgb(0,102,204);
  background-color: transparent;
  font-size: 165%;
  font-weight: bold;
  /* margin: 3em 0 0 0;*/ 
  padding: 0.3ex 0 0.3ex 0;
}

.page h4 {
  color: rgb(0,102,204);
  background-color: transparent;
  font-size: 142.5%;
  font-weight: bold;
  /* margin: 3em 0 0 0;*/ 
  padding: 0.2ex 0 0.2ex 0;
}

.page h5 {
  color: rgb(0,102,204);
  background-color: transparent;
  font-size: 120%;
  font-weight: bold;
  /* margin: 3em 0 0 0;*/ 
  padding: 0.1ex 0 0.1ex 0;
}



dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

/*
.page {
	color: #000;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: white;
	padding: 15px;
	border: 1px inset;
	border-bottom: none; 
	height: 100%;
}

.page a {
	text-decoration: none;
}

.page a:hover {
	color: #993333;
	text-decoration: underline;
}
*/

.missingpage {
	/* background: #ccffff; */ 
	text-decoration: none;
	border-bottom-width: 1px; 
	border-bottom-color: #933; 
	border-bottom-style: dashed; 
}

.footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

.footerLeft {
  line-height: 1.45em;
  float: left;
  clear: left;
}

.footerRight {
  text-align: right;
  line-height: 1.45em;
}

.footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

/*
.footer {
	clear: both;
	background-color: #DDDDDD;
	padding: 5px 10px;
	border: 1px inset;
	border-top: none;
	border-top: 1px solid #CCCCCC;
}

*/
.commentsheader {
	clear: both;
	background-color: #DDDDDD;
	padding: 2px 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
}

.comment {
	background-color: #EEEEEE;
	padding: 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #EEEEEE;
}

.commentinfo {
	color: #AAAAAA;
}

.commentform {
	background-color: #EEEEEE;
	padding: 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
}

.code {
	color: black;
	background:	   #ffffee;
	border: 1px solid #888;
	font: 11px "Bitstream Vera Sans Mono","Courier New", monospace;
	width: 95%;
	margin:auto;
	overflow: auto;
	padding: 3px;
}

.notes {
	color: #888800;
}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.copyright {
	font-size: 11px;
	color: #AAAAAA;
	text-align: right;
}

.copyright a {
	color: #AAAAAA;
}
/*
h5 {
	font-size: 120%;
}

h4 {
	font-size: 12pt;
}

h3 {
	font-size: 14pt;
}

.h2 {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}


h2 {
	font-size: 150%;
}


h1 {
	font-size: 210%;
}
*/

a.ext {
	color: #333399;
}

a.ext:hover {
	color: #993333;
}

.exttail {
	color: #999;
	position: relative;
	bottom: 0.5ex;
}

.searchbox {
	/* border: none; */
	border: 1px solid #CCCCAA; 
	padding: 0px;  
	margin: 0px; 
}

.toolbar tr { background: ButtonFace; }
.toolbar .btn-, .toolbar  .btn-hover,  .toolbar .btn-active,  
.toolbar .btn-pressed {  
	background: ButtonFace; 
	color: ButtonText;
 	border: 1px solid ButtonFace; 
	padding: 1px;  
	margin: 0px; 
	cursor: pointer; 
}
.toolbar .btn- img  { width: 20px; height: 20px; }
.toolbar .btn-hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; }
.toolbar .btn-active,  
.toolbar .btn-pressed { border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; }
.toolbar .btn-pressed { background: ButtonHighlight; }
.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

/*---Speific Styles ---*/

.clear {clear:both;}

.comments {display: none;}

//.floatl {float: left; width: 48%; margin: 0.5%; padding: 0.5%; background: #EEE;}
//.floatr {float: right; width: 48%; margin: 0.5%; padding: 0.5%; background: #EEE;}
.floatl {
    float: left; 
    width: 48%; 
    margin: 0.5%; 
    padding: 0.5%;
//    border-style: dashed;
    border: 1px solid rgb(153,153,153);
    padding: 3.0ex 3.0ex;
}
.floatr {
    float: right; 
    width: 48%; 
    margin: 0.5%; 
    padding: 0.5%;
//    border-style: dashed;
    border: 1px solid rgb(153,153,153);
    padding: 3.0ex 3.0ex;
}

.previewhead {
	margin: auto; 
	z-index:20; 
	position:fixed; 
	top: 40px; 
	left: 10px; 
	color: red; 
	font-size: xx-large; 
	font-weight: bold; 
	padding: 5px;
}

.highlight {color: red; background: #FFFFD0;}

.strikethrough {color: #888; text-decoration: line-through;}

.additions {color: #006699; background: #98FB98;}

.deletions {color: #876; background: #FFCC99; text-decoration: line-through;}

.underline {text-decoration: underline;}

.recentchanges {font-size: 0.9em;}

.pagenote {color: #888;}

.centre {text-align: center;}

.center, .center p {text-align: center;}

.keys {	
	color: #333;
	background-color: #EFEFEF;
	font: normal 80% "Verdana", sans-serif;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}

.smallprint {font-size: 0.8em; color: #777; padding-right: 0.5%; text-align: right;}

.smallprint a {
	color: #987;
}