div.clearer {clear: both; line-height: 0; height: 0; overflow:hidden;}

div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

div.error{
  background: #fcc url(http://stockcharts.com/images/dokuwiki/error.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #faa;
  font-size: 90%;
  margin: 0px;
  padding-left: 3em;
}

div.info{
  background: #ccf url(http://stockcharts.com/images/dokuwiki/info.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #aaf;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
}

div.success{
  background: #cfc url(http://stockcharts.com/images/dokuwiki/success.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #afa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
}

/* image alignment */
.medialeft {
  float: left;
}
.mediaright {
  float: right;
}
.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me0  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re4  { color: #009999; }
.code .sc0  { color: #00bbdd; }
.code .sc1  { color: #ddbb00; }
.code .sc2  { color: #009900; }
.code .st0  { color: #ff0000; }
/**
 * Basic styles for the spellchecker. Only included when the spellchek option
 * is enabled. These styles are the absolute minimum to make the spellchecker
 * work. Templates should add addional styles for making it look nice.
 */

div.dokuwiki div#spell__suggest {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
}

div.dokuwiki div#spell__result {
  display:none;
  font-family:monospace;
  overflow: auto;
  z-index: 1;

  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*--------------------------------------------
 font tricks (required)
--------------------------------------------*/
html {
	padding:0;margin:0;
	font:small/1.2 Verdana,Arial,Helvetica,sans-serif;
        font:small/1.2 "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color:black;
	}
body {
	padding:0;margin:0;
	}
body * {
	font-size:inherit;
	font-family:inherit;
	z-index:auto;
	}
* html * {/* for IE */
	font-size:1em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
        font-family"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	}
* html body {/* for IE */
	font-size:97%;
	}
.hidden {
	display:none;
	}
.clear {
	position:relative;
	clear:both;
	line-height:1px;font-size:1px;
	height:1px;
	padding:0;margin:0;
	margin-bottom:-1px;
	}
div.clearer {
	position:relative;
	clear:both;
	line-height:1px;font-size:1px;
	height:1px;
	width:1px;
	padding:0;margin:0;
	margin-bottom:-1px;
	overflow:hidden;
	}

img {border:0}

p {padding:0; margin: 0 0 1.0em 0;}

hr {
  border: 0px;
  border-top: 1px solid #8cacbb;
  text-align:center;
  height: 0px;
}

table {
  font-size: 100%;
  padding:0;
  margin:0;
}

tr, td, th {padding:0; margin:0;}


form {
  border: none;
  margin: 0;
  display: inline;
}

dl dt {
	clear:both;
	font-weight: bold;
	}
dl dd p {
	display:inline;
	}
dl dd {
	margin-left:2em;
	}

/* --------------- Links ------------------ */

.content a{
	color:#303090;
	}
.content a:visited {
	color:#805070;
	}
.content a:focus,
.content a:hover{
	color:#7f50ff;
	}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover {
	color:#333366;
	text-decoration:none;
	}


/* ------------- Page elements ----------------- */

.dokuwiki input.text,
.dokuwiki input.button,
.dokuwiki button.button,
.content input.text,
.content input.button,
.content button.button {
	border:1px solid #999;
	background:#fff;
	margin:0 2px;
	}
.content input.button,
.content button.button {
	background:#ccc;
	}
/* embedded images */
.content img.media {
	margin: 3px;
	}
.content img.medialeft {
	border: 0;
	float: left;
	margin: 0 1.5em 0 0;
	}
.content img.mediaright {
	border: 0;
	float: right;
	margin: 0 0 0 1.5em;
	}
.content img.mediacenter {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.content .popupButton {
	margin:.5em;
	text-align:center;
	}
/* smileys */
.content img.middle {
	vertical-align: middle;
	}
.content div.advertisement img {
	margin: 0;
	float: none;
	}

.content acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
	}

/* general headline setup */
.content h1, .content h2, .content h3, .content h4, .content h5 {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	margin:0 0 1em 0;
	padding: 0.5em 0 0 0;
	color:#333366;
        border-bottom: 1px solid #666699;
	clear: left;
	text-align:left;
	}

/* special headlines */
.content h1{font-size: 160%; margin-left: 0px; font-weight: bold;}
.content h2 {font-size: 150%; margin-left: 20px;}
.content h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
.content h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold;}
.content h5{font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}

/* indent different sections */
.content .level1 {margin-left: 3px;}
.content .level2 {margin-left: 23px;}
.content .level3 {margin-left: 43px;}
.content .level4 {margin-left: 63px;}
.content .level5 {margin-left: 83px;}

.scc_newsletter .level1,.scc_newsletter .level2,.scc_newsletter .level3 {
	margin:0;
	padding:0;
	}

/* unordered lists */
.content ul{
	list-style-position:inside;
	list-style-image: none;
	line-height: 1.5em;
	list-style-type: square;
	margin: 0 0 0.5em 1em;
	padding: 0;
	color:#333366;
	}

/* ordered lists */
.content ol {
	list-style-position:inside;
	list-style-image: none;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0.5em 1em;
	padding: 0;
	color:#333366;
	font-weight: bold;
	}

/* the list items overriding the ul/ol definition */
.content .li {
	color: #000;
	font-weight: normal;
	display:inline;
	}

.content ol {list-style-type: decimal}
.content ol ol{list-style-type: upper-roman}
.content ol ol ol{list-style-type: lower-alpha}
.content ol ol ol ol {list-style-type: lower-greek}

.content li.open {
	list-style-image: url(http://stockcharts.com/images/dokuwiki/open.gif);
	}
.content li.closed {
	list-style-image: url(http://stockcharts.com/images/dokuwiki/closed.gif);
	}

.content blockquote {
	border-left: 2px solid #8cacbb;
	padding-left: 3px;
	margin-left: 0;
	}

/* code blocks by indention */
.content pre.pre {
	white-space:pre;
	/*font-size: 1em;
	padding: 0.5em;
	border: 1px dashed #8cacbb;
	color: Black;
	background-color: #f7f9fa;
	overflow: auto;*/
	}

/* code blocks by code tag */
.content pre.code {
	white-space:pre;
	/*font-size: 1em;
	padding: 0.5em;
	border: 1px dashed #8cacbb;
	color: Black;
	background-color: #f7f9fa;
	overflow: auto;*/
	}

/* inline code words */
.content code {
	font-size: 120%;
	}


.content .formula {
	display:block;
	margin:1em 2em;
	}
.content .formula span{
	white-space:normal;
	background:#ddddff;
	padding:2px;
	font-weight:bold;
	}

/* code blocks by file tag */
.content pre.file {
	font-size: 1em;
	padding: 0.5em;
	border: 1px dashed #8cacbb;
	color: Black;
	background-color: #dee7ec;
	overflow: auto;
	}

/* inline tables */
.content table.inline {
	background-color: #fff;
	border-spacing: 0px;
	border-collapse: collapse;
	}

.content table.inline th {
	padding: 3px;
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
	}

.content table.inline td {
	padding: 3px;
	border: 1px solid #8cacbb;
	}


/*--------------------------------------------
 css for page objects, caution applying site-wide
--------------------------------------------*/

.header *, .footer * {
	}
.header,.footer,.main,
.header table {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	border-spacing:0;
	}
.header td,.footer td,.main td {
	position:relative;
	padding:0;
	}
.header {
	border-bottom:5px solid #538C8C;
	background:#333366;
	color:#fff;
	}
#header a:link,
#header a:visited,
#header a:active,
#header a:hover{
	color:#fff;
	}
.header .logo{
	vertical-align:bottom;
	z-index:1;
	}
.logo h1{
	margin:0;padding:0;
	line-height:1em;font-size:1em;
	text-align:left;
	}
.logo img{
	z-index:2;
	height:87px;
	}
#print_logo {
	display:none;
	}
.header .ad {
	text-align:center;
	padding-top:2px;
	padding-bottom:25px;
	}
.header .ad br{
	display:none;
	}
.header .search {
	vertical-align:bottom;
	padding-bottom:25px;
	padding-right:4px;/*??? needed for ff 1.04 */
	text-align:right;
	font-size:.9em;	
	line-height:1em;
	}
.header .search form{
	margin:0;
	padding:1px 3px;
	}
.header .search .keep_together{
	white-space:nowrap;
	}
.header .search form a.catalog_link{
	font-size:.8em;
	line-height:1em;
	color:white;
	display:block;
	}
.header .search input {
	background:#fff;
	border:1px solid black;
	}
.header .search .formButton {
	background:#b0b0ff;
	border:1px solid black;
	padding:1px 2px;
	margin-right:0;
	font-weight:bold;
	font-size:.9em;
	}
.header .search select{
	font-size:.8em;
	}
.header .tabs {
	margin-top:-32px;
	margin-left:244px;
	float:right;
	height:32px;
	text-align:right;
	font-size:1px;
	line-height:1px;
	}
.header .tabs img{
	position:relative;
	padding-right:2px;
	top:10px;
	z-index:10;
	}


.footer {
	border-top:5px solid #538C8C;
	background:#333366;
	color:#fff;
	}
#footer p{
	font-size:.8em;
	}
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover{
	text-decoration:none;
	color:#fff;
	}
.footer div,.footer p {
	margin:.25em 0;
	text-align:center;
	}

.footer .links {
	text-align:center;
	padding:0 0 .5em 0;
	}
.footer .notes img {
	display:inline;
	vertical-align:middle;
	}
.popupFooter {
	text-align:center;
	font-size:.8em;
	color:#999;
	border-top:1px solid #999;
	margin-top:1em;
	padding-top:1em;
	}

.main {
	width:100%;
	}
.main td{
	vertical-align:top;
	}
html body table .content {
	width:100%;
	margin:0;
  	padding:.5em;
	background:#fff;
	}
html body table .content .page {
	margin:0;
	}
.scc_newsletter .content .page {
	margin:0;padding:0;
	}
.sidebar {
	background:#538C8C;
	}
.sidebar .forceWidth {
	width:11em;
	}
.navSearch {
	padding:.5em 0 .75em 0;
	font-size:.8em;
	text-align:center;
	}
.navSearch .button{
	display:block;
	text-align:center;
	border:1px solid #333399;
	background:#9999ff;
	color:white;
	font-weight:bold;
	margin:2px auto;
	}
.navSearch .edit{
	display:block;
	border:1px solid #003333;
	background:#fff;
	margin:2px auto;
	width:12em;
	}
.navSearch h3{
	line-height:1.2;
	font-size:1.1em;
	margin:0;
	padding:0;
	color:white;
	}
.navSearch a:link,
.navSearch a:active,
.navSearch a:visited {
	color:white;
	}
.navLinks{
	background:#ccc;
	}
.navSection {
	padding:0 0 .5em 0;
	font-size:.8em;
	}
.navSection a:link,
.navSection a:active {
	color:#333366;
	text-decoration:none;
	}
.navSection a:visited {
	/*color:#333366;*/
	text-decoration:none;
	}
.navSection a:hover {
	color:#990000;
	color:#000;
	text-decoration:underline;
	}
.navSection p{
	margin:.25em 0 0 0;
	padding:0 .5em;
	}
.navSection ul,
.navSection li {
	padding:0;margin:1px;/*firefox bug*/
	list-style:none;
	}
.navSection ul {
	padding:0 .5em;
	}
.navSection li.selected {
	font-weight:bold;
	}
.navSection h3 {
	line-height:1.2;
	font-size:1.1em;
	margin:0;
	padding:0 .5em 1px .5em;
	color:white;
        background-color:#333366;
	}
* html .navSection h3,
* html .navSection h4 { /* IE bug */
	display:inline-block;
	}
.navSection h3 a:link, 
.navSection h3 a:visited,
.navSection h3 a:active,
.navSection h4 a:link, 
.navSection h4 a:visited,
.navSection h4 a:active{
	text-decoration:none;
	color:white;
	}
.navSection h3 a:hover,
.navSection h4 a:hover {
	color:#000;
	}
.navSection h4 {
	line-height:1.2;
	font-size:1.1em;
	margin:0;
	padding:0 .5em 1px 1em;
	background:#538C8C;
	color:white;
	}
.navSection ul ul li{
	font-size:.8em;
	}


.sc2PromoHeader{
	padding:5px;padding-bottom:0;
	background:#d0d0e0;
	border-bottom:1px solid #b0b0c0;
	display:inline-block; /* IE bug */
	}
.sc2PromoFooter{
	padding:5px;
	background:#d0d0e0;
	border-top:1px solid #b0b0c0;
	display:inline-block; /* IE bug */
	}
.sc2PromoHeader img{
	float:left;
	margin:0 1em 0 0;
	}
.sc2PromoFooter a{
	background:#d0d0e0;
	}
.sc2PromoFooter img{
	float:left;
	margin:.25em 2em 5px 0;
	}
.sc2PromoHeader p{
	font-size:.96em;
	margin-top:0;
	margin-left:160px;
	}
.sc2PromoFooter h3{
	font-size:1em;
	line-height:1.5em;
	margin:0 0 0 170px;padding:0;
	}
.sc2PromoFooter ul{
	font-size:.8em;
	margin:0 0 0 170px;padding:0 0 0 2em;
	}
.sc2PromoFooter li{
	margin:0;padding:0;
	margin-bottom:.25em;
	}
.googleAd {
	vertical-align:top;
	background:#538C8C;
	}
.googleAd iframe,.googleAd img{
	margin:0 5px 5px 5px;
	}
.googleAd img{
	display:block;
	}
.googleAdFloatRight{
	position:relative;
	float:right;
	background:#ccc;
	margin-top:-1em;
	padding:1em 5px;
	border:2px solid #999;
}
.hasGoogleAdRight {
	display:inline-block;
	position:relative;
	margin-right:140px;
	}
.hasGoogleAdRight .googleAdFloatRight{
	margin-right:-140px;
	}


.footerAd{
	text-align:center;
	margin-top:2em;
	background:#ccc;
	padding:5px;
	border:2px solid #999;
	}
.footerAd a,
.footerAd a:link,
.footerAd a:visited{
	color:#666;
	font-size:.8em;
	}


.content .breadcrumbs {
	font-size:.8em;
	color:#999;
	text-align:left;
	}
.content .breadcrumbs a:link, 
.content .breadcrumbs a:active,
.content .breadcrumbs a:visited{
	color:#999;
/*	text-decoration:none; */
	}

/*-----------------------------------------*/
.glossary_links {
	margin:1em;
	text-align:center;
	}
.glossary_item {
	margin:.5em 0;
	clear:left;
	}
.glossary_item img {
	float:left;
	padding-right:.5em;
	}

.newsletter_archives_list {
	margin:1em 0;
	padding:.5em 0;
	border:1px solid black;
	border-width:1px 0;
	text-align:center;
	}

.faq_question{
	font-weight:bold;
	}
.faq_answer {
	margin-left:2em;
	}


.feedback_form {
	margin-left:2em;
	}
.faqtop10 {
	background:#CCFFFF; 
	position:relative;
	float: right; 
	width: 33%; 
	padding:1em;
	margin:-1px;
	margin-left:1em;
	border:1px solid #99cccc;
	}
.faq_checklist{
	padding:1em;
	}
.faq_form_notes{
	position:relative;
	background: #FFFF99;
	font-size:.85em;
	border:1px solid #cccc66;
	display:inline-block;
	}


.sc2manual h3 {padding-top:.5em;margin-top:1.5em;border-top:1px solid black;}
.toplink {position:relative;float:right;margin-top:-3em;}



.manual .sc_color_scheme {
	position:relative;
	margin:0 5em;
	padding:15px 0;
}
.manual .sc_color_scheme img{
	position:relative;
	float:left;
	margin-right:1em;
}

.multi_activities {
	border:1px solid #bbbbcc;
}
.multi_activities .image{
	vertical-align:top;
	min-width:12em;
	padding:.5em;
	padding-right:1em;
}
* html .multi_activities .image{
	width:15em;
}
.multi_activities .image img{
	display:block;
	margin:.5em 0;
}
.multi_activities .text{
	vertical-align:top;
}
.multi_activities ol,
.multi_activities ul{
	margin:0;
}
.multi_activities p,
.multi_activities li{
	margin-top:.5em;margin-bottom:.5em;
}
.indFuncRef .odd,
.multi_activities .odd{
	background:#ddddee;
}

.indFuncRef {
	font-size:.8em;
	border-collapse:collapse;
}
.indFuncRef th{
	font-weight:bold;
	font-size:1.2em;
}
.indFuncRef td{
	border:1px solid #bbbbcc;
	padding:.5em;
}
.indFuncRef td.params p{
	padding-left:1.5em;
	text-indent:-1em;
}
.indFuncRef  p{
	margin:0 0 .25em 0;
}
.image_row img {
	float:left;
	margin:2px;
	}



/* WYSIWYG STYLES (may be dynamically altered) */

/* 
WYSIWYG STYLE NAMES:
image_left|image_left
image_right|image_right
image_center|image_center
list_nobullets|list_nobullets
*/
























/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  border:1px solid #8cacbb;
  border-width:1px 0;
  background: #dee7ec;
  padding: 0.1em 0.15em;
  clear: both;
}

div.dokuwiki .bar-left {
  float:left;
}

div.dokuwiki .bar-right {
  float:right;
  text-align:right;
}

div.dokuwiki #bar__bottom {
	margin-bottom:-1px;
}

/* ------------- File Metadata ----------------------- */

div.dokuwiki div.meta {
  clear: both;
  margin:2px;
  color: #436976;
  font-size:70%;
}

div.dokuwiki div.meta div.user {
  float:left;
}

div.dokuwiki div.meta div.doc{
  text-align:right;
}

/* ---------------  Media Selection  ----------------- */

div.dokuwiki div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid #8cacbb;
}

