
* {
  padding: 0;
  margin: 0;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  font-family: "lucida sans", verdana, helvetica, arial, sans-serif, sans;
}
div.header {
  width: 100%;
  background: white;
  position: relative;
  border-top: 8px solid #ffa500;
}
div.logo {
  background: #ffa500;
  font-size: 48px;
  height: 56px;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
div.topleftswish {
  border-left: none;
  border-bottom: none;
  border-top: 64px solid #ffa500;
  border-right: 32px solid white;
  line-height: 0%;
  font-size: 0px;
  height: 0px;
  width: 0px;
  float: left;
}
div.topleftmidswish {
  border-left: none;
  border-bottom: none;
  border-top: 64px solid #ffa500;
  border-right: 32px solid #d0d0d0;
  line-height: 0%;
  font-size: 0px;
  height: 0px;
  width: 0px;
  float: left;
}
div.topleftendswish {
  border-left: none;
  border-bottom: none;
  border-top: 64px solid #d0d0d0;
  border-right: 32px solid white;
  line-height: 0%;
  font-size: 0px;
  height: 0px;
  width: 0px;
  float: left;
}
div.title {
  background: #d0d0d0;
  font-size: 32px;
  height: 56px;
  line-height: 56px;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
div.search {
  text-align: right;
  float: right;
  background: white;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
 
}
div.page {
  position: relative;
  min-height: 100%;
}
div.content {
  width: 100%;
  padding-bottom: 72px;
}
div.footer {
  position: absolute;
  width: 100%; 
  bottom: 0;
  height: 64px;
  border-bottom: 8px solid #d0d0d0;
}
div.footercontent {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 4px;
  font-size: smaller;
}
div.bottomrightswish {
  border-right: none;
  border-top: none;
  border-bottom: 64px solid #d0d0d0;
  border-left: 32px solid white;
  line-height: 0%;
  font-size: 0px;
  height: 0px;
  width: 0px;
  float: right;
}
div.contact {
  background: #d0d0d0;
  float: right;
  height: 48px;
  padding: 8px;
}
div.ender {
   width: 100%;
  height: 0px;
  line-height: 0%;
  clear: both;
}
img {
  border: 0px;
}
div.centredimage {
  font-size: larger;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -236px;
  background: none;
  width: 800px;
  height: 472px;
}
div.centredimage ul {
  list-style: none;
}
div.centredimage ul li {
  padding: 0px;
  margin: 0px;
}
div.centredimage ul #item1 {
  position: absolute;
  left: 408px;
  top: 22px;
}
div.centredimage ul #item2 {
  position: absolute;
  left: 232px;
  top: 86px;
}
div.centredimage ul #item3 {
  position: absolute;
  left: 620px;
  top: 80px;
}
div.centredimage ul #item4 {
  position: absolute;
  left: 256px;
  top: 300px;
}
div.centredimage ul #item5 {
  position: absolute;
  left: 574px;
  top: 294px;
}
div.centredimage ul #item6 {
  position: absolute;
  left: 434px;
  top: 420px;
}
div.contact img {
  margin: 4px 4px;
  padding: 4px 4px;
}
a {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: underline;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: purple;
}
a:active {
  text-decoration: none;
  color: #ffa500;
}
div.centredimage a {
  text-decoration: none;
  color: blue;
}
div.centredimage a:hover {
  text-decoration: underline;
  color: blue;
}
div.centredimage a:visited {
  color: blue;
}
div.centredimage a:active {
  color: #ffa500;
}
.content h1 {
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 3ex;
}
p.centre {
  text-align: center;
}
table.centre {
  margin-left: auto;
  margin-right: auto;
}
ol {
	margin-left: 4ex;
}
ul {
	margin-left: 4ex;
}
h1 {
	font-size: 3ex;
	padding-top: .5ex;
	padding-bottom: .5ex;
}
h2 {
  font-size: 2ex;
	padding-top: .7ex;
	padding-bottom: 1ex;
}
h3 {
  padding: 1ex;
}
th {
	text-align: right;
	padding: 1ex;
}
p {
  padding-top: 1ex;
  padding-bottom: 1ex;
	padding-left: 2ex;
	padding-right: 2ex;
}
div.publication {
  padding-top: 1ex;
  padding-bottom: 1ex;
	padding-left: 2ex;
	padding-right: 2ex;
}
div.pubtitle {
	display: inline;
	font-style: italic;
}
div.pubtitle:after {
	content: ". ";
}
div.howpublished {
	padding-left: 2ex;
	padding-right: 2ex;
}
td {
	padding: 1ex;
}
div.authors {
	display: inline;
}
div.authors:after {
	content: ". ";
}
div.entry {
  position: relative;
  background: #f0f0f0;
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}
div.entrydate {
  float: left;
  padding-left: 2ex;
  padding-right: 2ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}
div.entrystatus {
  float: left;
  font-style: italic;
  padding-left: 2ex;
  padding-right: 2ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}
div.entryheader {
  background: #d0d0d0;
}
div.entryswish {
  border-right: none;
  border-top: none;
  border-bottom: 16px solid #d0d0d0;
  border-left: 8px solid white;
  line-height: 0%;
  font-size: 0px;
  height: 0px;
  width: 0px;
  float: left;
}
div.entrytitle {
  float: right;
  font-weight: bold;
  font-style: italic;
  padding-left: 2ex;
  padding-right: 2ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}
