html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
  border: 0;
  outline: 0;
  font-family: "calibri", "arial", Sans-serif;
}
body {
  background-color: #000;
  color: #fff;
}
p {
  margin-bottom: 10px;
}
h2 {
  margin-bottom: 10px;
}
h3 {
  position: relative;
  margin: 20px 0 10px 0;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}
#header .container{
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
#logo {
  position: relative;
  display: inline;
}
#logo .icon, .downloadIcon {
  display: inline-block;
  text-align: center;
  background: #212121;
  background: -moz-linear-gradient(top, #909090, #000000);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#909090), to(#000000));
  background: -webkit-linear-gradient(top, #909090, #000000);
  background: -ms-linear-gradient(top, #909090, #000000);
  background: -o-linear-gradient(top, #909090, #000000);
  background: linear-gradient(top, #909090, #000000);
  color: #00bffb;
  border: 2px solid #3a3a3a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#logo .icon {
  width: 44px;
  height: 38px;
}
#header span {
  color: #666;
}
#menu {
  position: absolute;
  right: 10px;
}
#menu ul {
  list-style-type: none;
}
#menu li {
  width: 80px;
  text-align: center;
  float: left;
}
#menu li:hover {
  cursor: pointer;
}
#menu li.selected {
  border-width: 1px 1px 0 1px; 
  border-style: solid; 
  border-color: #fff;
  border-top-right-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-top-right-radius:5px;
  border-top-left-radius:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-top-left-radius:5px;
  border-bottom: 1px solid #000;
	box-shadow: 0 1px rgba(0, 0, 0, 1), 0 -5px rgba(0, 0, 0, 1) inset;
	-webkit-box-shadow: 0 1px rgba(0, 0, 0, 1), 0 -5px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow: 0 1px rgba(0, 0, 0, 1), 0 -5px rgba(0, 0, 0, 1) inset;
  font-weight: bold;
}
#main {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#feature {
  position: relative;
  width: 300px;
  float: right;
}
#feature ul {
  padding-left: 20px;
}
#feature li {
  margin-top: 5px;
}
#demo {
  position: relative;
  float: left;
  width: 600px;
}
#demo table.page {
  border-spacing: 2px 2px;
  border: 1px solid grey;
}
#demo table.page td, #demo table.page th {
  border: 1px solid grey;
}
#demo ul.page {
  list-style-type: disc;
}
#demo ul.page li {
  margin-left: 40px; 
}
#paginator1, code pre {
  margin-top: 10px;
  position: relative;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#paginator1 .pageSelector, #paginator1 .pageInputWrapper, #paginator1 .pageInput {
  font-size: 20px;
}
#paginator1 .pageInputWrapper {
  top: 10px;
  right: 10px;
}
#paginator1 .pageIndexBar {
  position: relative;
}
#paginator1 .page {
  height: 300px;
}
#options table, #apis table {
  width: 100%;
  border: 1px solid #fff;
  border-spacing: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 10px 0;
}
#options td, #apis td {
  padding: 5px;
  border-color: #fff;
  border-width: 1px 0 0 0;
  border-style: solid;
}
#options th, #apis th {
  padding: 5px;
  font-size: 120%;
  text-align: left;
}
#options ol {
  margin-left: 40px;
}
#downloadList {
  margin-left: 40px;
  list-style-type: disc;
}
code pre {
  color: #008375;  
}
.separator {
  width: 960px;
}
.webPage {
  overflow: auto;
  margin-top: 110px;
}
span.tag {
  color: #d49c15;
}
span.attr {
  color: #2d7008;
}
span.value {
  color: #b30f0f;
}
span.variable, span.punctuation, span.function {
  color: #472f5c;
}
span.parenthesis, span.text, span.number {
  color: #fff;
}
span.comment {
  color: #2d4072;
}
p.note, ol.note {
  color: #00bffb;
}
.downloadIcon {
  width: 15px;
  height: 15px;
}
.downloadIcon canvas {
  width: inherit;
  height: inherit;
}
