﻿/* Knowde Favourites */

.KnowdeTable
{
 width:100%;
 border:0px;
}

.KnowdeTableTextCell
{
 font-family: Verdana;
 font-size: xx-small;
 color:#808080;
 cursor: pointer;
 width: 90%; 
}

.KnowdeTableImageCell
{
 cursor: pointer; 
}

.KnowdeTableAlertCell
{
 cursor: pointer;  
}

.KnowdeTableBlankAlertCell
{
}

.ConceptTableAlertCell
{
  cursor: pointer;
  vertical-align:top;
  width: 8px;
}

.ConceptTableAlertIcon
{
  cursor: pointer;
}

.ConceptTableBlankAlertCell
{
  vertical-align:top;
  width: 8px;
}

.ConceptTableTreeCell
{
}

.SelectedFavoriatePath
{
  font-family: Arial, Verdana;
  font-size: xx-small;
  color:#000000;
  cursor: pointer;
  font-weight:bold;
}

.NormalNodeRowTable
{
  width:100%;
  font-family: Arial, Verdana;
  color:#808080;
  cursor: pointer;
  border-collapse: collapse;
  padding: 0;
}

.AlertNodeRowTable
{
  width:100%;
  font-family: Arial, Verdana;
  color:#808080;
  cursor: pointer;
  background-image: url(../images/ConceptTree/favourites/ConceptAlertLine_Red.gif);
  background-position: top;
  background-repeat: repeat-x;
  border-collapse: collapse;
  padding: 0;
}

.AlertIconCell
{
	vertical-align: top;
	background-color: White;
	width: 14px;
}

.AlertSettingCell
{
	vertical-align: top;
	background-color: White;
	width: 76px;
}

.GlobeCell
{
	vertical-align: top;
	background-color: Transparent;
	width: 76px;
	padding-left: 5px;
}

.AlertTextCell
{
  background-color: Transparent;
	padding-right: 4px;
  font-family: Arial, Verdana;
  font-size: xx-small;
  color:#808080;
  cursor: pointer;
}


