/* CSS Document */

/*************** This hides the login/logout function when on the forum section on the site ****************/
#category_separator_login {
	width: 0px;
	overflow: hidden;
}

#category_login {
	width: 0px;
	overflow: hidden;
}

/*************************************************/
