/* This stylesheet styles JsDocs content page. */


html 
{
    height: 100%;
}

/* ---  IE6 (Removes space for scrollbar allocation) --------------------------------- */

* html,body
{
    overflow-x: hidden
}

/* ---  Content Page Styling  ------------------------------------------------------------- */

body
{
    margin: 0;
}

pre.code
{
	display: block;
	padding: 8px;
	border: 1px dashed #ccc;
}

caption, div.sectionTitle
{
	color: #fff;
	font-size:130%;
	text-align: left;
	padding: 2px 6px 2px 6px;
}

div.sectionTitle
{ 
    margin-bottom: 15px;
}

.summaryTable 
{ 
    width: 100%;
    margin-bottom: 15px;
}

.summaryTable thead 
{ 
    display: none;
}

.summaryTable td{
	vertical-align: top;
    border-bottom: 1px solid #39006b;
    border-right: 1px solid #39006b;
    border-left: 1px solid #39006b;
}

.summaryTable td.attributes
{
	border-left: 1px #7F8FB1 solid;
	width: 140px;
	text-align: right;
}

td.attributes, .fixedFont
{
	line-height: 1.2;
	color: #000000;
	font-size: 13px;
}

.summaryTable .fixedFont a
{
    text-decoration: none;
    /* color: #000000; */
    font-size: 13px;
}

.summaryTable td.nameDescription
{
	text-align: left;
	font-size: 13px;
	line-height: 1.2;
}

.summaryTable td.nameDescription, .description
{
	line-height: 1.2;
	padding: 4px;
	padding-left: 4px;
	font-size: 13px;
}

.contentTable, .contentTable th, .contentTable td
{
	border: 1px solid #39006b;
    border-collapse: collapse;
    font-size: 13px;
	padding: 0.5em;
}	

.contentTable th
{
	background-color: #39006b;
	color: #fff;
}

.contentTable td
{
	border-bottom: 1px solid #39006b;
    border-left: 1px solid #39006b;
}

ul.inheritsList
{
	list-style: square;
	margin-left: 20px;
	padding-left: 0;
}

.detailList
{
	margin-left: 20px; 
	line-height: 1.2;
}
.detailList dt
{
    margin-left: 20px;
}

.detailList .heading
{
	font-weight: bold;
	padding-bottom: 6px;
	margin-left: 0;
}

.light, td.attributes, .light a:link, .light a:visited
{
	color: #777;
	font-style: italic;
}


/*
	Rebrandig CSS
*/

#header{
	background: #39006b;
	box-shadow: none;
	height: 70px;
	color: #ffffff;
}

caption, div.sectionTitle{
	background: #39006b;
	border: 1px solid #39006b;
}
a{
	font-size: 14px;
    line-height: 1.2;
}

.sectionItems h2{
	margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.classTitle{
	font-weight: bold;
	margin-top: 0.67em;
    margin-bottom: 0.67em;
	/* font-family: "Precisely_Regular" ,Helvetica Neue,Arial, sans-serif; */
}

.sectionItems a{
	font-weight: 700;
}