body
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #FFF;
    font-size: 100%;
    margin: 0 0
}

pre
{
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

html 
{
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

div.border
{
    border-bottom: 1px solid #BBB;
}

p
{
	font-size: 85%;
}

p.code
{
	font-size: 100%;
    font-family: monospace
}

h1,
.helpHead1
{
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
    background-color: #737E96;
    padding: .7em 8px;
    margin: 0;
    border-color: #ffffff;
}

h2,
.helpHead2
{
    font-weight: 700;
    font-size: 110%;
    color: #51638A;
    line-height: 1.2em;
    padding: 0 0 5px 0;
    margin: 1.2em 0 10px 0;
    border-bottom: 1px solid #51638A;
}

h3,
.helpHead3,
.dlterm
{
    display: inline-block;
    font-weight: bold;
    font-size: 100%;
    color: #51638A;
    margin: .7em 0 .7em 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #51638A;
}

/* PERMISSION TABLE classes */

h4,
.helpHead4
{
	display: inline-block;
    font-weight: bold;
    font-size: 90%;
    color: #51638A;
    margin: 0.7em 0 0 0;
    padding: 0;
    border-bottom: 1px solid #51638A;
}

h5,
.helpHead5
{
	display: inline-block;
    font-weight: bold;
    font-size: 85%;
    color: #51638A;
    margin: 0.7em 0 0 0;
    padding: 0;
    border-bottom: 1px solid #51638A;
}

/* the top page banner  */
.topsection {
    background-color: #444;
    width: 100%;
    color: white;
}

.topsection td {
    color: white;
    padding: 8px;
}

.topsection a {
    color: white;
}

/* the area that holds the documentation on the right of the page */
.contentTD {
    font-size: 100%;
    width: 80%;
    padding-left: 12px;
    vertical-align: top;
}

/* the horizontal section headers that declares the Class name */
.section-title {
    background-color: #003672; /* rgb(155,203,236); */
    color: white;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 5px 5px 14px;
    margin: 0 0 2px -12px;
}

.section-title a {
    color: white;
}

/* the horizontal section headers that declares the Methods & Properties subsections */
.subsection-title {
    color: #51638A;
    border-top: 1px solid #51638A;
    font-size: 100%;
    padding: 2px;
    margin: 0 0 12px 0;
}

.subsection-container {
    padding: 0 0 0 14px;
}

/* the horizontal header for each Method */
.methodHeader {
    font-size: 1em;
    color: #51638A;
    border-top: 1px solid #51638A;
    margin: 20px 0 0 0;
    padding: 4px 0 2px 0;
}

/* properties is used to display the table of class properties */
.properties {
    
}

.properties td {
    vertical-align: top;
    padding-right: 10px;
}

.clsPropertyName {
    font-size: .9em;
    font-weight: bold;
}

.clsPropertyDeclaration a {
    font-family: Courier;
    font-size: .8em;
    font-weight: normal;
    color: MediumBlue;
}

.clsPropertyDescription {
    font-size: .9em;
    font-weight: normal;
}

/* the class's signature line */
.classSignature {
    font-family: Courier;
    font-size: .9em;
    font-weight: normal;
    text-indent: -15px;
    padding: 6px 0 4px 15px;
}

.classSignature a {
    color: mediumblue;
}

/* the description, author, date for the class */
.classDetails {
    font-size: .9em;
    padding-left: 2px;
}

/* signatures of methods and properties */
.hostedSourceLink {
    text-decoration: initial;
    color: mediumblue;
}

.hostedSourceLink:hover {
    text-decoration: underline;
}

/* method table of contents related classes */
.methodTOCEntry {
    font-size: .9em;
    color: mediumblue;
}

.methodTOCEntry:visited {
    font-size: .9em;
    color: purple;
}

.methodTOCDescription {
    font-size: .9em;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: .9em;
    height: .9em;
}

/* method listing related classes */
.methodSignature {
    font-family: Courier;
    font-size: .8em;
    font-weight: normal;
    color: MediumBlue;
    text-indent: -15px;
    padding-left: 15px;
}

.methodDescription {
    font-size: .9em;
    margin: .5em 0 0 0;
}

.methodSubTitle {
    font-size: .9em;
    color: #51638A;
    font-weight: bold;
    margin: .7em 0 0 0;
}

.paramName {
    font-size: .9em;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 0 .5em;
}

.paramDescription {
    font-size: .9em;
    margin: 0 0 0 1em;
}

.methodReturns {
    font-size: .9em;
    margin: 0 0 0 1em;
}

/* SIDEBAR CSS */
div.navbar {
    font-size: .9em;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

div.navbar a:hover {
    text-decoration: underline;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: lightgray;
}

div.navbar ul li {
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 2px;
    background: #f2f5f6;
    border: 1px solid #dce4e7;
    border-top-color: #fff;
}

div.navbar ul li:hover {
    background: gray;
}

div.navbar ul li.subitem:hover {
    background: gray;
}

div.navbar ul li.subitem {
    background: #eaeef0;
    border-bottom: 0;
    border-top: 0;
}

div.navbar ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 5px 5px 10px;
    color: black;
    font-size: 90%;
}

div.navbar ul li a:hover {
    color: #fff;
    background: none;
}

div.navbar ul li.nav-selected {
    background: LightGray;
}

.nav-section-title {
    display: block;
    text-decoration: none;
    padding: 5px 5px 5px 10px;
    color: black;
}

li.collapsed .caret {
    float: right;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
    border-top: 4px solid #000;
    border-bottom: 0px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

li .caret {
    float: right;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
    border-top: none;
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sub-nav-item {
    margin-left: 20px;
}

div.navbar ul li a.scopeglobal {
    
}

div.navbar ul li a.scopeprivate {
    
}

/* END - SIDEBAR STYLES */

.helpPageFooter
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 0px 10px 0px;
    border-top: 1px solid #E8E8E8;
    font-size: 85%;
    text-align: center;
    line-height: 1.5em;
    color: #878585;
    width: 100%;
    margin-top: 20px;
    text-decoration: none;
}

.header
{
    padding-left: 10px;
}

a
{
    text-decoration: none;
}

a.methodLink
{
    font-size: 85%;
    text-decoration: none;
    /*display: inline-block;
	border-bottom: 1px solid;*/
}

h1.home
{
    color: black;
    background-color: transparent;
    text-align: center;
    font-size: 90%;
}

img.centredimage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.TableStyle-Fields
{
    border-collapse: collapse;
    background-color: #f3f3ec;
    border-bottom-style: solid;
    border-bottom-color: #e3deb8;
    border-bottom-width: 1px;
    margin-top: 6px;
    border-spacing: 0px 0px;
    margin-bottom: 10px;

    max-width: 100%;
}

col.Column-FieldName
{
    color: #ffffff;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #737e96;
    border-bottom-style: solid;

    max-width: 30%;
}

col.Column-Column-Enum
{
    color: #ffffff;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #e3deb8;
    border-bottom-style: solid;

    max-width: 70%;
}

col.Column-Column-Param
{
    color: #ffffff;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #e3deb8;
    border-bottom-style: solid;

    max-width: 35%;
}

th.Table-Header
{
    color: #ffffff;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #737e96;
    border-right-style: none;
    border-left-style: none;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

td.Field-Value
{
    font-weight: normal;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #e3deb8;
    border-bottom-style: solid;
    font-family: monospace;
    font-size: 0.9em;

    border-left: 1px solid #e3deb8;
}

td.Field-Description
{
    font-size: 1em;
    font-weight: normal;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #e3deb8;
    border-bottom-style: solid;
    font-size: 0.8em;

    border-left: 1px solid #e3deb8;
    border-right: 1px solid #e3deb8;

    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code
{
    font-size: 13px;
}