BODY.tv
{
	background-color: #6699CC; 
	color: White; 
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.KeyWord, .sync_toc, .PromptText
{
	font-family: verdana,arial,sans-serif; 
	font-size: 8pt; 
}

.KeyWord, .PromptText { 
	padding: 6 0 6 6;
}

.KeyWord, sync_toc { 
}

.sync_toc {
	margin: 6 4 8 2; 
	text-align: right;
}
A.sync_toc { color: White; }

.tvn
{
	padding: 1px 3px 1px 3px;
	padding-left: 15px;
	background-image: url(tvnplus.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}

.tvc
{
	display: none;
}
A.tv
{
	color: Black;
    text-decoration: none;
}

.treeDiv
{
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: 70.5%;
	font-weight: normal;
	background-color: #f1f1f1;
	color: Black;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.treeNode
{
   white-space: nowrap;
   text-indent: -14px;
   margin: 5px 2px 5px 14px;
}
A.treeUnselected:hover, A.treeSelected:hover
{
    text-decoration: underline;
    background-color: #cccccc;
    border: solid 1px #999999;
    text-decoration: none;
}
A.treeUnselected, A.treeSelected
{
	color: Black;
	padding: 1px 3px 1px 3px;
    text-decoration: none;
}
A.treeSelected
{
	background-color: #ffffff;
    border: solid 1px #999999;
}
A.treeUnselected 
{
	border: solid 1px #f0f0f0;
    background-color: transparent;
}
.treeSubnodes
{
	display: block;
}
.treeSubnodesHidden
{
	display: none;
}
.treeNode IMG.treeNoLinkImage, .treeNode IMG.treeLinkImage
{
	width: 9px;
	height: 9px;
	margin-left: 5px;
	margin-right: 0px;
}
.treeNode IMG.treeLinkImage
{
    cursor: pointer;
}

/* For qIndex.htm */
A.linked:hover
{
	border: solid 1px #999999;
}.highlighted, .linked, A.linked:visited, A.linked:link
{
	border: solid 1px #f1f1f1;
	padding-left: 5px; 
	padding-right: 5px;
	height: 16px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;	overflow: hidden;
	color: Black;
    text-decoration: none;
}
.highlighted
{	border: solid 1px #999999;
	background-color: #cccccc;
}
.VisibleItems
{
	overflow: hidden; 
	display: none; 
	/* border: 1px solid green; */
	width:100%; 
	height: 100%; 
	position: absolute;}
DIV.TabBtn
{
	font-family: verdana,arial,sans-serif; 
	font-size: 8pt; 
	border-bottom: 1px inset white;
	margin-bottom: 5px;
	margin-top: 5px;
}
A.TabBtn, A.TabBtnSel
{
	font-family: verdana,arial,sans-serif; 
	font-size: 8pt; 
	width: 80px;
	text-align: center;
	padding: 4px;
	margin: 1px;
	margin-bottom: 0px;
	border: 2px outset #e0e0e0;
	border-bottom: 0px solid white;
	text-decoration: none;
	font-weight: normal;
	color: #e0e0e0;
	background-color: #6090C0;
}

A.TabBtnSel
{
	padding: 5px;
	color: white;
	background-color: #6699CC;
	border: 2px outset white;
	border-bottom: 0px solid white;
	font-weight: bold;
	cursor: default;
}
