
/*
B2DB5B
758F3C
DBAF5C
8F723C
*/


/* ######################### */
/* ##### Common Styles ##### */
/* ######################### */

body {
  color: black;
  background-color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1.5ex;  /* Enables font size scaling in MSIE */
  margin: 0px;
}


acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

form { padding-bottom: 0px; margin:0px; display:inline; cursor:default; }
img {border:0px;}

h1,h2,h3,h4,h5,h6 {
	border-bottom:1px solid #ccc;
	 margin-bottom:2px;
	 margin-top:10px;
	clear:left;
}
h1 {font-size:125%;margin-top:20px;}
h2 {font-size:120%;margin-top:17px;}
h3 {font-size:115%;margin-top:14px;}
h4 {font-size:110%;}
h5 {font-size:105%;}
h6 {font-size:100%;}

div.hl1 { margin-left:	0px; }
div.hl2 { margin-left: 10px; }
div.hl3 { margin-left: 20px; }
div.hl4 { margin-left: 30px; }
div.hl5 { margin-left: 40px; }
div.hl6 { margin-left: 50px; }

/* lists */
ul,ol,dl {
	margin:0px;
	padding:0px;
}

ol,ul {
	margin-left:2em;
	list-style-position: outside; 
	list-style-type: square;
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

acronym {
	border-bottom:1px dotted black;
	cursor: help;
}

pre {
	margin-top: 2px;
	margin-bottom: 2px;
	overflow:auto;
	width:100%
}

/* Table row formatting */
tr {
	vertical-align: top;
	text-align:left;
}


/* ################## */
/* ##### Header ##### */
/* ################## */

#header {
  color: inherit;
  background-color: inherit;
  /*
  background-image:url(../maple.jpg);
  */
  background-color: #B2DB5B;
  margin: 0px 0px 0px 0px;
}

.headerTitle {
  margin: 0;
  font-size:140%;
  color: #758F3C;
  font-weight: normal;
}

.headerTitle a {
  color: #758F3C;
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  font-size: 200%;  /* For MSIE */
  padding-bottom:0px;
  font-weight: bold;
}

.headerTitle > a {
  font-size: 200%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: #B2DB5B;
  color: #FFFFFF;
  color: #758F3C;
  background-color: transparent;
}


.headerTitle #srch {
	position:absolute;
	font-size:50%;
	top:0.5ex;
	right:1ex;
}

/* ##### Sub Header ##### */

.subHeader {
  color: #aaaaaa;
  background-color: #758F3C;
  background-color: #D0F571;
  background-color: #F5F5F5;
  text-align: left;
/*
  font-weight: bold;
*/
  margin: 0px 10px 30px 10px;
  margin: 0ex 0ex 0ex 0ex;
  padding: 0.5ex;
  padding-left: 1ex;
}

.subHeader a {
  color: #aaaaaa;
  background-color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0 0ex;
}

.subHeader a:hover {
  color: #000000;
}


/* ######################### */
/* ##### Left Side Bar ##### */
/* ######################### */

.rightSideBar {
  width: 14em;
  float: right;
  clear: right;
  margin: 0px 0px 0em 0em;
  border-left: 1px solid #F5F5F5;
}

.rightSideBar h1,.rightSideBar h2,.rightSideBar h3,.rightSideBar h4,.rightSideBar h5,.rightSideBar h6 {
  color: #000000;
  background-color: #F5F5F5;
  border-left: 5px solid #B2DB5B;
  font-weight: bold;
  font-size: 100%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0.8ex 1ex;
}
.rightSideBar .sideBarTitle {
  color: #000000;
  background-color: #F5F5F5;
  border-left: 5px solid #B2DB5B;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0ex 0.5ex 0ex 0ex;
}

.rightSideBar a {
  color: #555555;
  background-color: transparent;
  text-decoration: none;
}

