.expanded, span.expanded, .collapsed, span.collapsed
{
	display:block !important;
    margin-left:0px;
    opacity:1;
    filter:alpha(opacity=100); 
}

span.toggler
{
    display:none  !important;
}

/* Don't display 'Show Complete Profile'' link on Profile Page */
#modifyAll {
	display: none;
}

/* Dont display 'Rate this Site' at top of banner */
a.feedback {
	display: none;
}

/* Move related information on Profile Page to Bottom of Page */
#relatedLinks {
	float: left;		
}

/* Position GoogleMaps relative/absolute otherwise they won't print properly */
#map_canvas * {
	position: relative !important;
}

#map_canvas * > div  {
	position: absolute !important;
}

/* Float elements can cause printing problems in Firefox.
http://jafferhaider.wordpress.com/2007/12/29/fix-for-the-firefoxcss-one-page-printing-bug/ 
This one caused a page break straight after Site Banner in Master Pages, so unfloated it 
*/
.fl {
	float: none !important;
}