@charset "utf-8";

#user-profile-form .collapsible{
	/*display: none;*/
}
#drupalchat li{
	list-style: none;	
}
.forum-links li{
	list-style: none;	
}
#privatemsg-new #thmr_21 .collapsible{
	display:none;	
}
#chatroom-chat-management-form{
	visibility: hidden;	
}
/* This tryes to hides the Group select area */
#edit-og-groups-wrapper{
	visibility: hidden;
	height:0px;
	width:0px;	
}
.form-region-main ul.tips{
	display: none;
}
.form-region-main ul.tips li{
  display: none;
}
/*
.og-audience,
.form-region-footer,
.form-item {
	display: none;
	height:0px;
	width:0px;	
}
*/
/* User Profile form hiding, weil das mit dem Modul nicht so tolle funktioniert hat */


/* Hide the Textarea inside the Relationship form */
#user-relationships-ui-request #edit-elaboration-wrapper,
#user-relationships-ui-request .form-item{
	height:0px;
	width:0px;
	display:none;	
}

/* Die Required Felder im Login Form, weil überflüssig */
#user-login-form .form-required{
  display: none;
  text-indent: -9999px;
  height: 0px;
  width: 0px;
  background: transparent;	
}

/*Rahmen um Aktionen Feld */
#privatemsg-list a{
  border:0px;	
}

/* Hide this f...ing og_seelct box */
#edit-og-nodeapi-visible-og-groups-wrapper{
	display: none;
  text-indent: -9999px;
  height: 0px;
  width: 0px;
  background: transparent;
}

.form-region-footer{
  display: none;
  text-indent: -9999px;
  height: 0px;
  width: 0px;
  background: transparent;  
}

#privatemsg-new a[href="/filter/tips"],
#privatemsg-new .tips{
  display: none;	
  height: 0px;
  width:0px;
}
a[href="/filter/tips"]{
	display: none;	
}