div.dokuwiki .mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

div.dokuwiki .mediaselect-right {
  float:right;
  border-left: 1px solid #8cacbb;
  padding: 0.5em;
  width:65%;
}

div.dokuwiki div.mediaref_head {
  margin-left:0.5em;
}

div.dokuwiki div.mediaref .search_result {
  padding-left:1em;
}

div.dokuwiki .mediaref_ref {
  color: #090;
}

div.dokuwiki div.mediaref_hidden {
  margin-top:1em;
  text-align:center;
  font-size:1.2em;
  color: #BB0000;
}

div.dokuwiki div.mediaref_footer {
  margin-top:1em;
  text-align:center;
}
/**
 * Design elements for default Template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author Anika Henke <henke@cosmocode.de>
 */

/* -------------- general elements --------------- */


/* the document */
div.dokuwiki div.page {
  margin-top: 4px;
  margin-left:  1em;
  margin-right: 2em;
  /*text-align: justify;*/
}


div.dokuwiki div.nothing {
  text-align:center;
  margin: 2em;
}

/* ---------------- forms ------------------------ */

div.dokuwiki label.block {
  display: block;
  text-align: right;
  font-weight: bold;
}

div.dokuwiki label.simple {
  display: block;
  text-align: left;
  font-weight: normal;
}

