* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
  font-family: lucida grande, helvetica, arial, san-serif;
	font-size: 0.82em;
  padding: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, san-serif;
}

h1{
	font-size: 190%;
	font-weight: normal;
        padding-bottom: 1em;
}
h2{
	font-weight: normal;
	font-size: 150%;
}
h3{
	font-weight: bold;
	font-size: 130%;
}
h4{
	font-weight: bold;
	font-size: 120%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
}
h6 {
	font-weight: bold;
	font-size: 90%;
}

img{
	border-width: 0px;
}

blockquote{
	border: 1px dashed #999;
	padding: 0 1em;
	background-color: #f4f4f4;
}

td {
	text-align: left;
}

ul {
	margin-left: 2em;
}

a{
	color: #00A;
       -webkit-transition: background-color 0.3s ease;
       transition: background-color 0.3s ease;
}

a:hover{
	background-color: #EEE;
}

h1 a{
	text-decoration: none;
}

body.wait, body.wait *{
	cursor: wait;
}

form{
	margin: 0; padding: 0;
}

a.newpage{
	color: #933;
}

#container-wrap-wrap {
	position: relative;
}

#header {
	position: relative;
	z-index: 30;
	height: 7em;
}


#content-wrap{
	padding:0; margin:0;
}

/* fixes the peekaboo bug in most of the themes (ie6, ie7)*/
#content-wrap {
	_height: 1%;
	min-height: 1px;
}

#page-title{
	margin: 0 0 0.5em 0;
	padding-top: 0.5em; /* Firefox bug? */
	font-size: 190%;
	border-bottom: 1px solid #666;
}

#main-content{
	margin-left: 17em;
	padding: 0 1em;
}

#license-area {
	padding: 0.5em 0;
	color: #555;
	text-align: center;
}

table.wiki-content-table {
  margin-left: 0em;
  margin-bottom: 5em;
	empty-cells: show;
  font-size: 12px;
	border: 1px solid #888;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0.5em 0;
}
table.wiki-content-table td {
	border: 1px solid #888;
	padding: 0.3em 0.7em;
}
table.wiki-content-table td.faded {
  color: #aaa;
}
table.wiki-content-table th {
	border: 0px solid #888;
	padding: 0.3em 0.7em;
	background-color: #EEE;
}

table.wiki-content-table tt {
	font-family: 'Andale Mono', 'Courier New', Courier, monospace; 
	font-size: 98%;
	color: #006060;
	padding-left: 2px;
	padding-right: 1px;
}


pre {
	font-family: 'Andale Mono', 'Courier New', Courier, monospace;
}

p {
	margin-bottom: 1em;
}

.code { 
	border: 1px dashed #888;
	background-color: #EEE;
	font-family: 'Andale Mono', 'Courier New', Courier, monospace;
	padding: 0 1em;
	margin: 0.4em 0;
	overflow: auto;
}

code {
	font-family: 'Andale Mono', 'Courier New', Courier, monospace;
}

.math-equation{
	text-align: center;
	padding: 0.5em 0;
	height: 1%; /* for IE to blink ;-) */
}

#MathJax_Message {
    display: none !important;
}

.math-inline span.merror {
    color: red !important;
}

a.inline-math-error {
    padding: 0 0.5em;
    font-weight: bold;
}

a.math-equation-error {
    padding: 0 2em;
    font-weight: bold;
}

.wiki-parse-error{
	color: red;
	padding: 0.2em 0;
}

hr{
 	margin: 1em 2em;
	padding: 0;
	height: 1px;
	border: none;
	/*color: #555545;*/
	color: #DDD;
	background-color: #AAA;
	/*background-color: #555545;*/
}

* html hr {
	margin: 2px 2em;
}

input {
	font-size: 100%; /* ie6 sucks so much... */
}

div.buttons{
	text-align: center;
	padding: 1em 0;
}

div.buttons.alignleft{
	text-align: left; 
}

div.buttons input, input.button, button, file, a.button{
	margin: 0 2px;
	padding: 0px 0.5em;
	text-decoration: none;
	background-color: #F4F4F4;
	border: 1px solid #AAA;
	color: #000;
}
div.buttons input:hover, input.button:hover, button:hover,  a.button:hover{
	background-color: #DDD;
	color: #000;
}

