.help_lightbox {
	position:fixed;
	//position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:10;
	cursor:pointer;
	//background-color:rgba(0,128,0,.2);
}
.help_bubble {
	position:relative;
	float:left;
	width:16px;
	height:16px;
	background-image:url('/images/help.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:16px 16px;
	cursor:pointer;
}
.cedar .help_bubble {
	width:12px;
	height:12px;
	background-image:url('/images/help_cedar.png');
	background-size:12px 12px;
}
.help_popup {
	position:absolute;
	top:-8px;
	left:36px;
	width:200px;
	min-height:24px;
	border:1px solid #1e6ea6;
	background-color: #ffffff;
	color:#1e6ea6;
	border-radius: 6px;
	display:none;
	padding:6px;
	z-index:100;
	cursor:default;
}
.cedar .help_popup {
	border:1px solid #5A437C;
	color:#5A4B81;
}
.help_popup:after {
	top: 6px;
	left: -19px;
	bottom: auto;
	border-width: 10px 20px 10px 0;
	border-color: transparent #ffffff;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
.help_popup:before {
	top: 6px;
	left: -20px;
	bottom: auto;
	border-width: 10px 20px 10px 0;
	border-color: transparent #1a5ad9;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
.help_popup.left {
	right:36px;
	left:auto;
}
.help_popup.left:after {
	right: -19px;
	border-width: 10px 0 10px 20px;
	left:auto;
}
.help_popup.left:before {
	right: -20px;
	border-width: 10px 0 10px 20px;
	left:auto;
}
.help_popup.top {
	bottom:-8px;
	top:auto;
}
.help_popup.top:after {
	bottom: 6px;
	top:auto;
}
.help_popup.top:before {
	bottom: 6px;
	top:auto;
}
.help_message {
	position:relative;
	float:left;
	min-height:20px;
	width:100%;
	white-space: normal;
	word-wrap:break-word;
	font-size:12px;
	line-height:16px;
	text-align:left;
	font-family: Helvetica;
	text-transform:none;
}
.help_popup.show {
	display:block;
}
.help_popup .help_more {
	position:relative;
	float:right;
	height:18px;
	width: 100%;
	cursor:pointer;
	text-align:right;
	text-transform:none;
}
