.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;
}

.TopItem .left_icon
{
    width: 23px;
    height: 23px;
    background-image: url('/images/Catalog_Navbar/left_icon.gif');   
    background-repeat: no-repeat;
}

.TopItemExpanded
{
    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;    
    color:#706F91;
}

.TopItemExpanded .left_icon
{
    width: 23px;
    height: 23px;
    background-image: url('/images/Catalog_Navbar/left_icon_expanded.gif');   
    background-repeat: no-repeat;
}

.TopItemNew
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: Red;
	font-weight: bold;
	cursor: hand;
}

.TopItemNew .left_icon
{
    width: 23px;
    height: 23px;
    background-image: url('/images/Catalog_Navbar/left_icon.gif');   
    background-repeat: no-repeat;
}

.TopItemNewExpanded
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: Red;
	font-weight: bold;
	cursor: hand;
}

.TopItemNewExpanded .left_icon
{
    width: 23px;
    height: 23px;
    background-image: url('/images/Catalog_Navbar/left_icon_expanded.gif');   
    background-repeat: no-repeat;
}

.TopItemiPad
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: Green;
	font-weight: bold;
	cursor: hand;
}

.TopItemiPad .left_icon
{
    width: 23px;
    height: 23px;
    background-image: url('/images/Catalog_Navbar/left_icon.gif');   
    background-repeat: no-repeat;
}

.TopItemiPadExpanded
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: Green;
	font-weight: bold;
	cursor: hand;
}

.TopItemiPadExpanded .left_icon
{
    width: 23px;
    height: 23px;
    background-image: url('/images/Catalog_Navbar/left_icon_expanded.gif');   
    background-repeat: no-repeat;
}

.TopItemHeader
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg_light_blue.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: Blue;
	font-weight: bold;
	cursor: default;
	padding: 5px 5px 5px 20px;
}

.TopItemNew td
{
	color: Red;
}

.TopItemiPad td
{
	color: Green;
}

.TopItemNewExpanded td
{
	color: Red;
}

.TopItemiPadExpanded td
{
	color: Green;
}

.TopItemBlue
{
	font-family: Arial;
    background-image: url(/images/Catalog_Navbar/topitem_bg_blue.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_red.gif);
	font-size: 8pt;
	line-height: 13pt;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
}


.Module
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 13pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;	
}

.NewModule
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 13pt;
	color: Red;
	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;
}

.MsgTitleUnreadBlue
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	color: #0099FF;
	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%;
}