﻿#helpPanel 
{
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 200;
	border-right: 4px solid #72424f;
}

#helpPanel #helpPanelButton {
	float:left;
	margin-top: 60px;
}

#helpPanel #helpPanelContent 
{
	/*position: relative;*/
	display: none;
	overflow: auto;
	float: right;
	height: 100%;
	background: #FFF url(/app_themes/default/images/tabareabackground.jpg) repeat-x;
	opacity: 0.85;
	padding: 10px;
	border-left: 4px solid #72424f;
	width: 240px;
}

#helpPanel #helpPanelContent #helpPanelCloseButton {
	float: right;
	/*position: absolute;
	right: 5px;
	top: 5px;*/
}
