.NavBar
{
  background-color:#FFFFFF; 
  border: 0px solid #7C7C94; 
  cursor: default; 
} 

.WhiteBackground
{
	background-color: White;	
}	

.TopItemOld
{
  color:#706F91;
  background-image: url(images/topItem_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 4px; 
  height:33px;
  cursor:default;
}

.TopItem
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
}

.TopItemRed
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: #FF0000;
	font-weight: bold;
	cursor: hand;
}

.Module
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 13pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;	
}

.Segment
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 13pt;
	color: #000000;
	background-color: #F5F5F5;	
}

.Message
{
  background-color:white;
  border: 1px solid white; 
}

.MessageSelected
{
  border: 1px dotted #4E4E4E; 
  background-color:#EDEDED;
}

.MsgTitleUnreadOld
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
}

.MsgTitleUnread
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}

.MsgTitleRead
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
}

.MsgSubjectOld
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  color:Gray;
}

.MsgSubject
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	color: #666666;
}

.Break
{
  background-color:#A5A4BD;
  height:2px;
  width:100%;
}