div.dokuwiki label.block input.edit {
  width: 50%;
}

div.dokuwiki fieldset {
  width: 300px;
  text-align: center;
  border: 1px solid #8cacbb;
  padding: 0.5em;
  margin: auto;
}

div.dokuwiki textarea.edit {
  font-family:monospace;
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #fff;
  font-size:14px;
  padding: 3px;
  width:100%;
}

div.dokuwiki input.edit, div.dokuwiki select.edit {
  font-size: 100%;
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #fff;
  vertical-align: middle;
  margin: 1px;
  padding: 0.20em 0.3em;
  display: inline;
}

div.dokuwiki select.edit {
  padding: 0.1em 0;
}

div.dokuwiki input.missing {
  font-size: 100%;
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #ffcccc;
  vertical-align: middle;
  margin: 1px;
  padding: 0.20em 0.3em;
  display: inline;
}

/* edit form */
div.dokuwiki div.toolbar, div.dokuwiki div#wiki__editbar {
   margin:2px 0;
   text-align: left;
}
div.dokuwiki div#size__ctl {
   float:right;
   width:40px;
   height:2.7em;
}
div.dokuwiki #size__ctl img {
   cursor: pointer;
}
div.dokuwiki div#wiki__editbar div.editButtons {
   float: left;
   padding: 0 1.0em 0.7em 0;
}
div.dokuwiki div#wiki__editbar div.summary {
   float: left;
}
div.dokuwiki .nowrap {
   white-space:nowrap;
}

