.userpageheader
{
	text-align:center;
	color:black;
	padding-top:7px;
}
.bigrust
{
	background-image:url('/images/bg/bigrust.png');
	background-repeat:repeat-x;	
	min-width:200px; /* minimum width */
}
.walltitle
{
	font-size:11pt;
	padding-top:5px;
	padding-bottom:5px;
}
.wallcontent
{
	margin:20px;
	background-color: #EEEEEE;
	padding: 5px;
	overflow:auto;
}
.walldiv
{
	clear:right;
}
.itemhidden {	/* this is a wall primary item, hidden */
 	display:none;
}
.hiddenItem 	/* this is the "hidden" bar, visible when item hidden */
{
	background-color:#DBDFEB;
	padding:1px;
	margin-top:2px;
	display:none;
	color:gray;
}
.unhidden
{
	display:block;
}
.unhide 
{
	float:right;
	padding-left:3px;
	padding-right:3px;
	padding-top:0;
	padding-bottom:0;
	font-size:11px;
}
#help
{
	position:absolute;
	visibility:hidden;
	background:white;
	left:-100px;
	top:0px;
	border:solid gray 1px;
	padding:5px;
	width:400px;
	opacity:.88;
}
