BODY {
font-family: Helvetica, Arial, sans-serif;
font-size: 10.5pt;
line-height: 150%;
width: 98%;
height: 100.02%;
} 

#mainBody {
margin: 0% 12% 10% 12%;
margin-top: 63px;
} 

p {
	font-family: Helvetica, Arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin-top: 0px;
} 

div {
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	border-bottom-style : none;
}

a:hover {
text-decoration : underline; 
} 

a:link {
color : #005fa9; 
background-color:inherit;
text-decoration : none; 
} 

a:visited {
color : #999999; 
} 

.sectionblock {
	text-indent: 0px;
}

h1, h2, h3 {
	border:none;
	line-height: 100%;	
	margin-left: 0px;	
}

h1 {
	font-size:16pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
	border-bottom: 1px solid darkgrey;
	border-bottom-width: 1px;
	margin-left: -25px;
}

h2 {
	font-size:10pt;
}

h3 {
	font-size:9pt;
}

.sectionblock {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

.sectionheader {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

ul {
	list-style-type: none;
}

.params {
	text-indent: 25px;
	margin-top: 10px;
}

.propattr {
	font-size: 0.7em;
	color: #666666;
	border-radius: 2px 2px 2px 2px;	
	background-color: #ECECEC;
}

.descriptions {
	margin-left: 30px;
	margin-top: 50px;
}

.objmethod {
	padding-left: 5px;
}

.row_even {
background-color:#F7F7F7;
}

.name {
	color: #000066;
	font-weight: bold;
}

.description {
	margin-left: 25px;
}

pre.code {
	background-color: #FFFFDD;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-style:solid;
	border-color:#0099FF;
	border-width:1px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.methodexample {
	margin-left: 25px;
}
.sub-desc {
	margin-left: 25px;
}
