﻿.HelpPanelContent
{
  width: 200px;
  min-height: 120px;
  background: url("../Images/helpbg.png");
  border: solid 1px gray;
  padding: 3px 3px 2px 15px;

}

.HelpPanelHeader
{
	width: 16px;
	background:url("../Images/togglehelp.png") no-repeat;
	max-height: 20px;
	text-decoration: none;
	overflow:hidden;
	cursor: pointer;
}

.SelectedHelpPanelHeader
{
	width: 16px;
	background:url("../Images/togglehelppressed.png") no-repeat;
	max-height: 20px;
	text-decoration: none;
	overflow:hidden;
	cursor: pointer;
}

.HelpTipTitle
{
	padding-top:5px;
	font-weight: bold;
	min-height: 20px;
	height: 100%;
}

.HelpTipContent
{
	min-height: 70px;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	bottom: 0px;
	font-weight:normal;
}

.HelpTipLinks
{
	position: relative ;
	bottom: 0px;
	font-weight:normal;
}

.TopAlign
{
	vertical-align:top;
}

.HiddenHelpPanelContent
{
 width: 200px;
  min-height: 120px;
   background: url("../Images/blankhelpbg.png");
  border: solid 1px gray;
  padding: 3px 3px 2px 15px;
}
