﻿.HelpText
{
  font-family:Arial;
  color:#333399;
  font-size:0.8em;
}

.Header
{
	font-weight:bold;
	font-size:1em;
}

.What
{
	font-weight:bold;
	color:#00A878;	
}

.Why
{
	font-weight:bold;
	color:#cc0000;
}

.How
{
	font-weight:bold;
	color:#333399;
}

ul.Chevron
{
  list-style-image:url(chevron.png);
}

.HelpIndentedParagraph
{
	padding-left:1em; 
	margin-top:0em; 
  display:block;
	padding-top:6px;
}

ul
{
	/*list-style-type:disc;*/
	margin-left:30px;
}

.ResizeButton
{
  position:absolute;
  right:2px;
  bottom:2px;
}

.HelpOptionDiv
{
  position: absolute;
  right: 10px;
  top: 4px;
  padding-right: 15px;
}

.helpIFrame
{
  width:100%;
  height :97%;
  /*white-space:pre;*/
}

.undock_img
{
  float:right;
  cursor: pointer;
}

.close_img
{
  float:right;
}

.dockedhelpcontent
{
  padding-top: 20px;
}

.PersonalisedScrollBar
{
	scrollbar-arrow-color:#757575;
	scrollbar-base-color:#FFFFFF;
	scrollbar-face-color:#F6F6F6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#F6F6F6;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
}

.DockedHelpToolBar
{
  float:right;
}

.helpOptionCursor
{
  cursor:pointer;
}

/* BUBBLE CLASSES */

.HelpBubble
{
	width: 300px;
	position: absolute;
	display: none;
	z-index:1002;
}
.HelpBubblePadding
{
	width: 300px;
	display: inline-block;
}
.iframeBubble
{
	width: 280px;
	padding-bottom: 5px;
	float: left;
	clear: both;
	margin-left: 10px;
	
	font-family: Arial;  
	font-size: 10pt; 
	color:#5D608D;	
}

.contentHolder
{
	/* Move to sprite css central file
	background-image: url(../Images/Middle_All.png); */
	background-position: -700px;
	background-repeat: repeat-y; 
	width: 300px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}

.bubblePointer
{
  display:none;
}

.bRight,
.bLeft,
.tRight,
.tLeft, .bubblePointerTL, .bubblePointerTR, .bubblePointerBR
{
	display: inline-block;
}

.tLeft, .bubblePointerTL
{
	/* Move to sprite css central file
  background: url('../images/TourBubbles/Tours_All.png') no-repeat;  */
	background-position: -402 -100;
	height: 9px;
	font-size: 0;
	width: 300px;
	float: left;
	clear: both;
}
.tRight, .bubblePointerTR
{
	display: none
}
.bLeft
{
	/* Move to sprite css central file
  background: url('../images/TourBubbles/Tours_All.png') no-repeat; */ 
	background-position: -402 -124;
	height: 18px;
	width: 300px;
	float: left;
	clear: both;
	font-size: 0;
}
.bRight, .bubblePointerBR
{
	display: none;
}

.LearnMoreBubble
{
	position: absolute;
	bottom: -4px;
	right: 2px;
	font-size: xx-small;
	color: Blue;
	cursor:pointer;
	display: none;
}



.BubbleVisibilityContainer
{
	display: inline-block;
	background-color: Transparent;
	width: 300px;
	z-index: 999;
}

.NewTextViewWindowLoadingDiv
{
	font-family:Verdana;
	font-size:xx-small;
	background-color:White;
	width:300px;
	height:90px;
	padding: 5px;
	text-align:center;
	vertical-align:middle;
	border: 1px;
	border-style: solid;
	border-color: Gray;
}

.ToFullTextView
{
	/* Move to sprite css central file
  background: url('../images/BaseControls/BasicImages_All.png') no-repeat; */
  background-position: -442px -119px; 
  width:104;
  height:19;  
  cursor:pointer;
  display:inline-block;
  display:-moz-inline-box;
  position:relative;
}

.ToSingleTextView
{
	/* Move to sprite css central file
  background: url('../images/BaseControls/BasicImages_All.png') no-repeat; */
  background-position: -202px -98px; 
  width:130;
  height:19;  
  cursor:pointer;
  display:inline-block;
  display:-moz-inline-box;
  position:relative;
}


.HelpTextViewOption
{
  width:100%;
  height: 20px;
  text-align: right;
  display: none;
}

.HelpTextViewOptionEnable
{
  width:100%;
  height: 20px;
  text-align: right;
  display: block;
}

.KGHelpControlLoadingDiv, .KGApplicationControlLoadingDiv
{
  position:absolute;
  left:0px;
  top:0px;
  display: none;
	font-family:Verdana;
	font-size:xx-small;
	background-color:White;
	width:120px;
	padding: 5px;
	text-align:center;
	vertical-align:middle;
	border: 1px;
	border-style: solid;
	border-color: Gray;
}

.applicationIFrame
{
  width:100%;
  height :100%;
  /*white-space:pre;*/
}

.HelpTextViewControlContent
{
  padding-top: 10px;
}