/* --------- buttons ------------------- */

/*
div.dokuwiki input.button, div.dokuwiki button.button{
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #fff;
  vertical-align: middle;
  text-decoration:none;
  font-size: 100%;
  cursor: pointer;
  margin: 1px;
  padding: 0.125em 0.4em;
}

* html div.dokuwiki input.button, * html div.dokuwiki button.button{
  height: 1.8em;
  padding: 0;
}
*/
div.dokuwiki div.secedit input.button {
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #fff;
  vertical-align: middle;
  text-decoration:none;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  cursor: pointer;
  float:right;
  display: inline;
}

/* ----------- page navigator ------------- */

div.dokuwiki div.pagenav {
    margin-top:1em;
}

div.dokuwiki div.pagenav-prev {
    text-align:right;
    float:left;
    width:50%
}

div.dokuwiki div.pagenav-prev input.button {
    margin-right:5px;
}

div.dokuwiki div.pagenav-next {
    text-align:left;
    float:right;
    width:50%
}

div.dokuwiki div.pagenav-next input.button {
    margin-left:5px;
}

/* ------------- Page elements ----------------- */

div.dokuwiki div.preview{
  background:#f7f9fa;
  margin-left:2em;
  padding: 4px;
  border: 1px dashed #000;
}

div.dokuwiki span.user{
  color: #ccc;
  font-size: 90%;
}

