@charset "utf-8";
/* CSS RESET */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***END CSS RESET***/


body {
	background:#B5DEC7;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#39464C;
	overflow:scroll;
	line-height:1.7em;
}
a {
	color:#88B59E;
}
a:hover {
	color:#BF4229;
}
pre {
	font-family:"Courier New", Courier, monospace;
	padding:1em;
	color:#000;
}
.container {
	background:#fff;
	width:80em;
	height:72em;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	padding:1em;
	border:1px solid #88B59E;
	position:relative;
}
.title {
	font-size:2em;
	text-align:center;
	padding-bottom:3em;
}
.title a{
	text-decoration:none;
	color:#39464C;
}

.leftcol {
	width:73%;
	padding:2em;
	border-right:1px solid #88B59E;
	float:left;
	position:relative;
}
.leftcol h1{
	font-size:2em;
	padding-bottom:2em;
}
.leftcol h2{
	font-size:1.3em;
}
.description {
	font-size:1.4em;
	border-bottom:1px solid #88B59E;
	padding-bottom:3em;
}
.description p {
	padding:1em;
}
.quickstart {
	font-size:1.4em;
	padding:1em;
}
.quickstart h2 {
	font-weight:bold;
}
.quickstart p {
	padding-top:1em;
	padding-bottom:1em;
}

/**PROCESSING COLOURS**/

.prokey {
	color:#c60;
}
.prokey2 {
	color:#c60;
	font-weight:bold;
}
.prokey3 {
	color:#069;
}
.procom {
	color:#7e7e7e;
}
/**DOC COLUMN**/

.rightcol {
	font-size:1.2em;
	width:15%;
	padding:1em;
	position:relative;
	float:right;
	text-align:right;
}
.rightcol h1 {
	font-size:1.5em;
	font-weight:bold;
	padding-top:1em;
	padding-bottom:1em;
}
.rightcol h2 {
	font-weight:bold;
	padding:0.5em;
}

.rightcol ul{
	border-bottom:1px solid #88B59E;
	padding-bottom:1em;
}

.rightcol li{
	padding-top:0.1em;
	padding-bottom:0.1em;
}