body
{
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 24px;
	background-color: #fff;
	color: #333;
	font-family: -apple-system-font, 'Lucida Grande', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-width: 360px;
	text-align: left;
}

body p {
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 16px;
}

h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 54px;
	margin-bottom: 25px;
	text-align: left;
}

h2 {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 1px;
	padding-bottom: 1px;
}

h3 {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align: left;
}

h1 a, h2 a, h3 a, .navigation-bar a, .tocframe a, .-auto-toc a {
	text-decoration: none;
}

a {
	color: #3366CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #011E57;
}

pre
{
    font-family: Monaco;
	padding: 15px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0px 2px 4px #CACACA;
	-moz-box-shadow: 0px 2px 4px #CACACA;
}

tt
{
    font-family: Monaco;
	background-color: #eeeeee;
}

dt
{
	font-weight: bold;
}

#contents ul
{
    list-style-type: none;
}

.arabic {
	list-style-type: decimal;
}

.loweralpha {
	list-style-type: lower-latin;
}

ul
{
	list-style-type: square;
}

li {
	margin-bottom: 4px;
}

#outline
{
    font-size: 8pt;
	list-style-type: none;
	margin-left: 0;
	text-indent: -10px;
	padding-left: 10px;
}

.figure
{
    text-align: center;
}

ul.-auto-toc
{
	margin-left: 0;
    padding-left: 10pt;
}

.tocframe
{
    font-size: 11px;
    background-color: rgb(228, 235, 247);
}

.tocframe a
{
    color: black;
}

.-auto-toc li
{
    list-style-type: none;
    margin-left: 0; 
    padding-left: 0;
	margin-bottom: 0;
}

.navigation-bar { 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 20px; 
	float: left; 
	padding-top: 2px; 
	border-bottom: 1px solid #939393;
	background-color: #dddddd;
	z-index: 99;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d1d1d1), color-stop(0.5, #d1d1d1));
	-webkit-background-origin: border;
}

a.navigation-link:visited, .navigation-link, .navigation-group {
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	margin-left: 8px;
}

.navigation-group-separator {
    margin-left: 2px;
}

hr {
    display: none;
	background-color: #F6F6F6;
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	border-top: 1px solid #D0D0D0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.topic-title {
    display: none;
}

.retina
{
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
    .nonretina
    {
        display: none;
    }
    .retina
    {
        display: inline;
    }

    body
    {
        font-family: Verdana, Helvetica, sans-serif;
    }
}
