

body {
	background-color: rgb(249, 249, 250);
}
h1 {
    color: rgb(31, 31, 31);
    font-size: 15px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-width: 1px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 45px;
	margin-bottom: -10px;
}
    
h4.subsubsection
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: small;
	margin-top: 20px;
	margin-bottom: -15px;
}

p.navigator 
{
    font-size: .8em;
}

.navigator a
{
    margin-right:20px;
}

p.copyright
{
    font-size: .8em;
}

ul.topic li
{
    margin-bottom:20px;
}

ul.topic ol li
{
    margin-bottom:auto;
}

span.secnum
{
	margin-right:10px;
}

cite
{
	font-weight: bold;
	font-style: normal;
}

var
{
	font-weight: bold;
	font-style:normal;
}

div.code
{
	display: inline-block;
	padding:5px;
	margin:0px 10px;
	background: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.note
{
	border-color:gray ;
	border-top-style:solid;
	border-bottom-style:solid;
	margin-right:50px;
	margin-left:50px;
	max-width:800px;
}

.img-screenshot-sm
{
	max-width: 400px;
}

.img-screenshot, .img-screenshot-md
{
	max-width: 600px;
}

.img-screenshot-lg
{
	max-width: 800px;
}

.img-screenshot-border
{
	border: 1px solid #838891;
}

#cs_flashBody
{
	background-color: #ffffff;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	text-align: center;
}

.feature-tag {
	color: #818182;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 1px 5px;
	font-weight: bold;
	font-family: 'Courier New', monospace;
	font-size: 11px;
	vertical-align: top;
}