/*Header View Styles*/
 .OnlineIconRow
 {
	height:16px;
	width:16px;
 }
 
 .OnlineIconPublic
 {
	height:16px;
	width:16px;	
	background-image:url(images/user.gif) !important;
 }
 
 .OnlineIconPrivate
 {
	height:16px;
	width:16px;	
	background-image:url(images/user_green.gif) !important;
 }
 
 .FriendHeader
 {
	width:100%;
 }
 
 .FriendHeaderOver
 {
	cursor:pointer;
 }
 
 .FriendHeaderEnter
{
	cursor:pointer;
	background-color: #ffffcc;
	width: 16px;
	text-align: left;
}
 
 .TreeNode
 {
	color:black;
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;	
	font-style:normal;
	width:100%;
 }
 
 .CommandBlueBar
 {
	background-image: url(images/header.gif);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
	margin: 0 0 0 0;
	vertical-align:middle;
	white-space: nowrap;
 }
  
 .AcceptFriend
 {
	border: solid 1px gray;
	background-color: White;
	padding: 3px 3px 5px 3px;
	width: 300px;
 }
