#active_user_display {
	float:right;
	color:#CC2D45;
	font-weight:normal;
	margin:0;padding:0;line-height:20px;
	}

#active_user_display a {color:#555555;}

 /************************************************************
  tab bar: active tab is blue, inactive tabs gray
**************************************************************/

.blue_gray_tabbar { float:left;width:100%;font-size:10px;line-height:18px;clear:both;margin:2px 0px;
	background: white url(/images/tabBarBGs/tabContainerBGgray.gif) repeat-x bottom; }

.blue_gray_tabbar ul { margin:0;padding:0;list-style:none; }
.blue_gray_tabbar li { float:left;margin:0 2px 0 0;padding:0;
	 background:url(/images/tabBarBGs/tabRightGray.gif) no-repeat right top; }

.blue_gray_tabbar a { float:left; display:block; padding:0px 20px; text-decoration:none; color:#555555; font-weight:bold;
	 background:url(/images/tabBarBGs/tabLeftGray.gif) no-repeat left top; }

.blue_gray_tabbar .active_tab {
	 background-image:url(/images/tabBarBGs/tabRightBlue.gif); }

.blue_gray_tabbar .active_tab a { color:white;
	 background-image:url(/images/tabBarBGs/tabLeftBlue.gif); } 
	 
.hidden {display: none;}