div.dokuwiki li.minor {
  color: #666;
  font-style: italic;
}



/* not existing wikipage */
div.dokuwiki a.wikilink2:link    { color:#f30; text-decoration:none }
div.dokuwiki a.wikilink2:visited { color:#f30; text-decoration:none }
div.dokuwiki a.wikilink2:hover   { color:#f30; text-decoration:underline }


/* ---------- table of contents ------------------- */

div.dokuwiki div.toc {
  margin-left: 2em;
  margin-top: 1.2em;
  margin-bottom: 0;
  float:right;
  width: 200px;
  font-size: 80%;
  clear:both;
}
div.dokuwiki div.toc ul {
	list-style-position:outside;
	}

div.dokuwiki div.tocheader {
  padding: 3px;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
  text-align: left;
  font-weight:bold;
  margin-bottom: 2px;
}

div.dokuwiki div.tocheader img {
  width:0.8em;
  height:0.8em;
  float:right;
  margin-top:0.3em;
  margin-right:3px;
  cursor: pointer;
}

div.dokuwiki #toc__inside {
  border: 1px solid #8cacbb;
  background-color: #fff;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

div.dokuwiki ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: .5em;
}

div.dokuwiki ul.toc li {
  margin: 0;
  background: transparent url(http://stockcharts.com/images/dokuwiki/tocdot2.gif) 0 0.6em no-repeat;
  padding-left:0.4em;
  padding-left: .5em;
}

div.dokuwiki ul.toc li.clear {
  background-image: none;
  padding-left:0.4em;
}

div.dokuwiki a.toc {
  color: #436976;
  text-decoration:none;
}

div.dokuwiki a.toc:hover {
  color: #000;
  text-decoration:underline;
}

/* ---------------------------- Diff rendering --------------------------*/
div.dokuwiki table.diff {
  background:#fff;
  width:100%;
}
div.dokuwiki td.diff-blockheader {font-weight:bold}
div.dokuwiki table.diff th {
  border-bottom: 1px solid #8cacbb;
  font-size:120%;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
div.dokuwiki td.diff-addedline {
    background:#ddffdd;
    font-family: monospace;
    font-size: 100%;
}
div.dokuwiki td.diff-deletedline {
    background:#ffffbb;
    font-family: monospace;
    font-size: 100%;
}
div.dokuwiki td.diff-context {
    background:#f7f9fa;
    font-family: monospace;
    font-size: 100%;
}
div.dokuwiki span.diffchange { color: red; }

/* --------------------- footnotes -------------------------------- */

div.dokuwiki div.footnotes{
  clear:both;
  border-top: 1px solid #8cacbb;
  padding-left: 1em;
  margin-top: 1em;
}

div.dokuwiki div.fn{
  font-size:90%;
}

div.dokuwiki a.fn_top{
  vertical-align:super;
  font-size:80%;
}

div.dokuwiki a.fn_bot{
  vertical-align:super;
  font-size:80%;
  font-weight:bold;
}

/* insitu-footnotes */
div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #8cacbb;
  background: #eef3f8;
  text-align: left;
  padding: 4px;
  max-width: 40%;    /* IE's width is handled in javascript */
}

/* overcome IE issue with one line code or file boxes which require h. scrolling */
* html .insitu-footnote pre.code, * html .insitu-footnote pre.file {
  padding-bottom: 18px;
}

/* --------------- search result formating --------------- */
div.dokuwiki .search_result{
  margin-bottom: 6px;
  padding-left: 30px;
  padding-right: 10px;
}

div.dokuwiki .search_snippet{
  color: #ccc;
  font-size: 12px;
  margin-left: 20px;
}

div.dokuwiki .search_sep{
  color: #000;
}

div.dokuwiki .search_hit{
  color: #000;
  background: #ff9;
}

div.dokuwiki div.search_quickresult{
  margin: 0 0 15px 30px;
  padding: 0 10px 10px 0;
  border-bottom: 1px dashed #8cacbb;
}
div.dokuwiki div.search_quickresult h3{
  margin: 0 0 1.0em 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

div.dokuwiki ul.search_quickhits {
  margin: 0 0 0.5em 1.0em;
}

div.dokuwiki ul.search_quickhits li {
  margin: 0 1.0em 0 1.0em;
  float:left;
  width: 30%;
}

/* ------------------ Additional ---------------------- */

div.footerinc {
    text-align: center;
}
.footerinc a img {
    opacity: 0.5;
    border:0
}

.footerinc a:hover img {
    opacity: 1;
}

/* ---------- AJAX quicksearch ----------- */

div.dokuwiki div.ajax_qsearch {
  position:absolute;
  right:237px;;
  width: 200px;
  opacity: 0.9;
  display:none;
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #8cacbb;
  background: #eef3f8;
  text-align: left;
  padding: 4px;
}

/* --------- Toolbar -------------------- */
button.toolbutton{
  background-color: #fff;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid #8cacbb;
  cursor: pointer;
}

div.picker {
  width: 250px;
  border: 1px solid #8cacbb;
  background: #eef3f8;
}

button.pickerbutton {
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 80%;
  cursor: pointer;
}

/* ---------- Spellchecking ------------- */

div.dokuwiki a.spell_error {
  color: #f00;
  text-decoration: underline;
}

div.dokuwiki div#spell__suggest {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #000;
  font-size:80%;
  display: none;
}

div.dokuwiki div#spell__result {
  border: 1px solid #8cacbb;
  color: Black;
  font-size:14px;
  padding: 3px;
  background-color: #f7f9fa;
  display: none;
}

div.dokuwiki span.spell_noerr {
  color: #093;
}

div.dokuwiki span.spell_wait {
  color: #06c;
}

/* ---------------  Image Details  ----------------- */

div.dokuwiki div.img_big {
  float: left;
  margin-right: 0.5em;
}

div.dokuwiki dl.img_tags dt {
  font-weight: bold;
  background-color: #dee7ec;
}
div.dokuwiki dl.img_tags dd {
  background-color: #f5f5f5;
}

div.dokuwiki div.imagemeta {
  color: #666;
  font-size: 70%;
  line-height: 95%;
}

div.dokuwiki div.imagemeta img.thumb{
  float:left;
  margin-right: 0.1em;
}

/* -------------- Media Popup ---------------------- */

div.dokuwiki div.mediaselect-right li, div.dokuwiki div.uploadform {
  clear: both;
}

div.dokuwiki div.mediaselect-left {
	overflow:scroll;
	}

div.dokuwiki div.mediaedit div.data label{
  display: block;
  text-align: right;
  width: 20%;
  float: left;
  margin-right: 0.5em;
}

div.dokuwiki div.mediaedit div.data input, div.dokuwiki div.mediaedit div.data textarea{
  width: 75%;
  padding: 0.1em;
  margin: 0.1em;
}

div.dokuwiki div.mediaedit div.data input.button {
  width: 10em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
/* plugin:box */
div.box {
  margin: 1em 2em;
  border: 1px solid;
  border-style: dashed;
  padding: 4px;
  overflow: hidden;
}
div.box p {
	margin:.5em;
	padding:0;
	}
 
 
div.box p.box_title, div.box p.box_caption {
  font-size: .9em;
  margin: 0;
  padding: 2px;
  line-height: 1.2em;
}
 
div.box p.box_title { margin-bottom: 4px;}
div.box p.box_caption { margin-top: 4px;}
 
div.box .box_content {
  line-height: 1.2em;
}
 
/* floating alignment */
 
div.box.left {
  position:relative;
  float: left;
}
 
div.box.right {
  position:relative;
  float: right;
}
 
/* colours */
/* default */
div.box {
  border-color:  #8cacbb;
}
 
div.box {
  background: #eef3f8;
  background: #f7f9fa;
}
 
div.box > * > p.box_title, div.box > * > p.box_caption { background: #dee7ec;}
 
/* blue */
div.box.blue {
  border-color:  #bbbbdd;
  background: #e4ecf8;
}
 
div.box.blue > p.box_title, div.box.blue > p.box_caption {background: #cad0ee;}
 
/* red */
div.box.red{
  border-color:  #ddbbbb;
  background: #f8ece4;
}
 
div.box.red > p.box_title, div.box.red > p.box_caption {background: #eed0ca;}
 
/* green */
div.box.green {
  border-color:  #bbddbb;
  background: #e4f8f2;
}
 
div.box.green > p.box_title, div.box.green > p.box_caption {background: #c4e4d4;}
 
/* orange */
div.box.orange{
  border-color:  #da3;
  background: #f4e8ca;
}
 
div.box.orange > p.box_title, div.box.orange > p.box_caption {background: #f0d499;}
 
 
/* IE fixes for unsupported child selector \*/
 
* html div.box div.box {
  border-color:  #8cacbb;
}
 
* html div.box div.box {
  background: #f7f9fa;
}
 
* html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: #dee7ec;}
 
 
* html div.box.blue p.box_title, * html div.box.blue p.box_caption {background: #cad0ee;}
 
* html div.box div.box.blue p.box_title, 
* html div.box div.box.blue p.box_caption {background: #cad0ee;}
 
* html div.box.red p.box_title, * html div.box.red p.box_caption {background: #eed0ca;}
 
* html div.box div.box.red p.box_title, * html div.box div.box.red p.box_caption {background: #eed0ca;}
 
* html div.box.green p.box_title, * html div.box.green p.box_caption {background: #c4e4d4;}

* html div.box div.box.green p.box_title, * html div.box div.box.green p.box_caption {background: #c4e4d4;}
  
* html div.box.orange p.box_title, * html div.box.orange p.box_caption {background: #f0d499;}

* html div.box div.box.orange p.box_title, * html div.box div.box.orange p.box_caption {background: #f0d499;}
 
/* end plugin:box *//* plugin:box */
div.box {
  margin: 1em;
  border: 1px solid;
  border-style: dashed;
  padding: .5em;
  overflow: hidden;
}
div.box p {
	margin:.5em;
	padding:0;
	}
 
 
div.box p.box_title, div.box p.box_caption {
  font-size: .9em;
  margin: 0;
  padding: 2px;
  line-height: 1.2em;
}
 
div.box p.box_title { margin-bottom: 4px;}
div.box p.box_caption { margin-top: 4px;}
 
div.box .box_content {
  line-height: 1.2em;
}
 
/* floating alignment */
 
div.box.left {
  position:relative;
  float: left;
}
 
div.box.right {
  position:relative;
  float: right;
}
 
/* colours */
/* default */
div.box {
  border-color:  #8cacbb;
}
 
div.box {
  background: #eef3f8;
  background: #f7f9fa;
}
 
div.box > * > p.box_title, div.box > * > p.box_caption { background: #dee7ec;}
 
/* blue */
div.box.blue {
  border-color:  #bbbbdd;
  background: #e4ecf8;
}
 
div.box.blue > p.box_title, div.box.blue > p.box_caption {background: #cad0ee;}
 
/* red */
div.box.red{
  border-color:  #ddbbbb;
  background: #f8ece4;
}
 
div.box.red > p.box_title, div.box.red > p.box_caption {background: #eed0ca;}
 
/* green */
div.box.green {
  border-color:  #bbddbb;
  background: #e4f8f2;
}
 
div.box.green > p.box_title, div.box.green > p.box_caption {background: #c4e4d4;}
 
/* orange */
div.box.orange{
  border-color:  #da3;
  background: #f4e8ca;
}
 
div.box.orange > p.box_title, div.box.orange > p.box_caption {background: #f0d499;}
 
/* orange */
div.box.yellow{
  border-color:  #dc3;
  background: #ffffcc;
}
 
div.box.yellow > p.box_title, div.box.yellow > p.box_caption {background: #f0e699;}
 
 
/* IE fixes for unsupported child selector \*/
 
* html div.box div.box {
  border-color:  #8cacbb;
}
 
* html div.box div.box {
  background: #f7f9fa;
}
 
* html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: #dee7ec;}
 
 
* html div.box.blue p.box_title, * html div.box.blue p.box_caption {background: #cad0ee;}
 
* html div.box div.box.blue p.box_title, 
* html div.box div.box.blue p.box_caption {background: #cad0ee;}
 
* html div.box.red p.box_title, * html div.box.red p.box_caption {background: #eed0ca;}
 
* html div.box div.box.red p.box_title, * html div.box div.box.red p.box_caption {background: #eed0ca;}
 
* html div.box.green p.box_title, * html div.box.green p.box_caption {background: #c4e4d4;}

* html div.box div.box.green p.box_title, * html div.box div.box.green p.box_caption {background: #c4e4d4;}
  
* html div.box.orange p.box_title, * html div.box.orange p.box_caption {background: #f0d499;}

* html div.box div.box.orange p.box_title, * html div.box div.box.orange p.box_caption {background: #f0d499;}
 
* html div.box.yellow p.box_title, * html div.box.yellow p.box_caption {background: #f0e699;}

* html div.box div.box.yellow p.box_title, * html div.box div.box.yellow p.box_caption {background: #f0e699;}
 
/* end plugin:box *//* plugin:configmanager */
#config__manager {margin: 1em;}
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center
}

#config__manager form { }
#config__manager table {margin: 1em 0;}
#config__manager td input.edit {width: 30em;}
#config__manager td select.edit { }
#config__manager td textarea.edit {width: 27.5em; height: 4em;}

#config__manager tr.default .input,
#config__manager tr.default input,
#config__manager tr.default textarea,
#config__manager tr.default select {
  background-color: #ccddff;
}

#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.default textarea,
#config__manager tr.protected select {
  background-color: #ffcccc;
}

#config__manager td.error  {background-color: red;}

/* end plugin:configmanager */

.divalign_center table.inline{
	margin:0 auto 0 auto;
	text-align:center;
	}
.divalign_right table.inline{
	margin:0 0 0 auto;
	text-align:right;
	}
.divalign_center table.inline tr,
.divalign_right table.inline tr{
	text-align:left;
	}
#popupOptions {
	position:absolute;
	top:0;left:-1000px;
	background:#d9d9d9;
	border:1px solid black;
	font-size:.8em;
	}
#popupOptions span {
	display:none;
	}
#popupOptions ul,
#popupOptions ul li {
	padding:0;
	margin:0;
	list-style:none;
	}
#popupOptions a {
	position:relative;
	display:block;
	display:inline-block;
	color:#000;
	text-decoration:none;
	padding:2px;
	}
#popupOptions a:hover, 
#popupOptions a:focus {
	background:#fff;
	}
#popupOptionsForm {
	display:none;
	position:absolute;
	top:-1px;left:-1px;
	width:45em;
	z-index:1;
	padding:2px;
	margin:0;
	background:#d9d9d9;
	border:1px solid black;
	}
#popupOptionsForm form{	
	margin:0;padding:0;
	}
#popupOptionsForm .field{
	margin:1px;
	}
#popupOptionsForm input{
	background:#fff;
	border:1px solid black;
	font-size:1em;
	}
#popupOptionsForm .button{
	text-transform:capitalize;
	}
#popupOptionsForm .readonly{
	background:#e9e9e9;
	color:#666;
	border:1px solid #666;
	}
#popupOptionsForm #fm_ns_list{
	display:none;
	}
#popupOptionsResults,
#popupOptionsResults * {
	text-align:left;
	}
#popupOptions .hidden {
	display:none;
	}
#popupOptionsResults .hidden {
	display:none;
	}
.site_map {
	padding:1em;
	}
#site_map .hidden {
	display:none;
	}
.site_map ul{
	padding:0;
	margin:0;
	position:relative;
	}
.site_map ul span{
	position:absolute;
	top:0;left:-20px;
	height:18px;width:16px;
	font-size:1px;
	}
.site_map ul.map_closed{
	display:none;
	}
.site_map li{
	margin:0 0 0 20px;
	padding:0;
	position:relative;
	list-style:none;
	}
.site_map li span.hidden{
	display:none;
	}
.site_map li.dir span.icon  {
	background:url(http://stockcharts.com/images/dokuwiki/icon_dir.gif) 0 2px no-repeat;
	}
.site_map li.dir span.icon_closed  {
	background:url(http://stockcharts.com/images/dokuwiki/icon_dir_closed.gif) 0 2px no-repeat;
	}
.site_map li.dir span.icon_open  {
	background:url(http://stockcharts.com/images/dokuwiki/icon_dir_open.gif) 0 2px no-repeat;
	}
.site_map li.file span.icon {
	background:url(http://stockcharts.com/images/dokuwiki/icon_page.gif) 0 2px no-repeat;
	}
.site_map .dir a {
	cursor:pointer;
	}
.site_map a.clicked{
	background:#e0e0ff;
	}
.site_map a.root_file{
	color:red;
	}
.site_map li.dir>a:hover,
.site_map li.dir>a:focus {
	text-decoration:none;
	}

#popupOptionsResults .errors,
#popupOptionsResults .debug {
	padding:2px;
	background:#ccccff;
	text-align:left;
	}
</style>/*
 * admin plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/adminplugin
 */

/* overall containing div */
#plugin__manager {}

#plugin__manager h2 { margin-left: 0;}
#plugin__manager form { display: block; margin: 0; padding: 0;}
#plugin__manager legend { display: none;}
#plugin__manager fieldset { width: auto;}
#plugin__manager .button { margin: 0;}
#plugin__manager p, #plugin__manager label { text-align: left;}
#plugin__manager .hidden { display: none;}
#plugin__manager .new { background: #dee7ec;}
#plugin__manager input[disabled] { color: #ccc; border-color: #ccc;}  /* IE won't understand but doesn't require it */

#plugin__manager .pm_menu, #plugin__manager .pm_info { margin-left: 0; text-align: left; }
#plugin__manager .pm_menu { float: left; width: 48%; }
#plugin__manager .pm_info { float: right; width: 50%; }

#plugin__manager .common { }
#plugin__manager .common form { }
#plugin__manager .common fieldset { margin: 0; padding: 0 0 1.0em 0; text-align: left; border: none;}
#plugin__manager .common label { padding: 0 0 0.5em 0;}
#plugin__manager .common input {  }
#plugin__manager .common input.edit { width: 24em; margin: 0.5em;}
#plugin__manager .common .button { }

#plugin__manager .plugins { }
#plugin__manager .plugins form { }
#plugin__manager .plugins fieldset { text-align: right; border-top:0; border-right:0; border-left:0;}
#plugin__manager .plugins .legend { color: black; display: block; margin: 0; padding: 0; font-size: 1em; line-height: 1.4em; font-weight: normal; text-align: left; float: left; padding: 0;}
#plugin__manager .plugins .button { width: 5em; font-size: 95%;}

#plugin__manager .pm_info h3 { margin-left: 0; }
#plugin__manager .pm_info dl { margin: 1em 0; padding: 0;}
#plugin__manager .pm_info dt { width: 6em; float: left; clear: left; margin:0; padding: 0;}
#plugin__manager .pm_info dd { margin:0 0 0 7em; padding: 0;}


/* end admin plugin styles */
#pl_si_throbber {
    visibility: hidden;
}

.pl_si_out {
    margin: 1em auto 1em auto;
    vertical-align: middle;
    width: 80%;
    text-align: left;
}

// Setup VIM: ex: et ts=4 enc=utf-8 :
  .sideboth, .sideleft, .sideright {
    float:left;
    clear: both;
    text-align: center;
  }
 
  .sideboth {
    display: block;
    width: 100%;
  }
 
  .sideright {
    float:right;
  }/* User Manager specific styles */
#user__manager tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
#user__manager tr.user_info {
  vertical-align: top;
}
#user__manager div.edit_user {
  width: 46%;
  float: left;
  margin-top: 2em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */

