div.method {
	color: #669933;
	font-size: 19px;
	font-weight: bold;
	margin-top: 50px;
}
div.method-desc {
        margin-top: 10px;
	text-align: left;
}
div.uri {
	text-align: left;
	margin: 20px 0 20px 0;
}
div.section-title {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	padding-bottom: 8px;
}
div.param-line {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
div.param {
	float: left;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
	width: 170px;
	font-size: 15px;
	color: #000;
}
div.datatype {
	color: #999;
	font-size: 12px;
	margin-top: 6px;
}
div.value {
	float: left;
	text-align: left;
	vertical-align: top;
	color: #666;
}
table.hash {
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #000;
}
table.hash td.param {
	text-align: right;
	vertical-align: top;
	width: 155px;
	padding: 6px 20px 6px 0;
	font-size: 15px;
	color: #000;
}
table.hash td.value {
	text-align: left;
	vertical-align: top;
	padding: 6px;
	color: #666;
}
pre.example {
	font-size: 14px;
	color: #666;
	border: 0;
        margin: 0;
}
div.code-block {
	text-align: left;
	margin-right: 0px;
        margin-top: 20px;
}
pre.code-block {
	font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace;
	color: #000000;
	background-color: #F8F8F8;
	font-size: 13px;
	border: 0;
	line-height: 14px;
	padding: 5px;
	overflow: auto;
	width: 100%;
        margin-top: 20px;
	margin-bottom: 30px;
}
span#codeHighlite {
	color: #669900;
}

