.RowStyle
{
  line-height: 120%
}

.SuggestionTable
{
	border-style:none;
  background-color:White;
  width: 100%;
}

.SuggestionFooterCell
{
  text-align:center;
  color:#434E81;
  font-family:verdana;
  font-size:xx-small;
  padding-top:8px;
  padding-bottom:3px;
}

.MoreResultsLink
{
  text-align:center;
  color:#434E81;
  font-family:verdana;
  font-size:xx-small;
  padding-top:8px;
  padding-bottom:3px;
  text-decoration: underline;
}

.PersonalisedItemIcon
{
  color: #000000;
  font-family:verdana; 
  font-size: 11px;
  width: 15px;
  height: 13px;
  text-align: left;
}


.ItemName
{
  color: #000000;
  font-family:verdana; 
  font-size: 11px;
  cursor: pointer;
  width: 100%;
}

.ItemName:hover
{
  background-color:rgb(217,232,247);
  cursor: pointer;
}

.ItemContext
{
  color: #999999;
  font-family:verdana; 
  font-size: 11px;
  cursor: pointer;
}

.ItemContext:hover
{
  background-color: rgb(217,232,247);
  cursor: pointer;
}

.IEBar
{
	color: #000000;
	font-family:verdana; 
	font-size: 12px;
  padding-top: 1cm;
 	text-decoration:none;
	vertical-align:middle;
}

.IEBar:hover
{
  font-weight: bold;
}

a
{
	color:#000000;
  text-decoration:none;
  cursor: pointer;
}

.PadlockImage
{
  background: url('../images/BaseControls/BasicImages_All.png') no-repeat;
  background-position: -20px -100px; 
  width:12;
  height:15;  
}

.UserIconImage
{
  background: url('../images/BaseControls/BasicImages_All.png') no-repeat;
  background-position: 0px -100px; 
  width:17;
  height:17;  
}




