/*
 * This style sheet is based on the one used by Instiki.
 * http://instiki.org
 */

@import url("/wiki/print.css") print;

div.container {
	float: none;
	margin: 1em auto;
	text-align: center;
	width: 600px;
}

div.content, div.rc, div.source, div.footnotes {
	width: 600px;
	text-align: left;
	float: left;
	padding: 5px;
	margin-bottom: 15px;
}

div.toc {
        width: 250px;
        border: 1px solid #CCC;
        margin: 10px 0px 15px 10px;
	float: right;
}

#toc_content {
	position: relative;
	top: -15px;
}

div.toc li {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	padding-right: 5px;
}

div.toc h2 {
        position: relative;
        top: -10px;
        font-size: 10pt;
        padding-bottom: 0px;
        padding-left: 4px;
        border-bottom: 1px solid #CCC;
}

div.rc input {
	font-size: 10px;
}

div.header {
	text-align: left;
	width: 600px;
	padding: 5px;

}

body { padding: 0; margin: 0; background-color: #fff; color: #333; }

div.container p, div.container ol, div.container ul, div.container td {
	font-family: georgia, serif;
	font-size:   14px;
	line-height: 20px;
}

a { 
	color: #008B26; 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}

div.container h1, div.container h2, div.container h3 { color: #333; font-family: georgia, verdana, sans-serif; }
div.container h1 { font-size: 18pt; line-height: 21pt; }
div.container h2 { font-size: 14pt; line-height: 17pt; }
div.container h3 { font-size: 12pt; line-height: 15pt; }

a.logo {
	display: none;
        z-index: 3;
        position: absolute;
        top: 5px;
        right: 10px;

        filter: alpha(opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
}

a.logo:hover {
        filter: alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity: 1.0;
}

img.logo {
        border: 0px;
}

div.header h1 {
  margin: 5px 0 0;
  padding: 0;
  padding-bottom: 5px;
  line-height: 28px;
  /*border-bottom: 1px #999 solid;*/
}

div.header h1 a {
	color: #008B26;
}

li { margin-bottom: 7px }

span.gotobar {
  font-family: Verdana, Arial, sans-serif;
  margin-top: 5px;
  font-size : 12px;
  color: #999;
  font-weight: normal;
}

span.editbar {
  text-align: left;  
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div.footer {
  font-family: Verdana, Arial, sans-serif;
  padding: .25em 0;
  padding-left: 5px;
  text-align: right;

  font-size: 10px;
  color: gray;
  font-style: italic;
}

div.footer a {
	font-style: normal;
	color: #333;
}

form.search p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

form.search input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

span.gotobar a:hover, span.editbar a:hover { 
	text-decoration: underline;
}

span.gotobar a, span.editbar a {
  font-size: 11px;
  color: black;
  font-weight: bold;
}

span.gotobar small a {
  font-weight: normal;
  font-size: 11px;
}

blockquote {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 30px;
  font-size:11px;
  line-height:17px;
  font-style: italic;  
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  overflow: auto;
}


#TextileHelp table {
  margin-bottom: 0;
}

#TextileHelp table+h3 {
  margin-top: 11px;
}

#TextileHelp table td {
  font-size: 11px;
  padding: 3px;
  vertical-align: top;
  border-top: 1px dotted #ccc;
}

#TextileHelp table td.arrow {
  padding-right: 5px;
  padding-left: 10px;
  color: #999;
}

#TextileHelp table td.label {
  font-weight: bold;
  white-space: nowrap;
  font-size: 10px;
  padding-right: 15px;
  color: #000;
}

#TextileHelp h3 {
  font-size: 11px;
  font-weight: bold;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
}

#TextileHelp p {
  font-size: 10px;
}

.rightHandSide {
  float: right;
  width: 147px;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px dotted #ccc;
}

.rightHandSide p {
  font-size: 10px;
}
 
.newsList {
  margin-top: 20px;
}

.newsList p {
  margin-bottom:30px
}

td {border:thin solid grey;}
table {
   border:  double black;
   border-collapse: collapse;
}

a.footnote {
	vertical-align: super;
	font-size: 9pt;
	line-height: 9pt;
}

.toolbar , .toolbar tr, .toolbar td{
	border: 0;
}
.toolbar .btn-, .toolbar  .btn-hover,  .toolbar .btn-active,
.toolbar .btn-pressed {
	border: 1px solid #FFF;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
	height: 20px;
}
.toolbar .btn- img  { width: 20px; height: 20px; }
.toolbar .btn-hover { border-color: #CCC; }
.toolbar .btn-active,
.toolbar .btn-pressed { border-color: #666; }
.toolbar .btn-active, .toolbar .btn-pressed { background: #b7edbe; }
.editorcsstitle { font-size: 18px; padding: 0 10px; color: #008B26; }

