ie7
{
/*
	This work is licensed under a Creative Commons License.

	License: http://creativecommons.org/licenses/by/1.0/

	You are free:

	to copy, distribute, display, and perform the work
	to make derivative works
	to make commercial use of the work

	Under the following conditions:

	Attribution. You must give the original author credit

	Author:  Dean Edwards/2004
	Web:     http://dean.edwards.name/
*/
	}

/* W3C compliance for Microsoft Internet Explorer */

@namespace html url(http://www.w3.org/1999/xhtml);

body
{
	behavior: url(/scripts/ie7.htc);
	display: none;
}

.ie7_abbr
{
	/* implement the dotted underline effect */
	background: url(javascript:document.dots) repeat-x bottom left;
}

/* for compliant browsers */

html > body
{
	display: block;
}

