
div.picture	{
	text-align:	center;
	}
	
span.filename	{
	font-weight:	bold;
	}
	
span.script	{
	font-weight:	bold;
	}
	
span.replaceable	{
	font-style:	italic;
	}
	
span.keyword	{
	font-weight:	bold;
	}

/*[of]:Breadcrumb*/
div.breadcrumb {
	margin-top:	8px;
	margin-bottom:	8px;
	padding:	4px;
	background:	#EEF;
}
/*[cf]*/
/*[of]:Table of content*/
div.content {
	background-color:	#EEF;
	padding-left:	0px;
	padding-top:	8px;
	padding-bottom:	8px;
	margin-top:	10px;
	margin-bottom:	10px;
}

div.content ul {
	margin:	0;
	list-style-type:	none;
	padding-left:	20px;
}

div.content li {

}
/*[cf]*/
/*[of]:Tables*/
table.default {	background-color:	#AAA; 
	border:	0px;
	border-spacing:	1px;	}
		
table.default tr th {	background-color:	#D0D0D0; 
	font-weight:	bold;
	padding-left:	6px; 
	padding-right:	6px;
	border:	0px;
	margin:	0px;	}
		
table.default tr td {	background-color:	#E8E8E8;
	padding-left:	6px; 
	padding-right:	6px;
	border:	0px;
	margin:	0px;
	vertical-align:	top;	}
/*[cf]*/
/*[of]:Script\: Method Page*/
/*[c]*/
/*[c]All sections*/
/*[c]	*/
div.method-section {
	font-size:	130%;
	font-weight:	bold;
	padding:	0;
	margin-bottom:	4px;
	margin-top:	12px;
}


/*[c]*/
/*[c]Syntax Section*/
/*[c]	*/
div.syntax {
	margin:	0px;
	background-color:	#DED;
	padding:	4px;
}

/*[c]*/
/*[c]Parameters Section*/
/*[c]*/
div.parameters {
}

div.parameter-title {
	margin-top:	8px;
	margin-bottom:	4px;
}

div.parameter-body {
	margin-left:	40px;
}
/*[cf]*/
