@CHARSET "ISO-8859-1";
	
	div.t_hidden
	{
		display: none;
	}
	
	div#helptray_container
	{
		position: fixed;
		top: 0px;
		left: 320px;
		width: 70px;	/* expanded = 600 */
		height: 28px;
		cursor: help;
		background: transparent url(images/tools/help.gif) no-repeat 5px top;
		z-index: 10000;
	}
	
	div#helptray
	{
		background: white;
		overflow: auto;
		padding: 0px 10px 10px 10px;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
	}
	
	div.x-resizable-handle
	{
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #666;
	}
	
	div#helptray_main
	{
		padding-top: 40px;
		width: 345px;
		background: white url(images/tools/help_open.gif) no-repeat left 5px;
	}
	
	div#helptray h1
	{
		font-size: 18pt;
		line-height: 18pt;
		font-weight: normal;
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}
	
	div#helptray h2 
	{
		font-weight: 100;
		font-size: 16pt;
		line-height: 16pt;
		margin: 24px 0px 12px 0px;
	}
	
	div#helptray h3
	{
		font-size: 10pt;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
	}
	
	div#helptray blockquote 
	{
		background:#d8f2f9;
		border:1px solid #666;
		margin-left:20px;
		padding:5px;
		width:50%;
	}
	
	div#helptray div.feature-box
	{
		background:#eee;
		float:right;
		width:180px;
		margin-top: 40px;
		border:1px solid #ddd;
		padding: 10px;
	}
	
	div#helptray strong {
		font-weight:bold;
	}
		
	div#helptray img.left
	{
		float: left;
		margin: 0px 15px 5px 0px;	
	}
	
	div#helptray img.right
	{
		float: right;
	}
	
	div#helptray div.callout {
		float:left;
		padding-top:86px;
		height:80px;
		width:159px;
		margin-right:10px;
		text-align:center;
	}
	
	div#helptray ul
	{
		list-style: disc;
	}
	
	div#helptray ul,
	div#helptray ol
	{
		padding: 3px 0px;
		margin: 3px 0px;
		padding: 10px 10px 10px 40px;
	}
	
	div#helptray_main ul,
	div#helptray_main ol
	{
		background:#eee;
		border:1px solid #ddd;
	}
	
	div#helptray li p
	{
		margin: 0px;	
	}
	
	div#helptray p.edit
	{
		float: left;
		clear: left;
		display: inline;
		padding: 4px;
		border: 1px solid #ddd;
		background: #eee;
		margin-top: 20px;
	}
	
	