input.button.disabled, div.buttons input.disabled{
	background-color: #F7F7F7;
	color: #BBB;
}
input.button.disabled:hover, div.buttons input.disabled:hover{
	background-color: #F7F7F7;
	color: #BBB;
}

input.checkbox{
	background-color: #FFF;
	color: #000;
}

input.text{
	border: 1px solid #777;
	margin: 0 1px;
	padding: 1px 2px;
	background-color: #FFF;
	color: #000;
}

input.text.invalid{
	border-color: red;
}

textarea{
	font-family: verdana,arial,helvetica,sans-serif;
	padding: 2px;
	font-size: 100%;
	border: 1px solid #777;
	background-color: #FFF;
	color: #000;
}

.hl-default {
    color: #000;
}
.hl-code {
    color: #000;
}
.hl-brackets {
    color: #000;
}
.hl-comment {
    color: #494;
}
.hl-quotes {
    color: #009;
}
.hl-string {
    color: #009;
}
.hl-identifier {
    color: #000;
}
.hl-builtin {
    color: Teal;
}
.hl-reserved {
    color: #55D;
}
.hl-inlinedoc {
    color: Blue;
}
.hl-var {
    color: #494;
}
.hl-url {
    color: Blue;
}
.hl-special {
    color: Navy;
	font-weight: bold;
}
.hl-number {
    color: Maroon;
}
.hl-inlinetags {
    color: #949;
	font-weight: bold;
}
.hl-main { 
   /* background-color: White;*/
}
.hl-gutter {
    background-color: #999999;
    color: White
}
.hl-table {
  
}

/* clean.css */

h1{
	border-bottom: 1px solid #CCC;
}

#container {
	margin: 0 20px;
}

#header {
	margin: 10px 0 10px 0px; 
	height: 5em;

	background-color: #DDD;
}

#header h1{
	font-size: 170%;
	border: none;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 4px 10px 0 10px;
}
#header h2{
	font-size: 140%;
	color: #555;
	padding: 4px 10px;
}

/* local.css */

#header {
height: 2em;
background-color: #FFFFFF;
}

#header h1 {
font-size: 190%;
font-weight: normal;
padding-left: 0px;
}

h1 {
border-bottom: none;
}

#page-title {
border-bottom: none;
}

#main-content {
margin-left: 0em;
padding: 2px;
}

#search-top-box {
display: none;
}

#page-content p, #page-content .code, #page-content h1, #page-content ul, .math-equation {
width: 700px;
}


#page-content blockquote {
width: 650px;
}

table,
code,
table tr td span.fixed,
table tr td span.fixed * {
	font-family: consolas, inconsolata, andale mono, monospace;
}

/* table *, */
table.wiki-content-table th *,
table.wiki-content-table td:first-child *,
table.wiki-content-table td:first-child {
	font-family: lucida grande, helvetica, arial, san-serif;
}

h1 span, div#page-title {
	font-family: helvetica, arial, san-serif;
}

.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #008800; font-style: italic } /* Comment */
/* .highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #008800 } /* Comment.Preproc */
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */
.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BB4444 } /* Literal.String */
.highlight .na { color: #BB4444 } /* Name.Attribute */
.highlight .nb { color: #AA22FF } /* Name.Builtin */
.highlight .nc { color: #0000FF } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #00A000 } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #B8860B } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */
.highlight .sc { color: #BB4444 } /* Literal.String.Char */
.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BB4444 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BB4444 } /* Literal.String.Single */
.highlight .ss { color: #B8860B } /* Literal.String.Symbol */
.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
.highlight .vc { color: #B8860B } /* Name.Variable.Class */
.highlight .vg { color: #B8860B } /* Name.Variable.Global */
.highlight .vi { color: #B8860B } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */

#remarks {
  max-width: 700px;
}
#remarks h1 {
  margin-top: 1em;
}
#remarks h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
#remarks pre {
  margin-bottom: 1em;
}
#remarks ul {
  margin-left: 1.2em;
}

table.toc {
	margin-top: 2em;
	font-family: lucida grande, helvetica, arial, san-serif;
}

table.toc tr {
	border: none;
}
table.toc td {
	padding-right: 3em;
	padding-bottom: 0.3em;
  font-size: 1.05em;
}