div.entrycontent {
  clear: both;
  padding-left: 2ex;
  padding-right: 2ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  overflow: auto;
}
div.entryfooter {
  clear: both;
  width: 100%;
  height: 4px;
  background: #d0d0d0;
}

div.entrycontent p {
  margin: 4px;
}
div.entrycontent img {
  margin: 8px;
}

div.panel, div.effect {
  position: relative;
  background: #f0f0f0;
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}
div.panelswish {
  border-right: none;
  border-top: none;
  border-bottom: 16px solid #d0d0d0;
  border-left: 8px solid white;
  line-height: 0%;
  font-size: 0px;
  height: 0px;
  width: 0px;
  float: left;
}
div.paneltitle, div.name {
  font-weight: bold;
  background: #d0d0d0;
  padding-left: 2ex;
  padding-right: 2ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}
div.label {
  font-weight: bold;
  font-style: italic;
  padding-left: 1ex;
  padding-right: 1ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  float: left;
}
div.panelcontent {
  clear: both;
  padding-left: 2ex;
  padding-right: 2ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  overflow: auto;
}
div.effect div.content {
  padding: 0ex;
}

div.effect div.content p {
  margin: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
div.panelfooter {
  clear: both;
  width: 100%;
  height: 4px;
  background: #d0d0d0;
}

div.panelcontent p {
  margin: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
div.panelcontent ul {
  margin: 4px;
}
div.panelcontent h1 {
  font-size: medium;
  padding-top: 8px;
}

.center {
  text-align: center;
}



div.faqblock {
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}
div.faqblock a {
  display: block;
}




div.layoutcontainer {
  position: relative;
  width: 304px;
  height: 120px;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.itemcontainer {
  position: absolute;
  width: 288px;
  height: 48px;
  left: 0px;
  top: 16px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: white;
}
div.itemyear {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 48px;
  height: 16px;
  font-size: 12px;
  text-align: right;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: white;
}

div.itemmaterial {
  position: absolute;
  left: 0px;
  top: 56px;
  width: 96px;
  height: 16px;
  font-size: 12px;
  text-align: right;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: white;
}

div.itemstuff {
  position: absolute;
  left: 144px;
  top: 0px;
  width: 146px;
  height: 81px;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: white;
  padding: 1px;
}

.content p {
	padding: 1ex;
}
div.artlayoutcontainer {
  position: relative;
  width: 650px;
  height: 110px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
div.artlayoutline {
  position: absolute;
  width: 580px;
  height: 55px;
  left: 50px;
  top: 0px;
  border-bottom: 1px solid black;
}
div.artlayoutbox {
  position: absolute;
  width: 144px;
  height: 80px;
  border: 1px solid black;
  padding: 2px;
  background: #f0f0f0;
}




div.codeline {
	background: black;
	color: gray;
	padding: 1ex;
	font-family: monospace, fixed, courier;
	font-weight: bold;
}
div.codename {
	color: white;
	display: inline;
}
div.codename a {
	color: white;
}
div.codename a:visited {
	color: white;
}
div.codename:before {
	color: grey;
	content: "> ";
}
div.codecomment {
	color: #80ff80;
	display: inline;
}
div.codecomment:before {
	color: green;
	content: " # ";
}
span.ext {
  font-family: monospace, fixed;
	color: #885200;
}
table.options {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0pt;
  font-weight: normal;
  margin-top: 2ex;
  margin-bottom: 2ex;
}
.options tr {
  vertical-align: top;
}
.options tr td {
  padding-left: 2ex;
  padding-right: 2ex;
  padding-bottom: 1ex;
}
table.layout {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0pt;
  font-weight: normal;
  margin-top: 2ex;
  margin-bottom: 2ex;
}
.layout tr {
  vertical-align: top;
}
.layout tr td {
  padding-left: 2ex;
  padding-right: 2ex;
  padding-bottom: 1ex;
}
div.display {
	margin-top: 2ex;
	margin-bottom: 2ex;
	margin-left: 2ex;
	margin-right: 2ex;
	padding: 1ex;
	border: 1px solid #cccccc;
}
.content table.resources {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1ex;
  margin-bottom: 1ex;
  border: 1px solid black;
}
.content table.resources tr {
  margin: 2px;
}
.content table.resources tr th {
  padding: 5px;
  background: #c0c0c0;
  width: 15ex;
}
.content table.resources tr td {
  padding: 5px;
  background: #f0f0f0;
}
p {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
blockquote {
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
  
}
ol li {
  margin-left: 6ex;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
li blockquote {
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: italic;
}
li {
  padding: 0.5ex;
  margin-left: 2.5ex;
}
table.contact {
  border: 0;
  padding: 32px;
}
table.contact tr {
  height: 64px;
}
div.commentlabel {
  background: #d0d0d0;
}
div.commenttitle {
  font-weight: bold;
}
div.commentbody {
  font-size: small;
}
div.blogbar {
  position: relative;
  margin: 1ex;
  background: #d0d0d0;
  padding: 4px;
}
div.menu {
  display: inline;
}
div.breadcrumbs {
  display: inline;
  position: absolute;
  right: 4px;
}
div.comments .highlight {
  text-align: left;
  font-weight: bold;
}
div.trackbacks .highlight {
  text-align: left;
  font-weight: bold;
}
div.subsection {
  text-align: left;
  font-weight: bold;
  padding-top: 1ex;
  border-bottom: 1px solid #d0d0d0;
}
p.with-inset {
  clear: both;
}
img.inset-right {
  float: right;
}
dt {
  font-weight: bold;
  margin-top: 1ex;
}