.rightSideBar a:hover {
  color: #aaaaaa;
  background-color: transparent;
  text-decoration: none;
}

.rightSideBar .sideBarText {
  color: #555555;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 1.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.rightSideBar .sideBarText a {
  text-decoration: underline;
}

.rightSideBar .sideBarText a:hover {
  text-decoration: none;
}

.rightSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##################### */
/* ##### Main Copy ##### */
/* ##################### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 14em 0 0;
  padding: 1ex 1em 1em 1em;
  border-right: 1px solid #F5F5F5;
}

#main-copy h1 {
  color: #55DD55;
  color: #90B939;
  color: #758F3C;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  /*
  padding: 1ex 0ex 1ex 0ex;
  border-left: 5px solid #55DD55;
  */
}

#main-copy a {
  color: #005500;
  color: #709717;
  color: #758F3C;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
  color: #005500;
  background-color: #B2DB5B;
}

#main-copy a.urlintNew {
/*	
		background: transparent url(../img/create.gif) 0px 1px no-repeat;
		padding: 1px 0px 1px 16px;
		*/
		color:#bb1111;
}
p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

p.divSpacer {
	margin:0px;
	display:block;
	height: 10px;
}


/* ################## */
/* ##### Footer ##### */
/* ################## */

#footer {
  color: #AAAAAA;
  background-color: #F5F5F5;
  font-size: 80%;
  text-align: center;
  line-height: 1.25em;
  padding: 2px;
  clear: both;
}

#footer div {
  padding: 0 0 1ex 0;
}

#footer a {
  color: #AAAAAA;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
  color: #005500;
}


/* ################## */
/* ##### Editor ##### */
/* ################## */

form.EditArea {
	width:100%;
	float:left;
}
textarea.edit {	/* main edit area */
	font-family:courier, monospace;
	font-size: 100%;
	border: 1px solid black;	
	width:100%;
}

form { padding-bottom: 0px; margin:0px; display:inline; cursor:default; }


div .divEditSecPad {
	font-size: 65%;
	border-bottom: 1px dashed #ccc0b0;
}
div .divEditSec {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	float:right;
}

input.button {
	border: 1px solid #B2DB5B;	
	color: Black;
	background-color: #ffffff;
	text-decoration:none;
	font-size: 80%;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 1px;
	padding:0px;
	display: inline;
}





/* ######################### */
/* ##### Simple Tables ##### */
/* ######################### */

table.SimpleTab {
	margin-top:5px;
	margin-bottom:5px;
	border:#B2DB5B;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
	width:100%;
	width:auto;
}
table.SimpleTab td {
	padding: 3px;
	border: 1px solid #B2DB5B;
}
table.SimpleTab th {
	background-color: #B2DB5B;
	padding: 3px;
	border: 1px solid #B2DB5B;
}


/*
div#divToolBar img {
	background-image:url('/wikidx/theme/default/img/empty.gif');
}
*/


/* ######################## */
/* ##### Diff Display ##### */
/* ######################## */

table.clsDiff {
	border:0px solid black;
	width:auto;
}
table.clsDiff td {
	background-color: #ffffff;
	width:50%;
}
table.clsDiff td.clsClr {
	background-color: #ffffff;
	width:auto;
}


table.clsDiff td.clsDiffHdr {
	width:50%;
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 100%;
}

table.clsDiff td.clsDiffM {
	width:50%;
	background-color: #f6f6f6;
}

table.clsDiff td.clsDiffR {
	width:50%;
	background-color: #ddffdd;
}

table.clsDiff td.clsDiffL {
	width:50%;
	background-color: #ffffcc;
}



/* ##### Other ##### */

code.CodeBlock {
	color:#555555;
	background-color:#fafafa;
	margin:0px;
	padding:0px;
	border:1px dotted #cccccc;
	display:block;
	white-space:pre;
	font-size:100%;
}

code {
	font-family:monospace;
	font-size: 100%;
}
