/* Cascading Style Sheet for DMS by Martin Hintzmann */
/* 
	Accessiblity Related Rules 
	These are the rules that should *not* apply if javascript is disabled. 
*/

#dms .isRelevant {
	display: block !important;
	/*
		DEBUG
		border:1px solid green !important;
	*/
}
#dms .notRelevant {
	display: none !important;
	/*	
		DEBUG
		border:1px solid red !important;
	*/
}

#dms .accessibility {
	display: none !important;
}

/*
TODO: Check why the heck this is here ?!?!?!?

* html #dms .notRelevant,
* html #dms .isRelevant {
	height:1%;	
}

*/