﻿/* CSS Document */
/* Written by Jonathan Smith */
/* Lasted Edited: 7th June 2013 */

/* HTML Elements */

* { outline:transparent none !important; }

html {
	background-color: #ffffff;
	overflow-y: scroll;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414042;
	background-color: #ffffff;
	max-width: 708px;
	margin: 0 0;
	padding: 20px 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #414042;
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	margin-top: 0;
}
h2 {
	border-bottom: 1px solid #eee;
	padding: 7px 0;
}
h3 {
	padding: 7px 0 0 0;
}
h6 {
	margin: 20px 0 13px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: normal;
}
p {
	color: #414042;
	line-height: 1.5;
	margin-top: 12px;
	margin-bottom: 12px;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
li {
	padding-left: 0;
	margin-left: 0;
}

/* Common */

.Right {
	text-align: right;
}
.Left {
	text-align: left;
}
.Center {
	text-align: center;
}
.FloatLeft {
	float: left;
	margin-right: 10px;
}
.FloatRight {
	float: right;
	margin-left: 10px;
}

/* Character Styling */

span.Subtle {
	color: #c2c3c8;
}
span.InlineCode {
	font-family: "Courier New", Courier, monospace;
	color: #008000;
	padding: 0 2px;
}
span.InternalOnly {
	background-color: #414042;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 0px 2px 0px;
}
span.InlineComment {
	padding: 2px 5px;
	background-color: #e2f8fd;
	border-left: 3px solid #b1d9e3;
	color: #4e6367;
}
span.InlineSmallCaps {
	font-size: 11px;
	font-weight: bold;
	color: #414042;
	text-transform: uppercase;
	margin: 24px 0 0 0;
	padding: 0;
}
span.NoBold {
	font-weight: normal;
}
span.Abbreviation {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
	cursor:help;
}
span.Bold {
	font-weight:bold;
}
span.Italic {
	font-style:italic;
}
span.Small {
	font-size:10px;
}
span.Big {
	font-size:14px;
}
span.Superscript {
	font-size:10px;
	vertical-align:top;
}
span.Subscript {
	font-size:10px;
	vertical-align:bottom;
}
span.Deleted {
	text-decoration: line-through;
}
span.Inserted {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
span.Success {
	color:#060;
}
span.Error {
	color:#900;
}
span.PullQuote{
	width:20%;
	float:left;
	margin-right:22px;
	padding-right:22px;
	border-right:1px solid #ddd;
	text-align:right;
	font-size:14px;
	font-style:italic;
	color:#777;
	margin-bottom:8px;
}
span.BoxOut{
	width:20%;
	float:right;
	margin-left:22px;
	padding:16px 22px;
	border:1px solid #ddd;
	margin-bottom:8px;
	color:#777;
}
span.expandtext {
	color: #f26535;
	font-style: normal;
}
span.glosstext {
	color: #f26535;
	font-style: normal;
}
span.ProofReader1 {
	font: 12px Tahoma Arial Helvetica sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1px 0px 2px 0px;
	background-color: #9bbb59;
}
span.ProofReader2 {
	font: 12px Tahoma Arial Helvetica sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1px 0px 2px 0px;
	background-color: #4bacc6;
}
span.ProofReader3 {
	font: 12px Tahoma Arial Helvetica sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1px 0px 2px 0px;
	background-color: #8064a2;
}
span.ProofReader4 {
	font: 12px Tahoma Arial Helvetica sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1px 0px 2px 0px;
	background-color: #f79646;
}

/* Paragraph Styling */

p.ProcHeading {
	color: #414042;
	margin: 32px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
p.SyntaxBlock {
	font-family: "Courier New", Courier, monospace;
	margin: 24px 0 24px 32px;
	padding-left: 16px;
	border-left: 1px solid #cccccc;
	color: #008000;
}
p.Copyright {
	font-size: 0.75em;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}
p.Condensed {
	margin-top: 0;
	margin-bottom: 0;
}
p.Narrow {
	margin-top: 0;
	margin-bottom: 6px;
}
p.Indented {
	padding-left: 20px;
}
p.InfoLine {
	padding-left: 20px;
	margin-top: -12px;
}
p.EditedBy {
	margin-top: -8px;
	color: #c2c3c8;
}
p.SmallCaps {
	font-size: 11px;
	font-weight: bold;
	color: #414042;
	text-transform: uppercase;
	margin: 24px 0 0 0;
	padding: 0;
}
p.Blockquote {
	font-style:italic;
	margin-left:32px;
	padding-left:22px;
	border-left:1px solid #ccc;
}
/*p.Pre { Not in use. Replaced p.SyntaxBlock.
	font-family:"Courier New", Courier, monospace;
	margin-left:32px;
	padding-left:22px;
	border-left:1px solid #ccc;
}*/
p.MessageBlue,
p.MessageGreen,
p.MessageGrey,
p.MessageRed,
p.MessageYellow {
	padding: 6px 10px;
	margin-right: 2px;
}
p.MessageBlue {
	background-color: #e2f8fd;
	border-left: 3px solid #b1d9e3;
	color: #4e6367;
}
p.MessageGreen {
	background-color: #eaffeb;
	border-left: 3px solid #b1dab3;
	color: #495a4a;
}
p.MessageGrey {
	background-color: #fff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 10px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	color: #414042;
}
p.MessageRed {
	background-color: #f7e8e7;
	border-left: 3px solid #e5b9b7;
	color: #953734;
}
p.MessageYellow {
	background-color: #fffde0;
	border-left: 3px solid #d8d297;
	color: #875f0e;
}
p.Introduction {
	font-size: 16px;
}

/* Footer Styling */

#footer {
	background: transparent url("backgroundDiag.png") left center repeat-x;	
	margin:0 0 30px 0;
}
#back-top {
	font-weight: bold;
	bottom: 30px;
	left: 30px;
	cursor: pointer;
	padding: 2px 10px;
	background: #fff url("arrowUpLight.png") right 4px no-repeat;text-decoration: none;
}
#back-top:hover {
	color: #00549f;
	text-decoration: underline;
}

