﻿#picLogo
{
	background-image: url(images/ss.png);
	width: 125px;
	height: 125px;
}

BODY
{
	background: url(images/searchstar/pagebg.gif) repeat-x top;
	background-color: #DCECFE;
}

.WebPartZone
{
	border: navy 1px dotted;
}

.NavBar
{
  background-color:#666666;
  border: 1px solid #666666; 
  cursor: default; 
} 

.TopItem, .TopItemActive
{
  color:Black;
  background-image: url(images/group_bg.gif);
  font-family: arial; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover
{
  color:black;
  background-color:#D5D5D5;
  background-image: url(images/item_hover_bg.gif);
  font-family: arial; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

