	#index li
	{
		margin: 			0 1em;
		padding-bottom: 	5px;
		list-style:			none;
		font-weight:		bold;
	}

	#docs li.method
	{
		margin: 			2em 0em;
		padding-bottom: 	1em;
		border-bottom: 		2px solid #E5ECF9;
		list-style:			none;
	}

	#docs span.tooltip
	{
		border-bottom: 		1px dotted #A2A7AC;
	}
	
	#docs a.name
	{
		font-weight: 		bold;
		text-decoration: 	none;
	}
	/*
	#docs span.arg-type {
		color: #666;
	}
	
	
	#docs li.method a.ank
	{
		color: 				#FFF;
		margin-right:		3px;
		text-decoration:	none;
	}
	
		#docs li.method:hover > a.ank
		{
			color: 					#6192F8;
			text-decoration:		none !Important;
		}
	
		:hover
		{
			background:red;
			color: 					#6192F8;
			text-decoration:		none !Important;
		}
	*/
	
	#docs span.arg-type,
	#docs span.type
	{
		color: 				#A2A7AC;
		/*
		text-transform:lowercase;
		font-style:italic;
		*/
		font-weight:		normal;
	
	}
	
	#docs span.arg-name
	{
		color: 				#666;
	}
	
	
	#docs span.fn
	{
		font-size: 			16px;
		font-weight: 		bold;
	}
	
	#tooltip
	{
		background: 		#fff;
		border: 			1px solid black;
		padding: 4px;
		max-width: 			25em;
		text-align: 		left;
	}
	
	#tooltip h3
	{
		font-weight: 		normal;
		font-size: 			12px;
		font-family: 		Arial;
		margin: 			0;
	}
	
	#docs div.more
	{
		margin-left: 		1em;
		margin-top: 		5px;
	}
	
	#docs div.example
	{
		border-top: 		1px solid #DDD;
		margin-top: 		15px;
	}
	
	#docs h3
	{
		margin: 			1em 0 0;
	}
	
	#docs div.example h3,
	#docs div.example h4
	{
		margin-bottom: 		.1em;
	}
	
	#docs div.example pre
	{
		color: 				#000;
		background: 		#F3F3F3;
		padding: 			5px;
		font-family: 		Courier;
		font-size: 			0.8em;
		border-left:		2px solid #CCC;
	}
	
	#docs ul.options
	{
		margin: 			0 0 1em;
	}