/* Drop-grid Styling */

#DropGrid .droptext p {
	margin-top: 0px	 ! important ;
	margin-left: 10px	 ! important ;
}
#DropGrid td {
	border-bottom: 1px solid #eee;
}
#DropGrid a {
	border: none;
}
#DropGrid a:hover {
	text-decoration: underline;
}
.DropEntry,
.DropEntryFirst {
	padding: 8px 10px;
	text-align: left;
	margin: 0;
}
.DropEntryFirst {
	border-top: 1px solid #eee;
}

/* Index Styling */

.IndexCategory,
.IndexCategoryFirst,
.IndexCategoryBlank {
	font-weight: bold;
	padding: 31px 10px 17px 0px;
	text-align: left;
	border-bottom: 3px solid #5e6066;
	margin: 0;
	font-size: 12px;
	color: #414042;
}
.IndexCategoryFirst {
	padding-top: 0	 ! important ;
}
.IndexCategoryBlank {
	padding-top: 0	 ! important ;
	border-bottom: none;
}
.IndexEntry,
.IndexLight {
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
	margin: 0;
}
.IndexEntry a.PageIcon {
	padding-left: 22px;
	background: #fff url("pageIcon.png") 0 0 no-repeat;
}
.IndexLight {
	text-align: right;
	color: #c2c3c8;
}

/* Link Styling */

