div#maincontent {
	background: #FFF;
	width: 90%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

div#maincontent a {
	display: inline;
	color: #00f;
	text-decoration: none;
}

div#maincontent a:hover {
	text-decoration: underline;
}

div#maincontent a:active {
	text-decoration: none;
}


div#menu {
	display:none;
}


div#rightcontent {
	display:none;
}

div#title {
	display:none;
}


div#main {
	position: relative;
	bottom: 0%;
	right: 0%;
	top: 0%;
	left: 0%;
	padding: 2%;
	background: #FFF;
	margin: 2% 3% 2% 3%;
	width: 100%;
	color:#333;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	text-align:center;
}

html>body div#main {
	width: 100%;
}

div#main h1.title {
	color:#000;
	font-size: 20pt;
	text-align: left;
	border-bottom: 1px solid #000000;
	margin-top:0px;
	padding-bottom: 3px;
	padding-top: 3px;   
	margin-bottom: 8px;
	line-height: 1.2em;
}

div#main h2.subtitle {
	color:#000;
	font-size: 12pt;
	text-align: left;
	margin-top:3px;
	margin-left: 5px;
	border-bottom: 1px dotted #000;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 0.1em;
}

div#main h1.subtitle {
	color: #000;
	background: #000;
	font-size: 14pt;
	text-align: left;
	margin-top:10px;
	margin-left: 5px;
	border-left: 3px solid #000;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 0.1em;
}

div#main h3 {
	color: #000;
	font-size: 12pt;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	margin-top:0px;
	padding-bottom: 3px;
	padding-top: 3px;
}

div#main p {
	margin-left: 5px;
	letter-spacing: 0.05em;
	text-align: left;
}

div#main dt.start {
	color: #000;
	font-size: 12pt;
	border-bottom: 1px dotted #000;
	font-weight: 500;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	margin-left: 5px;
	text-align: left;
}

div#main dd.start {
	display: inline;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

div#main dt.download {
	color: #000;
	font-size: 12pt;
	border-bottom: 1px dotted #000;
	font-weight: 500;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	margin-left: 5px;
	margin-bottom:10px;
	text-align: left;
}

div#main dd.download {
	display: inline;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

div#main table {
	border-style: solid;
	border-width: 5px;
	width: 100%;
	background: #79F;
	border-color: #669;
	color: #000;
	margin-top: 10px;
	margin-bottom:15px;
	border-collapse: collapse;
}

div#main th {
	padding: 5px;
	border-style: solid;
	border-width: 5px;
}

div#main th#time {
	width:15%;
	text-align: left;
}

div#main th#activity {
	width:50%;
	text-align: left;
}

div#main th#status {
	width:35%;
	text-align: left;
}

div#main td {
	border-style: solid;
	border-width: 3px;
}

div#main dt.list {
	color: #000;
	font-weight: 500;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	margin-left: 5px;
	text-align: left;
}

div#main dd.list {
	display: inline;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}


div#main img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3%;
	border: 2px solid #000;
	padding: 5px 5px 5px 5px;	
}


div#footer {
	border-top: 1px solid #000;
	position: relative;
	margin-bottom: 2%;
	margin-left:3%;
	margin-right:3%;
	padding: 1%;
	text-align: right;
	font-family: sans-serif;
	font-size: 8pt;
	color:#000;
}

div.menuitem {
	border-bottom: 1px solid #3875d7;
	width: 95%;
	margin-top: 3px;
	margin-bottom:  1px;
	float: left;
	padding: 1px;
}

div.examples {
	color: #000;
	padding: 3%;
	position: relative;
	width: 100%;
	background: #FFF;
	border-color: #000;
	border-width: 3px;
	border-style: solid;
	font-family: courier;
	font-size: 10pt;
	text-align:left;
	margin-bottom: 15px;
	margin-top: 5px;
}

html>body div.examples {
	width: 94%;
}

div#main ul {
	list-style-type: square;
	list-style-position: outside;
	letter-spacing: 0.1em;
	text-align:left;

}  	

span.italic {
	font-style: italic;	
}

span.class {
	font-style: italic;
	color: #000;	
}

span.method {
	font-style: italic;
	color: #ff4261;
}

span.comment {
	color: blue;
}     

dl {
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 0px solid #000;
	padding: 10px;
	
}        

dt {    
	font-size: 10pt;
	font-weight: 800;
	letter-spacing: 0.1em;
}                         

dd {
	font-size: 8pt;
	text-align: left;
	background-color:#fff;
	display: block;  
	margin-bottom:20px;
}   

dd div.examples {
	padding: 5px;
	font-size: 8pt;
	margin: 5px;
	border: 1px solid #000;
	background-color: #FFF;
}
    
.validate {
	display: none;
}    

div.op {
	color:#000;
	text-align: left;
	font-size: 10pt; 
	background-color: #FFF;
	padding: 2px;
	margin: 4px; 
	letter-spacing: 0.1em;  
	border: 1px solid #000;
}