a:link,
a:visited {
	color: #00549f;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.subtle,
a.subtle:visited {
	color: #c2c3c8;
	outline: none;
	text-decoration: none;
}
a.subtle:hover {
	text-decoration: underline;
}
a.dark,
a.dark:visited {
	color: #414042;
	outline: none;
	text-decoration: none;
}
a.dark:hover {
	color: #414042;
	text-decoration: underline;
}
a.dropspot {
	color: #00549f;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.dropspot:hover {
	border-bottom: 1px solid;
	outline: none;
	text-decoration: none;
}
a.expandspot {
	color: #414042;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.glossterm {
	color: #414042;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.expandspot:hover {
	color: #f26535;
	border-bottom: 1px solid;
	outline: none;
	text-decoration: none;
}
a.glossterm:hover {
	color: #f26535;
	border-bottom: 1px solid;
	outline: none;
	text-decoration: none;
}

/* Table Styling */

table {
	border: none;
	/*width: 100%;*/
	font-size: 12px;
	margin: 20px 0;
}
table.DefaultTable {
	border: none;
	width: 100%;
	font-size: 12px;
	margin: 20px 0;
}
table.DefaultTable th {
	text-align: left;
	background-color: #2b393d;
}
table.DefaultTable tr.SubHeader {
	background-color: #f8f8f8;
}
table.DefaultTable td {
	vertical-align: top;
}
p.TableCaption {
	margin: 0 0 -10px 0;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: #777;
}
p.TableHeader,
p.TableSubHeader {
	font-weight: bold;
	margin: 0;
}
p.TableHeader {
	padding: 3px 10px;
	color: #ffffff;
}
p.TableSubHeader {
	padding: 6px 10px;
	font-style: italic;
}
p.TableTextNormal,
p.TableTextCondensed,
p.TableTextExpanded {
	padding: 3px 10px;
	margin: 0;
	vertical-align: top;
}
p.TableTextNormal {
	padding: 3px 10px;
	margin: 0;
}
p.TableTextCondensed {
	padding: 0px 10px;
}
p.TableTextExpanded {
	padding: 6px 10px;
}
table.Autofit {
	width: auto;
	margin: 20px 0;
}
table.Blank {
	width: 100%;
	margin: 20px 0;
}
table.Autofit,
table.Blank,
table.Blank td,
table.Blank p {
	border: none;
	padding: 0;
	vertical-align: top;
}

table.Featured {
	width: 100%;
	height: 213px;
	border: 5px solid #f8f8f8;
	margin: 0;
}
table.Featured td {
	border: 1px solid #ddd;
	background: transparent url("backgroundDiagFine.gif") 0 0 repeat;
	padding: 20px;
}
table.Featured h4 {
	margin: 10px 0 0 0;
	color: #414042;
	font-weight: bold;
	font-size: 12px;
}
table.Featured img {
	border: 1px solid #ddd;
	padding: 4px;
	background: #fff;
}
table.Featured img:hover {
	background: #ddd;
}
table.Featured,
table.Featured td,
table.Featured p {
	margin: 0;
	vertical-align: bottom;
	text-align: center;
	font-size: 12px;
}

/* Syntax Table */

table.SyntaxTable {
	font-family: "Courier New", Courier, monospace;
	background-color: #2b393d;
}
table.SyntaxTable td {
	vertical-align: top;
	white-space: nowrap;
}
table.SyntaxTable td.Numbers {
	width: auto;
	padding: 5px 0;
}
table.SyntaxTable td.Code {
	width: 100%	 ! important ;
	padding: 5px 0;
}
p.SyntaxNumbers,
p.SyntaxCode {
	line-height: 1.5;
	color: #e0e0e0;
	margin: 0;
	padding: 0;
}
p.SyntaxNumbers {
	padding: 0 3px 0 15px;
}
p.SyntaxCode {
	padding: 0 8px 0 8px;
}
span.SyntaxRemark {
	color: #808080;
}
span.SyntaxFunction {
	color: #5fb5ed;
}
span.SyntaxVariable {
	color: #62d533;
}
span.SyntaxValue {
	color: #62d533;
}

/* Form */

form { margin:0 0 24px 0; width:500px; }
form div { margin:16px 0 8px 0; clear:both; }
fieldset {
	font-family: Tahoma, Arial, Helvetica, sans-serif; color: #414042;
	border:1px solid #ddd;
	padding:16px 36px 16px 24px;
	margin:0 0 24px 0;
}
legend {
	font-size:13px;
	font-weight:bold;
	color: #414042;
	padding:2px 5px;
	margin-left:-5px;
}
label {
	display:block;
}
input,
textarea,
.FormField,
.FormFieldNoRightBdr,
.FormArea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #414042;
	font-size:12px;
	border:1px solid #ddd;
	padding:7px 5px 6px 5px;
	background:#fff;
	width:300px;
	margin:0;
}
input.FormFieldNoRightBdr {
	border-right:none;
}
textarea,
.FormArea {
	overflow:auto;
	height:150px;
	width:100%;
}
input:focus,
textarea:focus {
	background:#f8f8f8;
	outline:none;
}
button {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background:#f2f2f2;
	color: #414042;
	padding:0 10px;
	margin-right:5px;
	height:30px;
	cursor:pointer;
	outline:none;
}



table.StandardTable {
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-border-spacing: 0px;
	lang: en-UK;
	font-size: small;
	font-family: Arial;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #eee;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #eee;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #eee;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 8px;
	margin-bottom: 8px;
}
table.StandardTable tr.t1Row td {
	font-family: Arial;
	color: #444444;
	vertical-align: top;
	padding: 2px;
	lang: en-UK;
	font-size: x-small;
	border-left-style: Solid;
	border-left-color: #eee;
	border-right-style: Solid;
	border-right-color: #eee;
	border-top-style: Solid;
	border-top-color: #eee;
	border-bottom-style: Solid;
	border-bottom-color: #eee;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.StandardTable tr.t2Row td {
	font-family: Arial;
	color: #444444;
	vertical-align: Top;
	padding: 2px;
	lang: en-UK;
	font-size: x-small;
	border-left-style: Solid;
	border-left-color: #eee;
	border-right-style: Solid;
	border-right-color: #eee;
	border-top-style: Solid;
	border-top-color: #eee;
	border-bottom-style: Solid;
	border-bottom-color: #eee;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.StandardTable tr.t1st td {
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	vertical-align: top;
	padding: 2px;
	lang: en-UK;
	font-size: x-small;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #eee;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #eee;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #eee;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
}
table.StandardTable tr.t1Row td p {
	font-family: Arial;
	font-size: 10pt;
	color: #444444;
	vertical-align: text-top;
	padding: 2px;
	lang: en-UK;
}
table.StandardTable tr.t2Row td p {
	font-family: Arial;
	font-size: 10pt;
	color: #444444;
	vertical-align: text-top;
	padding: 2px;
	lang: en-UK;
}